summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* fix the WC3 Xan decoder by correcting the frame accounting logicMike Melanson2008-03-051-4/+6
* Fix handling flags with the MSB set.Michael Niedermayer2008-03-051-3/+3
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-0512-28/+21
* move EDGE_WIDTH definition allong with draw_edges where it belongsAurelien Jacobs2008-03-052-2/+1
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-058-10/+6
* move relevant declarations to mpeg12data.hAurelien Jacobs2008-03-052-4/+8
* move run length table constants to rl.hAurelien Jacobs2008-03-042-7/+5
* move ff_emulated_edge_mc() to dsputilAurelien Jacobs2008-03-044-73/+75
* Remove unused elements from tables.Michael Niedermayer2008-03-041-30/+8
* Detect and prevent reading over the end of counts_*. We pass the errorMichael Niedermayer2008-03-041-0/+17
* Prevent segfault due to reading over the end of the input buffer.Michael Niedermayer2008-03-041-1/+4
* fix wmv3 dependenciesAurelien Jacobs2008-03-041-1/+1
* Fix compilation on powerpc.Aurelien Jacobs2008-03-041-1/+1
* remove old draw_edges declaration cruftAurelien Jacobs2008-03-041-1/+0
* move ff_init_scantable() into dsputilAurelien Jacobs2008-03-044-37/+39
* move draw_edges() into dsputilAurelien Jacobs2008-03-046-128/+129
* dsputil.h is a local headerAurelien Jacobs2008-03-031-1/+1
* include required headerAurelien Jacobs2008-03-031-0/+2
* remove invalid free() forgotten in r12300Måns Rullgård2008-03-031-1/+0
* Provide non null class name to avoid crash with ffmpeg -h.Michael Niedermayer2008-03-031-3/+4
* use scale factor instead of sum for downmix level adjustment. avoids divisionJustin Ruggles2008-03-011-6/+9
* pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing.Justin Ruggles2008-03-011-6/+11
* Use 24-bit fixed-point transform coefficients until just before MDCT. ThisJustin Ruggles2008-03-011-45/+37
* more aspect ratios added in one of the ammendmentsLoren Merritt2008-03-012-2/+5
* Make AMR-NB block size const and 8 bits.Benoit Fouet2008-02-291-1/+1
* Define block size for AMR-WB (use IF2 table).Benoit Fouet2008-02-291-0/+1
* suppress the second warningMichael Niedermayer2008-02-281-1/+3
* Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger2008-02-281-3/+3
* 1000l parenthesisBaptiste Coudurier2008-02-281-1/+1
* code is ok for 4bpp in mov too, fix 16grey.movBaptiste Coudurier2008-02-281-2/+4
* Add more riff IDs to support remuxing.Benjamin Larsson2008-02-271-0/+3
* better includeMichael Niedermayer2008-02-261-1/+1
* include dependencies ...Michael Niedermayer2008-02-261-0/+3
* Add multiple inclusion guards.Diego Biurrun2008-02-261-0/+5
* Add explanatory comment to '#define FLOAT float'.Diego Biurrun2008-02-261-0/+1
* less preprocessor magic in version number macrosMåns Rullgård2008-02-261-4/+10
* Stuffing bytes to not violate minimum legality rate.Michael Niedermayer2008-02-261-0/+21
* Remove another temporary variable with which gcc has problems.Michael Niedermayer2008-02-261-4/+5
* cosmetics: Demplayerify indentation.Diego Biurrun2008-02-261-224/+227
* Add comments to some #endif directives.Diego Biurrun2008-02-261-2/+2
* cosmetics: spelling/grammarDiego Biurrun2008-02-261-26/+27
* Alternative and faster (on gcc x86) plane rotation.Michael Niedermayer2008-02-261-0/+10
* Get rid of another useless variable.Michael Niedermayer2008-02-261-8/+8
* Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),Michael Niedermayer2008-02-261-14/+14
* One variable less. No real change to the actual code.Michael Niedermayer2008-02-261-15/+18
* floating point AAN IDCTMichael Niedermayer2008-02-267-0/+180
* decode mng color decorrelationLoren Merritt2008-02-263-3/+36
* Remove START_TIMER and STOP_TIMER macros.Diego Biurrun2008-02-261-92/+3
* simplifyLoren Merritt2008-02-261-1/+1
* split encoding part of dsputil_mmx into its own fileAurelien Jacobs2008-02-254-1409/+1436
OpenPOWER on IntegriCloud