2010-06-28 |
Vitor Sessak | Use lookup table to avoid division in mp2 decoder |
blob | commitdiff | raw |
2010-06-24 |
Vitor Sessak | SSE-optimized MP3 floating point windowing functions |
blob | commitdiff | raw | diff to current |
2010-06-23 |
Vitor Sessak | Move float-specific function to mpegaudiodec_float.c |
blob | commitdiff | raw | diff to current |
2010-06-23 |
Vitor Sessak | Remove pointless condition in #if |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Vitor Sessak | Fix breakage in compilation with --disable-mpegaudio... |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Vitor Sessak | Factorize the mpegaudio windowing code in a function... |
blob | commitdiff | raw | diff to current |
2010-06-07 |
Vitor Sessak | Optimize 1D DCT transform used in MP{1,2,3}. Makes... |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Michael Niedermayer | 1.0 and the resulting exactly representable value must... |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Michael Niedermayer | Cast constants to float to avoid gcc converting to... |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Michael Niedermayer | Fix compilation with low precission mpeg audio decoding. |
blob | commitdiff | raw | diff to current |
2010-05-11 |
Michael Niedermayer | Do the same sign flip optimization to the low freq... |
blob | commitdiff | raw | diff to current |
2010-05-11 |
Michael Niedermayer | Factorize READ_FLIP_SIGN() optimization out |
blob | commitdiff | raw | diff to current |
2010-05-11 |
Michael Niedermayer | Optimize decoding high freqs. |
blob | commitdiff | raw | diff to current |
2010-05-11 |
Michael Niedermayer | Make lsf_sf_expand() 4 times faster. |
blob | commitdiff | raw | diff to current |
2010-05-11 |
Michael Niedermayer | float based mp1/mp2/mp3 decoders. |
blob | commitdiff | raw | diff to current |
2010-05-11 |
Michael Niedermayer | Remove unused FRAC_RND() macro from mpegaudiodec.c. |
blob | commitdiff | raw | diff to current |
2010-04-20 |
Diego Biurrun | Remove explicit filename from Doxygen @file commands. |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Stefano Sabatini | Define AVMediaType enum, and use it instead of enum... |
blob | commitdiff | raw | diff to current |
2010-03-06 |
Måns Rullgård | Make some functions static |
blob | commitdiff | raw | diff to current |
2010-03-06 |
Måns Rullgård | Remove DECLARE_ALIGNED_{8,16} macros |
blob | commitdiff | raw | diff to current |
2010-01-22 |
Måns Rullgård | Move array specifiers outside DECLARE_ALIGNED() invocations |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Ronald S. Bultje | Use get_bits_left() instead of size_in_bits - get_bits_... |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Vitor Sessak | Reduce stack memory allocation in MP3 decoder |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Reimar Döffinger | Add support for hardcoding the mpegaudiodec tables. |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Reimar Döffinger | mpegaudiodec, mpc and qdm2 all use the same mpa_synth... |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Reimar Döffinger | Partially revert r20233, exp2f is not available on... |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Reimar Döffinger | Use cbrtf and exp2f instead of pow to calculate tables... |
blob | commitdiff | raw | diff to current |
2009-09-23 |
Michael Niedermayer | Set data_size to 0 to avoid having it uninitialized. |
blob | commitdiff | raw | diff to current |
2009-09-23 |
Michael Niedermayer | Check data_size in decode_frame_mp3on4(). |
blob | commitdiff | raw | diff to current |
2009-09-23 |
Michael Niedermayer | check data_size in decode_frame() |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Diego Biurrun | Reduce pointless verbosity after seeks in the MP3 decoder. |
blob | commitdiff | raw | diff to current |
2009-06-30 |
Michael Niedermayer | Drop code that attempts to decode frames that are prefi... |
blob | commitdiff | raw | diff to current |
2009-05-05 |
Måns Rullgård | mpegaudio: enclose SUM8() macro args in parens when... |
blob | commitdiff | raw | diff to current |
2009-05-05 |
Måns Rullgård | mpegaudio: avoid unnecessary copy in high-precision... |
blob | commitdiff | raw | diff to current |
2009-05-05 |
Måns Rullgård | mpegaudio: use av_clip() |
blob | commitdiff | raw | diff to current |
2009-05-04 |
Zdenek Kabelac | Do not scan for MP3 header after the given buffer and... |
blob | commitdiff | raw | diff to current |
2009-04-17 |
Michael Niedermayer | Remove unused variable from decode_init() found by... |
blob | commitdiff | raw | diff to current |
2009-04-13 |
Stefano Sabatini | Rename bitstream.h to get_bits.h. |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Thilo Borgmann | Implement avcodec_decode_video2(), _audio3() and _subti... |
blob | commitdiff | raw | diff to current |
2009-02-22 |
Daniel Verkamp | Add missing av_cold in static init/close functions. |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Diego Biurrun | Use full internal pathname in doxygen @file directives. |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Andreas Öman | Avoid allocating MPADecodeContext on stack. |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Diego Biurrun | cosmetics: Remove pointless period after copyright... |
blob | commitdiff | raw | diff to current |
2009-01-14 |
Aurelien Jacobs | simplify: group all the AUDIO_NONSHORT parameters in... |
blob | commitdiff | raw | diff to current |
2009-01-14 |
Diego Biurrun | Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_. |
blob | commitdiff | raw | diff to current |
2009-01-14 |
Diego Biurrun | Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRE... |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Aurelien Jacobs | Change semantic of CONFIG_*, HAVE_* and ARCH_*. |
blob | commitdiff | raw | diff to current |
2009-01-13 |
Michael Niedermayer | Add dummy mp1_decoder to complement the existing dummy... |
blob | commitdiff | raw | diff to current |
2008-12-22 |
Andreas Öman | Revert r16257: |
blob | commitdiff | raw | diff to current |
2008-12-21 |
Andreas Öman | Include "libavutil/common.h" where we use llrint()... |
blob | commitdiff | raw | diff to current |
2008-11-24 |
Måns Rullgård | Add shift argument to MULL() macro |
blob | commitdiff | raw | diff to current |
2008-10-21 |
Aurelien Jacobs | uses FF_ARRAY_ELEMS() where appropriate |
blob | commitdiff | raw | diff to current |
2008-09-16 |
Michael Niedermayer | Only print "invalid new backstep" when it is really... |
blob | commitdiff | raw | diff to current |
2008-09-16 |
Michael Niedermayer | Make decoder more robust by default against broken... |
blob | commitdiff | raw | diff to current |
2008-09-08 |
Michael Niedermayer | Rename error_resilience to error_recognition. |
blob | commitdiff | raw | diff to current |
2008-08-31 |
Michael Niedermayer | Remove debuging junk that probably hasnt been used... |
blob | commitdiff | raw | diff to current |
2008-07-31 |
Art Clarke | Use static vlc structure to decode layer 3 huffman... |
blob | commitdiff | raw | diff to current |
2008-07-20 |
Andreas Öman | Decrease severity of 'invalid new backstep' log message... |
blob | commitdiff | raw | diff to current |
2008-07-20 |
Andreas Öman | Supply context argument to av_log() in mpeg audio decoder. |
blob | commitdiff | raw | diff to current |
2008-07-13 |
Måns Rullgård | mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter |
blob | commitdiff | raw | diff to current |
2008-06-12 |
Stefano Sabatini | Make AVCodec long_names definition conditional dependin... |
blob | commitdiff | raw | diff to current |
2008-04-27 |
Stefano Sabatini | Add long names to AVCodec declarations. |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | break if error in header so it can output already decod... |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | merge init with declaration |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | cosmetics: merge decls |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | simplify: merge loops |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | simplify |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | simplify: remove useless fields and vars |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | move MP3On4DecodeContext def near the code and under... |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | correctly patch syncword for samples rates < 16000... |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | fix 1 frame config decoding |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | remove old draft last case not present anymore in iso... |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | use mpeg4audio common code |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | simplify |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | correctly compute out_size and samples number |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | fsize is 12 bits according to specs |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | simplify using FFMIN3 |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | return error if buf_size is too small |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | values can fit uint8_t |
blob | commitdiff | raw | diff to current |
2008-04-26 |
Baptiste Coudurier | add const |
blob | commitdiff | raw | diff to current |
2008-03-20 |
Baptiste Coudurier | omg, fix compilation |
blob | commitdiff | raw | diff to current |
2008-03-20 |
Baptiste Coudurier | correctly set avctx->frame_size for mp3on4 and mp3adu |
blob | commitdiff | raw | diff to current |
2008-02-13 |
Diego Biurrun | typo fix: inited --> initialized |
blob | commitdiff | raw | diff to current |
2008-02-01 |
Michael Niedermayer | consts |
blob | commitdiff | raw | diff to current |
2008-01-11 |
Michael Niedermayer | Factorize some code into functions, had this in my... |
blob | commitdiff | raw | diff to current |
2008-01-11 |
Brian Brice | Clear synth_buf on flush(). Part of a patch by Brian... |
blob | commitdiff | raw | diff to current |
2008-01-11 |
Brian Brice | Flush mp2 as well on seeking. Part of a patch by Brian... |
blob | commitdiff | raw | diff to current |
2007-11-08 |
Martin Lindhe | Move 2 defines from mpegaudiodec.c to mpegaudiodata... |
blob | commitdiff | raw | diff to current |
2007-08-11 |
Aurelien Jacobs | use av_clip_int16() where it makes sense |
blob | commitdiff | raw | diff to current |
2007-08-09 |
Alex Beregszaszi | use skip_bits where appropriate |
blob | commitdiff | raw | diff to current |
2007-08-09 |
Alex Beregszaszi | use get_bits1(..) instead get_bits(.., 1) |
blob | commitdiff | raw | diff to current |
2007-06-16 |
Måns Rullgård | move a couple of macros and structs to mpegaudio.h |
blob | commitdiff | raw | diff to current |
2007-06-02 |
Ramiro Polla | Use AV_xx throughout libavcodec |
blob | commitdiff | raw | diff to current |
2007-05-27 |
Michael Niedermayer | make decoder decode the first frame properly if theres... |
blob | commitdiff | raw | diff to current |
2007-05-20 |
Aurelien Jacobs | remove dependency of mpeg audio encoder over mpeg audio... |
blob | commitdiff | raw | diff to current |
2007-05-20 |
Aurelien Jacobs | add a ff_ prefix to some mpegaudio funcs |
blob | commitdiff | raw | diff to current |
2007-05-20 |
Aurelien Jacobs | loosen dependencies over mpegaudiodec |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Aurelien Jacobs | add proper prefix to extern mpeg audio data tables |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Aurelien Jacobs | move some common mpeg audio tables from mpegaudiodectab... |
blob | commitdiff | raw | diff to current |
2007-05-15 |
Reimar Döffinger | Use DECLARE_ALIGNED to ease porting |
blob | commitdiff | raw | diff to current |
next |