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
2010-05-10Add entry for AVFilterPicRef interlaced and top_field_first fieldsStefano Sabatini
addition. Originally committed as revision 23067 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-10Bump lavfi minor after the addition of the fields interlaced andStefano Sabatini
top_field_first in AVFilterPicRef, done in r23044. Originally committed as revision 23066 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-09qt-faststart: Avoid leaking memory if encountering a file with double ftyp atomsMartin Storsjö
Originally committed as revision 23065 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-09FATE: update idroq-video-encode commandMåns Rullgård
Originally committed as revision 23064 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-09IFF: decode last 8 pixels per lineMåns Rullgård
The decodeplane8() function processes one byte of input less than it should. Also, the for loop has an unusual style with side-effects in the controlling expression; replaced with a more intuitive while loop. 10l to Basty. Originally committed as revision 23063 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-09Fix build with swscale disabledMåns Rullgård
Originally committed as revision 23062 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-09Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater
Originally committed as revision 23061 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-09Fix auto-scaling.Stefano Sabatini
Use the numeric value assigned to sws_flags for the sws_flags set in the graph, rather than the string "bilinear", which is not even parsable by the scale filter. Originally committed as revision 23060 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-09Add means to adjust the log level per context.Michael Niedermayer
Originally committed as revision 23059 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-08Remove hardcoded-tables hack for IA-64: with latest binutils that now actuallyReimar Döffinger
causes linking errors instead of avoiding them. Originally committed as revision 23058 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-08Another try for fixing/improving decode_video documentation.Reimar Döffinger
Originally committed as revision 23057 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-08Make config_props() show conversion information before to create theStefano Sabatini
swscale context. This makes eventual warnings issued in case of swscale context creation failure to be shown after the conversion information rather than before, which is slightly less confusing. Originally committed as revision 23056 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-08Log input size, input format and swscale flags used for conversion inStefano Sabatini
config_props(). Useful for debugging. Originally committed as revision 23055 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-08blackfin: fix yuv422 to yuv420 conversionRonaldo Moura
The old code is correct only when stride = 2*width. Patch by Ronaldo Moura <ronaldo d moura monity com br> Originally committed as revision 31142 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
2010-05-07vf_pad: fix mixed code and declarationsMåns Rullgård
Originally committed as revision 23054 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07c99 sucks. Replacing scanf("%i") by strtoul()Michael Niedermayer
Originally committed as revision 23053 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Document the pad filter.Stefano Sabatini
Originally committed as revision 23052 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Document cmdutils.c:print_error().Stefano Sabatini
Originally committed as revision 23051 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Remove messy pading hack in ffmpeg.c.Michael Niedermayer
Use avfilters if you want padding! Originally committed as revision 23050 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Make sure get_filtered_video_pic() doesnt loose interlacedframe/tff.Michael Niedermayer
Originally committed as revision 23049 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Enable libavfilter by default and fix pading for mxf-d10Michael Niedermayer
Originally committed as revision 23048 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07configure: update suncc SPARC CPU name mappingMichael Kostylev
Patch by Michael Kostylev <michael kostylev gmail> Originally committed as revision 23047 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Add pad filter.Michael Niedermayer
Originally committed as revision 23046 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07SPARC: disable VIS for Niagara CPUMichael Kostylev
The Niagara/T1 supports only a subset of VIS, and even this is very slow. Patch by Michael Kostylev <michael kostylev gmail> Originally committed as revision 23045 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Try to keep track of interlaced and top field first.Michael Niedermayer
Originally committed as revision 23044 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07avfilter support for ffmpegMichael Niedermayer
Originally committed as revision 23043 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Enable vsrc_bufferMichael Niedermayer
Originally committed as revision 23042 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Support setting flags for sws.Michael Niedermayer
Originally committed as revision 23041 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Favor chunk size over hitting the correct position after reading the chunk ↵Michael Niedermayer
size in asf. Fixes issue1923 Originally committed as revision 23040 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Add "Memory buffer source filter" from SOC.Michael Niedermayer
This is needed by the current SOC-ffmpeg.c code. Originally committed as revision 23039 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser
Minor version bump. Originally committed as revision 23038 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-0710l: store the result of clipping added in r23035Alex Converse
Originally committed as revision 23037 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Error out when too many bits per frame are requested.Alex Converse
Originally committed as revision 23036 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-07Make the faac inspired quantizer search make sense for a slightly narrower ↵Alex Converse
definition of "make sense." Originally committed as revision 23035 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-06Reindent after the last commit.Stefano Sabatini
Originally committed as revision 23034 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-06Simplify print_error(), directly use av_strerror()/strerror() forStefano Sabatini
printing the error code associated to FF_NETERROR(EPROTONOSUPPORT). Originally committed as revision 23033 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-06Make print_error() use strerror() in case av_strerror() fails.Stefano Sabatini
Should provide a meaningful error message for systems which do not support strerror_r(). Fix roundup issue #1894. Originally committed as revision 23032 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-06Make av_strerror() return -1 even in the case when av_strerror_r() isStefano Sabatini
not defined. This allows applications to check if av_strerror() cannot provide a meaningful representation for the provided error code, without having to actually check the filled string. Originally committed as revision 23031 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-06schroenc: Set colorspace infoDavid Conrad
Originally committed as revision 23030 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-06schroenc: Use AV_RB32David Conrad
Originally committed as revision 23029 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-06schroenc: Set open-gopDavid Conrad
Originally committed as revision 23028 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-06schroenc: Set keyframe intervalDavid Conrad
Originally committed as revision 23027 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-06schroenc: Use constant quality for constant quality, not noise thresholdDavid Conrad
Originally committed as revision 23026 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-06schroenc: Don't touch gop_structure by default, it should be left adaptiveDavid Conrad
Originally committed as revision 23025 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-05Parse IFF metadata.Sebastian Vater
Patch by Sebastian Vater, cdgs D basty A googlemail Originally committed as revision 23024 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-05Align plane size to word-boundary.Sebastian Vater
Patch by Sebastian Vater, cdgs D basty A googlemail Originally committed as revision 23023 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-05movenc: Write QuickTime chaptersDavid Conrad
Originally committed as revision 23022 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-05movenc: Swap positions of mov_write_header and mov_write_packetDavid Conrad
Originally committed as revision 23021 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-05mov: Read nero chaptersDavid Conrad
Originally committed as revision 23020 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-05-04Do not use pkt->size when it is potentially uninitialized.Thierry Foucu
Patch by Thierry Foucu, tfoucu gmail Originally committed as revision 23017 to svn://svn.ffmpeg.org/ffmpeg/trunk