summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Make the Kaiser-Bessel window generator a common functionRobert Swain2008-01-123-25/+29
* Factorize some code into functions, had this in my tree and will beMichael Niedermayer2008-01-111-53/+67
* Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-111-0/+1
* Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-111-0/+1
* Factorize some duplicated code from CAVS and H.264 into a common file.Christophe Gisquet2008-01-114-73/+57
* Fix a bug causing the generated stream to be corrupt if the bufferAndreas Öman2008-01-091-2/+2
* used defined name for testing error resilience levelJustin Ruggles2008-01-081-1/+1
* Fix random typos.Diego Biurrun2008-01-081-1/+1
* Randomly change the amount of noise if nothing is explicitly set.Michael Niedermayer2008-01-081-1/+1
* Mark the ff_svq1_frame_size_table as constant.Diego Pettenò2008-01-072-2/+2
* Move wmv1_scantable to .rodata section by making it an array of arrays.Diego Pettenò2008-01-072-48/+42
* Mark the tables in g726.c as constant.Diego Pettenò2008-01-071-22/+22
* Remove unused symbol.Diego Pettenò2008-01-072-4/+0
* split out init of downmix coeffs into a separate function that can be calledJustin Ruggles2008-01-071-10/+30
* remove unneeded variable from AC3DecodeContextJustin Ruggles2008-01-061-3/+1
* make sure that the last coupling band stops at the end of the coupling rangeJustin Ruggles2008-01-061-0/+1
* fix phase flag processing for the case when coupling coordinates are reusedJustin Ruggles2008-01-061-4/+7
* Rename two structures, identifiers starting with _[A-Z] are reserved.Diego Biurrun2008-01-061-2/+2
* Fractional parts of motion vectors should be accounted separately tooKostya Shishkov2008-01-061-7/+6
* check for request_channels in dca init functionJustin Ruggles2008-01-051-0/+7
* add downmixing support to libfaad decoderJustin Ruggles2008-01-052-3/+24
* cosmetics: indentation after last commitJustin Ruggles2008-01-051-34/+34
* move E-AC3 header parsing to ff_ac3_parse_header()Justin Ruggles2008-01-052-47/+40
* remove unneeded variables from AC3HeaderInfoJustin Ruggles2008-01-053-17/+11
* do not set channels before checking request_channelsJustin Ruggles2008-01-051-1/+2
* use request_channels in liba52 decoderJustin Ruggles2008-01-051-5/+11
* cosmetics: indentationJustin Ruggles2008-01-051-1/+1
* check for request_channels at codec initJustin Ruggles2008-01-051-0/+7
* do not set channels before checking request_channelsJustin Ruggles2008-01-051-1/+2
* adjust output channels based on AVCodecContext.request_channels in AC3 parserJustin Ruggles2008-01-051-0/+7
* Drop non key frames before the first key frame.Michael Niedermayer2008-01-051-1/+3
* improve CRC APIAurelien Jacobs2008-01-045-18/+12
* Enable proper output from the LFE channel, based on patch from Mathias Rauen ...Benjamin Larsson2008-01-041-1/+1
* RV30 thirdpel motion compensation supportKostya Shishkov2008-01-042-16/+267
* Change some files to only include the necessary headers.Diego Biurrun2008-01-044-5/+3
* Initialize "saved" buffer to zero.Benoit Fouet2008-01-041-1/+1
* cosmetics: indentation and add a TODO commentJustin Ruggles2008-01-041-4/+5
* only check ac3 crc if AVCodecContext.error_resilience > 0Justin Ruggles2008-01-031-0/+2
* cosmetics: indentation after last commitJustin Ruggles2008-01-031-1/+1
* remove workaround which is no longer needed due toJustin Ruggles2008-01-031-7/+0
* Make decode210() common function.Kostya Shishkov2008-01-033-14/+7
* add crc check to ac3 decoderJustin Ruggles2008-01-031-3/+10
* Fix issue #301:Christophe Gisquet2008-01-021-69/+65
* Direct blocks should use motion vectors from the second reference frameKostya Shishkov2007-12-311-1/+20
* simplifyJustin Ruggles2007-12-301-2/+2
* pass an AC3DecodeContext to ac3_downmix() instead of multiple argumentsJustin Ruggles2007-12-301-14/+12
* cosmetics: rename sampling_rate to sample_rateJustin Ruggles2007-12-301-3/+3
* do not need to cast a (void *)Justin Ruggles2007-12-301-2/+2
* cosmetics: vertical realignment after last commitJustin Ruggles2007-12-301-7/+6
* cosmetics: rename all AC3DecodeContext variables from ctx to sJustin Ruggles2007-12-301-251/+251
OpenPOWER on IntegriCloud