1976 Commits (bb7f3ddd42540f5e97efb44ad975dcb67c4e21e9)

Author SHA1 Message Date
Michael Niedermayer df87cfd798 ffmpeg: fix do_streamcopy() so it copies side data too 11 years ago
Michael Niedermayer d7ebeba80c ffmpeg: Do not fill gap before the first decodable frame on single stream input files unless the user explicitly requests it. 11 years ago
Michael Niedermayer 8cdf4e0823 ffmpeg: remove unneeded include "libswscale/swscale.h" 11 years ago
Michael Niedermayer 9c52ab6f4f ffmpeg: treat avi as VFR in framerate conversion code 11 years ago
Michael Niedermayer a443b9732f ffmpeg: make stream default if its the only of its kind and no source can be unambigously assigned to it 11 years ago
Michael Niedermayer b36257921e ffmpeg: Dont crash on unconnected output pads before an error is printed 11 years ago
Michael Niedermayer a72bf5fd11 ffmpeg: set the source_index for trivial filter graphs 11 years ago
Michael Niedermayer b6b9c150f0 ffmpeg: add max_error_rate to allow tuning the point decoding errors are considered a failure of the whole transcoding. 11 years ago
Michael Niedermayer 38e13f55a5 ffmpeg: dont detect slight (0.1sec) backward moving dts as discontinuity 11 years ago
Michael Niedermayer 0425fd7eb2 ffmpeg: dont return reserved values 11 years ago
Michael Niedermayer 7883827cb7 ffmpeg: check for unsupported "queing of command on first filter supporting the specific commend" 11 years ago
Michael Niedermayer 1525107313 ffmpeg: improve built in docs for passing commands 11 years ago
Michael Niedermayer f8f4e48b6d ffmpeg: print command replies starting on column 0 11 years ago
Carl Eugen Hoyos 47f9a5b737 Warn the user if a pix_fmt != yuv420p was chosen for MPEG-2 video encoding. 12 years ago
Stefano Sabatini f118b41759 ffmpeg: raise level for message printed in case of auto-select pixel format 12 years ago
Derek Buitenhuis 58950ca0df ffmpeg: Don't include colorspace.h 12 years ago
Nicolas George fc82f4a1f8 ffmpeg: ignore EOF when pushing frames to filters. 12 years ago
Justin Ruggles e816a8bc26 ffmpeg: use actual packet pts when discarding for the copypriorss option 12 years ago
Michael Niedermayer 1a36c756d8 ffmpeg: free threads on error conditions. 12 years ago
Michael Niedermayer 33ff943f70 ffmpeg: add -apad option which injects a apad filter only in the presence of video streams 12 years ago
Michael Niedermayer 410905f7fd ffmpeg: use av_freep() for forced_kf_pts 12 years ago
Michael Niedermayer 0966623604 ffmpeg: drop old non monotone dts workaround. 12 years ago
Michael Niedermayer af2d964336 ffmpeg: set correct log context for non monotone dts workaround warnings 12 years ago
Michael Niedermayer b2a1d92b7b ffmpeg: port loglevel selection code to new dts workaround code 12 years ago
Michael Niedermayer 30c05f6b02 ffmpeg: fix pts handling in the non monotone dts workaround 12 years ago
Michael Niedermayer 007ee09d7c ffmpeg: fix the used maximum dts in the monotone dts workaround 12 years ago
Michael Niedermayer 26b89f6274 ffmpeg: use a max variable to hold the maximum dts 12 years ago
Michael Niedermayer 6b2fbdb047 ffmpeg: Check dts before use in non monotone dts workaround 12 years ago
Michael Niedermayer ee3824f6f6 ffmpeg: limit non monotone workaround to audio & video streams 12 years ago
Michael Niedermayer 9fe2a62cc4 ffmpeg: move non monotone prevention code down 12 years ago
Michael Niedermayer 49ec4c7e49 ffmpeg: fix segfault with random output 12 years ago
Nicolas George b1cc12d0e3 ffmpeg: make -aspect work with -vcodec copy. 12 years ago
Stefano Sabatini f6c9a325b7 ffmpeg: show error message in case of av_buffersrc_add_frame_flags() failure 12 years ago
Stefano Sabatini 270217908b ffmpeg: update error message, and make use of av_err2str() to simplify 12 years ago
Michael Niedermayer 6a78ec180e ffmpeg: print frame decoding error statistic 12 years ago
Michael Niedermayer eedcac68f3 ffmpeg: dont exit 0 if fewer than 1/3 of the input could be decoded. 12 years ago
Nicolas George de38e7c8c3 ffmpeg: use a rational for -aspect option. 12 years ago
Carl Eugen Hoyos 1c0d8f2563 Add a work-around for msvc compilation until c99-to-c89 issue 7 is fixed. 12 years ago
Michael Niedermayer 356363c898 ffmpeg: Fix forcing of the framerate for stream copy on input 12 years ago
Michael Niedermayer f7a02d5d69 ffmpeg: initialize got_output, this silences a compiler warning from icc 12 years ago
Thierry Foucu fcf73f9c01 Call do_video_stats when duplicating frame 12 years ago
Michael Niedermayer 4c1f61b1e8 ffmpeg: Correct inter stream timestamp discontinuities 12 years ago
Michael Niedermayer 4257b804e2 ffmpeg: Replace -deinterlace (which was broken by the buffer ref stuff) with yadif injection 12 years ago
Nicolas George 6a90f6d789 ffmpeg: fix freeing of sub2video frame. 12 years ago
Carl Eugen Hoyos e4f5aa5e8d Inform the user if a pix_fmt != yuv420p was chosen for x264 encoding. 12 years ago
Michael Niedermayer b1a9a2c4ff ffmpeg: remove unused variable 12 years ago
Nicolas George fb14e37dd0 ffmpeg: re-enable use of buffersrc flags. 12 years ago
Nicolas George f9b34b8bf9 ffmpeg: port sub2video to AVFrame. 12 years ago
Nicolas George 4e7c61b7a7 ffmpeg: do not give away our reference to the frame. 12 years ago
Carl Eugen Hoyos 199db97fbd Close output codecs if input codec initialisation fails. 12 years ago