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
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-05-22Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2014-08-15Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-04-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-03-17Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2013-12-23Convert XvMC to hwaccel v3Ivan Kalvachev
2013-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-14Deprecate obsolete XvMC hardware decoding supportDiego Biurrun
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-16Merge commit '1d0feb5d1ac04d187b335f0e8d411c9f40b3a885'Michael Niedermayer
2013-02-15mpegvideo: split ff_draw_horiz_band().Anton Khirnov
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11hwaccel: unbreak buildMans Rullgard
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-11-10Simplify: Remove impossible condition.Nicolas Kaiser
2010-06-30Fix grammar errors in documentationMåns Rullgård
2009-10-27Consistently use third person in doxies.Stefano Sabatini
2009-02-22Change the type of pblocks from pointers to short array intoIvan Kalvachev
2009-02-19Add more paranoid checks of xvmc token.Ivan Kalvachev
2009-02-19Directly #include required X11/XvMC header.Diego Biurrun
2009-02-18Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset andDiego Biurrun
2009-02-18small Doxygen comment grammar fixDiego Biurrun
2009-02-18Revert converting two asserts into if checks and error messages.Diego Biurrun
2009-02-17Thoroughly check all fields set by the application in xvmc struct.Ivan Kalvachev
2009-02-16whitespace cosmetics: Place spaces around += for better readability.Diego Biurrun
2009-02-16Replace two asserts by checks and error messages.Diego Biurrun
2009-02-16whitespace cosmeticsDiego Biurrun
2009-02-16Give struct members more sensible names:Diego Biurrun
2009-02-15Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similarDiego Biurrun
2009-02-15cosmetics: typo fixDiego Biurrun
2009-02-15spelling/grammar/wording fixes for Doxygen commentsDiego Biurrun
2009-02-15Rename unique_id to the way michaelni likes it. (xvmc_id)Ivan Kalvachev
2009-02-15Document all functions in mpegvideo_xvmc.Ivan Kalvachev
2009-02-15Rename xvmc_pixfmt_render structure to xvmc_pix_fmt.Diego Biurrun
2009-02-15Kill the magic field in xvmc structure.Ivan Kalvachev
2009-02-15K&R whitespace cosmeticsDiego Biurrun