summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* mpc7: simplify handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles2012-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
* avcodec.h: Remove some disabled cruft.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
* 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