summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* apedec: remove unneeded #include of get_bits.h and associated macroJustin Ruggles2012-02-021-2/+0
* apedec: av_fast_malloc() instead of av_realloc()Justin Ruggles2012-02-021-4/+5
* apedec: fix handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles2012-02-021-6/+11
* libx264: fix indentation.Anton Khirnov2012-02-021-5/+5
* vorbis: fix overflows in floor1[] vector and inverse db table index.Ronald S. Bultje2012-02-022-15/+14
* win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-026-0/+199
* movdec: Parse the dvc1 atomMartin Storsjö2012-02-021-0/+27
* ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6Mans Rullgard2012-02-021-8/+7
* swscale: K&R formatting cosmetics for Blackfin codeDiego Biurrun2012-02-023-73/+78
* frwu: lowercase the FRWU codec namePiotr Bandurski2012-02-021-2/+2
* movdec: fix dts generation in fragmented filesJanne Grunau2012-02-022-2/+4
* fate: make acodec-ac3_fixed test output raw AC3Mans Rullgard2012-02-025-48/+53
* APIchanges: add missing commit hashesJanne Grunau2012-02-021-4/+4
* swscale: implement MMX, SSE2 and AVX functions for RGB32 input.Ronald S. Bultje2012-02-012-0/+175
* ra144enc: drop pointless "encoder" from .long_namePaul B Mahol2012-02-011-1/+1
* bethsoftvideo: fix palette reading.Justin Ruggles2012-02-012-73/+78
* mpc7: use av_fast_padded_malloc()Justin Ruggles2012-02-011-7/+13
* mpc7: simplify handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles2012-02-011-14/+26
* doc: decoding Forward Uncompressed is supportedPaul B Mahol2012-02-011-0/+1
* Fix a typo in the x86 asm version of ff_vector_clip_int32()Justin Ruggles2012-02-011-1/+1
* pcmenc: Do not set avpkt->size.Justin Ruggles2012-02-011-1/+0
* ff_alloc_packet: modify the size of the packet to match the requested sizeJustin Ruggles2012-02-012-3/+2
* frwu: Employ more meaningful return values.Paul B Mahol2012-02-011-9/+11
* fraps: Use av_fast_padded_malloc() instead of av_realloc()Reimar Döffinger2012-02-011-2/+9
* mjpegdec: use av_fast_padded_malloc()Reimar Döffinger2012-02-011-7/+3
* eatqi: use av_fast_padded_malloc()Reimar Döffinger2012-02-011-1/+2
* asv1: use av_fast_padded_malloc()Reimar Döffinger2012-02-011-1/+2
* avcodec: Add av_fast_padded_malloc().Janne Grunau2012-02-013-0/+27
* swscale: enable dithering in MMX functions.Ronald S. Bultje2012-02-011-0/+2
* swscale: make rgb24 function macros slightly smaller.Ronald S. Bultje2012-02-011-16/+13
* avcodec.h: Remove some disabled cruft.Diego Biurrun2012-02-011-26/+0
* swscale: remove obsolete comment.Ronald S. Bultje2012-02-011-2/+0
* swscale-test: Drop unused argc and argv arguments from main().Diego Biurrun2012-02-011-1/+1
* zmbv: Employ more meaningful return values.Paul B Mahol2012-02-011-18/+18
* zmbvenc: Employ more meaningful return values.Paul B Mahol2012-02-011-4/+4
* vc1: prevent null pointer dereference on broken filesJanne Grunau2012-02-011-1/+1
* zmbv: check av_realloc() return values and avoid memleaks on ENOMEMJanne Grunau2012-02-011-2/+9
* truespeech: align bufferPaul B Mahol2012-01-311-1/+1
* ac3: Do not read past the end of ff_ac3_band_start_tab.Mans Rullgard2012-01-311-3/+5
* dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936.Alex Converse2012-01-311-6/+5
* dv: Fix null pointer dereference due to ach=0Michael Niedermayer2012-01-311-1/+2
* dv: check stypeMichael Niedermayer2012-01-311-0/+6
* fate-golomb: extend golomb-test to get_ue_golomb_long()Janne Grunau2012-02-013-18/+45
* swfdec: Simplify sample rate calculation.Alex Converse2012-01-311-4/+1
* fate: add golomb-testDiego Biurrun2012-01-312-0/+6
* golomb-test: K&R formatting cosmeticsDiego Biurrun2012-01-311-19/+16
* h264: Split h264-test off into a separate file - golomb-test.c.Diego Biurrun2012-01-313-50/+74
* h264-test: cleanup: drop timer invocations, commented out code and other cruftDiego Biurrun2012-01-311-15/+0
* h264-test: Remove unused DSP and AVCodec contexts and related init calls.Diego Biurrun2012-01-311-5/+0
* adpcm: Add missing stdint.h #include to fix standalone header compilation.Diego Biurrun2012-01-311-0/+2