summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Factorize out integer sample value decoding for WavPack.Laurent Aimar2009-05-05
* PPC: implement MULH() in assemblerMåns Rullgård2009-05-04
* Do not scan for MP3 header after the given buffer and return skippedZdenek Kabelac2009-05-04
* Properly handle SILENCE frame. Patch by Kenan Gillet.Kenan Gillet2009-05-04
* Remove dead assignments found by CSABenjamin Larsson2009-05-03
* Check whether extra bits block has enough data.Laurent Aimar2009-05-03
* Remove dead assignments found by CSABenjamin Larsson2009-05-02
* Remove dead assignments found by CSABenjamin Larsson2009-05-02
* Decode extended bitstream for high-precision WavPack files.Laurent Aimar2009-05-02
* Ignore first entry of intra matrixes if it is invalid.Michael Niedermayer2009-05-01
* Factorize quantization matrix loading code out.Michael Niedermayer2009-05-01
* Don't #if a function declaration and properly indent it.Ramiro Polla2009-04-30
* mlpdec: Move MLP's filter_channel() to dsputils.Ramiro Polla2009-04-30
* Export av_free_packet().Ramiro Polla2009-04-30
* Add missing return statement to out-of-memory condition. Fixes the warning:Diego Biurrun2009-04-30
* Drop unused libamr-nb fixed-point glue code.Diego Biurrun2009-04-29
* ARM: Use fewer register in NEON put_pixels _y2 and _xy2David Conrad2009-04-29
* ARM: NEON put_pixels_clampedDavid Conrad2009-04-29
* Implement av_get_bits_per_pixel().Stefano Sabatini2009-04-27