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-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03h264 fill_filter_caches: Dont init chroma nnz_cache.Michael Niedermayer
2011-06-02H264/MPEG frame-level multi-threading.Alexander Strange
2011-05-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-23h264: Properly set coded_{width, height} when parsing H.264.Felipe Contreras
2011-05-21 Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer
2011-05-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-20h264: correct border check.Ronald S. Bultje
2011-05-20h264: fix loopfilter with threading at slice boundaries.Ronald S. Bultje
2011-05-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-18h264: copy pixel_shift between slice threading contexts.Ronald S. Bultje
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
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
2011-05-02replace deprecated av_get_pict_type_char() with av_get_picture_type_char()Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-05-02Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini
2011-05-01H264: print nal_ref_idc too for debugMichael Niedermayer
2011-05-01Fix decoding of mpegts streams with h264 video that does *NOT* have b framesMike Scheutzow
2011-04-30Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26lavc: remove FF_API_HURRY_UP cruftAnton Khirnov
2011-04-22Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-22Introduce slice threads flag.Ronald S. Bultje
2011-04-18 Merge remote-tracking branch 'ffmpeg-mt/master'Alexander Strange
2011-04-11H264: Allow templating hl_decode_mb based on pixel_size.Michael Niedermayer
2011-04-11H264: Split out hl_motion and template it, this seems a bit fasterMichael Niedermayer
2011-04-11H264: replace pixel_size by pixel_shiftMichael Niedermayer
2011-04-11Enable decoding of high bit depth h264.Oskar Arvidsson
2011-04-11Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-11Add support for higher QP values in h264.Oskar Arvidsson
2011-04-11H264: fix prefetchMichael Niedermayer
2011-04-11Add the notion of pixel size in h264 related functions.Oskar Arvidsson
2011-04-11Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson
2011-04-11H264: Fix slice threadsMichael Niedermayer
2011-04-08Fix deblocking with thread_slicesMichael Niedermayer
2011-04-06Fix ffmpeg-mt fixme in h264.Michael Niedermayer
2011-04-03Dont be so picky on decoding pps in extradata.Michael Niedermayer
2011-04-03Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-02H264: fix slice end error detectionMichael Niedermayer
2011-04-02h264: change a few comments into error messagesMichael Niedermayer
2011-04-02lavc: mark hurry_up for removal on next major bumpAnton Khirnov
2011-03-30h264: permit h264 decoder to be compiled when svq3 decoder is disabledPeter Ross
2011-03-23Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard