summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-27
* frwu: check if allocation was successfulPaul B Mahol2012-01-27
* vc1dec.c: Don't use uninitialized values of dmv_[x, y]Mashiat Sarker Shakkhar2012-01-27
* mjpegbdec: Fix overflow in SOS.Alex Converse2012-01-26
* 8bps: K&R formatting cosmeticsPaul B Mahol2012-01-26
* smacker: Sanity check huffman tables found in the headers.Alex Converse2012-01-26
* smacker: remove dead storeAlex Converse2012-01-26
* qdm2: Check data block size for bytes to bits overflow.Alex Converse2012-01-26
* vc1: always read the bfraction element for interlaced fieldsHendrik Leppkes2012-01-26
* wma: Clip WMA1 and WMA2 frame length to 11 bits.Alex Converse2012-01-25
* rv20: prevent calling ff_h263_decode_mba() with unset height/widthJanne Grunau2012-01-25
* 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