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-07-10lavc: add support for codec-specific defaults.Anton Khirnov
2011-07-10lavc: make avcodec_alloc_context3 officially public.Anton Khirnov
2011-07-10lavc: remove a half-working attempt at different defaults for audio/video cod...Anton Khirnov
2011-07-10ac3dec: add a drc_scale private optionAnton Khirnov
2011-06-17lavc: add opt_find to AVCodecContext class.Anton Khirnov
2011-05-19Add request_sample_fmt field to AVCodecContext.Justin Ruggles
2011-05-11lavc: deprecate named constants for deprecated antialias_algo.Anton Khirnov
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-05-10lavc: move some flac-specific options to its private context.Anton Khirnov
2011-04-26lavc: remove FF_API_MB_Q cruftAnton Khirnov
2011-04-26lavc: remove FF_API_RATE_EMU cruftAnton Khirnov
2011-04-26lavc: remove FF_API_HURRY_UP cruftAnton Khirnov
2011-04-19lavc: remove misc disabled cruft.Anton Khirnov
2011-04-19lavc: remove the FF_API_INOFFICIAL cruft.Anton Khirnov
2011-04-19lavc: remove the FF_API_USE_LPC cruft.Anton Khirnov
2011-04-07lavc: add a FF_API_REQUEST_CHANNELS deprecation macroAnton Khirnov
2011-04-03lavc: deprecate AVCodecContext.antialias_algoAnton Khirnov
2011-04-03lavc: mark mb_qmin/mb_qmax for removal on next major bump.Anton Khirnov
2011-04-02lavc: deprecate rate_emuAnton Khirnov
2011-04-02lavc: mark hurry_up for removal on next major bumpAnton Khirnov
2011-03-25Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17vbv_delay AVOption for ABI compatibilityMichael Niedermayer
2011-02-09Frame-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