Michael Niedermayer
|
49ec4c7e49
ffmpeg: fix segfault with random output
|
11 years ago |
Michael Niedermayer
|
4818388e6c
Merge commit '8cd472d3f947a6233e7dc628f0dc71c74e62413a'
|
11 years ago |
Michael Niedermayer
|
76c1f9200f
Merge commit 'a83c0da539fb07260310bc3b34056239d2b138b2'
|
11 years ago |
Nicolas George
|
b1cc12d0e3
ffmpeg: make -aspect work with -vcodec copy.
|
11 years ago |
Stefano Sabatini
|
f6c9a325b7
ffmpeg: show error message in case of av_buffersrc_add_frame_flags() failure
|
11 years ago |
Michael Niedermayer
|
835cc0f2e7
Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'
|
11 years ago |
Michael Niedermayer
|
231fd4411f
Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'
|
11 years ago |
Stefano Sabatini
|
270217908b
ffmpeg: update error message, and make use of av_err2str() to simplify
|
11 years ago |
Michael Niedermayer
|
f1c0c6b7de
Merge remote-tracking branch 'cigaes/master'
|
11 years ago |
Michael Niedermayer
|
6a78ec180e
ffmpeg: print frame decoding error statistic
|
11 years ago |
Michael Niedermayer
|
eedcac68f3
ffmpeg: dont exit 0 if fewer than 1/3 of the input could be decoded.
|
11 years ago |
Nicolas George
|
de38e7c8c3
ffmpeg: use a rational for -aspect option.
|
11 years ago |
Carl Eugen Hoyos
|
1c0d8f2563
Add a work-around for msvc compilation until c99-to-c89 issue 7 is fixed.
|
11 years ago |
Michael Niedermayer
|
356363c898
ffmpeg: Fix forcing of the framerate for stream copy on input
|
11 years ago |
Michael Niedermayer
|
f7a02d5d69
ffmpeg: initialize got_output, this silences a compiler warning from icc
|
11 years ago |
Michael Niedermayer
|
ac1a1fd708
Merge commit '1ae44c87c924b69a0657256fbaa8ad140df2f27c'
|
11 years ago |
Thierry Foucu
|
fcf73f9c01
Call do_video_stats when duplicating frame
|
11 years ago |
Michael Niedermayer
|
4c1f61b1e8
ffmpeg: Correct inter stream timestamp discontinuities
|
11 years ago |
Michael Niedermayer
|
4257b804e2
ffmpeg: Replace -deinterlace (which was broken by the buffer ref stuff) with yadif injection
|
11 years ago |
Nicolas George
|
6a90f6d789
ffmpeg: fix freeing of sub2video frame.
|
11 years ago |
Carl Eugen Hoyos
|
e4f5aa5e8d
Inform the user if a pix_fmt != yuv420p was chosen for x264 encoding.
|
11 years ago |
Michael Niedermayer
|
b1a9a2c4ff
ffmpeg: remove unused variable
|
11 years ago |
Michael Niedermayer
|
32fdfdfbda
Merge commit '354468fc12dcf93e7fb4af552e18906771913273'
|
11 years ago |
Nicolas George
|
fb14e37dd0
ffmpeg: re-enable use of buffersrc flags.
|
11 years ago |
Nicolas George
|
f9b34b8bf9
ffmpeg: port sub2video to AVFrame.
|
11 years ago |
Nicolas George
|
4e7c61b7a7
ffmpeg: do not give away our reference to the frame.
|
11 years ago |
Michael Niedermayer
|
a05a44e205
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
|
11 years ago |
Michael Niedermayer
|
2653e12520
Merge commit '1afddbe59e96af75f1c07605afc95615569f388f'
|
11 years ago |
Carl Eugen Hoyos
|
199db97fbd
Close output codecs if input codec initialisation fails.
|
11 years ago |
Michael Niedermayer
|
8cc5481d51
Merge remote-tracking branch 'qatar/master'
|
11 years ago |
Ronald S. Bultje
|
2cffe38df3
Deprecate deinterlaced in libavcodec.
|
11 years ago |
Michael Niedermayer
|
9af8179cdb
ffmpeg: fix -stats -v 0
|
11 years ago |
Michael Niedermayer
|
4ae74c6312
ffmpeg: print maxrss "-benchmark" data even on errors
|
11 years ago |
Michael Niedermayer
|
41401773d3
Merge commit 'df0229a7caa124dcfb84c34b48d316744c467311'
|
11 years ago |
Michael Niedermayer
|
e20f2dc048
ffmpeg: fix variable name in psnr printing code
|
11 years ago |
Nicolas George
|
f102c24d90
ffmpeg: free last sub when using -fix_sub_duration.
|
11 years ago |
Michael Niedermayer
|
ad899522ff
ffmpeg: use a AVDictionary instead of the context to move swr parameters around
|
11 years ago |
Michael Niedermayer
|
6db37c9468
Merge commit '5c7db097ebe1fb5c233cedd8846615074e7d6044'
|
11 years ago |
Michael Niedermayer
|
c3fb20bab4
ffmpeg: Check for parameter changes at the output of the audio filter graph
|
11 years ago |
Michael Niedermayer
|
3b1f037df5
ffmpeg: fix streamcopy of lsf mp3.
|
11 years ago |
Michael Niedermayer
|
127ff88639
ffmpeg: do not call exit from exit_program()
|
11 years ago |
Stefano Sabatini
|
43af18ef8b
ffmpeg: implement -force_key_frames expression evalution
|
12 years ago |
Nicolas George
|
41f025dff0
ffmpeg: support filtering of unknown channel layouts.
|
12 years ago |
Nicolas George
|
fccd8c21c4
ffmpeg: add -guess_layout_max option.
|
12 years ago |
Michael Niedermayer
|
bee044d7c2
ffmpeg: copy tmcd track timebase parameters
|
12 years ago |
Michael Niedermayer
|
144529e094
Merge commit 'd9bf716945046333c24580d538f450b516f15710'
|
12 years ago |
Nicolas George
|
beb5d8f07d
ffmpeg: accept "chapters" as forced key frames.
|
12 years ago |
Carl Eugen Hoyos
|
9a038a95d2
Use new function av_codec_get_tag2() in ffmpeg.c.
|
12 years ago |
rogerdpack
|
40648d8cc3
add note on windows pipe
|
12 years ago |
Stefano Sabatini
|
750382d5c8
ffmpeg: remove annoying logs and improve reporting in case of unavailable bitrate
|
12 years ago |