summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Simplify stereo rematrixing by only using one temporary variable. It is alsoJustin Ruggles2009-09-30
* remove unneeded assignment in inner loop. rematrixing bands are contiguous.Justin Ruggles2009-09-30
* Use context instead of NULL for logging.Reimar Döffinger2009-09-29
* Make sure that dv encoder initializes all encoded packet data.Reimar Döffinger2009-09-29
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-09-29
* Fix indentation in avcodec.hJason Garrett-Glaser2009-09-29
* WMA: fix loop unrolling in decode_exp_vlc()Måns Rullgård2009-09-29
* whitespace cosmetics, prettyprinting, K&R coding styleDiego Biurrun2009-09-29
* Simplify r20025: use align_get_bits instead of reimplementing it.Reimar Döffinger2009-09-29
* WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård2009-09-29
* WMA: use type punning and unroll loops in decode_exp_vlc()Måns Rullgård2009-09-29
* WMA: use a table instead of pow() in decode_exp_vlcMåns Rullgård2009-09-29
* Make sure all the bits are written to output in fax data decoder.Kostya Shishkov2009-09-29
* some more linebreak and brace placement cosmeticsDiego Biurrun2009-09-28
* brace placement and linebreak cosmeticsDiego Biurrun2009-09-28
* Refactor channel element configuration and mapping code into its own functionRobert Swain2009-09-28
* Reindent after last commitRobert Swain2009-09-28
* AAC: Add channel layout support for channel configuration as defined in theRobert Swain2009-09-28