summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer120-120/+5
2013-02-25Remove unnecessary dsputil.h #includesDiego Biurrun121-120/+5
2013-02-13Merge commit '205a95f7b5178362874bc1e65eae9866723491c1'Michael Niedermayer6-39/+27
2013-02-12wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContextJustin Ruggles3-6/+10
2013-01-23Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'Michael Niedermayer15-47/+51
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje15-47/+51
2012-11-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-268/+150
2012-11-01wma: do not keep private copies of some AVCodecContext fieldsJustin Ruggles4-56/+48
2012-10-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer17-328/+279
2012-10-06wmaenc: use float planar sample formatJustin Ruggles3-16/+19
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer41-768/+805
2012-03-07wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun7-50/+102
2012-03-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer80-2482/+2375
2012-03-02wma: fix invalid buffer size assumptions causing random overreads.Ronald S. Bultje2-4/+11
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer87-1308/+2227
2011-12-02Add avcodec_decode_audio4().Justin Ruggles64-766/+1590
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer64-421/+804
2011-04-26Add AVX FFT implementation.Vitor Sessak23-207/+450
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-04Separate format conversion DSP functions from DSPContext.Justin Ruggles32-882/+1204
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles32-882/+1204
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård27-222/+275
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård58-202/+199
2010-02-19remove a Huffman table from WMA which also exists in AACStefan Gehrer5-48/+10
2010-01-23Export wma_critical_freqs as ff_wma_critical_freqsDaniel Verkamp3-3/+4
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård71-230/+230
2009-09-29WMA: store level_table as floats, use type punning for sign flip in decodeMåns Rullgård4-11/+18
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård22-99/+91
2009-06-20Add support for escape coded wmapro run level coefficientsSascha Sommer2-0/+41
2009-06-20Introduce WMACoef typedef for decoded coefficientsSascha Sommer4-9/+11
2009-06-12Move run level decode functionality to ff_wma_run_level_decodeSascha Sommer3-43/+74
2009-06-12Move frame len bits calculation to ff_wma_get_frame_len_bitsSascha Sommer2-8/+28
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini30-287/+340
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun194-219/+219
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-08-12remove mdct tmp bufferLoren Merritt14-48/+27
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-07-08trivial warning fixesMåns Rullgård4-5/+5
2007-04-04WMA decoder improvement, output closer to the dmo binary.Ian Braithwaite2-56/+24
2007-03-26Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite4-60/+60
2007-02-27Rename WMADecodeContext to WMACodecContextMichel Bardiaux4-25/+25
2007-02-27Supply context to tprintfMichel Bardiaux6-86/+91
2007-02-07doxygenizeMichael Niedermayer2-34/+46
2007-02-06wma encoderMichael Niedermayer8-482/+983