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
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
2005-02-26shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)Michael Niedermayer
2005-01-19svq3_get_se_golomb() fixMichael Niedermayer
2005-01-19compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>)Loïc Le Loarer
2004-09-10get/set_sr_golomb() cleanupMichael Niedermayer
2004-09-08new signed golomb routinesAlex Beregszaszi
2004-06-191000l to the ffsvq3 author, our default bitstream reader is only guranteed to...Michael Niedermayer
2004-02-18flac fixes:Michael Niedermayer
2003-07-1310lMichael Niedermayer
2003-07-13golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)Michael Niedermayer
2003-06-14golomb rice codesMichael Niedermayer
2003-05-13optimizationsMichael Niedermayer
2003-05-10svq3 decoder by anonymousMichael Niedermayer
2003-04-05multiple reference frames supportMichael Niedermayer
2003-04-04H264 decoder & demuxerMichael Niedermayer