summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* move structure definitions in their own headerBaptiste Coudurier2008-12-11
| | | | Originally committed as revision 16051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-12-11
| | | | Originally committed as revision 16050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dsp clear_blockBaptiste Coudurier2008-12-11
| | | | Originally committed as revision 16049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dsp clear_blockBaptiste Coudurier2008-12-11
| | | | Originally committed as revision 16048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with only Theora decoder enabledDavid Conrad2008-12-11
| | | | Originally committed as revision 16047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid the 'Claimed bitrate and buffer size mismatch' warning storm.Kenan Gillet2008-12-11
| | | | | | - Patch by Kenan Gillet Originally committed as revision 16046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clear_block mmxLoren Merritt2008-12-10
| | | | Originally committed as revision 16045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix progressive jpeg:Loren Merritt2008-12-10
| | | | | | | | support refinement passes remove intermediate clipping remove redundant idct Originally committed as revision 16044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC: move scratch array to context to ensure 16-byte alignmentMåns Rullgård2008-12-10
| | | | Originally committed as revision 16043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless inline qualifier, fixes linking with gcc 4.3.Alexis Ballier2008-12-09
| | | | | | patch by Alexis Ballier, alexis.ballier gmail com Originally committed as revision 16042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC: Use a sign LUT rather than 1-2*get_bits1()Alex Converse2008-12-09
| | | | | | Patch by Alex Converse (alex converse gmail com) Originally committed as revision 16041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain.Alex Converse2008-12-09
| | | | | | Patch by Alex Converse (alex converse gmail com) Originally committed as revision 16040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC: Remove unnecessary fabsf()Alex Converse2008-12-09
| | | | | | Patch by Alex Converse (alex converse gmail com) Originally committed as revision 16039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_log_missing_feature an internal function, and change its nameStefano Sabatini2008-12-08
| | | | | | to ff_log_missing_feature. Originally committed as revision 16037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignment after last commitJustin Ruggles2008-12-08
| | | | Originally committed as revision 16035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3: detect dba errors and prevent writing past end of arrayJustin Ruggles2008-12-08
| | | | Originally committed as revision 16034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not attempt to decode RV30/40 B-frames without anchors.Kostya Shishkov2008-12-07
| | | | | | This fixes issue 747. Originally committed as revision 16031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlp: cosmetics: remove {}s over one-lined if.Ramiro Polla2008-12-07
| | | | Originally committed as revision 16027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlp: support bit-depths greater than 16 by default.Ramiro Polla2008-12-07
| | | | Originally committed as revision 16026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: simplify exponent bounds checkingJustin Ruggles2008-12-06
| | | | Originally committed as revision 16022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.Mathieu Velten2008-12-06
| | | | | | Patch by Mathieu Velten < matmaul at gmail dot com > Originally committed as revision 16021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: add missing feature log message for block start infoJustin Ruggles2008-12-06
| | | | Originally committed as revision 16020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: use skip_bits_long() for block start bitsJustin Ruggles2008-12-06
| | | | Originally committed as revision 16019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exponents().Justin Ruggles2008-12-06
| | | | Originally committed as revision 16018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: vertical alignmentJustin Ruggles2008-12-06
| | | | Originally committed as revision 16017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent after last commitJustin Ruggles2008-12-06
| | | | Originally committed as revision 16016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: detect out-of-range exponentsJustin Ruggles2008-12-06
| | | | Originally committed as revision 16015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: remove some useless commentsMåns Rullgård2008-12-06
| | | | Originally committed as revision 16014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make decoding run of pixels in MS RLE saner.Kostya Shishkov2008-12-06
| | | | | | | This is based on patches by Alex Converse and Mans Rullgard Thread "[PATCH] Fix MSRLE type punning" Originally committed as revision 16013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print out some errors found during MS RLE decodingKostya Shishkov2008-12-06
| | | | Originally committed as revision 16012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AASC can contain raw data in addition to MS-RLEKostya Shishkov2008-12-06
| | | | Originally committed as revision 16011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check that cpb_count is within the allowed range.Michael Niedermayer2008-12-05
| | | | Originally committed as revision 16010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix FF_OPT_TYPE_INT64 support of defaults.Michael Niedermayer2008-12-05
| | | | Originally committed as revision 16008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an overflow in the predictor.Jai Menon2008-12-05
| | | | | | | fixes issue 636 Patch by Jai. Originally committed as revision 16007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence some ICC warnings. Patch by Vitor Sessak.Vitor Sessak2008-12-04
| | | | Originally committed as revision 16006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add expected const qualifier on 'buf' to match AVCodec.decode's declaration.Reynaldo H. Verdejo Pinochet2008-12-04
| | | | | | This change gets rid of another compiler warning. Originally committed as revision 16005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS, add missing remarks crediting Ben and KenanReynaldo H. Verdejo Pinochet2008-12-04
| | | | Originally committed as revision 16003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fraps version 3 seems to be the same as Fraps v5Kostya Shishkov2008-12-04
| | | | Originally committed as revision 16002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* partial WRAW fourcc support, might need image flippingBaptiste Coudurier2008-12-04
| | | | Originally committed as revision 16000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* silence gcc warning: ‘n_bands’ may be used uninitializedJustin Ruggles2008-12-04
| | | | Originally committed as revision 15999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: use uint8_t for band sizesJustin Ruggles2008-12-04
| | | | Originally committed as revision 15998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Removes misleading const qualifier, gets rid of two compiler warningsReynaldo H. Verdejo Pinochet2008-12-04
| | | | Originally committed as revision 15997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: convert VFP code to UAL syntaxMåns Rullgård2008-12-03
| | | | Originally committed as revision 15994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement complexity estimation parsing and try to detect an incorrectly setMichael Niedermayer2008-12-03
| | | | | | complexity estimation flag. Originally committed as revision 15993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
| | | | Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3dec: skip decoding and use error concealment for remaining blocks inJustin Ruggles2008-12-03
| | | | | | the frame after an error occurs. Originally committed as revision 15987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlp: initialize all CRC tables in a common function.Laurent Aimar2008-12-03
| | | | | | | | This way the decoder does not have to depend on the parser being initialized before. Patch by Laurent Aimar <fenrir at via dot ecp dot fr>. Originally committed as revision 15986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Trivial rephrasing, avoids too long lineReynaldo H. Verdejo Pinochet2008-12-02
| | | | Originally committed as revision 15985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Trivial, Cosmetics, mostly brace placement changesReynaldo H. Verdejo Pinochet2008-12-02
| | | | Originally committed as revision 15984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix reading out of buffer during RV30/40 deblock mask calculationKostya Shishkov2008-12-02
| | | | Originally committed as revision 15983 to svn://svn.ffmpeg.org/ffmpeg/trunk