summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* Factor out constant additionKostya Shishkov2008-01-19
* Save quantizer values as wellKostya Shishkov2008-01-18
* Save coded block patterns for future loop filtering.Kostya Shishkov2008-01-18
* Simplify preprocessor expression as suggested by Mans.Diego Biurrun2008-01-17
* Replace puts() by dprintf where appropriate.Diego Biurrun2008-01-17
* Replace idiotic (what moron wrote that code?) "buffer overflow" message byMichael Niedermayer2008-01-17
* Rename illegal identifiers, _ followed by capital is reserved for the system.Diego Biurrun2008-01-16
* pqindex=0 is forbiddenKostya Shishkov2008-01-16
* qscale==0 is invalidMichael Niedermayer2008-01-16
* Add const qualifiers to unmodified function parameters, fixes the warning:Diego Biurrun2008-01-16
* Remove bogus cast.Diego Biurrun2008-01-16
* Add a couple of missing consts.Sigbjørn Skjæret2008-01-14
* Select scan tables for 8x4 and 4x8 blocks only once.Christophe Gisquet2008-01-14
* Remove green clouds.Michael Niedermayer2008-01-14
* gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret cisc...broadpar...Luca Barbato2008-01-13
* Add variable alpha and size of half window for Kaiser-Bessel Derived windowRobert Swain2008-01-13
* Get rid of fft_rev table, use ff_reverse and a shift.Reimar Döffinger2008-01-13
* Use FFSWAP instead of "manual" swapReimar Döffinger2008-01-12
* Make the Kaiser-Bessel window generator a common functionRobert Swain2008-01-12
* Factorize some code into functions, had this in my tree and will beMichael Niedermayer2008-01-11
* Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-11
* Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-11
* Factorize some duplicated code from CAVS and H.264 into a common file.Christophe Gisquet2008-01-11
* Fix a bug causing the generated stream to be corrupt if the bufferAndreas Öman2008-01-09
* used defined name for testing error resilience levelJustin Ruggles2008-01-08
* Fix random typos.Diego Biurrun2008-01-08
* 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