summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* build: Automatically include architecture-specific library Makefile snippets.Diego Biurrun2012-01-25
* indeo5: prevent null pointer dereference on broken filesJanne Grunau2012-01-25
* cosmetics: Remove some unnecessary block braces.Diego Biurrun2012-01-25
* dsputil: use vertical component for drawing bottom edge.Ronald S. Bultje2012-01-25
* aacenc: Fix identification padding when the bitstream is already aligned.Alex Converse2012-01-24
* aacenc: Write correct length for long identification strings.Michael Niedermayer2012-01-24
* adpcm_ima_ws: fix stereo decodingJustin Ruggles2012-01-24
* avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles2012-01-24
* lavc: postpone the removal of AVCodecContext.request_channels.Anton Khirnov2012-01-24
* lavc: postpone removing old audio encoding and decoding APIAnton Khirnov2012-01-24
* rv10: verify slice offsets against buffer sizeJanne Grunau2012-01-24
* aacenc: Simplify windowingNathan Caldwell2012-01-23
* aacenc: Move saved overlap samples to the beginning of the same buffer as inc...Nathan Caldwell2012-01-23
* aacenc: Deinterleave input samples before processing.Nathan Caldwell2012-01-23
* aacenc: Store channel count in AACEncContext.Nathan Caldwell2012-01-23
* aacenc: Move Q^3/4 calculation to it's own tableNathan Caldwell2012-01-23
* aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell2012-01-23
* aacpsy: Replace an if with FFMAX in LAME windowing.Nathan Caldwell2012-01-23
* aacenc: cosmetics, replace 'rd' with 'bits' in codebook_trellis_rate to make ...Nathan Caldwell2012-01-23
* aacpsy: cosmetics, change a FIXME to a NOTE about subshort comparisonsNathan Caldwell2012-01-23
* aacenc: cosmetics: move init() and end() to the bottom of the file.Nathan Caldwell2012-01-23
* aacenc: aac_encode_init() cleanupNathan Caldwell2012-01-23
* XWD encoder and decoderPaul B Mahol2012-01-23
* vc1: don't read the interpfrm and bfraction elements for interlaced framesHendrik Leppkes2012-01-23
* pam: Fix a typo that broke writing and reading PAM files.Carl Eugen Hoyos2012-01-22
* threads: change the default for threads back to 1Janne Grunau2012-01-21
* threads: update slice_count and slice_offset from user contextJanne Grunau2012-01-21
* mpegaudiodec: switch error detection check to AV_EF_BUFFERDustin Brody2012-01-21
* lavc: rename err_filter option to err_detect and document itDustin Brody2012-01-21
* mpegvideo: fix invalid memory access for small video dimensionsJohn Brooks2012-01-21
* ARM: fix build with FFT enabled and MDCT disabledFelipe Contreras2012-01-20
* mpeg12: check for available bits to avoid an infinite loopJindřich Makovička2012-01-19
* error_resilience: K&R formatting cosmeticsDonald Ovcharov2012-01-18
* tta: cast output data pointer to the correct typeJustin Ruggles2012-01-17
* rv34: add NEON rv34_idct_addJanne Grunau2012-01-16
* rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-16
* pictordec: Use bytestream2 functionsLaurentiu Ion2012-01-15
* pcmenc: use AVCodec.encode2()Justin Ruggles2012-01-15
* avcodec: bump minor version and add APIChanges for the new audio encoding APIJustin Ruggles2012-01-15
* avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles2012-01-15
* avcodec: add a public function, avcodec_fill_audio_frame().Justin Ruggles2012-01-15
* rv34: Intra 16x16 handlingChristophe GISQUET2012-01-16
* rv34: Inter/intra MB code splitChristophe GISQUET2012-01-16
* lavc: Relax API strictness in avcodec_decode_audio3 with a custom get_buffer()Reinhard Tartler2012-01-15
* wavpack: fix clipping for 32-bit lossy modeKostya Shishkov2012-01-15
* vb: Use bytestream2 functionsLaurentiu Ion2012-01-14
* sgidec: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-01-14
* cosmetics: Move static and inline attributes to more standard places.Diego Biurrun2012-01-14
* libx264: Don't leave max_b_frames as -1 if the user didn't set itMartin Storsjö2012-01-14
* targa: add support for rgb555 paletteJustin Ruggles2012-01-13