]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegaudiodec.c
Add MxPEG decoder
[ffmpeg] / libavcodec / mpegaudiodec.c
2011-04-26 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-25 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-24 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-21 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-20 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-19 Michael NiedermayerMerge commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b'
2011-04-17 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-16 Michael NiedermayerMerge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'
2011-04-16 Michael NiedermayerMerge commit 'f668afd4896ee65683619b6f165dda4cdd46766f'
2011-04-15 Michael NiedermayerMerge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'
2011-04-14 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-13 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-12 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-11 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-10 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-09 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-08 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-05 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-04 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-03 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-02 Anton Khirnovlavc: add missing audioconvert includes
2011-04-01 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-31 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-30 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-29 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-26 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-25 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-24 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-23 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-21 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-06 Kieran KunhyaSet channel_layout for mpegaudio
2011-02-06 Kieran KunhyaSet channel_layout for mpegaudio
2011-02-04 Clément BœschRemove a few if (p) av_free(p) forms
2011-02-03 Clément BœschRemove a few if (p) av_free(p) forms
2011-01-30 Luca BarbatoReplace dprintf with av_dlog
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-28 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-23 Clément BœschMove ID3v1 skip from decoder to demuxer
2011-01-22 Clément BœschMove ID3v1 skip from decoder to demuxer
2011-01-10 Clément BœschHandle ID3v1 tag while decoding mp[123] frames
2010-07-27 Alexander KojevnikovShow correct bitrate for VBR MP3 files.
2010-07-07 Michael NiedermayerMove ff_dct_init(context) out of if(one time init)
2010-07-01 Måns Rullgårdmpegaudio: move compute_antialias_float() to mpegaudiod...
2010-07-01 Måns Rullgårdmpegaudio: call ff_mpegaudiodec_init_mmx() only from...
2010-07-01 Aurelien Jacobsadu and mp3on4 functions are also needed by their respe...
2010-07-01 Vitor SessakAltivec-optimized mp{1,2,3} windowing
2010-06-30 Vitor SessakMore mp{1,2,3} 32-point DCT transform to our common...
2010-06-28 Vitor SessakUse lookup table to avoid division in mp2 decoder
2010-06-24 Vitor SessakSSE-optimized MP3 floating point windowing functions
2010-06-23 Vitor SessakMove float-specific function to mpegaudiodec_float.c
2010-06-23 Vitor SessakRemove pointless condition in #if
2010-06-20 Vitor SessakFix breakage in compilation with --disable-mpegaudio...
2010-06-19 Vitor SessakFactorize the mpegaudio windowing code in a function...
2010-06-07 Vitor SessakOptimize 1D DCT transform used in MP{1,2,3}. Makes...
2010-05-13 Michael Niedermayer1.0 and the resulting exactly representable value must...
2010-05-13 Michael NiedermayerCast constants to float to avoid gcc converting to...
2010-05-13 Michael NiedermayerFix compilation with low precission mpeg audio decoding.
2010-05-11 Michael NiedermayerDo the same sign flip optimization to the low freq...
2010-05-11 Michael NiedermayerFactorize READ_FLIP_SIGN() optimization out
2010-05-11 Michael NiedermayerOptimize decoding high freqs.
2010-05-11 Michael NiedermayerMake lsf_sf_expand() 4 times faster.
2010-05-11 Michael Niedermayerfloat based mp1/mp2/mp3 decoders.
2010-05-11 Michael NiedermayerRemove unused FRAC_RND() macro from mpegaudiodec.c.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-06 Måns RullgårdMake some functions static
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2009-11-16 Ronald S. BultjeUse get_bits_left() instead of size_in_bits - get_bits_...
2009-11-04 Vitor SessakReduce stack memory allocation in MP3 decoder
2009-10-28 Reimar DöffingerAdd support for hardcoding the mpegaudiodec tables.
2009-10-19 Reimar Döffingermpegaudiodec, mpc and qdm2 all use the same mpa_synth...
2009-10-15 Reimar DöffingerPartially revert r20233, exp2f is not available on...
2009-10-15 Reimar DöffingerUse cbrtf and exp2f instead of pow to calculate tables...
2009-09-23 Michael NiedermayerSet data_size to 0 to avoid having it uninitialized.
2009-09-23 Michael NiedermayerCheck data_size in decode_frame_mp3on4().
2009-09-23 Michael Niedermayercheck data_size in decode_frame()
2009-09-04 Diego BiurrunReduce pointless verbosity after seeks in the MP3 decoder.
2009-06-30 Michael NiedermayerDrop code that attempts to decode frames that are prefi...
2009-05-05 Måns Rullgårdmpegaudio: enclose SUM8() macro args in parens when...
2009-05-05 Måns Rullgårdmpegaudio: avoid unnecessary copy in high-precision...
2009-05-05 Måns Rullgårdmpegaudio: use av_clip()
2009-05-04 Zdenek KabelacDo not scan for MP3 header after the given buffer and...
2009-04-17 Michael NiedermayerRemove unused variable from decode_init() found by...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-23 Andreas ÖmanAvoid allocating MPADecodeContext on stack.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
next