summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dpcm: cosmetics: rename channel_number to chJustin Ruggles2011-09-30
* avserver: Fix a bug where the socket is IPv4, but IPv6 is autoselected for th...Nathan Caldwell2011-09-30
* lavf: Avoid using av_malloc(0) in av_dump_formatMartin Storsjö2011-09-30
* dxva2_h264: pass the correct 8x8 scaling listsCarl Eugen Hoyos2011-09-30
* dca: NEON optimised high freq VQ decodingMans Rullgard2011-09-30
* avcodec: reject audio packets with NULL data and non-zero sizeJustin Ruggles2011-09-30
* dxva: Add ability to enable workaround for older ATI cardsJoakim Plate2011-09-30
* latmenc: Set latmBufferFullness to largest value to indicate it is not usedKieran Kunhya2011-09-30
* adpcm: move codec-specific variable declarations to the sections for the corr...Justin Ruggles2011-09-29
* adpcm: check buffer size in Funcom ISS decoder before reading header.Justin Ruggles2011-09-29
* adpcm: simplify reading of Funcom ISS frame header.Justin Ruggles2011-09-29
* adpcm: check buffer size in IMA DK4 decoder before reading header.Justin Ruggles2011-09-29
* adpcm: simplify reading of IMA DK4 frame header.Justin Ruggles2011-09-29
* adpcm_ms: clean up reading of predictor coefficientsJustin Ruggles2011-09-29
* adpcm_4xm: process planar packets sequentially rather than simultaneously.Justin Ruggles2011-09-29
* adpcm_ima_wav: process channel-interleaved blocks sequentially rather than si...Justin Ruggles2011-09-29
* adpcm: update reference linksJustin Ruggles2011-09-29
* adpcm: simplify packet size bounds checking in the ADPCM IMA QT decoder.Justin Ruggles2011-09-29
* adpcm: simplify and speed up several ADPCM decoders.Justin Ruggles2011-09-29
* adpcm: pretty-print tablesJustin Ruggles2011-09-29
* prores: Handle 0 or fewer bits leftAlex Converse2011-09-29
* mpeg probe: check the 2/4-bit synchronization value found after a pack_start_...Alex Converse2011-09-29
* dca: clear inactive subbands only once in qmf_32_subbands()Mans Rullgard2011-09-29
* vf_unsharp: set default chroma size value to 5x5Stefano Sabatini2011-09-29
* vf_unsharp: fix out-of-buffer readStefano Sabatini2011-09-29
* avconv: Reformat s16 volume adjustment.Alex Converse2011-09-28
* ARM: NEON optimised vector_fmac_scalar()Mans Rullgard2011-09-28
* dca: use vector_fmac_scalar from dsputilMans Rullgard2011-09-28
* dsputil: add vector_fmac_scalar()Mans Rullgard2011-09-28
* latmenc: Fix private optionsKieran Kunhya2011-09-28
* vf_unsharp: store hsub/vsub in the filter contextStefano Sabatini2011-09-28
* vf_unsharp: adopt a more natural order of params in apply_unsharp()Stefano Sabatini2011-09-28
* vf_unsharp: rename method "unsharpen" to "apply_unsharp"Stefano Sabatini2011-09-28
* vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer2011-09-28
* vf_pad: fix "vsub" variable value computationStefano Sabatini2011-09-28
* vf_scale: add a "sar" variableStefano Sabatini2011-09-28
* lavfi: fix realloc size computation in avfilter_add_format()Stefano Sabatini2011-09-28
* vsrc_color: use internal timebaseStefano Sabatini2011-09-28
* lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-09-28
* graphparser: prefer void * over AVClass * for log contextsStefano Sabatini2011-09-28
* avfiltergraph: use meaningful error codesStefano Sabatini2011-09-28
* avconv: Initialize return value for codec copy path.Alex Converse2011-09-27
* fate: use 'run' helper for seek-testMans Rullgard2011-09-28
* fate: remove seek-mpeg2reuse testMans Rullgard2011-09-28
* Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.Michael Niedermayer2011-09-27
* avconv: Fix volume adjustment for non-s16 sample formatsAlex Converse2011-09-27
* avconv: Make samples void*.Alex Converse2011-09-27
* avconv: Use the size of the decode sample format when allocating the audio sa...Alex Converse2011-09-27
* avconv: use different variables for decoded and filtered frame.Anton Khirnov2011-09-27
* avconv: add support for copying attachments.Anton Khirnov2011-09-27