summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* vp3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* hpeldsp: Add half-pel functions (currently copies of dsputil)Ronald S. Bultje2013-04-19
* fate: cosmetics: More sensible order for entries in video filter fileDiego Biurrun2013-04-19
* fate: Rename video filters file and add separate video filters targetDiego Biurrun2013-04-19
* fate: Split audio filters into their own separate fileDiego Biurrun2013-04-19
* fate: Reuse VREF and AREF variables where appropriateDiego Biurrun2013-04-19
* h264: fully support cropping.Anton Khirnov2013-04-19
* ff_get_buffer(): allocate the frame for max(coded,display) dimensionsAnton Khirnov2013-04-19
* mp3dec: fallback to generic seeking when a TOC is not presentMichael Niedermayer2013-04-19
* indeo3: check motion vectors.Anton Khirnov2013-04-17
* indeo3: fix data size checkAnton Khirnov2013-04-17
* indeo3: switch parsing the header to bytestream2Anton Khirnov2013-04-17
* rv10: check that extradata is large enoughAnton Khirnov2013-04-17
* rv10: return meaningful error codes.Anton Khirnov2013-04-17
* rv10: cosmetics, reformatAnton Khirnov2013-04-17
* qdm2: check that the FFT size is a power of 2Anton Khirnov2013-04-17
* svq1dec: clip motion vectors to the frame size.Anton Khirnov2013-04-17
* svq1dec: check that the reference frame has the same dimensions as the curren...Anton Khirnov2013-04-17
* af_channelmap: cosmetics, use an extra local variable to shorten the codeAnton Khirnov2013-04-17
* af_channelmap: sanity check input channel indices in all cases.Anton Khirnov2013-04-17
* cmdutils: Fix build with lavfi disabledAnton Khirnov2013-04-16
* flvenc: do not mux more than one stream per typeRafaël Carré2013-04-16
* fate: Set the bitexact flag for vp3/vp5/vp6 testsMartin Storsjö2013-04-15
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-15
* vp3: bfin: Transpose the IDCTsMartin Storsjö2013-04-15
* x86: Move constants to the only place where they are usedRonald S. Bultje2013-04-15
* bfin: Match DEFUN_END macros to the right functionsMartin Storsjö2013-04-15
* x86: dsputil: Move some ifdefs to avoid unused variable warningsDiego Biurrun2013-04-12
* x86: dsputil: cosmetics: Remove two pointless variable indirectionsDiego Biurrun2013-04-12
* x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun2013-04-12
* x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable placeDiego Biurrun2013-04-12
* x86: h264qpel: int --> ptrdiff_t for some line_size parametersDiego Biurrun2013-04-12
* FATE: add a test for the interlace filterVittorio Giovara2013-04-11
* lavfi: new interlace filterVittorio Giovara2013-04-11
* cmdutils: allow -h filter=<name> to print information about a filter.Anton Khirnov2013-04-11
* avtools: move media_type_string() from avprobe to cmdutils.Anton Khirnov2013-04-11
* avconv: print filter options in -h full output.Anton Khirnov2013-04-11
* avconv: update to the new options syntax.Anton Khirnov2013-04-11
* lavfi: do not segfault on NULL passed to avfilter_get_by_name()Anton Khirnov2013-04-11
* lavfi: change the filter registering system to match the other librariesAnton Khirnov2013-04-11
* lavfi: add a function for counting elements in AVFilterPad arrays.Anton Khirnov2013-04-11
* lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov2013-04-11
* lavfi: add avfilter_init_dict() for initializing a filter with a dict.Anton Khirnov2013-04-11
* lavfi: add avfilter_init_str() to replace avfilter_init_filter().Anton Khirnov2013-04-11
* lavfi: make avfilter_free() remove the filter from its graph.Anton Khirnov2013-04-11
* lavfi: add AVFilterContext.graph.Anton Khirnov2013-04-11
* lavfi: deprecate avfilter_graph_add_filter().Anton Khirnov2013-04-11
* lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().Anton Khirnov2013-04-11
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-11
* lavfi: add const to the pads parameter of avfilter_pad_get_name/typeAnton Khirnov2013-04-11