summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* remove unused variable, min_framesizeJustin Ruggles2008-04-29
* Calculate motion vector information based on PTS provided in slice headerKostya Shishkov2008-04-28
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-28
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Make 8SVX codec names just a single word for consistency with other codec names.Stefano Sabatini2008-04-27
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Use filename as multiple inclusion guard.Diego Biurrun2008-04-27
* Rename i386/cputest.c --> i386/cpuid.c.Diego Biurrun2008-04-26
* Remove unnecessary test program dependency declarations.Diego Biurrun2008-04-26
* Grammar fixes and improvements for the new ACELP codeRobert Swain2008-04-26
* break if error in header so it can output already decoded framesBaptiste Coudurier2008-04-26
* merge init with declarationBaptiste Coudurier2008-04-26
* cosmetics: merge declsBaptiste Coudurier2008-04-26
* simplify: merge loopsBaptiste Coudurier2008-04-26
* simplifyBaptiste Coudurier2008-04-26
* simplify: remove useless fields and varsBaptiste Coudurier2008-04-26
* move MP3On4DecodeContext def near the code and under ifdefBaptiste Coudurier2008-04-26
* correctly patch syncword for samples rates < 16000, decoder now fully support...Baptiste Coudurier2008-04-26
* fix 1 frame config decodingBaptiste Coudurier2008-04-26
* remove old draft last case not present anymore in iso specsBaptiste Coudurier2008-04-26
* mp3on4 decoder now depends on mpeg4audio codeBaptiste Coudurier2008-04-26
* use mpeg4audio common codeBaptiste Coudurier2008-04-26
* Skip blocks in B-frames reuse motion vectors from next reference frame.Kostya Shishkov2008-04-26
* simplifyBaptiste Coudurier2008-04-26
* correctly compute out_size and samples numberBaptiste Coudurier2008-04-26
* fsize is 12 bits according to specsBaptiste Coudurier2008-04-26
* simplify using FFMIN3Baptiste Coudurier2008-04-26
* return error if buf_size is too smallBaptiste Coudurier2008-04-26
* values can fit uint8_tBaptiste Coudurier2008-04-26
* add constBaptiste Coudurier2008-04-26
* Fixed-point LSP and LPC decoding routines for ACELP-based codecsVladimir Voroshilov2008-04-26
* get_vlc2() only gets up to three levels in the tables. The last codes weren't...Ramiro Polla2008-04-26
* Correct company nameKostya Shishkov2008-04-26
* Fixed-point implementation of ff_cos, ff_log2, ff_exp2.Vladimir Voroshilov2008-04-25
* 10l, alphabetical orderBaptiste Coudurier2008-04-25
* identationBaptiste Coudurier2008-04-25
* remove no more needed fieldBaptiste Coudurier2008-04-25
* remove unused varBaptiste Coudurier2008-04-25
* remove ima qt decoding hack, decode whole frame at onceBaptiste Coudurier2008-04-25
* fix adpcm ima qt decoding, channel at init is 0, correct stereo out since sam...Baptiste Coudurier2008-04-25
* set channels and sample rate from mpeg4audio configBaptiste Coudurier2008-04-25
* mov demuxer depends on mpeg4audio code nowBaptiste Coudurier2008-04-25
* Make sure some value is always returned via data_sizeMichel Bardiaux2008-04-25
* Allow bitrates zero and 13200 (needed for decoding mov and aiff)Michel Bardiaux2008-04-25
* add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec2008-04-24
* Set pixel aspect ratio for libxvid wrapper.Thorsten Jordan2008-04-24
* Fix regression introduced by r12929.Ramiro Polla2008-04-22
* The code now is pretty self explanatory about the header structure.Ramiro Polla2008-04-22
* Use bytestream functions for reading frame header.Ramiro Polla2008-04-22
* Make Xvid wrapper use threads (with support for newest CVS Xvid only)Thorsten Jordan2008-04-22