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-05-26avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate headerPhilip Langdale
2015-05-25Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772'Michael Niedermayer
2015-05-25D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme
2015-05-22Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-05-22avcodec/mpeg12dec: Fix chroma locationMichael Niedermayer
2015-05-09avcodec/mpeg12dec: Fix "-flags +gray"Michael Niedermayer
2015-05-05avcodec/mpeg12dec: use the correct dimensions for checking SARMichael Niedermayer
2015-04-25avcodec/mpeg12dec: Make ff_dlog() messages more clearMichael Niedermayer
2015-04-25avcodec/mpeg12dec: Change mb decode tracing stuff to use ff_tlog()Michael Niedermayer
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-04-14avcodec/mpeg12dec: Use check_marker()Michael Niedermayer
2015-03-11avcodec/mpeg12dec: Fix undefined shiftMichael Niedermayer
2015-01-02avcodec/mpeg12dec: Check actual aspect ratio instead of aspect_ratio_infoMichael Niedermayer
2015-01-02avcodec/mpeg12dec: Recalculate SAR unconditionallyMichael Niedermayer
2015-01-02avcodec/mpeg12dec: Move user data debug code out of unrelated if (buf_size > 29)Michael Niedermayer
2014-12-06Merge commit '3a56bcee7cb7549b2813e39ce3bee3b7c522aecb'Michael Niedermayer
2014-12-06Merge commit 'b56afb48aecb96e03347f5b569f16a64147c18b1'Michael Niedermayer
2014-12-03mpeg12dec: Use more specific error codesMichael Niedermayer
2014-12-03mpeg12dec: Print error/warning messages on issues in mpeg1_decode_sequence()Michael Niedermayer
2014-11-20avcodec/mpeg12dec: forward error codesMichael Niedermayer
2014-11-20avcodec/mpeg12dec: Use more specific error codesMichael Niedermayer
2014-11-20avcodec/mpeg12dec: do not fail on invalid frame_rate_indexMichael Niedermayer
2014-11-20avcodec/mpeg12dec: Print error/warning messages on issues in mpeg1_decode_seq...Michael Niedermayer
2014-11-06mpeg12dec: simplify context duplicationVittorio Giovara
2014-11-05avcodec/mpeg12dec: do not trust AVCodecContext input dimensionsMichael Niedermayer
2014-10-15avcodec/mpeg12dec: fix time_base and framerateMichael Niedermayer
2014-10-15Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-10-11avcodec/mpeg12dec: print aspect_ratio_info in debug outputMichael Niedermayer
2014-09-27Merge commit '4e03b2097ca59843ed65424a572b7acd5345f088'Michael Niedermayer
2014-09-26mpeg12: Always invoke the get_format() callbackRémi Denis-Courmont
2014-09-05avcodec/mpegvideo: Factor ff_mpv_decode_init() outMichael Niedermayer
2014-08-15Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer
2014-08-15Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer
2014-08-15Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-08-15Merge commit '998c9f15d1ca8c7489775ebcca51623b915988f1'Michael Niedermayer
2014-08-14idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins
2014-08-05Merge commit '990e2f3555bb0adae122d3599938ddcfee46e2d1'Michael Niedermayer
2014-08-04avcodec: Suppress deprecation warnings from DTG code scheduled for removalDiego Biurrun
2014-08-04Merge commit '1ef9e8376466bb1e2c147e47554b94cab9c8b04a'Michael Niedermayer
2014-08-04Deprecate AFD field and add AFD as side-dataKieran Kunhya
2014-08-04avcodec: Deprecate dtg_active_format field in favor of avframe side-dataKieran Kunhya
2014-08-03avcodec/mpeg12dec: fix vissible typo after 17c65651Clément Bœsch
2014-08-03avcodec/mpeg12dec: Document Ticket3809 fixMichael Niedermayer
2014-08-01avcodec/mpeg12dec: fix support for interlaced mpeg2 with missing last sliceMichael Niedermayer