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 (Expand)Author
2010-05-10Add entry for AVFilterPicRef interlaced and top_field_first fieldsStefano Sabatini
2010-05-10Bump lavfi minor after the addition of the fields interlaced andStefano Sabatini
2010-05-09qt-faststart: Avoid leaking memory if encountering a file with double ftyp atomsMartin Storsjö
2010-05-09FATE: update idroq-video-encode commandMåns Rullgård
2010-05-09IFF: decode last 8 pixels per lineMåns Rullgård
2010-05-09Fix build with swscale disabledMåns Rullgård
2010-05-09Optimize decodeplane8(), patch by Sebastian Vater <cdgs basty googlemail com>.Sebastian Vater
2010-05-09Fix auto-scaling.Stefano Sabatini
2010-05-09Add means to adjust the log level per context.Michael Niedermayer
2010-05-08Remove hardcoded-tables hack for IA-64: with latest binutils that now actuallyReimar Döffinger
2010-05-08Another try for fixing/improving decode_video documentation.Reimar Döffinger
2010-05-08Make config_props() show conversion information before to create theStefano Sabatini
2010-05-08Log input size, input format and swscale flags used for conversion inStefano Sabatini
2010-05-08blackfin: fix yuv422 to yuv420 conversionRonaldo Moura
2010-05-07vf_pad: fix mixed code and declarationsMåns Rullgård
2010-05-07c99 sucks. Replacing scanf("%i") by strtoul()Michael Niedermayer
2010-05-07Document the pad filter.Stefano Sabatini
2010-05-07Document cmdutils.c:print_error().Stefano Sabatini
2010-05-07Remove messy pading hack in ffmpeg.c.Michael Niedermayer
2010-05-07Make sure get_filtered_video_pic() doesnt loose interlacedframe/tff.Michael Niedermayer
2010-05-07Enable libavfilter by default and fix pading for mxf-d10Michael Niedermayer
2010-05-07configure: update suncc SPARC CPU name mappingMichael Kostylev
2010-05-07Add pad filter.Michael Niedermayer
2010-05-07SPARC: disable VIS for Niagara CPUMichael Kostylev
2010-05-07Try to keep track of interlaced and top field first.Michael Niedermayer
2010-05-07avfilter support for ffmpegMichael Niedermayer
2010-05-07Enable vsrc_bufferMichael Niedermayer
2010-05-07Support setting flags for sws.Michael Niedermayer
2010-05-07Favor chunk size over hitting the correct position after reading the chunk si...Michael Niedermayer
2010-05-07Add "Memory buffer source filter" from SOC.Michael Niedermayer
2010-05-07Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser
2010-05-0710l: store the result of clipping added in r23035Alex Converse
2010-05-07Error out when too many bits per frame are requested.Alex Converse
2010-05-07Make the faac inspired quantizer search make sense for a slightly narrower de...Alex Converse
2010-05-06Reindent after the last commit.Stefano Sabatini
2010-05-06Simplify print_error(), directly use av_strerror()/strerror() forStefano Sabatini
2010-05-06Make print_error() use strerror() in case av_strerror() fails.Stefano Sabatini
2010-05-06Make av_strerror() return -1 even in the case when av_strerror_r() isStefano Sabatini
2010-05-06schroenc: Set colorspace infoDavid Conrad
2010-05-06schroenc: Use AV_RB32David Conrad
2010-05-06schroenc: Set open-gopDavid Conrad
2010-05-06schroenc: Set keyframe intervalDavid Conrad
2010-05-06schroenc: Use constant quality for constant quality, not noise thresholdDavid Conrad
2010-05-06schroenc: Don't touch gop_structure by default, it should be left adaptiveDavid Conrad
2010-05-05Parse IFF metadata.Sebastian Vater
2010-05-05Align plane size to word-boundary.Sebastian Vater
2010-05-05movenc: Write QuickTime chaptersDavid Conrad
2010-05-05movenc: Swap positions of mov_write_header and mov_write_packetDavid Conrad
2010-05-05mov: Read nero chaptersDavid Conrad
2010-05-04Do not use pkt->size when it is potentially uninitialized.Thierry Foucu