summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-0933-425/+415
* downmix before imdct unless different size transforms are used. about 20%Justin Ruggles2008-03-091-21/+76
* indentationKostya Shishkov2008-03-091-1/+1
* Correctly handle empty framesKostya Shishkov2008-03-091-0/+1
* Fraps v5 decoding supportKostya Shishkov2008-03-091-1/+42
* Add step variable (for future v5 decoding)Kostya Shishkov2008-03-091-3/+4
* cosmetics: Fix indentation in a few more places.Diego Biurrun2008-03-081-34/+35
* cosmetics: Normalize {} placement after for, while, if.Diego Biurrun2008-03-081-18/+9
* huffman: add a zero_count flag and use it in frapsAurelien Jacobs2008-03-083-8/+13
* huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs2008-03-083-4/+8
* Fix unused variable warnings.Mark Cox2008-03-082-3/+5
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-081-4/+3
* __stdcall -> WINAPIRamiro Polla2008-03-071-1/+1
* simplify library version handlingMåns Rullgård2008-03-071-2/+0
* indentationBaptiste Coudurier2008-03-061-8/+8
* do not display par and dar if not availableBaptiste Coudurier2008-03-061-0/+2
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-061-3/+1
* Make av_class a pointer to a const AVClass. Addresses one warning inPanagiotis Issaris2008-03-063-3/+3
* Don't use unchecked data from the bitstream.Benjamin Larsson2008-03-061-2/+10
* fix interlaced decoding, original patch from reimarBaptiste Coudurier2008-03-061-5/+2
* IMA ADPCM encoder - QT variantKostya Shishkov2008-03-063-6/+40
* make compilation of mpeg12* and mpegvideo conditionalAurelien Jacobs2008-03-051-47/+49
* move ff_mpeg1_dc_scale_table to mpegvideo.cAurelien Jacobs2008-03-052-8/+8
* add dependencies for matroska audio and nut muxers over lavcAurelien Jacobs2008-03-051-0/+2
* doxyfy frame type comments and add some more commentsAurelien Jacobs2008-03-051-6/+6
* define BI frame type along with other frame typesAurelien Jacobs2008-03-053-1/+3
* cosmetic: alignAurelien Jacobs2008-03-051-1/+1
* add some required objects dependenciesAurelien Jacobs2008-03-051-6/+6
* Avoid linking with h263 and mpeg4 find_frame_end()Aurelien Jacobs2008-03-051-2/+2
* 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
OpenPOWER on IntegriCloud