summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* Implement bidirectional (positive offset - left, negative - right)Vladimir Voroshilov2008-05-11
* Document AVCodecContext channels field.Stefano Sabatini2008-05-11
* Update comment to version, negotiated with Diego, andVladimir Voroshilov2008-05-11
* Fix compilation error.Vladimir Voroshilov2008-05-11
* fix reading of samples-per-frameJustin Ruggles2008-05-11
* various filters for ACELP-based codecsVladimir Voroshilov2008-05-11
* Simplify a list of array allocations with a loop.Vitor Sessak2008-05-11
* Replace hardcoded LP filter order with parameter.Vladimir Voroshilov2008-05-11
* Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-10
* Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.Vitor Sessak2008-05-10
* cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,Vitor Sessak2008-05-10
* Add missing required header directly.Diego Biurrun2008-05-09
* Add missing path to #include.Diego Biurrun2008-05-09
* Add missing path to #include statement.Diego Biurrun2008-05-09
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Little fix for block sizes <16Michael Niedermayer2008-05-09
* Revert previous mistaken commit.Diego Biurrun2008-05-09
* ipp.h is a system header, use <> when #including it.Diego Biurrun2008-05-09
* dsputil.h is not a system header, use "" when #including it.Diego Biurrun2008-05-09
* Improve motion estimation metric.Michael Niedermayer2008-05-09
* remove useless commentAurelien Jacobs2008-05-08
* ensure vp56_decode_frame always return unchanged buf_sizeAurelien Jacobs2008-05-08
* Do not misuse long as the size of a register in x86.Ramiro Polla2008-05-08
* Do not return -1 from void functions.Carl Eugen Hoyos2008-05-08
* One const per declaration is enough.Carl Eugen Hoyos2008-05-08
* export dnxhd encoded picture qualityBaptiste Coudurier2008-05-06
* Remove one more set of useless parentheses from a return call.Diego Biurrun2008-05-06
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* Use a state machine to reduce branching logic in decode_cabac_residual.Jason Garrett-Glaser2008-05-04
* Prevent targaenc.c from outputting trash byte.Ramiro Polla2008-05-04
* Add complete multimedia Wiki URL, patch by Sisir Koppaka.Sisir Koppaka2008-05-04
* Indent.Ramiro Polla2008-05-04
* Do not read out of array bounds.Ramiro Polla2008-05-04
* Output buffer overflow.Michael Niedermayer2008-05-03
* Heap buffer overflow.Michael Niedermayer2008-05-03
* Fix memset(0) based buffer overflow.Michael Niedermayer2008-05-03
* Move declaration a little.Michael Niedermayer2008-05-03
* Setting i to 0 once should do.Michael Niedermayer2008-05-03
* cosmetics: Consistently use C-style comments in #endif preprocessor directives.Diego Biurrun2008-05-03
* Add Dirac support through libschroedinger.Anuradha Suraparaju2008-05-03
* 10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, soDiego Biurrun2008-05-03
* fix checkheaders when libdirac not installedMåns Rullgård2008-05-03
* add necessary #includes in headersMåns Rullgård2008-05-03
* Dirac decoding/encoding support via libdirac.Anuradha Suraparaju2008-05-03
* Add Dirac parser from SoC; written by Marco Gerards;Diego Biurrun2008-05-03
* include avcodec.hJustin Ruggles2008-05-02
* Long name spelling fixesBenjamin Larsson2008-05-02
* move call to init_get_bits inside conditionalJustin Ruggles2008-05-02
* share streaminfo parsing functionJustin Ruggles2008-05-02
* split out some decoder context params to a shared macroJustin Ruggles2008-05-02