summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* sink_buffer: make opaque argument optional.Nicolas George2012-06-261-16/+20
* buffersink: group libav API functions.Nicolas George2012-06-261-2/+11
* lavfi: drop deprecated and disabled packing APIStefano Sabatini2012-06-265-58/+0
* lavfi: remove old video sink APIStefano Sabatini2012-06-263-26/+2
* lavfi/drawtext: use av_opt_free() to free private contextStefano Sabatini2012-06-251-10/+1
* lavfi/abuffer: increase logging level of the log showing initial parametersStefano Sabatini2012-06-251-2/+3
* lavfi/avfilter.h: reorganize headers dispositionStefano Sabatini2012-06-251-2/+2
* lavfi/avcodec: deprecate avfilter_fill_frame_from_*_buffer_ref APIStefano Sabatini2012-06-253-0/+13
* lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini2012-06-2511-1/+10
* lavfi: move some FF_API_ definitions from avfilter.h to version.hStefano Sabatini2012-06-252-8/+6
* af_aresample: fix sample_rate type.Michael Niedermayer2012-06-241-1/+2
* sink_buffer: assert that functions and sinks arent mixedMichael Niedermayer2012-06-241-0/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-2434-171/+1194
|\
| * lavfi: Add the af_channelmap audio channel mapping filter.Alex Converse2012-06-223-0/+404
| * lavfi: add join audio filter.Anton Khirnov2012-06-223-0/+502
| * lavfi: allow audio filters to request a given number of samples.Anton Khirnov2012-06-222-8/+160
| * lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov2012-06-225-63/+78
| * lavfi/audio: eliminate ff_default_filter_samples().Anton Khirnov2012-06-224-33/+5
* | showwaves: fix PTS computation.Nicolas George2012-06-231-1/+4
* | showwaves: fix first sample of frame test.Nicolas George2012-06-231-1/+1
* | lavfi: display pad type with mismatch error message.Nicolas George2012-06-231-2/+3
* | lavfi/buffer: remove unused function av_vsrc_buffer_add_frame_alt()Stefano Sabatini2012-06-231-19/+0
* | lavfi/buffer: apply misc consistency nitsStefano Sabatini2012-06-231-5/+5
* | lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-2227-204/+58
* | lavfi/drawtext: remove unnecessary parentheses in init()Stefano Sabatini2012-06-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-214-30/+65
|\ \ | |/
| * lavfi/audio: don't set cur_buf in ff_filter_samples().Anton Khirnov2012-06-211-7/+8
| * lavfi/fifo: add audio version of the fifo filter.Anton Khirnov2012-06-213-20/+53
| * fifo: fix parenthesis placement.Anton Khirnov2012-06-211-1/+1
| * lavfi: rename vf_fifo.c -> fifo.cAnton Khirnov2012-06-212-1/+1
* | lavfi/deshake: fix crash in uninit()Stefano Sabatini2012-06-211-1/+2
* | lavfi/scale: remove unused variable out_linkStefano Sabatini2012-06-211-1/+0
* | lavfi/audio: remove unused variable in ff_filter_samples()Stefano Sabatini2012-06-211-1/+0
* | lavfi/ass: update use of deprecated functions, fix warningsStefano Sabatini2012-06-211-5/+7
* | lavfi/blackdetect: add logic for handling stream terminationStefano Sabatini2012-06-211-9/+34
* | lavfi/blackdetect: fix pts time debug printingStefano Sabatini2012-06-211-2/+1
* | libavfilter/transform: fix mirroring.Michael Niedermayer2012-06-201-2/+16
* | lavfi: remove redundant checks after av_parse_video_rate()Paul B Mahol2012-06-205-12/+6
* | vf_vflip: fix handling of the last line.Michael Niedermayer2012-06-201-2/+2
* | vf_lut: fix handling of odd dimensionsMichael Niedermayer2012-06-201-2/+2
* | lavfi: add showwaves filterStefano Sabatini2012-06-204-1/+265
* | lavfi/asplit: fix memleakStefano Sabatini2012-06-201-0/+1
* | lavfi/color: fix typoPaul B Mahol2012-06-191-2/+2
* | lavfi/color: use AVOptionsPaul B Mahol2012-06-191-15/+65
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-191-11/+19
|\ \ | |/
| * af_amix: allow float planar sample format as inputJustin Ruggles2012-06-181-4/+15
| * af_amix: use AVFloatDSPContext.vector_fmac_scalar()Justin Ruggles2012-06-181-11/+8
* | libavfilter: improve atempo audio qualityPavel Koshevoy2012-06-191-1/+1
* | lavfi/avfilter: use av_assertMichael Niedermayer2012-06-191-1/+1
* | lavfi/avcodec: make avfilter_fill_frame_from*() functions use avfilter_copy_b...Stefano Sabatini2012-06-191-34/+3
OpenPOWER on IntegriCloud