summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* update todoMichael Niedermayer2007-09-10
| | | | Originally committed as revision 10466 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
* Improve track number decoding for some WMA filesPatrice Bensoussan2007-09-09
| | | | | | | | | patch by Patrice Bensoussan %patrice P bensoussan A free P fr% Original thread: Date: Sep 9, 2007 12:33 PM Subject: [FFmpeg-devel] [PATCH] Improve track number decoding for some WMA files Originally committed as revision 10462 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
* update spec to reflect changes to implementation about per frameMichael Niedermayer2007-09-09
| | | | | | qlog/decomp_count Originally committed as revision 10459 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
* Document libavutil/mem.h:av_strdup.Stefano Sabatini2007-09-09
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10456 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
* clarifyMichael Niedermayer2007-09-09
| | | | Originally committed as revision 10449 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
* cosmetics: Remove useless empty line.Diego Biurrun2007-09-09
| | | | Originally committed as revision 10447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Elaborate on licensing issues: A few files are from libjpeg and theDiego Biurrun2007-09-09
| | | | | | infamous fdctref.c is all rights reserved. Originally committed as revision 10446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not set codec_tag when the container does not specify it.Reimar Döffinger2007-09-09
| | | | Originally committed as revision 10445 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
* Copy nuv header only when the video codec is nuvReimar Döffinger2007-09-09
| | | | Originally committed as revision 10439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document MCMichael Niedermayer2007-09-08
| | | | Originally committed as revision 10438 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
* Update mkv regression tests after r10421David Conrad2007-09-07
| | | | Originally committed as revision 10430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename the format name audio_device (used in both oss and audio_beos) to oss ↵Ramiro Polla2007-09-07
| | | | | | | | and audio_beos. -f oss and -f audio_beos should be used instead. Originally committed as revision 10429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --disable-audio-oss option from configure.Ramiro Polla2007-09-07
| | | | | | --disable-(de)muxer=oss should be used instead. Originally committed as revision 10428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove --disable-audio-beos option from configure.Ramiro Polla2007-09-07
| | | | | | --disable-(de)muxer=audio_beos should be used instead. Originally committed as revision 10427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxerRamiro Polla2007-09-07
| | | | Originally committed as revision 10426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r10403Michael Niedermayer2007-09-07
| | | | | | | there was no discussion about it nor did anyone provide any justification for it not before it was applied nor within 48h after i explicitly asked Originally committed as revision 10425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic, change "fvstats" to "vstats_file".Stefano Sabatini2007-09-06
| | | | | | Patch by Stefano Sabatini: [stefano sabatini-lala poste it] Originally committed as revision 10424 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
* Add a bitstream filter for H.264.Benoit Fouet2007-09-06
| | | | Originally committed as revision 10422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkvDavid Conrad2007-09-06
| | | | Originally committed as revision 10421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set correct length for last slice in frame subpacketKostya Shishkov2007-09-06
| | | | Originally committed as revision 10420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention slice-based parallel H.264 decoding in changelogGuillaume Poirier2007-09-05
| | | | Originally committed as revision 10419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add some whitespace for better readability.Diego Biurrun2007-09-05
| | | | Originally committed as revision 10418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording nits in some Doxygen commentsDiego Biurrun2007-09-05
| | | | Originally committed as revision 10417 to svn://svn.ffmpeg.org/ffmpeg/trunk