Michael Niedermayer
|
35ca5eb11f
ffmpeg: remove incorrect network deinit
|
9 years ago |
Michael Niedermayer
|
c2439cad51
ffmpeg: Clear error message array at init.
|
10 years ago |
Michael Niedermayer
|
2428b02bb4
ffmpeg: Use av_stream_get_parser() to avoid ABI issues
|
10 years ago |
Michael Niedermayer
|
f65501f80c
ffmpeg: dont call exit_program() from a signal hander
|
10 years ago |
Michael Niedermayer
|
f982d006bb
Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb'
|
11 years ago |
Derek Buitenhuis
|
58950ca0df
ffmpeg: Don't include colorspace.h
|
11 years ago |
Michael Niedermayer
|
cc61ef0479
Merge commit '42cc6cefd315c1556e2a52f7ebe2f766ec82b790'
|
11 years ago |
Michael Niedermayer
|
d894e64acc
Merge commit '1e340af8d6a97cc013a2ad8ba77c77129625a34f'
|
11 years ago |
Michael Niedermayer
|
4abd5a4318
Merge commit '274e134e49b1c92db0f0b8cb2ae7554fb7b9184c'
|
11 years ago |
Nicolas George
|
fc82f4a1f8
ffmpeg: ignore EOF when pushing frames to filters.
|
11 years ago |
Justin Ruggles
|
e816a8bc26
ffmpeg: use actual packet pts when discarding for the copypriorss option
|
11 years ago |
Michael Niedermayer
|
2ad28840b3
Merge commit '538bf767373f176b6487e30181155e74b37cced6'
|
11 years ago |
Michael Niedermayer
|
1a36c756d8
ffmpeg: free threads on error conditions.
|
11 years ago |
Michael Niedermayer
|
33ff943f70
ffmpeg: add -apad option which injects a apad filter only in the presence of video streams
|
11 years ago |
Michael Niedermayer
|
410905f7fd
ffmpeg: use av_freep() for forced_kf_pts
|
11 years ago |
Michael Niedermayer
|
0966623604
ffmpeg: drop old non monotone dts workaround.
|
11 years ago |
Michael Niedermayer
|
af2d964336
ffmpeg: set correct log context for non monotone dts workaround warnings
|
11 years ago |
Michael Niedermayer
|
b2a1d92b7b
ffmpeg: port loglevel selection code to new dts workaround code
|
11 years ago |
Michael Niedermayer
|
30c05f6b02
ffmpeg: fix pts handling in the non monotone dts workaround
|
11 years ago |
Michael Niedermayer
|
007ee09d7c
ffmpeg: fix the used maximum dts in the monotone dts workaround
|
11 years ago |
Michael Niedermayer
|
26b89f6274
ffmpeg: use a max variable to hold the maximum dts
|
11 years ago |
Michael Niedermayer
|
6b2fbdb047
ffmpeg: Check dts before use in non monotone dts workaround
|
11 years ago |
Michael Niedermayer
|
ee3824f6f6
ffmpeg: limit non monotone workaround to audio & video streams
|
11 years ago |
Michael Niedermayer
|
9fe2a62cc4
ffmpeg: move non monotone prevention code down
|
11 years ago |
Michael Niedermayer
|
2b7f595aca
Merge remote-tracking branch 'qatar/master'
|
11 years ago |
Michael Niedermayer
|
22dc25cb29
Merge commit 'b4a5a292274f904f404f40f826c51e6fc9cfb8fe'
|
11 years ago |
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 |