summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use "!exp" instead of "exp == NULL" in if condition.Diego Biurrun2009-10-011-1/+1
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-10-011-50/+51
* Do not attempt to decode TIFF files containing fax data with uncompressedKostya Shishkov2009-10-011-0/+5
* lavc MJPEG decoder is capable of decoding some extended sequentialKostya Shishkov2009-10-011-1/+1
* Make BMP decoder produce flipped picture with RLE compression.Kostya Shishkov2009-10-011-0/+8
* Make MS RLE decoder produce both bottom-up and top-down picturesKostya Shishkov2009-10-011-2/+4
* Change an error to a warning to support broken AC-3 files known to exist.Justin Ruggles2009-10-011-2/+2
* Support constant-quant encoding for libtheoraDavid Conrad2009-09-301-2/+13
* configure: break a long lineMåns Rullgård2009-09-301-1/+2
* Re-add check for compilation failure with ebx clobber, and only setReimar Döffinger2009-09-301-1/+1
* 10l: wrong operation in stereo rematrixingJustin Ruggles2009-09-301-1/+1
* configure: return result of test from check_asmMåns Rullgård2009-09-301-1/+2
* Add support for SGI images without RLE compression.Anne-Laure de Smit2009-09-301-1/+15
* Do not needlessly add 7 to put_buts_count before dividing by 8,Reimar Döffinger2009-09-301-4/+4
* 10l in code reading codec_name, the first byte is the length and should notReimar Döffinger2009-09-301-1/+1
* Use a "b" constraint instead of ebx clobber to detect if EBX is available.Reimar Döffinger2009-09-301-1/+1
* Use floating point mathematics when encoding mpeg audio.Lasse Reinhold2009-09-303-9/+9
* Return an error when the parsed mpc chunk size is negative, otherwise weReimar Döffinger2009-09-301-0/+2
* Fix compilation of beosaudio.cpp, not tested if it actually works though.Reimar Döffinger2009-09-301-3/+5
* Fix typo in comment.Reimar Döffinger2009-09-301-1/+1
* Use skip_put_bytes in MJPEG encoder instead of filling all bytes with 0Reimar Döffinger2009-09-301-4/+1
* Use ff_put_string in vorbis encoder.Reimar Döffinger2009-09-301-6/+3
* Replace several #ifdef PIC with the more obvious and correctReimar Döffinger2009-09-302-10/+10
* Disable parsing for ogg streams where no ogg header was found,Reimar Döffinger2009-09-301-0/+5
* Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpegReimar Döffinger2009-09-301-2/+7
* When BitsPerSample tag is not present in TIFF, that means file isKostya Shishkov2009-09-301-2/+13
* Simplify stereo rematrixing by only using one temporary variable. It is alsoJustin Ruggles2009-09-301-5/+3
* remove unneeded assignment in inner loop. rematrixing bands are contiguous.Justin Ruggles2009-09-301-1/+2
* Prefer -vcodec rawvideo over -vcodec huffyuv for lavfi regressionStefano Sabatini2009-09-291-1/+1
* Remove disabled code cruft.Diego Biurrun2009-09-291-52/+0
* Fix md5 program invocation for BSD.Michael Kostylev2009-09-291-1/+1
* Use context instead of NULL for logging.Reimar Döffinger2009-09-291-2/+2
* Make sure that dv encoder initializes all encoded packet data.Reimar Döffinger2009-09-294-8/+17
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-09-291-112/+111
* Fix indentation in avcodec.hJason Garrett-Glaser2009-09-291-1/+1
* WMA: fix loop unrolling in decode_exp_vlc()Måns Rullgård2009-09-291-12/+12
* whitespace cosmetics, prettyprinting, K&R coding styleDiego Biurrun2009-09-295-3190/+3194
* Simplify r20025: use align_get_bits instead of reimplementing it.Reimar Döffinger2009-09-291-2/+2
* WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård2009-09-294-11/+18
* WMA: use type punning and unroll loops in decode_exp_vlc()Måns Rullgård2009-09-291-6/+16
* WMA: use a table instead of pow() in decode_exp_vlcMåns Rullgård2009-09-291-4/+73
* Sync AC3 probe values with MP3 probe values, they have to avoid similar issues.Reimar Döffinger2009-09-292-2/+7
* Extend DV autodetection to also reliably detect single-frame DVs withReimar Döffinger2009-09-291-1/+6
* Add id3v2 metadata conversion table and use it in mp3 muxer.Anton Khirnov2009-09-293-0/+23
* Make sure all the bits are written to output in fax data decoder.Kostya Shishkov2009-09-291-0/+1
* some more linebreak and brace placement cosmeticsDiego Biurrun2009-09-283-16/+29
* brace placement and linebreak cosmeticsDiego Biurrun2009-09-285-162/+226
* Refactor channel element configuration and mapping code into its own functionRobert Swain2009-09-281-23/+39
* Reindent after last commitRobert Swain2009-09-281-21/+21
* AAC: Add channel layout support for channel configuration as defined in theRobert Swain2009-09-282-5/+46
OpenPOWER on IntegriCloud