summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup.Andreas Öman2007-09-21
| | | | | | | | patch by Andreas Öman, andreas olebyn nu Date: Thu, 20 Sep 2007 12:59:19 +0200 Subject: [FFmpeg-devel] [PATCH] simplify h264's decode_cabac_mb_cbp_luma() Originally committed as revision 10537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allcodecs.h and allformats.h are not used anymoreAurelien Jacobs2007-09-20
| | | | Originally committed as revision 10536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove last dependencies on allformats.h and allcodecs.hAurelien Jacobs2007-09-20
| | | | Originally committed as revision 10535 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove inline from function that is exported.Ivan Kalvachev2007-09-18
| | | | | | Issue noticed by Bernhard Rosenkraenzer. Originally committed as revision 10529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* blackfin vsad primitivesMarc Hoffman2007-09-17
| | | | Originally committed as revision 10521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* properly tell the compiler that A0 and A1 are clobberedMarc Hoffman2007-09-17
| | | | Originally committed as revision 10520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional toDiego Biurrun2007-09-17
| | | | | | ARCH_SPARC anyway. Originally committed as revision 10517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove obsolete and wrong extern declarationAurelien Jacobs2007-09-16
| | | | Originally committed as revision 10512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typoDiego Biurrun2007-09-16
| | | | Originally committed as revision 10507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix image corruption when with multi-threaded decoding.Andreas Öman2007-09-16
| | | | | | | | | | | dequant-tables were not correctly reinitialized in the slave contexts when a PPS came with updated matrices. Patch by Andreas Öman %andreas A olebyn P nu% Original thread: date: Sep 16, 2007 6:14 AM subject: [FFmpeg-devel] Parallelized h264 image corruption bug Originally committed as revision 10505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable error resilience in WMV3/VC-1 decoderKostya Shishkov2007-09-15
| | | | Originally committed as revision 10502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* HALFPQ should be used only for when PQUANT is selectedKostya Shishkov2007-09-15
| | | | Originally committed as revision 10500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In case when any quantizer may occur, HALFPQ should be zeroKostya Shishkov2007-09-15
| | | | Originally committed as revision 10499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip incomplete framesJustin Ruggles2007-09-15
| | | | Originally committed as revision 10497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better AC3 header error reportingJustin Ruggles2007-09-15
| | | | Originally committed as revision 10496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix random dithering of zero-bit mantissasJustin Ruggles2007-09-15
| | | | Originally committed as revision 10495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename variables. tbl->tab for consistency with other AC3 tablesJustin Ruggles2007-09-15
| | | | Originally committed as revision 10494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of DolbyNet AC3Justin Ruggles2007-09-15
| | | | Originally committed as revision 10493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check unp_size for possible overflows tooKostya Shishkov2007-09-14
| | | | Originally committed as revision 10490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass correct CPU flags to compilation of sparc/simple_idct_vis.o.Diego Biurrun2007-09-13
| | | | | | based on a patch by Denes Balatoni, dbalatoni interware hu Originally committed as revision 10486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add checks on input/output buffers size for some audio decodersKostya Shishkov2007-09-13
| | | | Originally committed as revision 10485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Monkey Audio decoderKostya Shishkov2007-09-13
| | | | Originally committed as revision 10484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix timestamps used for ratecontrolMichael Niedermayer2007-09-11
| | | | | | | | these were wrong (in pts vs dts sense) when b frames were in use they were also wrong if the average framerate was smaller than 1/timebase resulting in totally wrong final bitrate Originally committed as revision 10477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-09-10
| | | | Originally committed as revision 10465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make changing spatial_decomposition_count per frame workMichael Niedermayer2007-09-09
| | | | Originally committed as revision 10464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dsputil must be initialized before calling rtjpeg init.Reimar Döffinger2007-09-09
| | | | Originally committed as revision 10463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not ignore return of decode_header()Michael Niedermayer2007-09-09
| | | | Originally committed as revision 10461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not force the halfpel filter coeffs to be retransmitted on every frameMichael Niedermayer2007-09-09
| | | | | | if always_reset is set Originally committed as revision 10460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow changing of the spatial_decomposition_count and quantization tablesMichael Niedermayer2007-09-09
| | | | | | per frame (this is untested as the encoder does not use it yet) Originally committed as revision 10458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* perform init after reading the values needed for initMichael Niedermayer2007-09-09
| | | | | | fixes decoding of files with spatial_decomposition_count!=5 Originally committed as revision 10457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unneeded and impossible during init ...Michael Niedermayer2007-09-09
| | | | Originally committed as revision 10455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unusedMichael Niedermayer2007-09-09
| | | | Originally committed as revision 10454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate slice buffer after parsing the header containing needed parametersMichael Niedermayer2007-09-09
| | | | | | argh i really wish i had never accepted these slice patches ... Originally committed as revision 10453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ()Michael Niedermayer2007-09-09
| | | | Originally committed as revision 10452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spatial_decomposition_count != 5 bugfixMichael Niedermayer2007-09-09
| | | | Originally committed as revision 10451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently)Michael Niedermayer2007-09-09
| | | | | | this also requires a few entries to be ++ and -- to avoid a max of 256 Originally committed as revision 10450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly handle nuv file with changing resolutionReimar Döffinger2007-09-09
| | | | Originally committed as revision 10448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure rtjpeg quality is a valid valueReimar Döffinger2007-09-09
| | | | Originally committed as revision 10444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix extreme stupidity: buffer size check must of course be before buffer use!Reimar Döffinger2007-09-09
| | | | Originally committed as revision 10443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, add check forgotten in last commitReimar Döffinger2007-09-09
| | | | Originally committed as revision 10442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First ugly and slow attempt to fix nuv files with extra frameheaderReimar Döffinger2007-09-09
| | | | | | and per-frame rtjpeg quality Originally committed as revision 10441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify nuv: factor out LZO decompressionReimar Döffinger2007-09-09
| | | | Originally committed as revision 10440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename HTAPS -> HTAPS_MAX (later is correct after the previous change)Michael Niedermayer2007-09-08
| | | | Originally committed as revision 10437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store halfpel filter coefficients in the header as well as theMichael Niedermayer2007-09-08
| | | | | | | | | | | | | | | flag for diagonal interpolation the primary reason for this change is that previously MC up to 1/4 pel matched H.264 exactly and that increases the risk of stumbling over patents secondly this allows 0.10 db or more quality gain by choosing a longer filter and the filter could also be chosen optimally for each frame though that of course would cause speed loss at the decoder and encoder side ... Originally committed as revision 10436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove outcommented codeMichael Niedermayer2007-09-08
| | | | Originally committed as revision 10435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-09-08
| | | | Originally committed as revision 10434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup mc_block()Michael Niedermayer2007-09-08
| | | | | | | | | perform interpolation steps in such an order that halfpel interpolation could be done per picture this also makes mc_block() match h.264 for the 1/4 pel cases so that the use of the h264 functions for some cases does not introduce a fantastic mess Originally committed as revision 10433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationAndreas Öman2007-09-07
| | | | | | patch by Andreas Öman Originally committed as revision 10432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let H.264 decoder skip deblocking across slicesAndreas Öman2007-09-07
| | | | | | | | | if running with multiple threads and CODEC_FLAGS2_FAST is set. Thus, it may decode the slices in parallel to gain speed. Patch by Andreas Öman: [andreas olebyn nu] Originally committed as revision 10431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set data_size to zero when DCA header parse failedLimin Wang2007-09-06
| | | | | | | Patch by Limin Wang <lance('\\'>>1)lmwang>(0x24^'D')<gmail>('/' & 0xFE)<com> Thread [PATCH] set data_size to zero if failed to parse dca header Originally committed as revision 10423 to svn://svn.ffmpeg.org/ffmpeg/trunk