aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Remove useless casts of vec_ld() parameters.Diego Biurrun2009-05-181-15/+15
* IndentBenjamin Larsson2009-05-171-7/+7
* Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3Benjamin Larsson2009-05-172-1/+12
* IndentBenjamin Larsson2009-05-171-102/+102
* Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2.Benjamin Larsson2009-05-171-17/+63
* Make TMV decoder check packet sizes before reading from it.Vitor Sessak2009-05-171-0/+7
* Add a forward declaration of mpeg1_decode_block_intra to fix compilationReimar Döffinger2009-05-171-0/+3
* eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it isJustin Ruggles2009-05-174-31/+32
* mpeg12: fix non-standard use of "extern inline"Måns Rullgård2009-05-172-3/+10
* ac3dec: fix coupling range check. the start subband must be less thanJustin Ruggles2009-05-161-2/+2
* Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka2009-05-1615-24/+26
* Fix off-by-one error in MS RLE decoder which may result into writing pastKostya Shishkov2009-05-161-1/+1
* cosmetics: K&R coding style, indent correctly, break overly long linesDiego Biurrun2009-05-151-120/+102
* Replace 'x == 0' if conditions with '!x'.Diego Biurrun2009-05-151-3/+3
* cosmetics: Remove pointless {}.Diego Biurrun2009-05-151-14/+1
* Surround AMR_WB encoding code by appropriate #ifdefs.Diego Biurrun2009-05-151-0/+4
* cosmetics: Move some more code around to avoid #ifdeffery.Diego Biurrun2009-05-151-9/+9
* cosmetics: Move functions around so that encoding and decoding functions areDiego Biurrun2009-05-151-66/+66
* Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right afterDiego Biurrun2009-05-151-4/+0
* Add av_cold attribute to amr_nb decoding/encoding initialization functions.Diego Biurrun2009-05-151-2/+2
* Bugfix for bug introduced in the multichannel cook patchset.Benjamin Larsson2009-05-151-2/+3
* mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla2009-05-154-12/+17
* mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8.Ramiro Polla2009-05-151-1/+2
* Ensure that we don't read from invalid memory with B-frame qpelDavid Conrad2009-05-151-2/+2
* decode mpeg-2 closed gop first b frames, fix issue #824Baptiste Coudurier2009-05-153-5/+17
* change pic type to Picture* and remove castsBaptiste Coudurier2009-05-151-5/+5
* Document av_set_string3() returned error codes.Stefano Sabatini2009-05-141-2/+5
* Make av_set_string3() print a message in case of unknown option.Stefano Sabatini2009-05-141-1/+3
* Provide a context to av_log() calls in av_set_number2() andStefano Sabatini2009-05-141-2/+2
* Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine")Siarhei Siamashka2009-05-141-1/+1
* Fix VBV delay for mpeg1/2 CBR.Michael Niedermayer2009-05-141-2/+12
* Use skip_bits_long() for large skipsDavid Conrad2009-05-143-3/+3
* Subroutine to copy an AAC Program Config Element (PCE)Alex Converse2009-05-132-0/+49
* Cosmetics after last commitAlex Converse2009-05-131-3/+1
* Allow parsing and decoding of ADTS AAC files with channel config = 0Alex Converse2009-05-133-9/+2
* Move the ADTS header size to the parser's header file.Alex Converse2009-05-132-5/+5
* Add a quick description to the H.264 BSFAlex Converse2009-05-131-0/+1
* add casts to silence gcc warningsBaptiste Coudurier2009-05-131-3/+3
* add casts to silence gcc warningsBaptiste Coudurier2009-05-131-4/+4
* Fix bandwith vs. bandwiDth typo.Diego Biurrun2009-05-122-5/+5
* V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier2009-05-125-1/+266
* Support 16K samplerate in Nellymoser.Alexander Chemeris2009-05-112-2/+5
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-118-1/+36
* PPC: 32-bit asm for MAC64 and MLS64Måns Rullgård2009-05-111-0/+30
* sgi encoder does not support pal8Baptiste Coudurier2009-05-101-1/+1
* reindentBaptiste Coudurier2009-05-101-6/+6
* check for palette presence, fix crash with QT-BMP.mov, issue #1074Baptiste Coudurier2009-05-101-0/+2
* Remove dead nested assignment found by CSABenjamin Larsson2009-05-101-2/+1
* update comment for rgb 16 bit in .movBaptiste Coudurier2009-05-101-2/+2
* Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.Diego Biurrun2009-05-091-0/+2