summaryrefslogtreecommitdiff
path: root/libavcodec/wma.h
Commit message (Expand)AuthorAgeFilesLines
...
* Move run level decode functionality to ff_wma_run_level_decodeSascha Sommer2009-06-121-0/+6
* Move frame len bits calculation to ff_wma_get_frame_len_bitsSascha Sommer2009-06-121-0/+2
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-0/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* remove mdct tmp bufferLoren Merritt2008-08-121-1/+0
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* trivial warning fixesMåns Rullgård2007-07-081-1/+1
* WMA decoder improvement, output closer to the dmo binary.Ian Braithwaite2007-04-041-0/+1
* Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite2007-03-261-1/+0
* Rename WMADecodeContext to WMACodecContextMichel Bardiaux2007-02-271-2/+2
* Supply context to tprintfMichel Bardiaux2007-02-271-0/+1
* doxygenizeMichael Niedermayer2007-02-071-22/+22
* wma encoderMichael Niedermayer2007-02-061-0/+149