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