1949 Commits (1bbbbb0a329264a71ac5468da8bb9190725524da)

Author SHA1 Message Date
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
Ronald S. Bultje 2cffe38df3 Deprecate deinterlaced in libavcodec. 12 years ago
Michael Niedermayer 9af8179cdb ffmpeg: fix -stats -v 0 12 years ago
Michael Niedermayer 4ae74c6312 ffmpeg: print maxrss "-benchmark" data even on errors 12 years ago
Michael Niedermayer e20f2dc048 ffmpeg: fix variable name in psnr printing code 12 years ago
Nicolas George f102c24d90 ffmpeg: free last sub when using -fix_sub_duration. 12 years ago
Michael Niedermayer ad899522ff ffmpeg: use a AVDictionary instead of the context to move swr parameters around 12 years ago
Michael Niedermayer c3fb20bab4 ffmpeg: Check for parameter changes at the output of the audio filter graph 12 years ago
Michael Niedermayer 3b1f037df5 ffmpeg: fix streamcopy of lsf mp3. 12 years ago
Michael Niedermayer 127ff88639 ffmpeg: do not call exit from exit_program() 12 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
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