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
2013-10-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-24golomb: reduce scope of a few variablesVittorio Giovara
2013-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-23golomb: K&R formatting cosmeticsVittorio Giovara
2013-02-09get_se_golomb: fix decoding of very large valuesMichael Niedermayer
2013-01-18golomb: check log validity before shiftingMichael Niedermayer
2012-12-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-08golomb: use unsigned arithmetics in svq3_get_ue_golomb()Janne Grunau
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-01avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun
2012-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-27golomb: const correctness for get_ue()/get_se() function argumentsDiego Biurrun
2012-06-12golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls()Justin Ruggles
2012-06-06golomb: use av_assertMichael Niedermayer
2012-02-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-24golomb: use HAVE_BITS_REMAINING() macro to prevent infloop on EOF.Ronald S. Bultje
2012-02-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-17flac: fix infinite loops on all-zero input or end-of-stream.Ronald S. Bultje
2012-02-16golomb: avoid infinite loop on all-zero input (or end of buffer).Ronald S. Bultje
2011-12-25golomb: Fix infinite loop in svq3_get_ue_golomb()Michael Niedermayer
2011-12-21golomb: fix end of bitstream checkMichael Niedermayer
2011-11-11golomb: Fix overread in get_ur_golomb_jpegls()Nir Ben David
2011-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-11h264: fix HRD parameters parsingMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-09-11Make get_ur_golomb capable of reading 16 bit values.Lars Täuber
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-02-24Fix get_ur_golomb_jpegls() with A32_BITSTREAM_READERMåns Rullgård
2009-02-18Clarify get_ue_golomb_31() behavior with >31.Michael Niedermayer
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-24Add get_ue_golomb_31()Michael Niedermayer
2008-09-16Fix regression test failure caused by golomb limit not being consideredMichael Niedermayer
2008-09-16Correct the threshold of get_ur_golomb_jpegls() at which the optimizedMichael Niedermayer
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-07-13bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-08-15Make the Golomb decoder work for DiracMarco Gerards
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-17include all prerequisites in header filesMåns Rullgård
2006-10-22handle limit>32 for set_ur_golomb_jpegls()Kostya Shishkov
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-06-24first rudimentary version of (Justin Ruggles jruggle earthlink net) flac enc...Michael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-10-13set_se_golomb can only write 16bits, add a note about this (ok, maybe it's br...Alex Beregszaszi