summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Use SECTION_TEXT instead of section .text for the compatibilityKO Myung-Hun2012-02-02
* ffv1: cosmetics: indentationPaul B Mahol2012-02-02
* dct-test: remove odivx_idct_c dead prototype.Clément Bœsch2012-02-02
* timecode: drop lavc timecode on next bump.Clément Bœsch2012-02-02
* mpeg12enc: use new public timecode API.Clément Bœsch2012-02-02
* mpeg12: use av_mpegtc_to_timecode_string().Clément Bœsch2012-02-02
* cosmetics: realign verticallyPaul B Mahol2012-02-02
* apedec: Fix alignment and fate.Michael Niedermayer2012-02-02
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-02
|\
| * 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
* | diracdec: Check for negative quants which would cause out of array reads.Michael Niedermayer2012-02-02
* | proresdec: Fix read via negative index in a global array.Michael Niedermayer2012-02-02
* | ffv1dec: PIX_FMT_YUV440P supportPaul B Mahol2012-02-01
* | ffv1enc: PIX_FMT_YUV440P supportPaul B Mahol2012-02-01
* | Support decoding rgba64 with libopenjpeg.Michael Bradshaw2012-02-01
* | Support decoding gray8a with libopenjpeg.Michael Bradshaw2012-02-01
* | snowdata: Fix project name, this file has not been developed in libavMichael Niedermayer2012-02-01
* | gsm.h: Fix project referenceMichael Niedermayer2012-02-01
* | simpleidct: fix project name.Michael Niedermayer2012-02-01
* | aacenc: fix library referencesMichael Niedermayer2012-02-01
* | h264 golomb: Fix copyright violation.Michael Niedermayer2012-02-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-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