| Commit message (Expand) | Author | Age | Files | Lines |
* | ffmpeg: misc cosmetics. | Clément Bœsch | 2012-05-19 | 1 | -15/+14 |
* | ffmpeg: adapt to the buffersrc API changes. | Nicolas George | 2012-05-19 | 1 | -27/+4 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-19 | 1 | -2/+4 |
|\ |
|
* | | ffmpeg: fix warning & bug for keep_pix_fmt | Michael Niedermayer | 2012-05-19 | 1 | -5/+1 |
* | | ffmpeg: remove unused variable i. | Clément Bœsch | 2012-05-18 | 1 | -1/+0 |
* | | ffmpeg: do not deprecate -vol and -map_channel. | Clément Bœsch | 2012-05-18 | 1 | -3/+2 |
* | | ffmpeg: resurrect -map_channel. | Clément Bœsch | 2012-05-18 | 1 | -15/+56 |
* | | ffmpeg: automatically insert volume filter when -vol is used. | Clément Bœsch | 2012-05-17 | 1 | -59/+21 |
* | | ffmpeg: use av_buffersrc_add_frame() for audio too | Michael Niedermayer | 2012-05-17 | 1 | -2/+1 |
* | | Merge branch 'audio-filters' of https://github.com/ubitux/FFmpeg | Michael Niedermayer | 2012-05-17 | 1 | -1/+1 |
|\ \ |
|
| * | | ffmpeg: do not warn when expecting EOF from lavfi. | Clément Bœsch | 2012-05-17 | 1 | -1/+1 |
* | | | ffmpeg: fix ;; | Michael Niedermayer | 2012-05-17 | 1 | -1/+1 |
|/ / |
|
* | | ffmpeg: move audio timestamp roundup code. | Michael Niedermayer | 2012-05-17 | 1 | -5/+8 |
* | | ffmpeg: add support for audio filters. | Anton Khirnov | 2012-05-17 | 1 | -539/+386 |
* | | ffmpeg: allow switching to qatars buffersrc API | Michael Niedermayer | 2012-05-17 | 1 | -0/+10 |
* | | ffmpeg: affect computed filtered frame pts after filling frame from buffer | Matthieu Bouron | 2012-05-14 | 1 | -1/+3 |
* | | ffmpeg: accept + prefix to -pix_fmt option to disable automatic conversions. | Nicolas George | 2012-05-14 | 1 | -0/+19 |
* | | ffmpeg: revert 492cc1 | Michael Niedermayer | 2012-05-14 | 1 | -0/+4 |
* | | ffmpeg: preserve bits_per_coded sample on stream copy. | Michael Niedermayer | 2012-05-12 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-11 | 1 | -2/+2 |
|\| |
|
* | | ffmpeg: fix deinterlace | Michael Niedermayer | 2012-05-11 | 1 | -1/+1 |
* | | ffmpeg: fix pointer type (const) warning | Michael Niedermayer | 2012-05-10 | 1 | -1/+1 |
* | | ffmpeg: remove unused variables | Michael Niedermayer | 2012-05-10 | 1 | -3/+1 |
* | | ffmpeg: fix uninitialized variable warning | Michael Niedermayer | 2012-05-10 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -33/+73 |
|\| |
|
* | | ffmpeg: fix frame duration used for video sync. | Michael Niedermayer | 2012-05-09 | 1 | -9/+2 |
* | | ffmpeg: print next_dts too on debug_ts | Michael Niedermayer | 2012-05-07 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-06 | 1 | -1/+0 |
|\| |
|
* | | ffmpeg: do not include vsrc_buffer.h. | Nicolas George | 2012-05-06 | 1 | -1/+0 |
* | | ffmpeg: replace av_vsrc_buffer_add_frame by av_buffersrc_add_frame. | Nicolas George | 2012-05-06 | 1 | -1/+1 |
* | | ffmpeg: replace av_buffersrc_buffer with av_buffersrc_add_ref. | Nicolas George | 2012-05-06 | 1 | -2/+4 |
* | | ffmpeg: fix indent in term_init(). | Clément Bœsch | 2012-05-04 | 1 | -16/+16 |
* | | ffmpeg: stronger ffpresets parsing. | Clément Bœsch | 2012-05-04 | 1 | -16/+17 |
* | | ffmpeg: fix indent. | Clément Bœsch | 2012-05-03 | 1 | -45/+44 |
* | | ffmpeg: use AVFrame accessor. | Nicolas George | 2012-05-03 | 1 | -4/+4 |
* | | ffmpeg: preserve NULL ptrs in get_buffer() | Michael Niedermayer | 2012-05-02 | 1 | -1/+1 |
* | | ffmpeg: fix type of dither scale. | Michael Niedermayer | 2012-05-01 | 1 | -1/+1 |
* | | Fix parsing of -force_key_frames option. | Reimar Döffinger | 2012-05-01 | 1 | -1/+4 |
* | | ffmpeg: add the edge at the correct place in allocating of the buffer. | Michael Niedermayer | 2012-04-29 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-25 | 1 | -20/+35 |
|\| |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-24 | 1 | -1/+12 |
|\| |
|
* | | ffmpeg: Fix initial dts for streamcopy, if the input packets lack dts. | Michael Niedermayer | 2012-04-24 | 1 | -1/+10 |
* | | ffmpeg: do not report EOF as an error. | Nicolas George | 2012-04-24 | 1 | -1/+2 |
* | | ffmpeg: directly request frames from filters. | Nicolas George | 2012-04-23 | 1 | -8/+37 |
* | | ffmpeg: assert the refcount of decoded frames | Michael Niedermayer | 2012-04-22 | 1 | -0/+1 |
* | | ffmpeg: assert the refcount of allocated frames, | Michael Niedermayer | 2012-04-22 | 1 | -0/+1 |
* | | ffmpeg: assert against creation of cycles in the pools linked list. | Michael Niedermayer | 2012-04-22 | 1 | -0/+3 |
* | | ffmpeg: stricter refcount check in unref_buffer() | Michael Niedermayer | 2012-04-22 | 1 | -1/+1 |
* | | ffmpeg: fix validity test for file index. | Nicolas George | 2012-04-22 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-21 | 1 | -0/+1 |
|\| |
|