summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer57-87/+162
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun57-87/+161
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer120-120/+5
2013-02-25Remove unnecessary dsputil.h #includesDiego Biurrun121-120/+5
2012-10-02Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'Michael Niedermayer13-270/+210
2012-10-01mpc7/8: use planar sample formatJustin Ruggles4-14/+15
2012-03-10mpc: pad mpc_CC/SCF[] tables to allow for negative indices.Ronald S. Bultje3-8/+12
2012-03-01mpc: Fix mpc_CC table and use.Michael Niedermayer2-4/+5
2012-03-01mpc: Fix mpc_SCF use and content.Michael Niedermayer2-5/+37
2011-05-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer28-408/+489
2011-05-19Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard17-255/+390
2011-05-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer29-168/+296
2011-05-17mpegaudio: add _fixed suffix to some namesMans Rullgard6-17/+17
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-11-21Musepack SV8 supports "mono" files (though it still codes them as stereo),Kostya Shishkov4-12/+17
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-10-19mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger4-11/+8
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-03-08Make Musepack decoders use LFG pseudorandom generatorKostya Shishkov4-9/+8
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-30Add missing void keyword to parameterless function declarations.Diego Biurrun12-12/+12
2009-01-14Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun6-29/+3
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs154-749/+757
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2007-11-02Split Musepack decoder into SV7 decoder and synth coreKostya Shishkov6-405/+543
2007-07-05license header consistency cosmeticsDiego Biurrun133-142/+45
2007-05-11Remove unused variable.Diego Biurrun1-1/+0
2007-05-05Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun8-12/+12
2007-02-17Use AVRandomKostya Shishkov1-11/+4
2007-02-1710l: forgot break statementKostya Shishkov1-0/+1
2007-01-14Buffer for get_bits must be padded because readers may overread.Reimar Döffinger1-1/+1
2007-01-01Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov2-1/+19
2006-12-24Musepack SV7 decoding supportKostya Shishkov13-4/+750