summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Use '#if defined()' for OS-specific preprocessor checks.Diego Biurrun2009-01-30
* ARM: NEON optimised vector_fmul_windowMåns Rullgård2009-01-30
* ARM: NEON optimised vector_fmulMåns Rullgård2009-01-30
* remove duplicate tablesStefan Gehrer2009-01-30
* Use the new RDFT code in the QDM2 decoder.Alex Converse2009-01-30
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-30
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
* Record B-fraction index from frame header and two fields from entry point str...Gwenole Beauchesne2009-01-30
* Make ff_h263_resync() return the bit position of the resync_marker orGwenole Beauchesne2009-01-30
* Use a constant instead of a magic number.Gwenole Beauchesne2009-01-30
* avoid indeterminate order of accessing srcStefan Gehrer2009-01-30
* cosmetics: Add empty line for consistent formatting.Gwenole Beauchesne2009-01-29
* Mark ff_fft_end av_cold.Alex Converse2009-01-29
* fix an overflow in vc1 intra overlap filterLoren Merritt2009-01-28
* Fix Doxygen comments for VC-1 decoder.Kostya Shishkov2009-01-28
* Fix Doxygen comments for RV3/4 decoder.Kostya Shishkov2009-01-28
* Fix Doxygen comments for APE decoder.Kostya Shishkov2009-01-28
* ARM: remove some unused macro argumentsMåns Rullgård2009-01-27
* ARM: reorder some instructions in put_pixels*_arm for speed gainsMåns Rullgård2009-01-27
* ARM: replace jump tables with conditional branchesMåns Rullgård2009-01-27
* ARM: replace explicit literal loads with ldr Rd, =litMåns Rullgård2009-01-27
* ARM: change alignment of loops in put_pixels*_arm to 32Måns Rullgård2009-01-27
* ARM: optimised mid_pred()Måns Rullgård2009-01-27
* ARM: allow register operands for shifts in MULL()Måns Rullgård2009-01-27
* fix doxygen file referenceStefan Gehrer2009-01-27
* vp5: don't try decoding a P frame before any I frame was parsedAurelien Jacobs2009-01-27
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26