summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-043-6/+136
|\
| * lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard2012-07-042-2/+109
| * Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun2012-07-041-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-044-19/+27
|\ \ | |/
| * cosmetics: Consistently use C-style comments with multiple inclusion guardsDiego Biurrun2012-07-032-2/+2
| * misc typo and wording fixesDiego Biurrun2012-07-031-1/+1
| * x86: lavfi: fix gradfun/yadif build with mmx/sse disabledMans Rullgard2012-07-032-6/+18
* | Suggest aresample filter if it was not compiled but requested.Carl Eugen Hoyos2012-07-031-1/+1
* | 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
OpenPOWER on IntegriCloud