| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: use designated initializer for class | Paul B Mahol | 2012-05-29 | 1 | -4/+3 |
* | lavfi: use getter/setter functions for AVFrame.pkt_pos | Michael Niedermayer | 2012-05-28 | 2 | -3/+3 |
* | lavfi: Fill linesize, sample_rate and channel_layout fields in avfilter_fill_... | Robert Nagy | 2012-05-28 | 1 | -4/+7 |
* | lswsutils: fix "ncompatible pointer type" warning | Michael Niedermayer | 2012-05-26 | 1 | -1/+1 |
* | lavfutils: fix incompatible pointer type warning | Michael Niedermayer | 2012-05-26 | 1 | -1/+1 |
* | af_aresample: fix pts, they where off by a packet in the -async >0 case. | Michael Niedermayer | 2012-05-26 | 1 | -23/+12 |
* | af_aresample: fix request_frame() | Michael Niedermayer | 2012-05-26 | 1 | -1/+8 |
* | libavfilter: export ff_default_query_formats() | Michael Niedermayer | 2012-05-25 | 1 | -0/+1 |
* | lavfi/pixdesctest: use AVPALETTE_SIZE macro | Stefano Sabatini | 2012-05-25 | 1 | -1/+1 |
* | lavfi/pixdesctest: fix SAME -> SAME memcpy | Stefano Sabatini | 2012-05-25 | 1 | -1/+1 |
* | lavfi/hflip: copy palette data in start_frame() | Stefano Sabatini | 2012-05-25 | 1 | -0/+16 |
* | lavfi/aresample: print channel layouts and formats along with the rate. | Clément Bœsch | 2012-05-25 | 1 | -2/+6 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-25 | 4 | -1/+548 |
|\ |
|
| * | lavfi: add audio mix filter | Justin Ruggles | 2012-05-23 | 4 | -1/+548 |
* | | lavfi/video: add avfilter.h include to fix make checkheaders. | Clément Bœsch | 2012-05-24 | 1 | -0/+2 |
* | | lavfutils: fix copyright | Michael Niedermayer | 2012-05-24 | 1 | -0/+2 |
* | | lavfi/video: fix copyright | Michael Niedermayer | 2012-05-24 | 1 | -0/+4 |
* | | drawutils: fix copyright | Michael Niedermayer | 2012-05-24 | 1 | -0/+3 |
* | | vf_fps: fix copyright | Michael Niedermayer | 2012-05-24 | 1 | -0/+4 |
* | | vf_fps: license cleanup | Michael Niedermayer | 2012-05-24 | 1 | -4/+4 |
* | | lavfi/buffer.c: fix copyright | Michael Niedermayer | 2012-05-24 | 1 | -0/+4 |
* | | lavfi/avcodec.c: fix copyright | Michael Niedermayer | 2012-05-24 | 1 | -0/+2 |
* | | asrc_anullsrc: fix copyright | Michael Niedermayer | 2012-05-24 | 1 | -0/+3 |
* | | asink_anullsink: fix copyright | Michael Niedermayer | 2012-05-24 | 1 | -0/+2 |
* | | af_null: fix copyright | Michael Niedermayer | 2012-05-24 | 1 | -0/+1 |
* | | lavfi: copy palette in start_frame() | Stefano Sabatini | 2012-05-24 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-23 | 29 | -69/+253 |
|\| |
|
| * | lavfi: fix comment, audio is supported now. | Anton Khirnov | 2012-05-22 | 1 | -2/+1 |
| * | lavfi: fix incorrect comment. | Anton Khirnov | 2012-05-22 | 1 | -2/+2 |
| * | lavfi: remove avfilter_null_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 21 | -44/+90 |
| * | lavfi: remove avfilter_default_* from public API on next bump. | Anton Khirnov | 2012-05-22 | 9 | -15/+79 |
| * | lavfi: deprecate default config_props() callback and refactor avfilter_config... | Mina Nagy Zaki | 2012-05-22 | 5 | -55/+39 |
| * | avfiltergraph: smarter sample format selection. | Anton Khirnov | 2012-05-22 | 1 | -1/+70 |
| * | asyncts: reset delta to 0 when it's not used. | Anton Khirnov | 2012-05-22 | 1 | -4/+7 |
* | | af_amerge: compute output timestamp. | Nicolas George | 2012-05-23 | 1 | -0/+5 |
* | | af_amerge: set samples rate in query_formats. | Nicolas George | 2012-05-23 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-22 | 4 | -14/+10 |
|\| |
|
| * | af_resample: remove an extra space in the log output | Justin Ruggles | 2012-05-21 | 1 | -1/+1 |
| * | lavfi: add an audio split filter | Justin Ruggles | 2012-05-21 | 4 | -3/+31 |
| * | lavfi: rename vf_split.c to split.c | Justin Ruggles | 2012-05-21 | 2 | -1/+1 |
* | | vf_yadif: Fixed potential access violation on EOF. | Robert Nagy | 2012-05-22 | 1 | -1/+4 |
* | | vsrc_mandelbrot: use AV_OPT_TYPE_IMAGE_SIZE. | Nicolas George | 2012-05-20 | 1 | -8/+3 |
* | | vsrc_life: use AV_OPT_TYPE_IMAGE_SIZE. | Nicolas George | 2012-05-20 | 1 | -12/+4 |
* | | vsrc_cellauto: use AV_OPT_TYPE_IMAGE_SIZE. | Nicolas George | 2012-05-20 | 1 | -11/+4 |
* | | vf_ass: use AV_OPT_TYPE_IMAGE_SIZE. | Nicolas George | 2012-05-20 | 1 | -11/+1 |
* | | vsrc_testsrc: use AV_OPT_TYPE_IMAGE_SIZE. | Nicolas George | 2012-05-20 | 1 | -10/+3 |
* | | vf_scale: support dynamically changing input parameters. | Michael Niedermayer | 2012-05-20 | 1 | -0/+17 |
* | | buffersrc: cosmetic: reindent. | Nicolas George | 2012-05-20 | 1 | -12/+11 |
* | | Merge commit '755cd4197d53946208e042f095b930dca18d9430' | Michael Niedermayer | 2012-05-19 | 6 | -2/+279 |
|\| |
|
| * | lavfi: Add fps filter. | Anton Khirnov | 2012-05-18 | 4 | -1/+274 |