summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Randomly change the amount of noise if nothing is explicitly set.Michael Niedermayer2008-01-08
* Mark the ff_svq1_frame_size_table as constant.Diego Pettenò2008-01-07
* Move wmv1_scantable to .rodata section by making it an array of arrays.Diego Pettenò2008-01-07
* Mark the tables in g726.c as constant.Diego Pettenò2008-01-07
* Remove unused symbol.Diego Pettenò2008-01-07
* split out init of downmix coeffs into a separate function that can be calledJustin Ruggles2008-01-07
* remove unneeded variable from AC3DecodeContextJustin Ruggles2008-01-06
* make sure that the last coupling band stops at the end of the coupling rangeJustin Ruggles2008-01-06
* fix phase flag processing for the case when coupling coordinates are reusedJustin Ruggles2008-01-06
* Rename two structures, identifiers starting with _[A-Z] are reserved.Diego Biurrun2008-01-06
* Fractional parts of motion vectors should be accounted separately tooKostya Shishkov2008-01-06
* check for request_channels in dca init functionJustin Ruggles2008-01-05
* add downmixing support to libfaad decoderJustin Ruggles2008-01-05
* cosmetics: indentation after last commitJustin Ruggles2008-01-05
* move E-AC3 header parsing to ff_ac3_parse_header()Justin Ruggles2008-01-05
* remove unneeded variables from AC3HeaderInfoJustin Ruggles2008-01-05
* do not set channels before checking request_channelsJustin Ruggles2008-01-05
* use request_channels in liba52 decoderJustin Ruggles2008-01-05
* cosmetics: indentationJustin Ruggles2008-01-05
* check for request_channels at codec initJustin Ruggles2008-01-05
* do not set channels before checking request_channelsJustin Ruggles2008-01-05
* adjust output channels based on AVCodecContext.request_channels in AC3 parserJustin Ruggles2008-01-05
* Drop non key frames before the first key frame.Michael Niedermayer2008-01-05
* improve CRC APIAurelien Jacobs2008-01-04
* Enable proper output from the LFE channel, based on patch from Mathias Rauen ...Benjamin Larsson2008-01-04
* RV30 thirdpel motion compensation supportKostya Shishkov2008-01-04
* Change some files to only include the necessary headers.Diego Biurrun2008-01-04
* Initialize "saved" buffer to zero.Benoit Fouet2008-01-04
* cosmetics: indentation and add a TODO commentJustin Ruggles2008-01-04
* only check ac3 crc if AVCodecContext.error_resilience > 0Justin Ruggles2008-01-03
* cosmetics: indentation after last commitJustin Ruggles2008-01-03
* remove workaround which is no longer needed due toJustin Ruggles2008-01-03
* Make decode210() common function.Kostya Shishkov2008-01-03
* add crc check to ac3 decoderJustin Ruggles2008-01-03
* Fix issue #301:Christophe Gisquet2008-01-02
* Direct blocks should use motion vectors from the second reference frameKostya Shishkov2007-12-31
* simplifyJustin Ruggles2007-12-30
* pass an AC3DecodeContext to ac3_downmix() instead of multiple argumentsJustin Ruggles2007-12-30
* cosmetics: rename sampling_rate to sample_rateJustin Ruggles2007-12-30
* do not need to cast a (void *)Justin Ruggles2007-12-30
* cosmetics: vertical realignment after last commitJustin Ruggles2007-12-30
* cosmetics: rename all AC3DecodeContext variables from ctx to sJustin Ruggles2007-12-30
* cosmetics: rename GetBitContext gb to gbcJustin Ruggles2007-12-30
* remove unused context variableJustin Ruggles2007-12-30
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-29
* remove forgotten debug statementIvo van Poorten2007-12-28
* Sort properlyIvo van Poorten2007-12-28
* Sun Rasterfile decoderIvo van Poorten2007-12-28
* use cutoff frequency to adjust bandwidth in ac3 encoderJustin Ruggles2007-12-28
* use bps instead of kbps for bitrateJustin Ruggles2007-12-28