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 (Collapse)Author
2012-05-04Fix a few @file doxy inconsistencies.Clément Bœsch
2012-04-18diracdec: check xybsepMichael Niedermayer
Fixes division by 0 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-16diracdec: check lowdelay bytes.Michael Niedermayer
Fixes division by zero Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-04-01direcdec: fix infinite loopMichael Niedermayer
Fixes Ticket1156 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-03-06diracdec: Correct the bytestream end pointer.Michael Niedermayer
This fixes some arith decoder overreads and a potential infinite loop. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-02-17diracdec: fix use of deprecated funnctionsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-02-02diracdec: Check for negative quants which would cause out of array reads.Michael Niedermayer
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-30diracdec: Fix integer overflow leading to out of global array read.Michael Niedermayer
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-26diracdec: Check num_refs.Michael Niedermayer
Fixes: CVE-2011-3950 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-26diracdec: Check dirac_unpack_idwt_params parameters before storing them.Michael Niedermayer
Fixes CVE-2011-3949 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-12-30Use more designated initializers.Paul B Mahol
Also remove some pointless NULL/0 assigments. C++ code must be left as it is because named struct initializers are not supported by C++ standard.
2011-11-14diracdec: fix empty data units.Michael Niedermayer
Fixed Ticket636 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-05Dirac: Specific struct initializers in AVCodec initializationJordi Ortiz
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-11-05Dirac: Removed goto + some code make upJordi Ortiz
(cherry picked from commit 8db434f8a6d210f7fd2f28ba325927d7a5dd04b9) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-10-31Dirac: More formatingJordi Ortiz
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-10-31Dirac: Doxygen comments and some formatting enhancementsJordi Ortiz
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-10-31Dirac now returns AVFrames instead of DiracFramesJordi Ortiz
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-10-31DIRAC Decoder stable version, MMX support removed.multiple authors
Look for MMX_DISABLED to find the disabled functions. Authors of this code are Marco Gerards <marco@gnu.org> and David Conrad <lessen42@gmail.com> With changes from Jordi Ortiz <nenjordi@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>