summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* IMA ADPCM encoder - QT variantKostya Shishkov2008-03-06
* make compilation of mpeg12* and mpegvideo conditionalAurelien Jacobs2008-03-05
* move ff_mpeg1_dc_scale_table to mpegvideo.cAurelien Jacobs2008-03-05
* add dependencies for matroska audio and nut muxers over lavcAurelien Jacobs2008-03-05
* doxyfy frame type comments and add some more commentsAurelien Jacobs2008-03-05
* define BI frame type along with other frame typesAurelien Jacobs2008-03-05
* cosmetic: alignAurelien Jacobs2008-03-05
* add some required objects dependenciesAurelien Jacobs2008-03-05
* Avoid linking with h263 and mpeg4 find_frame_end()Aurelien Jacobs2008-03-05
* fix the WC3 Xan decoder by correcting the frame accounting logicMike Melanson2008-03-05
* Fix handling flags with the MSB set.Michael Niedermayer2008-03-05
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-05
* move EDGE_WIDTH definition allong with draw_edges where it belongsAurelien Jacobs2008-03-05
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-05
* move relevant declarations to mpeg12data.hAurelien Jacobs2008-03-05
* move run length table constants to rl.hAurelien Jacobs2008-03-04
* move ff_emulated_edge_mc() to dsputilAurelien Jacobs2008-03-04
* Remove unused elements from tables.Michael Niedermayer2008-03-04
* Detect and prevent reading over the end of counts_*. We pass the errorMichael Niedermayer2008-03-04
* Prevent segfault due to reading over the end of the input buffer.Michael Niedermayer2008-03-04
* fix wmv3 dependenciesAurelien Jacobs2008-03-04
* Fix compilation on powerpc.Aurelien Jacobs2008-03-04
* remove old draw_edges declaration cruftAurelien Jacobs2008-03-04
* move ff_init_scantable() into dsputilAurelien Jacobs2008-03-04
* move draw_edges() into dsputilAurelien Jacobs2008-03-04
* dsputil.h is a local headerAurelien Jacobs2008-03-03
* include required headerAurelien Jacobs2008-03-03
* remove invalid free() forgotten in r12300Måns Rullgård2008-03-03
* Provide non null class name to avoid crash with ffmpeg -h.Michael Niedermayer2008-03-03
* use scale factor instead of sum for downmix level adjustment. avoids divisionJustin Ruggles2008-03-01
* pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing.Justin Ruggles2008-03-01
* Use 24-bit fixed-point transform coefficients until just before MDCT. ThisJustin Ruggles2008-03-01
* more aspect ratios added in one of the ammendmentsLoren Merritt2008-03-01
* Make AMR-NB block size const and 8 bits.Benoit Fouet2008-02-29
* Define block size for AMR-WB (use IF2 table).Benoit Fouet2008-02-29
* suppress the second warningMichael Niedermayer2008-02-28
* Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger2008-02-28
* 1000l parenthesisBaptiste Coudurier2008-02-28
* code is ok for 4bpp in mov too, fix 16grey.movBaptiste Coudurier2008-02-28
* Add more riff IDs to support remuxing.Benjamin Larsson2008-02-27
* better includeMichael Niedermayer2008-02-26
* include dependencies ...Michael Niedermayer2008-02-26
* Add multiple inclusion guards.Diego Biurrun2008-02-26
* Add explanatory comment to '#define FLOAT float'.Diego Biurrun2008-02-26
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
* Stuffing bytes to not violate minimum legality rate.Michael Niedermayer2008-02-26
* Remove another temporary variable with which gcc has problems.Michael Niedermayer2008-02-26
* cosmetics: Demplayerify indentation.Diego Biurrun2008-02-26
* Add comments to some #endif directives.Diego Biurrun2008-02-26
* cosmetics: spelling/grammarDiego Biurrun2008-02-26