summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
...
* add missing Makefile rules for zork pcm encoder/decoderAurelien Jacobs2008-01-201-0/+2
| | | | Originally committed as revision 11578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* and thus, nellymoser obviously also depens on fft.oAurelien Jacobs2008-01-201-1/+1
| | | | Originally committed as revision 11577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nellymoser uses mdct functionsAurelien Jacobs2008-01-201-1/+1
| | | | Originally committed as revision 11576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add mfspr-based AltiVec detection code.Reimar Döffinger2008-01-191-0/+12
| | | | | | | Currently not enabled in FFmpeg, because it crashes if the OS does not emulate mfspr. Originally committed as revision 11569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify 4-point transform part a bitKostya Shishkov2008-01-191-34/+26
| | | | Originally committed as revision 11559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factor out constant additionKostya Shishkov2008-01-191-64/+64
| | | | Originally committed as revision 11558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Save quantizer values as wellKostya Shishkov2008-01-181-0/+1
| | | | Originally committed as revision 11555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Save coded block patterns for future loop filtering.Kostya Shishkov2008-01-182-0/+10
| | | | Originally committed as revision 11554 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify preprocessor expression as suggested by Mans.Diego Biurrun2008-01-171-2/+2
| | | | Originally committed as revision 11549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace puts() by dprintf where appropriate.Diego Biurrun2008-01-171-6/+2
| | | | Originally committed as revision 11547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace idiotic (what moron wrote that code?) "buffer overflow" message byMichael Niedermayer2008-01-171-1/+1
| | | | | | abort() Originally committed as revision 11546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename illegal identifiers, _ followed by capital is reserved for the system.Diego Biurrun2008-01-161-8/+8
| | | | Originally committed as revision 11541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pqindex=0 is forbiddenKostya Shishkov2008-01-161-0/+2
| | | | Originally committed as revision 11540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qscale==0 is invalidMichael Niedermayer2008-01-161-1/+1
| | | | Originally committed as revision 11539 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const qualifiers to unmodified function parameters, fixes the warning:Diego Biurrun2008-01-161-1/+1
| | | | | | svq1dec.c:584: warning: passing argument 1 of 'svq1_packet_checksum' discards qualifiers from pointer target type Originally committed as revision 11536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove bogus cast.Diego Biurrun2008-01-161-1/+1
| | | | Originally committed as revision 11535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a couple of missing consts.Sigbjørn Skjæret2008-01-141-1/+1
| | | | | | patch by Sigbjørn Skjæret, cisc broadpark no Originally committed as revision 11528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Select scan tables for 8x4 and 4x8 blocks only once.Christophe Gisquet2008-01-142-12/+12
| | | | | | | Patch by Christophe GISQUET ([christophe][gisquet] <whirlpool sign> free <spot> fr) Thread [PATCH] Determine once and for all zz scan tables to use in VC-1 VLD Originally committed as revision 11525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove green clouds.Michael Niedermayer2008-01-141-4/+16
| | | | | | fixes issue263 Originally committed as revision 11524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc2 doesn't have bogus mergel, patch from Sigbjørn Skjæret ↵Luca Barbato2008-01-131-1/+1
| | | | | | cisc...broadpark___no Originally committed as revision 11523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add variable alpha and size of half window for Kaiser-Bessel Derived windowRobert Swain2008-01-133-9/+12
| | | | | | | | | | generation. Hard code Bessel I0 approximation iterations to 50. See thread for discussion: [FFmpeg-devel] [PATCH] Move Kaiser-Bessel Derived window to mdct.c Started on the 2008/01/10 Originally committed as revision 11520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of fft_rev table, use ff_reverse and a shift.Reimar Döffinger2008-01-131-11/+1
| | | | | | Reduces maximum allowed value for MDCT_NBITS to 10 (current value is 9) Originally committed as revision 11519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use FFSWAP instead of "manual" swapReimar Döffinger2008-01-121-6/+2
| | | | Originally committed as revision 11518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the Kaiser-Bessel window generator a common functionRobert Swain2008-01-123-25/+29
| | | | | | Patch by Robert Swain, robert d swain a gmail d com Originally committed as revision 11514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize some code into functions, had this in my tree and will beMichael Niedermayer2008-01-111-53/+67
| | | | | | needed for mp3 encoding. Originally committed as revision 11509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-111-0/+1
| | | | Originally committed as revision 11507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.Brian Brice2008-01-111-0/+1
| | | | Originally committed as revision 11506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize some duplicated code from CAVS and H.264 into a common file.Christophe Gisquet2008-01-114-73/+57
| | | | | | patch by Christophe Gisquet, christophe.gisquet free fr Originally committed as revision 11504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a bug causing the generated stream to be corrupt if the bufferAndreas Öman2008-01-091-2/+2
| | | | | | | | contains NAL units previous to the IDR where the SPS/PPS was inserted. Ok:ed by Benoit on irc. Originally committed as revision 11482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* used defined name for testing error resilience levelJustin Ruggles2008-01-081-1/+1
| | | | Originally committed as revision 11478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix random typos.Diego Biurrun2008-01-081-1/+1
| | | | Originally committed as revision 11477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Randomly change the amount of noise if nothing is explicitly set.Michael Niedermayer2008-01-081-1/+1
| | | | Originally committed as revision 11458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark the ff_svq1_frame_size_table as constant.Diego Pettenò2008-01-072-2/+2
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move wmv1_scantable to .rodata section by making it an array of arrays.Diego Pettenò2008-01-072-48/+42
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark the tables in g726.c as constant.Diego Pettenò2008-01-071-22/+22
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused symbol.Diego Pettenò2008-01-072-4/+0
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split out init of downmix coeffs into a separate function that can be calledJustin Ruggles2008-01-071-10/+30
| | | | | | only when needed Originally committed as revision 11441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded variable from AC3DecodeContextJustin Ruggles2008-01-061-3/+1
| | | | Originally committed as revision 11439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make sure that the last coupling band stops at the end of the coupling rangeJustin Ruggles2008-01-061-0/+1
| | | | Originally committed as revision 11438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix phase flag processing for the case when coupling coordinates are reusedJustin Ruggles2008-01-061-4/+7
| | | | | | for the right channel, but new for the left channel Originally committed as revision 11436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename two structures, identifiers starting with _[A-Z] are reserved.Diego Biurrun2008-01-061-2/+2
| | | | Originally committed as revision 11435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fractional parts of motion vectors should be accounted separately tooKostya Shishkov2008-01-061-7/+6
| | | | Originally committed as revision 11433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for request_channels in dca init functionJustin Ruggles2008-01-051-0/+7
| | | | Originally committed as revision 11423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add downmixing support to libfaad decoderJustin Ruggles2008-01-052-3/+24
| | | | Originally committed as revision 11422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation after last commitJustin Ruggles2008-01-051-34/+34
| | | | Originally committed as revision 11421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move E-AC3 header parsing to ff_ac3_parse_header()Justin Ruggles2008-01-052-47/+40
| | | | Originally committed as revision 11420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded variables from AC3HeaderInfoJustin Ruggles2008-01-053-17/+11
| | | | Originally committed as revision 11419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not set channels before checking request_channelsJustin Ruggles2008-01-051-1/+2
| | | | Originally committed as revision 11418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use request_channels in liba52 decoderJustin Ruggles2008-01-051-5/+11
| | | | Originally committed as revision 11417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2008-01-051-1/+1
| | | | Originally committed as revision 11416 to svn://svn.ffmpeg.org/ffmpeg/trunk