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
2010-05-131.0 and the resulting exactly representable value must be marked as float as ...Michael Niedermayer
2010-05-13Cast constants to float to avoid gcc converting to and fromMichael Niedermayer
2010-05-13Fix compilation with low precission mpeg audio decoding.Michael Niedermayer
2010-05-12Do the same sign flip optimization to the low freq decoder.Michael Niedermayer
2010-05-12Factorize READ_FLIP_SIGN() optimization outMichael Niedermayer
2010-05-12Optimize decoding high freqs.Michael Niedermayer
2010-05-12Make lsf_sf_expand() 4 times faster.Michael Niedermayer
2010-05-11float based mp1/mp2/mp3 decoders.Michael Niedermayer
2010-05-11Remove unused FRAC_RND() macro from mpegaudiodec.c.Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-07Make some functions staticMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-11-16Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje
2009-11-05Reduce stack memory allocation in MP3 decoderVitor Sessak
2009-10-28Add support for hardcoding the mpegaudiodec tables.Reimar Döffinger
2009-10-19mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger
2009-10-15Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32.Reimar Döffinger
2009-10-15Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding.Reimar Döffinger
2009-09-23Set data_size to 0 to avoid having it uninitialized.Michael Niedermayer
2009-09-23Check data_size in decode_frame_mp3on4().Michael Niedermayer
2009-09-23check data_size in decode_frame()Michael Niedermayer
2009-09-04Reduce pointless verbosity after seeks in the MP3 decoder.Diego Biurrun
2009-06-30Drop code that attempts to decode frames that are prefixed by junk.Michael Niedermayer
2009-05-05mpegaudio: enclose SUM8() macro args in parens when usedMåns Rullgård
2009-05-05mpegaudio: avoid unnecessary copy in high-precision modeMåns Rullgård
2009-05-05mpegaudio: use av_clip()Måns Rullgård
2009-05-04Do not scan for MP3 header after the given buffer and return skippedZdenek Kabelac
2009-04-17Remove unused variable from decode_init() found by CSA.Michael Niedermayer
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-23Avoid allocating MPADecodeContext on stack.Andreas Öman
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-15simplify: group all the AUDIO_NONSHORT parameters in the same placeAurelien Jacobs
2009-01-14Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.Diego Biurrun
2009-01-14Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-13Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.Michael Niedermayer
2008-12-23Revert r16257:Andreas Öman
2008-12-22Include "libavutil/common.h" where we use llrint() in case ffmpeg'sAndreas Öman
2008-11-24Add shift argument to MULL() macroMåns Rullgård
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-09-16Only print "invalid new backstep" when it is really invalid.Michael Niedermayer
2008-09-16Make decoder more robust by default against broken encoders.Michael Niedermayer
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