aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
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-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-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-25identationBaptiste Coudurier
2008-04-25remove no more needed fieldBaptiste Coudurier
2008-04-25remove unused varBaptiste Coudurier
2008-04-25remove ima qt decoding hack, decode whole frame at onceBaptiste Coudurier
2008-04-25fix adpcm ima qt decoding, channel at init is 0, correct stereo out since sam...Baptiste Coudurier
2008-04-25set channels and sample rate from mpeg4audio configBaptiste Coudurier
2008-04-25mov demuxer depends on mpeg4audio code nowBaptiste Coudurier
2008-04-25Make sure some value is always returned via data_sizeMichel Bardiaux
2008-04-25Allow bitrates zero and 13200 (needed for decoding mov and aiff)Michel Bardiaux
2008-04-24add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()Bartlomiej Wolowiec
2008-04-24Set pixel aspect ratio for libxvid wrapper.Thorsten Jordan
2008-04-22Fix regression introduced by r12929.Ramiro Polla
2008-04-22The code now is pretty self explanatory about the header structure.Ramiro Polla
2008-04-22Use bytestream functions for reading frame header.Ramiro Polla
2008-04-22Make Xvid wrapper use threads (with support for newest CVS Xvid only)Thorsten Jordan
2008-04-22Add supported_samplerates field to AVCodecStefano Sabatini
2008-04-22Rename diracschro_common.[ch] to libdirac_libschro.[ch], external libraryDiego Biurrun
2008-04-22libdirac and libschro common code, patch from Anuradha Suraparaju anuradhaAtr...Luca Barbato
2008-04-22change ff_ac3_parse_header() to take a GetBitContext instead of const char*Bartlomiej Wolowiec
2008-04-22Add .longname to bfi_decoder declaration.Sisir Koppaka
2008-04-21Force inlining of MPV_motion_internal.Keiji Costantini
2008-04-21Unroll codepathKeiji Costantini
2008-04-20Simplify ff_split_xiph_headersReimar Döffinger
2008-04-20Add checks to ff_split_xiph_headers to ensure that returned header_len andReimar Döffinger
2008-04-19Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov
2008-04-19Do not pass dct_block to vlc_decode_block().Ramiro Polla
2008-04-19Cosmetics and style.Ramiro Polla
2008-04-19Rename vlc1 to vlc.Ramiro Polla
2008-04-19Make most of E-AC-3 work without breaking regression tests.Michael Niedermayer
2008-04-19This fixes the code so it is correct on both sides of the if().Michael Niedermayer
2008-04-19indentMichael Niedermayer
2008-04-19Fix build of cputest test program.Diego Biurrun
2008-04-19100l I broke AC3 in MPEG seeking.Michael Niedermayer
2008-04-19Part 2 of EAC3 support, this is still disabled as it breaks regressionsMichael Niedermayer
2008-04-19part 1 of EAC3 supportMichael Niedermayer
2008-04-19Add new_frame_start and need_next_header.Michael Niedermayer
2008-04-19Change aac and ac3 parsers to use ff_combine_frame().Michael Niedermayer