summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* dsputil: use vertical component for drawing bottom edge.Ronald S. Bultje2012-01-251-1/+1
* aacenc: Fix identification padding when the bitstream is already aligned.Alex Converse2012-01-241-1/+1
* aacenc: Write correct length for long identification strings.Michael Niedermayer2012-01-241-1/+1
* adpcm_ima_ws: fix stereo decodingJustin Ruggles2012-01-241-1/+29
* avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles2012-01-246-3/+10
* lavc: postpone the removal of AVCodecContext.request_channels.Anton Khirnov2012-01-241-1/+1
* lavc: postpone removing old audio encoding and decoding APIAnton Khirnov2012-01-241-2/+2
* rv10: verify slice offsets against buffer sizeJanne Grunau2012-01-241-1/+8
* aacenc: Simplify windowingNathan Caldwell2012-01-231-33/+68
* aacenc: Move saved overlap samples to the beginning of the same buffer as inc...Nathan Caldwell2012-01-231-16/+15
* aacenc: Deinterleave input samples before processing.Nathan Caldwell2012-01-235-62/+80
* aacenc: Store channel count in AACEncContext.Nathan Caldwell2012-01-232-20/+23
* aacenc: Move Q^3/4 calculation to it's own tableNathan Caldwell2012-01-233-3/+11
* aacenc: Request normalized float samples instead of converting s16 samples to...Nathan Caldwell2012-01-235-20/+18
* aacpsy: Replace an if with FFMAX in LAME windowing.Nathan Caldwell2012-01-231-2/+1
* aacenc: cosmetics, replace 'rd' with 'bits' in codebook_trellis_rate to make ...Nathan Caldwell2012-01-231-14/+14
* aacpsy: cosmetics, change a FIXME to a NOTE about subshort comparisonsNathan Caldwell2012-01-231-6/+6
* aacenc: cosmetics: move init() and end() to the bottom of the file.Nathan Caldwell2012-01-231-102/+102
* aacenc: aac_encode_init() cleanupNathan Caldwell2012-01-231-43/+74
* XWD encoder and decoderPaul B Mahol2012-01-237-1/+559
* vc1: don't read the interpfrm and bfraction elements for interlaced framesHendrik Leppkes2012-01-231-7/+9
* pam: Fix a typo that broke writing and reading PAM files.Carl Eugen Hoyos2012-01-222-2/+4
* threads: change the default for threads back to 1Janne Grunau2012-01-211-1/+1
* threads: update slice_count and slice_offset from user contextJanne Grunau2012-01-211-3/+21
* mpegaudiodec: switch error detection check to AV_EF_BUFFERDustin Brody2012-01-211-1/+1
* lavc: rename err_filter option to err_detect and document itDustin Brody2012-01-211-5/+5
* mpegvideo: fix invalid memory access for small video dimensionsJohn Brooks2012-01-212-20/+20
* ARM: fix build with FFT enabled and MDCT disabledFelipe Contreras2012-01-201-0/+2
* mpeg12: check for available bits to avoid an infinite loopJindřich Makovička2012-01-191-1/+1
* error_resilience: K&R formatting cosmeticsDonald Ovcharov2012-01-181-627/+749
* tta: cast output data pointer to the correct typeJustin Ruggles2012-01-171-1/+1
* rv34: add NEON rv34_idct_addJanne Grunau2012-01-162-3/+62
* rv34: 1-pass inter MB reconstructionChristophe GISQUET2012-01-167-240/+130
* pictordec: Use bytestream2 functionsLaurentiu Ion2012-01-151-43/+56
* pcmenc: use AVCodec.encode2()Justin Ruggles2012-01-151-10/+17
* avcodec: bump minor version and add APIChanges for the new audio encoding APIJustin Ruggles2012-01-151-1/+1
* avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()Justin Ruggles2012-01-155-19/+328
* avcodec: add a public function, avcodec_fill_audio_frame().Justin Ruggles2012-01-152-39/+75
* rv34: Intra 16x16 handlingChristophe GISQUET2012-01-165-140/+292
* rv34: Inter/intra MB code splitChristophe GISQUET2012-01-161-53/+191
* lavc: Relax API strictness in avcodec_decode_audio3 with a custom get_buffer()Reinhard Tartler2012-01-152-3/+10
* wavpack: fix clipping for 32-bit lossy modeKostya Shishkov2012-01-151-8/+19
* vb: Use bytestream2 functionsLaurentiu Ion2012-01-141-48/+27
* sgidec: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-01-142-52/+87
* cosmetics: Move static and inline attributes to more standard places.Diego Biurrun2012-01-142-9/+44
* libx264: Don't leave max_b_frames as -1 if the user didn't set itMartin Storsjö2012-01-141-0/+3
* targa: add support for rgb555 paletteJustin Ruggles2012-01-131-10/+29
* ARM: fix Thumb-mode simple_idct_armMans Rullgard2012-01-131-1/+1
* ARM: 4-byte align start of all asm functionsMans Rullgard2012-01-131-0/+1
* cabac: split cabac.h into declarations and function definitionsDiego Biurrun2012-01-125-133/+167
OpenPOWER on IntegriCloud