aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-29indentMichael Niedermayer
2008-04-29Fix decoding of:Michael Niedermayer
2008-04-29Typo: distoration -> distortion.Ramiro Polla
2008-04-29Remove leading whitespace in long codec name that was committed in r13017Robert Swain
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-04-29Transform codec names into single words.Stefano Sabatini
2008-04-29remove unused variable, min_framesizeJustin Ruggles
2008-04-29Support invalid mpeg created by vdrMichael Niedermayer
2008-04-28raw GSM demuxer (does not work yet as parser is missing)Michael Niedermayer
2008-04-28set demuxers .value and use common audio_read_header functionBaptiste Coudurier
2008-04-28Calculate motion vector information based on PTS provided in slice headerKostya Shishkov
2008-04-28Add long names to some AVCodec declarations.Stefano Sabatini
2008-04-27Add long names to AVCodec declarations.Stefano Sabatini
2008-04-27Make 8SVX codec names just a single word for consistency with other codec names.Stefano Sabatini
2008-04-27Use check_cflags for -mdynamic-no-pic so third-party compilers will work on D...Alexander Strange
2008-04-27Remove unused avdevice.h header file; add config.h which is used.Diego Biurrun
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-04-27Use filename as multiple inclusion guard.Diego Biurrun
2008-04-26set pkt duration, only when dts == pts though,Henrik Gulbrandsen
2008-04-26Rename i386/cputest.c --> i386/cpuid.c.Diego Biurrun
2008-04-26Remove unnecessary test program dependency declarations.Diego Biurrun
2008-04-26Grammar fixes and improvements for the new ACELP codeRobert Swain
2008-04-26break if error in header so it can output already decoded framesBaptiste Coudurier
2008-04-26merge init with declarationBaptiste Coudurier
2008-04-26cosmetics: merge declsBaptiste Coudurier
2008-04-26simplify: merge loopsBaptiste Coudurier
2008-04-26simplifyBaptiste Coudurier
2008-04-26simplify: remove useless fields and varsBaptiste Coudurier
2008-04-26move MP3On4DecodeContext def near the code and under ifdefBaptiste Coudurier
2008-04-26correctly patch syncword for samples rates < 16000, decoder now fully support...Baptiste Coudurier
2008-04-26fix 1 frame config decodingBaptiste Coudurier
2008-04-26remove old draft last case not present anymore in iso specsBaptiste Coudurier
2008-04-26mp3on4 decoder now depends on mpeg4audio codeBaptiste Coudurier
2008-04-26use mpeg4audio common codeBaptiste Coudurier
2008-04-26Skip blocks in B-frames reuse motion vectors from next reference frame.Kostya Shishkov
2008-04-26simplifyBaptiste Coudurier
2008-04-26correctly compute out_size and samples numberBaptiste Coudurier
2008-04-26fsize is 12 bits according to specsBaptiste Coudurier
2008-04-26simplify using FFMIN3Baptiste Coudurier
2008-04-26add FFMIN3Baptiste Coudurier
2008-04-26return error if buf_size is too smallBaptiste Coudurier
2008-04-26values can fit uint8_tBaptiste Coudurier
2008-04-26add constBaptiste Coudurier
2008-04-26Fixed-point LSP and LPC decoding routines for ACELP-based codecsVladimir Voroshilov
2008-04-26Missing tags in APE is normal situation, so don't print an error.Kostya Shishkov
2008-04-26get_vlc2() only gets up to three levels in the tables. The last codes weren't...Ramiro Polla
2008-04-26Correct company nameKostya Shishkov
2008-04-25Fixed-point implementation of ff_cos, ff_log2, ff_exp2.Vladimir Voroshilov
2008-04-2510l, alphabetical orderBaptiste Coudurier
2008-04-25yes it is true for mp4Baptiste Coudurier