Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-16w32threads: support for frame multithreadingSteven Walters
2011-10-12h264: change unsupported bit depth message to error levelMans Rullgard
2011-10-10h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reo...Laurent Aimar
2011-10-09h264: fix signed overflows in x*0x01010101 expressionsMans Rullgard
2011-10-07H264: Only wait before triggering ff_thread_setup_complete() until the next s...Michael Niedermayer
2011-10-05h264: correct implicit_weight for field-interlaced pictures.Ronald S. Bultje
2011-09-25h264: check for out of bounds reads in ff_h264_decode_extradata().Laurent Aimar
2011-09-21Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun
2011-08-29Revert "h264: Properly set coded_{width, height} when parsing H.264."Luca Barbato
2011-08-19h264: fix PCM intra-coded blocks in monochrome caseJeff Downs
2011-08-19h264: correct implicit weight table computation for long ref picsJeff Downs
2011-08-12h264: notice memory allocation failureDustin Brody
2011-08-09h264: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-21dsputil: create 16/32-bit dctcoef versions of some functionsMans Rullgard
2011-07-20h264: remove some disabled codeDiego Biurrun
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-09H.264: improve qp_thresh checkJason Garrett-Glaser
2011-07-09H.264: Remove redundant hl_motion_16/8 codeJason Garrett-Glaser
2011-07-09H.264: av_always_inline some more functionsJason Garrett-Glaser
2011-07-04H.264: template left MB handlingJason Garrett-Glaser
2011-07-04H.264: faster write_back_*Jason Garrett-Glaser
2011-07-04H.264: faster fill_filter_cachesJason Garrett-Glaser
2011-07-04Remove return statements following infinite loops without breakMans Rullgard
2011-06-27H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bitJason Garrett-Glaser
2011-06-22H.264: fix 4:4:4 + deblocking + MBAFFJason Garrett-Glaser
2011-06-22H.264: fix bug in lossless 4:4:4 decodingJason Garrett-Glaser
2011-06-21h264: Fix assert that failed to compile with -DDEBUG.Diego Biurrun
2011-06-20h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).Ronald S. Bultje
2011-06-19h264: drop some ugly castsAlex Converse
2011-06-16h264: Complexify frame num gap shortening codeAlexander Strange
2011-06-16Fix decoding of mpegts streams with h264 video that does *NOT* have b framesMike Scheutzow
2011-06-14H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-13H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-13h264: don't be so picky on decoding pps in extradata.Michael Niedermayer
2011-06-13h264: change a few comments into error messagesMichael Niedermayer
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-05-23h264: Properly set coded_{width, height} when parsing H.264.Felipe Contreras
2011-05-20h264: correct border check.Ronald S. Bultje
2011-05-20h264: fix loopfilter with threading at slice boundaries.Ronald S. Bultje
2011-05-18h264: copy pixel_shift between slice threading contexts.Ronald S. Bultje
2011-05-10Enable decoding of high bit depth h264.Oskar Arvidsson
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-05-10Add support for higher QP values in h264.Oskar Arvidsson
2011-05-10Add the notion of pixel size in h264 related functions.Oskar Arvidsson
2011-05-10Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini