summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* ac3dec: Remove unneeded context variable, num_cpl_subbands. It is alsoJustin Ruggles2009-05-06
* cosmetics: indentation after last commitJustin Ruggles2009-05-05
* ac3dec: move channel remapping to outside of block loopJustin Ruggles2009-05-05
* Extract colorspace fields from MPEG1/2.Michael Niedermayer2009-05-05
* mpegaudio: enclose SUM8() macro args in parens when usedMåns Rullgård2009-05-05
* mpegaudio: avoid unnecessary copy in high-precision modeMåns Rullgård2009-05-05
* mpegaudio: use av_clip()Måns Rullgård2009-05-05
* Add colorspace fields to AVCodecContext.Michael Niedermayer2009-05-05
* Cosmetics: Fix indentation after r18741.Carl Eugen Hoyos2009-05-05
* Do not discard mp3 frames in the parser after a broken frame.Michael Niedermayer2009-05-05