aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Indent.Ramiro Polla2008-05-041-4/+4
* Do not read out of array bounds.Ramiro Polla2008-05-041-0/+4
* Output buffer overflow.Michael Niedermayer2008-05-031-0/+5
* Heap buffer overflow.Michael Niedermayer2008-05-031-1/+5
* Fix memset(0) based buffer overflow.Michael Niedermayer2008-05-031-1/+6
* Move declaration a little.Michael Niedermayer2008-05-031-2/+2
* Setting i to 0 once should do.Michael Niedermayer2008-05-031-1/+1
* cosmetics: Consistently use C-style comments in #endif preprocessor directives.Diego Biurrun2008-05-031-1/+1
* Add Dirac support through libschroedinger.Anuradha Suraparaju2008-05-036-0/+841
* 10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, soDiego Biurrun2008-05-031-0/+2
* fix checkheaders when libdirac not installedMåns Rullgård2008-05-031-0/+3
* add necessary #includes in headersMåns Rullgård2008-05-033-0/+6
* Dirac decoding/encoding support via libdirac.Anuradha Suraparaju2008-05-035-0/+628
* Add Dirac parser from SoC; written by Marco Gerards;Diego Biurrun2008-05-033-0/+90
* include avcodec.hJustin Ruggles2008-05-021-0/+2
* Long name spelling fixesBenjamin Larsson2008-05-023-3/+3
* move call to init_get_bits inside conditionalJustin Ruggles2008-05-021-1/+1
* share streaminfo parsing functionJustin Ruggles2008-05-022-8/+20
* split out some decoder context params to a shared macroJustin Ruggles2008-05-022-4/+46
* change function parameters for dump_headers()Justin Ruggles2008-05-021-8/+8
* change function parameters for metadata_streaminfo()Justin Ruggles2008-05-021-17/+20
* Mark symbol as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com.Diego Pettenò2008-05-011-1/+3
* Comment out unused ff_vc1_norm6_spec table.Diego Biurrun2008-04-301-0/+2
* Transform codec short name into a single word.Stefano Sabatini2008-04-301-1/+1
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-2920-13/+39
* indentMichael Niedermayer2008-04-291-14/+14
* Fix decoding of:Michael Niedermayer2008-04-291-0/+11
* Typo: distoration -> distortion.Ramiro Polla2008-04-293-14/+14
* Remove leading whitespace in long codec name that was committed in r13017Robert Swain2008-04-291-1/+1
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-2916-4/+34
* Transform codec names into single words.Stefano Sabatini2008-04-293-3/+3
* remove unused variable, min_framesizeJustin Ruggles2008-04-291-3/+3
* Calculate motion vector information based on PTS provided in slice headerKostya Shishkov2008-04-284-21/+27
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-288-3/+22
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-2753-10/+78
* Make 8SVX codec names just a single word for consistency with other codec names.Stefano Sabatini2008-04-271-2/+2
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-2761-9/+81
* Use filename as multiple inclusion guard.Diego Biurrun2008-04-271-3/+3
* Rename i386/cputest.c --> i386/cpuid.c.Diego Biurrun2008-04-262-2/+2
* Remove unnecessary test program dependency declarations.Diego Biurrun2008-04-261-2/+0
* Grammar fixes and improvements for the new ACELP codeRobert Swain2008-04-262-8/+8
* break if error in header so it can output already decoded framesBaptiste Coudurier2008-04-261-4/+2
* merge init with declarationBaptiste Coudurier2008-04-261-3/+1
* cosmetics: merge declsBaptiste Coudurier2008-04-261-2/+1
* simplify: merge loopsBaptiste Coudurier2008-04-261-4/+4
* simplifyBaptiste Coudurier2008-04-261-3/+2
* simplify: remove useless fields and varsBaptiste Coudurier2008-04-261-6/+5
* move MP3On4DecodeContext def near the code and under ifdefBaptiste Coudurier2008-04-261-10/+10
* correctly patch syncword for samples rates < 16000, decoder now fully support...Baptiste Coudurier2008-04-261-2/+7
* fix 1 frame config decodingBaptiste Coudurier2008-04-261-1/+1