summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * lavfi: reorder AVFilter fields.Anton Khirnov2012-06-261-9/+17
| * lavfi: reorder AVFilterBufferRef fields.Anton Khirnov2012-06-261-17/+18
| * lavfi: reorder AVFilterBuffer fields.Anton Khirnov2012-06-261-16/+15
* | Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer2012-06-2712-388/+9
|\ \ | |/
| * lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov2012-06-266-245/+0
| * lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruftAnton Khirnov2012-06-263-15/+0
| * lavfi: use proper FF_API guards for different deprecated functionsAnton Khirnov2012-06-261-0/+2
| * lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruftAnton Khirnov2012-06-264-61/+0
| * lavfi: remove disabled FF_API_SAMPLERATE64 cruftAnton Khirnov2012-06-263-11/+0
| * lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov2012-06-264-20/+6
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-2664-91/+94
|\ \ | |/
| * lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-2644-60/+57
* | 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
OpenPOWER on IntegriCloud