summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* set some categories of some AVClass structsMichael Niedermayer2012-06-033-0/+3
* af_amerge: use the buferqueue API.Nicolas George2012-06-031-52/+34
* af_astreamsync: set samples rate in query_formats.Nicolas George2012-06-031-1/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-311-7/+12
|\
| * lavfi: amix: check active input count before calling request_samplesJustin Ruggles2012-05-301-7/+12
| * avfilter: include required header file avfilter.h in video.hJanne Grunau2012-05-291-0/+2
* | vf_overlay: rewrite request/push logic.Nicolas George2012-05-311-71/+154
* | lavfi: add a generic API for buffer queues.Nicolas George2012-05-311-0/+111
* | sink_buffer: guard against NULL frames.Nicolas George2012-05-311-0/+2
* | avfilter: use designated initializer for classPaul B Mahol2012-05-291-4/+3
* | lavfi: use getter/setter functions for AVFrame.pkt_posMichael Niedermayer2012-05-282-3/+3
* | lavfi: Fill linesize, sample_rate and channel_layout fields in avfilter_fill_...Robert Nagy2012-05-281-4/+7
* | lswsutils: fix "ncompatible pointer type" warningMichael Niedermayer2012-05-261-1/+1
* | lavfutils: fix incompatible pointer type warningMichael Niedermayer2012-05-261-1/+1
* | af_aresample: fix pts, they where off by a packet in the -async >0 case.Michael Niedermayer2012-05-261-23/+12
* | af_aresample: fix request_frame()Michael Niedermayer2012-05-261-1/+8
* | libavfilter: export ff_default_query_formats()Michael Niedermayer2012-05-251-0/+1
* | lavfi/pixdesctest: use AVPALETTE_SIZE macroStefano Sabatini2012-05-251-1/+1
* | lavfi/pixdesctest: fix SAME -> SAME memcpyStefano Sabatini2012-05-251-1/+1
* | lavfi/hflip: copy palette data in start_frame()Stefano Sabatini2012-05-251-0/+16
* | lavfi/aresample: print channel layouts and formats along with the rate.Clément Bœsch2012-05-251-2/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-254-1/+548
|\ \ | |/
| * lavfi: add audio mix filterJustin Ruggles2012-05-234-1/+548
* | lavfi/video: add avfilter.h include to fix make checkheaders.Clément Bœsch2012-05-241-0/+2
* | lavfutils: fix copyrightMichael Niedermayer2012-05-241-0/+2
* | lavfi/video: fix copyrightMichael Niedermayer2012-05-241-0/+4
* | drawutils: fix copyrightMichael Niedermayer2012-05-241-0/+3
* | vf_fps: fix copyrightMichael Niedermayer2012-05-241-0/+4
* | vf_fps: license cleanupMichael Niedermayer2012-05-241-4/+4
* | lavfi/buffer.c: fix copyrightMichael Niedermayer2012-05-241-0/+4
* | lavfi/avcodec.c: fix copyrightMichael Niedermayer2012-05-241-0/+2
* | asrc_anullsrc: fix copyrightMichael Niedermayer2012-05-241-0/+3
* | asink_anullsink: fix copyrightMichael Niedermayer2012-05-241-0/+2
* | af_null: fix copyrightMichael Niedermayer2012-05-241-0/+1
* | lavfi: copy palette in start_frame()Stefano Sabatini2012-05-241-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-2329-69/+253
|\ \ | |/
| * lavfi: fix comment, audio is supported now.Anton Khirnov2012-05-221-2/+1
| * lavfi: fix incorrect comment.Anton Khirnov2012-05-221-2/+2
| * lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov2012-05-2221-44/+90
| * lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov2012-05-229-15/+79
| * lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki2012-05-225-55/+39
| * avfiltergraph: smarter sample format selection.Anton Khirnov2012-05-221-1/+70
| * asyncts: reset delta to 0 when it's not used.Anton Khirnov2012-05-221-4/+7
* | af_amerge: compute output timestamp.Nicolas George2012-05-231-0/+5
* | af_amerge: set samples rate in query_formats.Nicolas George2012-05-231-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-224-14/+10
|\ \ | |/
| * af_resample: remove an extra space in the log outputJustin Ruggles2012-05-211-1/+1
| * lavfi: add an audio split filterJustin Ruggles2012-05-214-3/+31
| * lavfi: rename vf_split.c to split.cJustin Ruggles2012-05-212-1/+1
* | vf_yadif: Fixed potential access violation on EOF.Robert Nagy2012-05-221-1/+4
OpenPOWER on IntegriCloud