summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* ARM: enable ARMv4 add_pixels_clampedMåns Rullgård2009-10-06
* ARM: ARMv6 optimised add_pixels_clamped()Måns Rullgård2009-10-06
* ARM: whitespace cosmeticsMåns Rullgård2009-10-06
* Move HuffYUV left prediction to dsputil.Nathan Caldwell2009-10-06
* Since some junk may be or may be not present before actual VC-1 extradata,Andrew Dennison2009-10-06
* Remove casts that are useless since the argument is void *.Reimar Döffinger2009-10-06
* Allow building api-example from outside of libavcodec and alsoJai Menon2009-10-06
* cosmetics: reindent and line wrap after last commitJustin Ruggles2009-10-05
* alacenc: add a fixed LPC coefficient mode as compression level 1. oldJustin Ruggles2009-10-05
* Revert:Michael Niedermayer2009-10-05
* ARM: add ff_ prefix to lots of functionsMåns Rullgård2009-10-04
* ARM: cosmeticsMåns Rullgård2009-10-04
* ARM: replace some #if with if()Måns Rullgård2009-10-04
* ARM: clean up file/function naming conventionsMåns Rullgård2009-10-04
* ARM: clean up dsputil initialisationMåns Rullgård2009-10-04
* Sun Raster RGB supportPeter Ross2009-10-04
* ARM: shorten some long macro namesMåns Rullgård2009-10-03
* ARM: update ldm/stm instructions to modern syntaxMåns Rullgård2009-10-03
* ARM: whitespace cosmeticsMåns Rullgård2009-10-03
* Reindent after channel layout commit from yesterdayRobert Swain2009-10-03
* increase maximum compressed frame sizeSascha Sommer2009-10-03
* return AVERROR_INVALIDDATA when the bitstream could not be decodedSascha Sommer2009-10-03
* Support decoding of uncompressed PCX scanlinesPeter Ross2009-10-03
* ARM: use plain labels for pc-relative addressingMåns Rullgård2009-10-02
* ARM: remove unnecessary .fpu neon directivesMåns Rullgård2009-10-02
* ARM: use undocumented .syntax directive to enable UAL syntaxMåns Rullgård2009-10-02
* Add vorbis channel layout support according to those defined in the Vorbis IRobert Swain2009-10-02
* ARM: apply extern symbol prefix where neededMåns Rullgård2009-10-02
* Make avcodec_open set codec_id and codec_type if they haven't been set.Reimar Döffinger2009-10-01
* put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger2009-10-01
* Use MANGLE in cavsdsp, the current version using "m" constraints will notReimar Döffinger2009-10-01
* Fix indentation after last commit.Benoit Fouet2009-10-01
* Add support for TARGA images without RLE compression.Anne-Laure de Smit2009-10-01
* Fix wrongly indented block.Diego Biurrun2009-10-01
* Use "!exp" instead of "exp == NULL" in if condition.Diego Biurrun2009-10-01
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-10-01
* Do not attempt to decode TIFF files containing fax data with uncompressedKostya Shishkov2009-10-01
* lavc MJPEG decoder is capable of decoding some extended sequentialKostya Shishkov2009-10-01
* Make BMP decoder produce flipped picture with RLE compression.Kostya Shishkov2009-10-01
* Make MS RLE decoder produce both bottom-up and top-down picturesKostya Shishkov2009-10-01
* Change an error to a warning to support broken AC-3 files known to exist.Justin Ruggles2009-10-01
* Support constant-quant encoding for libtheoraDavid Conrad2009-09-30
* 10l: wrong operation in stereo rematrixingJustin Ruggles2009-09-30
* Add support for SGI images without RLE compression.Anne-Laure de Smit2009-09-30
* Do not needlessly add 7 to put_buts_count before dividing by 8,Reimar Döffinger2009-09-30
* Use floating point mathematics when encoding mpeg audio.Lasse Reinhold2009-09-30
* Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0Reimar Döffinger2009-09-30
* Use ff_put_string in vorbis encoder.Reimar Döffinger2009-09-30
* Replace several #ifdef PIC with the more obvious and correctReimar Döffinger2009-09-30
* When BitsPerSample tag is not present in TIFF, that means file isKostya Shishkov2009-09-30