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-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12rv34: move inverse transform functions to DSP contextJanne Grunau
2011-09-22rv34: Check for invalid slices offsetsLaurent Aimar
2011-09-22Check for invalid slices offsets in RV30/40 decoder.Laurent Aimar
2011-09-20rv34: Check for invalid slice offsetsLaurent Aimar
2011-09-20Check for invalid slice offsets in real decoder.Laurent Aimar
2011-09-19rv34: Fix potential overreadsLaurent Aimar
2011-09-19rv34: Fix buffer size used for MC of B frames after a resolution changeLaurent Aimar
2011-09-19rv34: Avoid NULL dereference on corrupted bitstreamLaurent Aimar
2011-09-18Avoid NULL dereference on corrupted bitstream with real decoder.Laurent Aimar
2011-09-17rv34: check for size mismatchMichael Niedermayer
2011-09-17Fix buffer size used for MC of B frames after a resolution change in the real...Laurent Aimar
2011-09-17Fix potential overreads in rv34 decoder.Laurent Aimar
2011-09-16Fixed size given to init_get_bits().Laurent Aimar
2011-09-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-12rv34: check that subsequent slices have the same type as first one.Kostya Shishkov
2011-09-10Fixed size given to init_get_bits().Laurent Aimar
2011-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-08-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-13Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer
2011-08-13rv34: free+allocate buffer instead of reallocating it to preserve alignmentKostya Shishkov
2011-08-12Add weighted motion compensation for RV40 B-framesKostya Shishkov
2011-08-12RV3/4: calculate B-frame motion weights once per frameKostya Shishkov
2011-08-12Move RV3/4-specific DSP functions into their own contextKostya Shishkov
2011-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-09Pretty-print RV3/4 decoder sourceKostya Shishkov
2011-08-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-02Correct chroma vector calculation for RealVideo 3.Kostya Shishkov
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Remove unused static tables and static inline functions.Diego Biurrun
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
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-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