Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-13make intra dc prediction less contradictoryMichael Niedermayer
Originally committed as revision 10482 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-12stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOVBaptiste Coudurier
Originally committed as revision 10481 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-12link fixesDiego Biurrun
Originally committed as revision 10480 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-12Recurse into libswscale on uninstall.Dave Yeo
patch by Dave Yeo, daveryeo telus net Originally committed as revision 10479 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-12TypoRamiro Polla
Originally committed as revision 10478 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-12fix timestamps used for ratecontrolMichael Niedermayer
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
2007-09-11r_frame_rateMichael Niedermayer
Originally committed as revision 10476 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-11move unrelated functions declarations out of allformats.hAurelien Jacobs
Originally committed as revision 10475 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-11rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs
Originally committed as revision 10474 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-10Bump micro version number for r10429Ramiro Polla
Originally committed as revision 10473 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-10*_protocol are not part of public APIAurelien Jacobs
Originally committed as revision 10472 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-10Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check ifLuca Abeni
config info are available out of band (fix "-{a,v}codec copy" from .mov) Originally committed as revision 10471 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-10high level bitstream and decoding process in ascii artMichael Niedermayer
Originally committed as revision 10470 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-10Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)Luca Abeni
Originally committed as revision 10469 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-10Properly set RTP and NTP timestamps in RTCP SR packetsLuca Abeni
Originally committed as revision 10468 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-10move 8tap filter to not important as that is purely encoder sideMichael Niedermayer
Originally committed as revision 10467 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-10update todoMichael Niedermayer
Originally committed as revision 10466 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-10cosmeticMichael Niedermayer
Originally committed as revision 10465 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09make changing spatial_decomposition_count per frame workMichael Niedermayer
Originally committed as revision 10464 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09dsputil must be initialized before calling rtjpeg init.Reimar Döffinger
Originally committed as revision 10463 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09Improve track number decoding for some WMA filesPatrice Bensoussan
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
2007-09-09do not ignore return of decode_header()Michael Niedermayer
Originally committed as revision 10461 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09do not force the halfpel filter coeffs to be retransmitted on every frameMichael Niedermayer
if always_reset is set Originally committed as revision 10460 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09update spec to reflect changes to implementation about per frameMichael Niedermayer
qlog/decomp_count Originally committed as revision 10459 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09allow changing of the spatial_decomposition_count and quantization tablesMichael Niedermayer
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
2007-09-09perform init after reading the values needed for initMichael Niedermayer
fixes decoding of files with spatial_decomposition_count!=5 Originally committed as revision 10457 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09Document libavutil/mem.h:av_strdup.Stefano Sabatini
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 10456 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09unneeded and impossible during init ...Michael Niedermayer
Originally committed as revision 10455 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09unusedMichael Niedermayer
Originally committed as revision 10454 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09allocate slice buffer after parsing the header containing needed parametersMichael Niedermayer
argh i really wish i had never accepted these slice patches ... Originally committed as revision 10453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09remove ()Michael Niedermayer
Originally committed as revision 10452 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09spatial_decomposition_count != 5 bugfixMichael Niedermayer
Originally committed as revision 10451 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently)Michael Niedermayer
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
2007-09-09clarifyMichael Niedermayer
Originally committed as revision 10449 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09Properly handle nuv file with changing resolutionReimar Döffinger
Originally committed as revision 10448 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09cosmetics: Remove useless empty line.Diego Biurrun
Originally committed as revision 10447 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09Elaborate on licensing issues: A few files are from libjpeg and theDiego Biurrun
infamous fdctref.c is all rights reserved. Originally committed as revision 10446 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09Do not set codec_tag when the container does not specify it.Reimar Döffinger
Originally committed as revision 10445 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09Make sure rtjpeg quality is a valid valueReimar Döffinger
Originally committed as revision 10444 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09Fix extreme stupidity: buffer size check must of course be before buffer use!Reimar Döffinger
Originally committed as revision 10443 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-0910l, add check forgotten in last commitReimar Döffinger
Originally committed as revision 10442 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09First ugly and slow attempt to fix nuv files with extra frameheaderReimar Döffinger
and per-frame rtjpeg quality Originally committed as revision 10441 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09Simplify nuv: factor out LZO decompressionReimar Döffinger
Originally committed as revision 10440 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-09Copy nuv header only when the video codec is nuvReimar Döffinger
Originally committed as revision 10439 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-08document MCMichael Niedermayer
Originally committed as revision 10438 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-08rename HTAPS -> HTAPS_MAX (later is correct after the previous change)Michael Niedermayer
Originally committed as revision 10437 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-08store halfpel filter coefficients in the header as well as theMichael Niedermayer
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
2007-09-08remove outcommented codeMichael Niedermayer
Originally committed as revision 10435 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-08indentionMichael Niedermayer
Originally committed as revision 10434 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-09-08cleanup mc_block()Michael Niedermayer
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