1958 Commits (805fbbefb3a8e438f3a734413f9e9e7ee12e09b2)

Author SHA1 Message Date
Michael Niedermayer ce9bd30379 ffmpeg: fix plain -profile support 13 years ago
Michael Niedermayer d61ef05bc5 ffmpeg: check pts like dts for being in the past. 13 years ago
Michael Niedermayer 4204364678 ffmpeg: switch duration calculation code from avg to r frame_rate. 13 years ago
Michael Niedermayer a37a281778 ffmpeg: pass bitexact flag to vsrc_buffer 13 years ago
Michael Niedermayer 9aeacc9546 ffmpeg: dont disable dr1 when changing dimensions are encountered in codec_get_buffer(). 13 years ago
Michael Niedermayer e5c3b51cd1 ffmpeg: disable dr1 when frame sizes change. 13 years ago
Stefano Sabatini 99bb88c588 doc/ffmpeg: update and extend documentation for -copytb 13 years ago
Michael Niedermayer a0820eaa8a ffmpeg: fix handling or empty audio packets 13 years ago
Michael Niedermayer b62b9df798 ffmpeg: more verbose error messages in case of audio encoding failure. 13 years ago
Clément Bœsch 21d650cb69 ffmpeg: more expressive sample rate automatic selection. 13 years ago
Julien Ramseier e479013ae4 Fix SVCD scan_offset option 13 years ago
Michael Niedermayer f4c380a5e6 ffmpeg: drop struct from SwrContext. 13 years ago
Michael Niedermayer 1664edb998 ffmpeg: check samplerate from decoder. 13 years ago
Reimar Döffinger ffa28da180 Support dropping audio dts/pts via -async -1. 13 years ago
Michael Niedermayer 4c1da0d11e ffmpeg: allow selective and complete disabling of map_metadata. 13 years ago
Michael Niedermayer 7230116000 ffmpeg: Fix planar audio input. 13 years ago
Michael Niedermayer ad53c7f9ec lavf: Add system to seperate relative timestamps from absolute ones. 13 years ago
Nicolas George 78306c51ef ffmpeg: show fps more accurately when it is small. 13 years ago
Rick van der Zwet d33a091cb3 ffm options should also set discard automatically. 13 years ago
Michael Niedermayer c250063523 get_buffers: Check that pix_fmt is not NONE. 13 years ago
Michael Niedermayer ddd86a2924 ffmpeg: Fix division by 0 due to invalid timebase 13 years ago
Carl Eugen Hoyos 7b4e1466d4 Exit ffmpeg if swr_convert() fails. 13 years ago
Reimar Döffinger 6a3f1726af Add missing av_free_packet. 13 years ago
Michael Niedermayer f3bd226de6 ffmpeg: Fix setting flags for codec copy. 13 years ago
Michael Niedermayer 60991ad6ae ffmpeg: Fix image allocation. 13 years ago
Stefano Sabatini 5d12b83ff1 ffmpeg.c: implement -debug_ts option 13 years ago
Clément Bœsch b986590810 ffmpeg: remove unneeded ost->picref check. 13 years ago
Clément Bœsch c214e98634 ffmpeg: remove pointless avcodec_get_frame_defaults(). 13 years ago
Clément Bœsch 73413e6bca ffmpeg: raise ENOMEM on avfilter_graph_alloc() failure. 13 years ago
Reimar Döffinger c15f3bd3db Simplify: use local variable with same contents directly. 13 years ago
Michael Niedermayer 85f25cfa19 ffmpeg: fix passlogfile with multiple libx264 streams. 13 years ago
Clément Bœsch a3c4371f3c ffmpeg: prefer NULL over 0 for av_log context pointer parameter. 13 years ago
Clément Bœsch 158bd596a6 ffmpeg: move quality parameter to do_video_out() scope. 13 years ago
Clément Bœsch 63b5e99fab ffmpeg: make use of ret error out in transcode_video(). 13 years ago
Clément Bœsch 086fc4d765 ffmpeg: move filtered_frame to the CONFIG_AVFILTER scope. 13 years ago
Clément Bœsch 9303b794b8 ffmpeg: move do_video_stats() above do_video_out(). 13 years ago
Clément Bœsch a78dd826ee ffmpeg: move video stats code to do_video_out(). 13 years ago
Clément Bœsch cf31060127 ffmpeg: move filtered_frame to video stream processing scope. 13 years ago
Clément Bœsch aede21f1b6 ffmpeg: reindent after video frame polling simplification. 13 years ago
Clément Bœsch e22c7b4e25 ffmpeg: simplify video frame polling. 13 years ago
Clément Bœsch 4ab4b3db5a ffmpeg: use exit_program() if configure_video_filters() fails. 13 years ago
Michael Niedermayer 29034e6503 ffmpeg: Add threshold to discard crazy/damaged timestamps. 13 years ago
Michael Niedermayer 677911ad81 ffmpeg: better dox for *pts. 13 years ago
Michael Niedermayer d8710228ea ffmpeg: change sync_opts code to be more similar to qatar. 13 years ago
Michael Niedermayer fba318a4b0 ffmpeg: update (next_)pts in the stream copy case 13 years ago
Michael Niedermayer 160008a60f ffmpeg: use ist->dts in rate_emu_sleep() 13 years ago
Michael Niedermayer e7f4de34ad ffmpeg: use ist->dts in do_streamcopy() 13 years ago
Anton Khirnov 67c63176ad ffmpeg: remove setting fb->pts. 13 years ago
Anton Khirnov d97fa416d6 ffmpeg: reduce overloading for InputStream.pts. 13 years ago
Michael Niedermayer 67700e877d ffmpeg: update dts variables in transcode_audio() 13 years ago