Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
2008-09-01Remove debuging junk that probably hasnt been used by anyone since years.Michael Niedermayer
2008-07-31Use static vlc structure to decode layer 3 huffman tables.Art Clarke
2008-07-20Decrease severity of 'invalid new backstep' log message to warningAndreas Öman
2008-07-20Supply context argument to av_log() in mpeg audio decoder.Andreas Öman
2008-07-13mpegaudio: use MAC/MLS macros in ff_mpa_synth_filterMåns Rullgård
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
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-26use mpeg4audio common codeBaptiste Coudurier
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-03-20omg, fix compilationBaptiste Coudurier
2008-03-20correctly set avctx->frame_size for mp3on4 and mp3aduBaptiste Coudurier
2008-02-13typo fix: inited --> initializedDiego Biurrun
2008-02-01constsMichael Niedermayer
2008-01-12Factorize some code into functions, had this in my tree and will beMichael Niedermayer
2008-01-11Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.Brian Brice
2008-01-11Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.Brian Brice
2007-11-08Move 2 defines from mpegaudiodec.c to mpegaudiodata.h to allow compilationMartin Lindhe
2007-08-12use av_clip_int16() where it makes senseAurelien Jacobs
2007-08-09use skip_bits where appropriateAlex Beregszaszi
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-06-17move a couple of macros and structs to mpegaudio.hMåns Rullgård
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-05-28make decoder decode the first frame properly if theres more than just oneMichael Niedermayer
2007-05-21remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs
2007-05-20add a ff_ prefix to some mpegaudio funcsAurelien Jacobs
2007-05-20loosen dependencies over mpegaudiodecAurelien Jacobs
2007-05-19add proper prefix to extern mpeg audio data tablesAurelien Jacobs
2007-05-19move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs
2007-05-16Use DECLARE_ALIGNED to ease portingReimar Döffinger
2007-05-05Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun
2007-04-07typosDiego Biurrun
2007-03-14kill another 2 av_mallocz_static()Michael Niedermayer
2007-03-12Give context to dprintfMichel Bardiaux