aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Add missing required header directly.Diego Biurrun2008-05-091-0/+1
* Add missing path to #include.Diego Biurrun2008-05-091-1/+1
* Add missing path to #include statement.Diego Biurrun2008-05-091-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-09100-151/+155
* Little fix for block sizes <16Michael Niedermayer2008-05-091-1/+1
* Revert previous mistaken commit.Diego Biurrun2008-05-094-10/+10
* ipp.h is a system header, use <> when #including it.Diego Biurrun2008-05-095-11/+11
* dsputil.h is not a system header, use "" when #including it.Diego Biurrun2008-05-091-1/+1
* Improve motion estimation metric.Michael Niedermayer2008-05-091-1/+12
* remove useless commentAurelien Jacobs2008-05-081-2/+0
* ensure vp56_decode_frame always return unchanged buf_sizeAurelien Jacobs2008-05-081-3/+4
* Do not misuse long as the size of a register in x86.Ramiro Polla2008-05-0820-175/+185
* Do not return -1 from void functions.Carl Eugen Hoyos2008-05-081-2/+2
* One const per declaration is enough.Carl Eugen Hoyos2008-05-081-1/+1
* export dnxhd encoded picture qualityBaptiste Coudurier2008-05-061-0/+2
* Remove one more set of useless parentheses from a return call.Diego Biurrun2008-05-061-1/+1
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-0612-21/+21
* Use a state machine to reduce branching logic in decode_cabac_residual.Jason Garrett-Glaser2008-05-041-9/+19
* Prevent targaenc.c from outputting trash byte.Ramiro Polla2008-05-041-1/+1
* Add complete multimedia Wiki URL, patch by Sisir Koppaka.Sisir Koppaka2008-05-041-1/+1
* 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