summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fate: make acodec-ac3_fixed test output raw AC3Mans Rullgard2012-02-02
* APIchanges: add missing commit hashesJanne Grunau2012-02-02
* swscale: implement MMX, SSE2 and AVX functions for RGB32 input.Ronald S. Bultje2012-02-01
* ra144enc: drop pointless "encoder" from .long_namePaul B Mahol2012-02-01
* bethsoftvideo: fix palette reading.Justin Ruggles2012-02-01
* mpc7: use av_fast_padded_malloc()Justin Ruggles2012-02-01
* mpc7: simplify handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles2012-02-01
* doc: decoding Forward Uncompressed is supportedPaul B Mahol2012-02-01
* Fix a typo in the x86 asm version of ff_vector_clip_int32()Justin Ruggles2012-02-01
* pcmenc: Do not set avpkt->size.Justin Ruggles2012-02-01
* ff_alloc_packet: modify the size of the packet to match the requested sizeJustin Ruggles2012-02-01
* frwu: Employ more meaningful return values.Paul B Mahol2012-02-01
* fraps: Use av_fast_padded_malloc() instead of av_realloc()Reimar Döffinger2012-02-01
* mjpegdec: use av_fast_padded_malloc()Reimar Döffinger2012-02-01
* eatqi: use av_fast_padded_malloc()Reimar Döffinger2012-02-01
* asv1: use av_fast_padded_malloc()Reimar Döffinger2012-02-01
* avcodec: Add av_fast_padded_malloc().Janne Grunau2012-02-01
* swscale: enable dithering in MMX functions.Ronald S. Bultje2012-02-01
* swscale: make rgb24 function macros slightly smaller.Ronald S. Bultje2012-02-01
* avcodec.h: Remove some disabled cruft.Diego Biurrun2012-02-01
* swscale: remove obsolete comment.Ronald S. Bultje2012-02-01
* swscale-test: Drop unused argc and argv arguments from main().Diego Biurrun2012-02-01
* zmbv: Employ more meaningful return values.Paul B Mahol2012-02-01
* zmbvenc: Employ more meaningful return values.Paul B Mahol2012-02-01
* vc1: prevent null pointer dereference on broken filesJanne Grunau2012-02-01
* zmbv: check av_realloc() return values and avoid memleaks on ENOMEMJanne Grunau2012-02-01
* truespeech: align bufferPaul B Mahol2012-01-31
* ac3: Do not read past the end of ff_ac3_band_start_tab.Mans Rullgard2012-01-31
* dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936.Alex Converse2012-01-31
* dv: Fix null pointer dereference due to ach=0Michael Niedermayer2012-01-31
* dv: check stypeMichael Niedermayer2012-01-31
* fate-golomb: extend golomb-test to get_ue_golomb_long()Janne Grunau2012-02-01
* swfdec: Simplify sample rate calculation.Alex Converse2012-01-31
* fate: add golomb-testDiego Biurrun2012-01-31
* golomb-test: K&R formatting cosmeticsDiego Biurrun2012-01-31
* h264: Split h264-test off into a separate file - golomb-test.c.Diego Biurrun2012-01-31
* h264-test: cleanup: drop timer invocations, commented out code and other cruftDiego Biurrun2012-01-31
* h264-test: Remove unused DSP and AVCodec contexts and related init calls.Diego Biurrun2012-01-31
* adpcm: Add missing stdint.h #include to fix standalone header compilation.Diego Biurrun2012-01-31
* lavf: add functions for accessing the fourcc<->CodecID mapping tables.Anton Khirnov2012-01-31
* lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().Anton Khirnov2012-01-31
* lavc: make avcodec_close() work properly on unopened codecs.Anton Khirnov2012-01-31
* lavc: add avcodec_is_open().Anton Khirnov2012-01-31
* lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov2012-01-31
* lavf: remove the pointless value field from flv and iv8Anton Khirnov2012-01-31
* lavc/lavf: remove unnecessary symbols from the symbol version script.Anton Khirnov2012-01-31
* lavc: reorder AVCodec fields.Anton Khirnov2012-01-31
* lavf: reorder AVInput/OutputFormat fields.Anton Khirnov2012-01-31
* mp3dec: Fix a heap-buffer-overflowAlex Converse2012-01-30
* adpcmenc: remove some unneeded castsJustin Ruggles2012-01-30