summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Fix off-by-one error in MS RLE decoder which may result into writing pastKostya Shishkov2009-05-16
* cosmetics: K&R coding style, indent correctly, break overly long linesDiego Biurrun2009-05-15
* Replace 'x == 0' if conditions with '!x'.Diego Biurrun2009-05-15
* cosmetics: Remove pointless {}.Diego Biurrun2009-05-15
* Surround AMR_WB encoding code by appropriate #ifdefs.Diego Biurrun2009-05-15
* cosmetics: Move some more code around to avoid #ifdeffery.Diego Biurrun2009-05-15
* cosmetics: Move functions around so that encoding and decoding functions areDiego Biurrun2009-05-15
* Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right afterDiego Biurrun2009-05-15
* Add av_cold attribute to amr_nb decoding/encoding initialization functions.Diego Biurrun2009-05-15
* Bugfix for bug introduced in the multichannel cook patchset.Benjamin Larsson2009-05-15
* mlp: Simplify adressing of state and coeffs arrays for both filters by makingRamiro Polla2009-05-15
* mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8.Ramiro Polla2009-05-15
* Ensure that we don't read from invalid memory with B-frame qpelDavid Conrad2009-05-15
* decode mpeg-2 closed gop first b frames, fix issue #824Baptiste Coudurier2009-05-15
* change pic type to Picture* and remove castsBaptiste Coudurier2009-05-15
* Document av_set_string3() returned error codes.Stefano Sabatini2009-05-14
* Make av_set_string3() print a message in case of unknown option.Stefano Sabatini2009-05-14
* Provide a context to av_log() calls in av_set_number2() andStefano Sabatini2009-05-14
* Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine")Siarhei Siamashka2009-05-14
* Fix VBV delay for mpeg1/2 CBR.Michael Niedermayer2009-05-14
* Use skip_bits_long() for large skipsDavid Conrad2009-05-14
* Subroutine to copy an AAC Program Config Element (PCE)Alex Converse2009-05-13
* Cosmetics after last commitAlex Converse2009-05-13
* Allow parsing and decoding of ADTS AAC files with channel config = 0Alex Converse2009-05-13
* Move the ADTS header size to the parser's header file.Alex Converse2009-05-13
* Add a quick description to the H.264 BSFAlex Converse2009-05-13
* add casts to silence gcc warningsBaptiste Coudurier2009-05-13
* add casts to silence gcc warningsBaptiste Coudurier2009-05-13
* Fix bandwith vs. bandwiDth typo.Diego Biurrun2009-05-12
* V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier2009-05-12
* Support 16K samplerate in Nellymoser.Alexander Chemeris2009-05-11
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-11
* PPC: 32-bit asm for MAC64 and MLS64Måns Rullgård2009-05-11
* sgi encoder does not support pal8Baptiste Coudurier2009-05-10
* reindentBaptiste Coudurier2009-05-10
* check for palette presence, fix crash with QT-BMP.mov, issue #1074Baptiste Coudurier2009-05-10
* Remove dead nested assignment found by CSABenjamin Larsson2009-05-10
* update comment for rgb 16 bit in .movBaptiste Coudurier2009-05-10
* Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.Diego Biurrun2009-05-09
* data parameter of dnxhd_encode_picture() should not be const.Daniel Verkamp2009-05-08
* Correct x/ymin to avoid segfault due to out of picture reads.Michael Niedermayer2009-05-08
* Add 8088flex TMV video decoder.Daniel Verkamp2009-05-06
* Add CGA and palette data for 8088flex TMV decoder.Daniel Verkamp2009-05-06
* mlpdec: Fix possible writing out of array bounds introduced by beingRamiro Polla2009-05-06
* mlpdec: Split sync word error and MLP sync word check.Ramiro Polla2009-05-06
* mlpdec: Fix indentation that got mangled from copy&paste.Ramiro Polla2009-05-06
* Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported format' ...Kostya Shishkov2009-05-06
* Add floating point audio decoding to WavPack decoder.Laurent Aimar2009-05-06
* Prepare WavPack decoder to support floating point output.Laurent Aimar2009-05-06
* cosmetics: line wrap and vertical alignmentJustin Ruggles2009-05-06