summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* fate-golomb: extend golomb-test to get_ue_golomb_long()Janne Grunau2012-02-01
* 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
* 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
* lavc/lavf: remove unnecessary symbols from the symbol version script.Anton Khirnov2012-01-31
* lavc: reorder AVCodec fields.Anton Khirnov2012-01-31
* mp3dec: Fix a heap-buffer-overflowAlex Converse2012-01-30
* adpcmenc: remove some unneeded castsJustin Ruggles2012-01-30
* adpcmenc: use int16_t and uint8_t instead of short and unsigned char.Justin Ruggles2012-01-30
* adpcmenc: fix adpcm_ms extradata allocationJustin Ruggles2012-01-30
* adpcmenc: return proper AVERROR codes instead of -1Justin Ruggles2012-01-30
* adpcmenc: check for coded_frame allocation failureJustin Ruggles2012-01-30
* adpcmenc: Do not set coded_frame->key_frame.Justin Ruggles2012-01-30
* mpc7: check for allocation failureJustin Ruggles2012-01-30
* mpc7: align local temp bufferJustin Ruggles2012-01-30
* rv40: x86 SIMD for biweightChristophe Gisquet2012-01-30
* x86: Give RV40 init file a more suitable name.Diego Biurrun2012-01-30
* x86: Place mm_flags variable declaration below the appropriate #ifdef.Diego Biurrun2012-01-30
* aacenc: make sure to encode enough frames to cover all input samples.Justin Ruggles2012-01-30
* aacenc: only use the number of input samples provided by the user.Justin Ruggles2012-01-30
* wmadec: Verify bitstream size makes sense before calling init_get_bits.Alex Converse2012-01-30
* kmvc: Log into a context at a log level constant.Alex Converse2012-01-30
* mpeg12: Pad framerate tab to 16 entries.Alex Converse2012-01-30
* kgv1dec: Increase offsets array size so it is large enough.Michael Niedermayer2012-01-30
* kmvc: Check palsize.Alex Converse2012-01-30
* x86 dsputil: provide SSE2/SSSE3 versions of bswap_bufChristophe Gisquet2012-01-30
* png: add support for bpp>4 to paeth x86 SIMD code.Ronald S. Bultje2012-01-29
* png: add SSE2 version for add_bytes_l2.Ronald S. Bultje2012-01-29
* png: convert DSP functions to yasm.Ronald S. Bultje2012-01-29
* Fix non-C89 declarations in for loopsMans Rullgard2012-01-29
* png: add missing #if HAVE_SSSE3 around function pointer assignment.Ronald S. Bultje2012-01-29
* imdct36: mark SSE functions as using all 16 XMM registers.Ronald S. Bultje2012-01-29
* png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-29
* sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats.Aneesh Dogra2012-01-29
* sunrast: CosmeticsAneesh Dogra2012-01-29
* sunrast: Remove if (unsigned int < 0) check.Aneesh Dogra2012-01-29
* sunrast: Replace magic number by a macro.Aneesh Dogra2012-01-29
* aacenc: Fix LONG_START windowing.Nathan Caldwell2012-01-28
* aacenc: Fix a bug where deinterleaved samples were stored in the wrong place.Nathan Caldwell2012-01-28