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-05-27Remove specific note when not specificEtienne Buira
2011-05-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-19Add request_sample_fmt field to AVCodecContext.Justin Ruggles
2011-05-12Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-11lavc: deprecate named constants for deprecated antialias_algo.Anton Khirnov
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
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-05-01Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer
2011-04-30AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-04-30In libx264 wrapper, change wpredp to a codec specific option.Baptiste Coudurier
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
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-25ac3dec: allow selecting float output at runtime.Reimar Döffinger
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
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-12vpxenc: add CQ_LEVEL mappingJames Zern
2011-04-08Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-07lavc: add a FF_API_REQUEST_CHANNELS deprecation macroAnton Khirnov
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
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-03Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-02lavc: deprecate rate_emuAnton Khirnov
2011-04-02lavc: mark hurry_up for removal on next major bumpAnton Khirnov
2011-03-26Merge remote-tracking branch 'newdev/master'Michael Niedermayer
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-16vbv_delay AVOption for ABI compatibilityMichael Niedermayer
2011-02-11Frame-based multithreading framework using pthreadsAlexander Strange
2011-02-09Frame-based multithreading framework using pthreadsAlexander Strange
2011-02-09Update qmin/qmax values for libx264 presetsJason Garrett-Glaser
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