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
2011-02-16vbv_delay AVOption for ABI compatibilityMichael Niedermayer
2011-02-11Frame-based multithreading framework using pthreadsAlexander Strange
2011-02-09Update qmin/qmax values for libx264 presetsJason Garrett-Glaser
2011-01-07Export dca profile information.Anssi Hannula
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-10-22Add new -slices option and use it for libvpx and libx264.James Zern
2010-10-01add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flagAurelien Jacobs
2010-10-01add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc fieldAurelien Jacobs
2010-09-29Move allocation and init to defaults of the private codec contexts to avcodec...Michael Niedermayer
2010-09-26Move AVOptions from libavcodec to libavutilMichael Niedermayer
2010-09-10Allow the lowres option to affect audio codecs, tooMartin Storsjö
2010-08-04Cosmetics: add missing space to options.cJason Garrett-Glaser
2010-07-13Do not map video quantizer scale (from 1-51 to 0-63) for libvpx anymore.James Zern
2010-07-11Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles
2010-07-10Change qmax/qmin limits to 63 instead of 51.Jason Garrett-Glaser
2010-07-03Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker
2010-05-27Some fields were incorrectly reset (to NULL) when calling avcodec_copy_contex...Jean-Daniel Dupas
2010-05-18Add log_level_offset to AVCodecContext.Stefano Sabatini
2010-05-07Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser
2010-04-29Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-02Change default for bidir_refine to 1.Michael Niedermayer
2010-04-01Add avcodec_copy_context().Ronald S. Bultje
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-25Enable mbtree by default, and remove it from presetsBaptiste Coudurier
2010-03-25Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier
2010-02-12Try to support truncated h264 frames mixed with mpeg pes headers in mkv.Michael Niedermayer
2010-02-01Set reordered_opaque during context alloc by default to AV_NOPTS_VALUE.Michael Niedermayer
2010-01-27Fix misc typos, patch byStefano Sabatini
2009-12-08Add MBtree support for libx264Erik Slagter
2009-11-26Allow decoders to correctly set the sample format by defaulting toJai Menon
2009-11-24Add weightp support in API for libx264.Jason Garrett-Glaser
2009-10-12Add an execute2 function that is more flexible and allows to use parallelReimar Döffinger
2009-05-28remove apparently unused real_pict_num from AVCodecContextBaptiste Coudurier
2009-05-11Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad
2009-05-05Add colorspace fields to AVCodecContext.Michael Niedermayer
2009-04-10Fix documentation for the "-ps" optionMartin Storsjö
2009-03-151 km^3 cola, timecode_frame_start is a 64 bit integer, this resulted inReimar Döffinger
2009-02-27Add ticks_per_frame, this should hopefully fix the regressions causedMichael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-18Alpha: proper IDCT selectionMåns Rullgård
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-10Move the AVCodecContext options definition to a dedicated file, reduceStefano Sabatini