summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Use a state machine to reduce branching logic in decode_cabac_residual.Jason Garrett-Glaser2008-05-04
| | | | | | Patch by Jason Garrett-Glaser (darkshikari gmail com) Originally committed as revision 13060 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent targaenc.c from outputting trash byte.Ramiro Polla2008-05-04
| | | | Originally committed as revision 13059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add complete multimedia Wiki URL, patch by Sisir Koppaka.Sisir Koppaka2008-05-04
| | | | Originally committed as revision 13055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indent.Ramiro Polla2008-05-04
| | | | Originally committed as revision 13054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not read out of array bounds.Ramiro Polla2008-05-04
| | | | Originally committed as revision 13053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Output buffer overflow.Michael Niedermayer2008-05-03
| | | | Originally committed as revision 13052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Heap buffer overflow.Michael Niedermayer2008-05-03
| | | | Originally committed as revision 13051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memset(0) based buffer overflow.Michael Niedermayer2008-05-03
| | | | Originally committed as revision 13050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move declaration a little.Michael Niedermayer2008-05-03
| | | | Originally committed as revision 13049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Setting i to 0 once should do.Michael Niedermayer2008-05-03
| | | | Originally committed as revision 13048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently use C-style comments in #endif preprocessor directives.Diego Biurrun2008-05-03
| | | | Originally committed as revision 13047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Dirac support through libschroedinger.Anuradha Suraparaju2008-05-03
| | | | | | patch by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 13046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, soDiego Biurrun2008-05-03
| | | | | | include the header before using parts from it. Originally committed as revision 13045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix checkheaders when libdirac not installedMåns Rullgård2008-05-03
| | | | Originally committed as revision 13044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add necessary #includes in headersMåns Rullgård2008-05-03
| | | | Originally committed as revision 13043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dirac decoding/encoding support via libdirac.Anuradha Suraparaju2008-05-03
| | | | | | patch by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 13042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Dirac parser from SoC; written by Marco Gerards;Diego Biurrun2008-05-03
| | | | | | submitted by Anuradha Suraparaju, anuradha rd.bbc.co uk Originally committed as revision 13041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include avcodec.hJustin Ruggles2008-05-02
| | | | Originally committed as revision 13039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Long name spelling fixesBenjamin Larsson2008-05-02
| | | | Originally committed as revision 13038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move call to init_get_bits inside conditionalJustin Ruggles2008-05-02
| | | | Originally committed as revision 13037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* share streaminfo parsing functionJustin Ruggles2008-05-02
| | | | Originally committed as revision 13036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split out some decoder context params to a shared macroJustin Ruggles2008-05-02
| | | | Originally committed as revision 13035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change function parameters for dump_headers()Justin Ruggles2008-05-02
| | | | Originally committed as revision 13034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change function parameters for metadata_streaminfo()Justin Ruggles2008-05-02
| | | | Originally committed as revision 13033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark symbol as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com.Diego Pettenò2008-05-01
| | | | Originally committed as revision 13027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Comment out unused ff_vc1_norm6_spec table.Diego Biurrun2008-04-30
| | | | Originally committed as revision 13024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Transform codec short name into a single word.Stefano Sabatini2008-04-30
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-29
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-04-29
| | | | Originally committed as revision 13021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix decoding of:Michael Niedermayer2008-04-29
| | | | | | | | | | | | http://samples.mplayerhq.hu/A-codecs/msgsm/levis.avi http://samples.mplayerhq.hu/A-codecs/msgsm/wernfried_1.avi partially fix decoding of: http://samples.mplayerhq.hu/A-codecs/GSM/sample-gsm-8000.gsm Allow the user to encode non standard samplerates by using -strict Originally committed as revision 13020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Typo: distoration -> distortion.Ramiro Polla2008-04-29
| | | | Originally committed as revision 13019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove leading whitespace in long codec name that was committed in r13017Robert Swain2008-04-29
| | | | Originally committed as revision 13018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-29
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Transform codec names into single words.Stefano Sabatini2008-04-29
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variable, min_framesizeJustin Ruggles2008-04-29
| | | | Originally committed as revision 13015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Calculate motion vector information based on PTS provided in slice headerKostya Shishkov2008-04-28
| | | | Originally committed as revision 13011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-28
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make 8SVX codec names just a single word for consistency with other codec names.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use filename as multiple inclusion guard.Diego Biurrun2008-04-27
| | | | Originally committed as revision 13004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename i386/cputest.c --> i386/cpuid.c.Diego Biurrun2008-04-26
| | | | Originally committed as revision 13002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary test program dependency declarations.Diego Biurrun2008-04-26
| | | | Originally committed as revision 13001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Grammar fixes and improvements for the new ACELP codeRobert Swain2008-04-26
| | | | Originally committed as revision 13000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* break if error in header so it can output already decoded framesBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge init with declarationBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: merge declsBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify: merge loopsBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify: remove useless fields and varsBaptiste Coudurier2008-04-26
| | | | Originally committed as revision 12994 to svn://svn.ffmpeg.org/ffmpeg/trunk