summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Fix list of input pix_fmts supported by GIF. This makes it work with swscale.Michael Niedermayer2009-02-06
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-06
* Use libopenjpeg for jpeg2k decoding.Jai Menon2009-02-06
* Add size_in_bits to PutBitContextMichael Niedermayer2009-02-05
* Electronic Arts TQI decoderPeter Ross2009-02-05
* don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). this is req...Peter Ross2009-02-05
* convert mpeg1_decode_block_intra() to inline globalPeter Ross2009-02-05
* Remove CONFIG_H264_ENCODER referencesMåns Rullgård2009-02-04
* Remove documentation of non-existing function parameters.Diego Biurrun2009-02-04
* Remove unused CONFIG_H264_ENCODER #define.Diego Biurrun2009-02-04
* Remove pointless '#if CONFIG_ENCODERS' around forward declarations.Diego Biurrun2009-02-04
* No need to compute stypeRoman Shaposhnik2009-02-04
* Add av_cold attributes to *_init and *_end functions.Alex Converse2009-02-03
* VP3: Prevent stack corruption from an unset custom coding method.Alex Converse2009-02-03
* Add fields to H264Context and SPS for upcoming VA API support.Gwenole Beauchesne2009-02-03
* check validity of pointer srcCStefan Gehrer2009-02-03
* Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thanky...Michael Niedermayer2009-02-03
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-02
* Allocate trellis tables on heap only when needed.Benjamin Larsson2009-02-02
* Doxygen defgroups throw a warning if they don't have a title as well as a nameRobert Swain2009-02-02
* cosmetics: Place all subtitle entries together.Diego Biurrun2009-02-02
* flacdec: set default sample_fmt before parsing extradataJustin Ruggles2009-02-02
* Add av_unused to conditionally used variable, fixes the warning:Diego Biurrun2009-02-02
* Silence compiler warnings for XL decoderKostya Shishkov2009-02-01
* Make WNV1 decoder use temporary buffer for bit-reversed inputKostya Shishkov2009-02-01
* cosmetics: Remove period after copyright statement non-sentence.Diego Biurrun2009-02-01
* Make TM2 decoder byteswap input into separate buffer instead of doing it in-p...Kostya Shishkov2009-02-01
* Factorize stream reading in TM2 decoderKostya Shishkov2009-02-01
* Silence two pointer assignment compiler warnings in rv34.cKostya Shishkov2009-02-01
* Silence useless compiler warning when passing AVFrame* instead of AVPicture*Kostya Shishkov2009-02-01
* Remove H.264 encoder initialization.Diego Biurrun2009-02-01
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix filenames in doxygen comments.Diego Biurrun2009-02-01
* remove some warnings due to avctx->executeBaptiste Coudurier2009-01-31
* shorten: trivial simplification of signature checkMåns Rullgård2009-01-31
* assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decade...Ben Hutchings2009-01-31
* fix decoding 720p50 audio samplesBaptiste Coudurier2009-01-31
* cosmetics: change comment type and vertical alignmentJustin Ruggles2009-01-31
* cosmetics: add some documentation to FLACContextJustin Ruggles2009-01-31
* Cosmetics: fixing indentationRoman Shaposhnik2009-01-31
* unrolling encoding loopsRoman Shaposhnik2009-01-31
* Cosmetics: simplifying static initializationRoman Shaposhnik2009-01-31
* simplifying DIF encoding processRoman Shaposhnik2009-01-31
* Cosmetics: fixing the indentationRoman Shaposhnik2009-01-31
* factoring code into dv_init_enc_blockRoman Shaposhnik2009-01-31
* Cosmetics: replacing 0 with NULL for pointer assignmentRoman Shaposhnik2009-01-31
* Cosmetics: moving the function definition aroundRoman Shaposhnik2009-01-31
* Replacing the constant with a macroRoman Shaposhnik2009-01-31
* flacdec: add support for SAMPLE_FMT_32Justin Ruggles2009-01-31
* Fix documentation of the return value of avcodec_encode_video().Bitbreaker/METALVOTZE X2009-01-31