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-09-22Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2011-09-22Check for invalid slices offsets in RV30/40 decoder.Laurent Aimar
2011-09-21Check for invalid slice offsets in real decoder.Laurent Aimar
2011-09-21Avoid NULL dereference on corrupted bitstream with real decoder.Laurent Aimar
2011-09-21rv34: check for size mismatchMichael Niedermayer
2011-09-21Fix potential overreads in rv34 decoder.Laurent Aimar
2011-09-21rv34: check that subsequent slices have the same type as first one.Kostya Shishkov
2011-09-21Fixed size given to init_get_bits().Laurent Aimar
2011-07-27Merge branch 'release/0.8' into release/0.7Michael Niedermayer
2011-07-26Merge remote-tracking branch 'qatar/release/0.7' into release/0.8Michael Niedermayer
2011-07-03doxygen: Prefer member groups over grouping into modulesReinhard Tartler
2011-05-15Merge branch 'master' into oldabiMichael Niedermayer
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
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-05-02Revert "lavc: remove FF_API_HURRY_UP cruft"Michael Niedermayer
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26lavc: remove FF_API_HURRY_UP cruftAnton Khirnov
2011-04-11Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-03Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-02lavc: mark hurry_up for removal on next major bumpAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-30Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2011-01-29Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2010-07-02Disambiguate bitstream groups for AAC and RV30/RV40.Diego Biurrun
2010-06-30Fix "initialization from incompatible pointer type" warning in rv34.Eli Friedman
2010-06-25rv34: kill VLAsMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-09Revert commit 22378.Vitor Sessak
2010-03-09Check for reference frames so RV 3/4 won't segfault trying to copy data fromKostya Shishkov
2009-11-24Call avcodec_set_dimensions() instead of simply setting avctx->width/heightKostya Shishkov
2009-11-22Update dimensions in AVCodecContext when RV3/4 frame dimensions changeKostya Shishkov
2009-08-30Convert ZERO8x2 macro into inline functionKostya Shishkov
2009-08-30Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bitKostya Shishkov
2009-08-30Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing blockKostya Shishkov
2009-07-01RV3/4 intra types array causes alignment issues (at least on ARM5), thus changeKostya Shishkov
2009-04-27Revert changing VLC initialization type for RV3/4 decoder.Kostya Shishkov
2009-04-25Get rid of monstrous static table and initialize VLCs for RV3/4 dynamically.Kostya Shishkov
2009-04-21100l: VLC table array should not be constKostya Shishkov
2009-04-21Make RV3/4 VLC tables use new static initialization methodKostya Shishkov
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-15Correct MV prediction for B-frame blocks in RV4 decoderKostya Shishkov
2009-03-13Fix direct and skip MB motion compensation in RV4:Kostya Shishkov
2009-02-25cosmetics: reindent after last commitKostya Shishkov
2009-02-25Since motion vectors for intra blocks are always zero, do not try to retrieve...Kostya Shishkov
2009-02-14Enable dropping frames for RV3/4Kostya Shishkov
2009-02-13In RV3/4 nonzero MB offset for the first slice also indicates errorKostya Shishkov
2009-02-07Move RV3/4 frame type check up so 1-slice unanchored B-frames are checked, too.Kostya Shishkov
2009-02-01Silence two pointer assignment compiler warnings in rv34.cKostya Shishkov
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun