| Commit message (Expand) | Author | Age | Files | Lines |
* | ffmpeg: switch duration calculation code from avg to r frame_rate. | Michael Niedermayer | 2012-03-29 | 1 | -1/+3 |
* | ffmpeg: pass bitexact flag to vsrc_buffer | Michael Niedermayer | 2012-03-29 | 1 | -2/+2 |
* | ffmpeg: dont disable dr1 when changing dimensions are encountered in codec_ge... | Michael Niedermayer | 2012-03-29 | 1 | -1/+0 |
* | ffmpeg: disable dr1 when frame sizes change. | Michael Niedermayer | 2012-03-29 | 1 | -1/+4 |
* | doc/ffmpeg: update and extend documentation for -copytb | Stefano Sabatini | 2012-03-28 | 1 | -1/+1 |
* | ffmpeg: fix handling or empty audio packets | Michael Niedermayer | 2012-03-27 | 1 | -1/+1 |
* | ffmpeg: more verbose error messages in case of audio encoding failure. | Michael Niedermayer | 2012-03-27 | 1 | -2/+2 |
* | ffmpeg: more expressive sample rate automatic selection. | Clément Bœsch | 2012-03-26 | 1 | -1/+12 |
* | Fix SVCD scan_offset option | Julien Ramseier | 2012-03-25 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-25 | 1 | -3/+7 |
|\ |
|
* | | ffmpeg: drop struct from SwrContext. | Michael Niedermayer | 2012-03-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-23 | 1 | -28/+46 |
|\| |
|
* | | ffmpeg: check samplerate from decoder. | Michael Niedermayer | 2012-03-23 | 1 | -0/+4 |
* | | Support dropping audio dts/pts via -async -1. | Reimar Döffinger | 2012-03-22 | 1 | -4/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-21 | 1 | -2/+5 |
|\| |
|
* | | ffmpeg: allow selective and complete disabling of map_metadata. | Michael Niedermayer | 2012-03-17 | 1 | -3/+11 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-16 | 1 | -3/+3 |
|\| |
|
* | | ffmpeg: Fix planar audio input. | Michael Niedermayer | 2012-03-14 | 1 | -7/+18 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-14 | 1 | -18/+21 |
|\| |
|
* | | lavf: Add system to seperate relative timestamps from absolute ones. | Michael Niedermayer | 2012-03-09 | 1 | -0/+1 |
* | | ffmpeg: show fps more accurately when it is small. | Nicolas George | 2012-03-08 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-07 | 1 | -0/+9 |
|\| |
|
* | | ffm options should also set discard automatically. | Rick van der Zwet | 2012-03-04 | 1 | -0/+1 |
* | | get_buffers: Check that pix_fmt is not NONE. | Michael Niedermayer | 2012-02-29 | 1 | -1/+1 |
* | | ffmpeg: Fix division by 0 due to invalid timebase | Michael Niedermayer | 2012-02-28 | 1 | -1/+1 |
* | | Exit ffmpeg if swr_convert() fails. | Carl Eugen Hoyos | 2012-02-27 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-27 | 1 | -35/+31 |
|\| |
|
* | | Add missing av_free_packet. | Reimar Döffinger | 2012-02-20 | 1 | -0/+1 |
* | | ffmpeg: Fix setting flags for codec copy. | Michael Niedermayer | 2012-02-18 | 1 | -0/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-17 | 1 | -1/+1 |
|\| |
|
* | | ffmpeg: Fix image allocation. | Michael Niedermayer | 2012-02-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-15 | 1 | -0/+1 |
|\| |
|
* | | ffmpeg.c: implement -debug_ts option | Stefano Sabatini | 2012-02-14 | 1 | -4/+27 |
* | | ffmpeg: remove unneeded ost->picref check. | Clément Bœsch | 2012-02-13 | 1 | -4/+2 |
* | | ffmpeg: remove pointless avcodec_get_frame_defaults(). | Clément Bœsch | 2012-02-13 | 1 | -1/+0 |
* | | ffmpeg: raise ENOMEM on avfilter_graph_alloc() failure. | Clément Bœsch | 2012-02-13 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-13 | 1 | -0/+2 |
|\| |
|
* | | Simplify: use local variable with same contents directly. | Reimar Döffinger | 2012-02-12 | 1 | -1/+1 |
* | | ffmpeg: fix passlogfile with multiple libx264 streams. | Michael Niedermayer | 2012-02-12 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-11 | 1 | -0/+2 |
|\| |
|
* | | ffmpeg: prefer NULL over 0 for av_log context pointer parameter. | Clément Bœsch | 2012-02-10 | 1 | -10/+10 |
* | | ffmpeg: move quality parameter to do_video_out() scope. | Clément Bœsch | 2012-02-10 | 1 | -11/+6 |
* | | ffmpeg: make use of ret error out in transcode_video(). | Clément Bœsch | 2012-02-10 | 1 | -4/+5 |
* | | ffmpeg: move filtered_frame to the CONFIG_AVFILTER scope. | Clément Bœsch | 2012-02-10 | 1 | -6/+5 |
* | | ffmpeg: move do_video_stats() above do_video_out(). | Clément Bœsch | 2012-02-10 | 1 | -43/+42 |
* | | ffmpeg: move video stats code to do_video_out(). | Clément Bœsch | 2012-02-10 | 1 | -8/+7 |
* | | ffmpeg: move filtered_frame to video stream processing scope. | Clément Bœsch | 2012-02-10 | 1 | -1/+2 |
* | | ffmpeg: reindent after video frame polling simplification. | Clément Bœsch | 2012-02-10 | 1 | -16/+16 |
* | | ffmpeg: simplify video frame polling. | Clément Bœsch | 2012-02-10 | 1 | -10/+1 |
* | | ffmpeg: use exit_program() if configure_video_filters() fails. | Clément Bœsch | 2012-02-10 | 1 | -1/+1 |