]> git.sesse.net Git - ffmpeg/history - libavcodec
raw GSM demuxer (does not work yet as parser is missing)
[ffmpeg] / libavcodec /
2008-04-28 Kostya ShishkovCalculate motion vector information based on PTS provid...
2008-04-28 Stefano SabatiniAdd long names to some AVCodec declarations.
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-04-27 Stefano SabatiniMake 8SVX codec names just a single word for consistenc...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-04-27 Diego BiurrunUse filename as multiple inclusion guard.
2008-04-26 Diego BiurrunRename i386/cputest.c --> i386/cpuid.c.
2008-04-26 Diego BiurrunRemove unnecessary test program dependency declarations.
2008-04-26 Robert SwainGrammar fixes and improvements for the new ACELP code
2008-04-26 Baptiste Coudurierbreak if error in header so it can output already decod...
2008-04-26 Baptiste Couduriermerge init with declaration
2008-04-26 Baptiste Couduriercosmetics: merge decls
2008-04-26 Baptiste Couduriersimplify: merge loops
2008-04-26 Baptiste Couduriersimplify
2008-04-26 Baptiste Couduriersimplify: remove useless fields and vars
2008-04-26 Baptiste Couduriermove MP3On4DecodeContext def near the code and under...
2008-04-26 Baptiste Couduriercorrectly patch syncword for samples rates < 16000...
2008-04-26 Baptiste Coudurierfix 1 frame config decoding
2008-04-26 Baptiste Coudurierremove old draft last case not present anymore in iso...
2008-04-26 Baptiste Couduriermp3on4 decoder now depends on mpeg4audio code
2008-04-26 Baptiste Coudurieruse mpeg4audio common code
2008-04-26 Kostya ShishkovSkip blocks in B-frames reuse motion vectors from next...
2008-04-26 Baptiste Couduriersimplify
2008-04-26 Baptiste Couduriercorrectly compute out_size and samples number
2008-04-26 Baptiste Coudurierfsize is 12 bits according to specs
2008-04-26 Baptiste Couduriersimplify using FFMIN3
2008-04-26 Baptiste Coudurierreturn error if buf_size is too small
2008-04-26 Baptiste Couduriervalues can fit uint8_t
2008-04-26 Baptiste Coudurieradd const
2008-04-26 Vladimir VoroshilovFixed-point LSP and LPC decoding routines for ACELP...
2008-04-26 Ramiro Pollaget_vlc2() only gets up to three levels in the tables...
2008-04-26 Kostya ShishkovCorrect company name
2008-04-25 Vladimir VoroshilovFixed-point implementation of ff_cos, ff_log2, ff_exp2.
2008-04-25 Baptiste Coudurier10l, alphabetical order
2008-04-25 Baptiste Coudurieridentation
2008-04-25 Baptiste Coudurierremove no more needed field
2008-04-25 Baptiste Coudurierremove unused var
2008-04-25 Baptiste Coudurierremove ima qt decoding hack, decode whole frame at...
2008-04-25 Baptiste Coudurierfix adpcm ima qt decoding, channel at init is 0, correc...
2008-04-25 Baptiste Coudurierset channels and sample rate from mpeg4audio config
2008-04-25 Baptiste Couduriermov demuxer depends on mpeg4audio code now
2008-04-25 Michel BardiauxMake sure some value is always returned via data_size
2008-04-25 Michel BardiauxAllow bitrates zero and 13200 (needed for decoding...
2008-04-24 Bartlomiej Wolowiecadd a ff_ac3_parse_header_full() which calls ff_ac3_par...
2008-04-24 Thorsten JordanSet pixel aspect ratio for libxvid wrapper.
2008-04-22 Ramiro PollaFix regression introduced by r12929.
2008-04-22 Ramiro PollaThe code now is pretty self explanatory about the heade...
2008-04-22 Ramiro PollaUse bytestream functions for reading frame header.
2008-04-22 Thorsten JordanMake Xvid wrapper use threads (with support for newest...
2008-04-22 Stefano SabatiniAdd supported_samplerates field to AVCodec
2008-04-22 Diego BiurrunRename diracschro_common.[ch] to libdirac_libschro...
2008-04-22 Luca Barbatolibdirac and libschro common code, patch from Anuradha...
2008-04-22 Bartlomiej Wolowiecchange ff_ac3_parse_header() to take a GetBitContext...
2008-04-22 Sisir KoppakaAdd .longname to bfi_decoder declaration.
2008-04-21 Keiji CostantiniForce inlining of MPV_motion_internal.
2008-04-21 Keiji CostantiniUnroll codepath
2008-04-20 Reimar DöffingerSimplify ff_split_xiph_headers
2008-04-20 Reimar DöffingerAdd checks to ff_split_xiph_headers to ensure that...
2008-04-19 Vladimir VoroshilovImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-04-19 Ramiro PollaDo not pass dct_block to vlc_decode_block().
2008-04-19 Ramiro PollaCosmetics and style.
2008-04-19 Ramiro PollaRename vlc1 to vlc.
2008-04-19 Michael NiedermayerMake most of E-AC-3 work without breaking regression...
2008-04-19 Michael NiedermayerThis fixes the code so it is correct on both sides...
2008-04-19 Michael Niedermayerindent
2008-04-19 Diego BiurrunFix build of cputest test program.
2008-04-19 Michael Niedermayer100l I broke AC3 in MPEG seeking.
2008-04-19 Michael NiedermayerPart 2 of EAC3 support, this is still disabled as it...
2008-04-19 Michael Niedermayerpart 1 of EAC3 support
2008-04-19 Michael NiedermayerAdd new_frame_start and need_next_header.
2008-04-19 Michael NiedermayerChange aac and ac3 parsers to use ff_combine_frame().
2008-04-18 Matthieu Castetcheck alac EOF marker
2008-04-18 Sisir KoppakaBFI video decoder.
2008-04-18 Michael Niedermayerremove AACAC3FrameFlag
2008-04-17 Diego Biurruncosmetics: spelling
2008-04-17 Diego Biurruncosmetics: Sort some lists alphabetically.
2008-04-17 Diego Biurruncosmetics: __asm__ __volatile__ --> asm volatile
2008-04-17 Vitor SessakRemove another unneeded var from context
2008-04-17 Vitor Sessak10l: my last commit broke compilation and introduced...
2008-04-17 Vitor SessakRemove unneeded variables from context
2008-04-17 Vitor SessakRemove wrapper around av_log2()
2008-04-17 Alexander StrangeXvid IDCTs are not under CONFIG_GPL, so don't require...
2008-04-17 Benoit Fouetfix a typo
2008-04-17 Stefano SabatiniMake two comments doxygen compatible.
2008-04-17 Stefano SabatiniAdd descriptive long_name to AVCodec
2008-04-17 Michael Niedermayerindent
2008-04-17 Michael NiedermayerFactorize more code.
2008-04-17 Michael NiedermayerFactorize decode_postfix() out.
2008-04-17 Michael NiedermayerChange k limiting code, i think the code was buggy.
2008-04-17 Michael Niedermayermore senseless code
2008-04-17 Michael Niedermayersenseless code
2008-04-17 Michael Niedermayeruseless variable
2008-04-17 Michael Niedermayersimplify
2008-04-16 Måns Rullgårdfix building of test programs (make tests)
2008-04-16 Diego Biurruncosmetics: Fix nonstandard indentation.
2008-04-16 Jeff DownsCosmetics:
2008-04-16 Michael Niedermayerunused
2008-04-16 Michael Niedermayercosmetic
2008-04-16 Michael NiedermayerMove the *-1 to a more sane place as well.
2008-04-16 Michael NiedermayerMove scale_bias to a more sane place. I am starting...
next