summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* yadif/x86: add prototypes for functions, make code valid C again.Michael Niedermayer2012-07-031-0/+4
* lavfi: remove vsrc_buffer.h APIStefano Sabatini2012-07-034-101/+1
* x86/gradfun: fix compilation failure on open solarisMichael Niedermayer2012-07-021-6/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-027-75/+80
|\
| * vf_yadif: move x86 init code to x86/yadif.cMans Rullgard2012-07-024-55/+55
| * vf_gradfun: move x86 init code to x86/gradfun.cMans Rullgard2012-07-023-20/+25
* | sink_buffer: implement fixed frame size.Nicolas George2012-06-302-0/+17
* | lavfi: implement samples framing on links.Nicolas George2012-06-304-4/+91
* | vf_ass: fix table name to refer to correct lib.Michael Niedermayer2012-06-291-2/+2
* | formats.h: fix project reference in commentMichael Niedermayer2012-06-291-1/+1
* | lavfi: deprecate av_buffersrc_buffer() functionStefano Sabatini2012-06-283-0/+9
* | sink_buffer: warn when there are too many buffers.Nicolas George2012-06-281-0/+10
* | buffersrc: warn when there are too many buffers.Nicolas George2012-06-281-0/+11
* | lavfi/amerge: silence warningsPaul B Mahol2012-06-281-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-2727-116/+125
|\ \ | |/
| * avfiltergraph: shut up uninitialized variable warning.Anton Khirnov2012-06-261-1/+3
| * af_join: initialize a variable to shut up gcc warning.Anton Khirnov2012-06-261-1/+2
| * amix: fix format specifier for AVFilterLink.sample_rate.Anton Khirnov2012-06-261-1/+1
| * lavfi: make filters less verbose.Anton Khirnov2012-06-2626-38/+37
| * lavfi: reorder AVFilterLink fields.Anton Khirnov2012-06-261-27/+27
| * lavfi: reorder AVFilterContext fields.Anton Khirnov2012-06-261-7/+6
| * 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
OpenPOWER on IntegriCloud