summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* do not fail badly if aspect ratio is 0/forbidden, fix issue 369Baptiste Coudurier2008-03-13
* This file does not use size_t, so no need to #include <sys/types.h>.Diego Biurrun2008-03-13
* If consumed does not match nalsize, favor nalsize.Michael Niedermayer2008-03-13
* Add missing stdint.h #include to headers that use it.Diego Biurrun2008-03-13
* typo fixesDiego Biurrun2008-03-12
* make input buffer const, as it should be. fixes a warning.Justin Ruggles2008-03-10
* misc spelling fixesDiego Biurrun2008-03-10
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-10
* These video decoders do not need to include and initialize the DSPMike Melanson2008-03-10
* There is no reason to assign a variable to itselfMike Melanson2008-03-10
* smaller tablesMichael Niedermayer2008-03-10
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* downmix before imdct unless different size transforms are used. about 20%Justin Ruggles2008-03-09
* indentationKostya Shishkov2008-03-09
* Correctly handle empty framesKostya Shishkov2008-03-09
* Fraps v5 decoding supportKostya Shishkov2008-03-09
* Add step variable (for future v5 decoding)Kostya Shishkov2008-03-09
* cosmetics: Fix indentation in a few more places.Diego Biurrun2008-03-08
* cosmetics: Normalize {} placement after for, while, if.Diego Biurrun2008-03-08
* huffman: add a zero_count flag and use it in frapsAurelien Jacobs2008-03-08
* huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs2008-03-08
* Fix unused variable warnings.Mark Cox2008-03-08
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
* __stdcall -> WINAPIRamiro Polla2008-03-07
* simplify library version handlingMåns Rullgård2008-03-07
* indentationBaptiste Coudurier2008-03-06
* do not display par and dar if not availableBaptiste Coudurier2008-03-06
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-06
* Don't use unchecked data from the bitstream.Benjamin Larsson2008-03-06
* fix interlaced decoding, original patch from reimarBaptiste Coudurier2008-03-06
* 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