summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* add VX1K h263 and DMK2 mpeg4 avi fourccsBen Littler2008-12-05
| | | | Originally committed as revision 16009 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
* Recognize pnm file as images.Carl Eugen Hoyos2008-12-04
| | | | Originally committed as revision 16004 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
* WRAW fourccBaptiste Coudurier2008-12-04
| | | | Originally committed as revision 16001 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
* Add necessary header for av_set_program_name and av_program_add_stream_index.Diego Biurrun2008-12-03
| | | | Originally committed as revision 15996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add fourccs from avi filesBen Littler2008-12-03
| | | | Originally committed as revision 15995 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
* add GEOX fourcc for mpeg4Michael Niedermayer2008-12-03
| | | | Originally committed as revision 15992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move declaration of av_set_program_name and av_program_add_stream_indexDiego Biurrun2008-12-03
| | | | | | to a more sensible place. Originally committed as revision 15991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
| | | | Originally committed as revision 28082 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
| | | | Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FFDS fourcc, ok'd by kostyaBen Littler2008-12-03
| | | | | | fixes FFDS files in http://tranquillity.ath.cx/uncommon_video_codecs_final.txt Originally committed as revision 15989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove entry about unsupported QCELP codec, it is now supported.Diego Biurrun2008-12-03
| | | | Originally committed as revision 15988 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
* 34l: forgot to change one case of chroma MC for RV40Kostya Shishkov2008-12-02
| | | | Originally committed as revision 15982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check RV30/40 slice offsets to be inside buffer.Kostya Shishkov2008-12-02
| | | | | | This fixes issue 738 Originally committed as revision 15981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update ff_rv34_decode_frame() arguments definitionKostya Shishkov2008-12-02
| | | | Originally committed as revision 15980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused RV40 spatial intra prediction functionKostya Shishkov2008-12-02
| | | | Originally committed as revision 15979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet2008-12-02
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ADTS AAC probe.Michael Niedermayer2008-12-02
| | | | | | fixes issue400 Originally committed as revision 15977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix regression test failure with pthreads on multiprocessor systems.Michael Niedermayer2008-12-02
| | | | | | Fixes issue517 Originally committed as revision 15976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented-out duplicate declarations.Diego Biurrun2008-12-02
| | | | Originally committed as revision 28058 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove unused declarations.Diego Biurrun2008-12-02
| | | | Originally committed as revision 28057 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* More OKed parts of the QCELP decoderKenan Gillet2008-12-01
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hack added to make "make checkheaders" pass, it is unneeded nowVitor Sessak2008-12-01
| | | | Originally committed as revision 15974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed parts of the QCELP decoderKenan Gillet2008-12-01
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of now unneeded pps/sps correctness code as pps/sps will notMichael Niedermayer2008-12-01
| | | | | | be used at all when anything fails sanity checks. Originally committed as revision 15972 to svn://svn.ffmpeg.org/ffmpeg/trunk