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
2009-09-11Make get_ur_golomb capable of reading 16 bit values.Lars Täuber
Patch by Lars Täuber: firstname taeuber gmx net Originally committed as revision 19821 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
put_bits.h. Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-24Fix get_ur_golomb_jpegls() with A32_BITSTREAM_READERMåns Rullgård
If k==0, log==0 can indicate that the coded value uses more than MIN_CACHE_BITS bits. With MIN_CACHE_BITS==32, the fast branch is incorrectly taken in this case unless explicitly forbidden. Originally committed as revision 17550 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-18Clarify get_ue_golomb_31() behavior with >31.Michael Niedermayer
Originally committed as revision 17429 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-24Add get_ue_golomb_31()Michael Niedermayer
Originally committed as revision 16298 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-16Fix regression test failure caused by golomb limit not being consideredMichael Niedermayer
in r15334. Originally committed as revision 15338 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-16Correct the threshold of get_ur_golomb_jpegls() at which the optimizedMichael Niedermayer
case is used. Fix issue245. Originally committed as revision 15334 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-13bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla
throughout libavcodec. Originally committed as revision 14204 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-15Make the Golomb decoder work for DiracMarco Gerards
Originally committed as revision 10119 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-05license header consistency cosmeticsDiego Biurrun
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-17add multiple inclusion guards to headersMåns Rullgård
Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-17include all prerequisites in header filesMåns Rullgård
Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-22handle limit>32 for set_ur_golomb_jpegls()Kostya Shishkov
Originally committed as revision 6754 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-24first rudimentary version of (Justin Ruggles jruggle earthlink net) flac ↵Michael Niedermayer
encoder Originally committed as revision 5514 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-10-13set_se_golomb can only write 16bits, add a note about this (ok, maybe it's ↵Alex Beregszaszi
brain dead using it with more than 16bits, but..) Originally committed as revision 4635 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-26shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)Michael Niedermayer
Originally committed as revision 3984 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-19svq3_get_se_golomb() fixMichael Niedermayer
Originally committed as revision 3849 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-01-19compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>)Loïc Le Loarer
Originally committed as revision 3848 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-09-10get/set_sr_golomb() cleanupMichael Niedermayer
Originally committed as revision 3451 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-09-08new signed golomb routinesAlex Beregszaszi
Originally committed as revision 3444 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-191000l to the ffsvq3 author, our default bitstream reader is only guranteed ↵Michael Niedermayer
to be able to read 25bit at a time Originally committed as revision 3237 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-02-18flac fixes:Michael Niedermayer
fix data types of residual&decoded fix twos complement bitfields fix utf8 (no, utf8 is not the same as the simple and compact uvlc used in nut) add truncated bitstream support, both ogg and flac demuxers in mplayer cvs provide incomplete frames, and furthermore it isnt possible to find frameboundaries in flac without decoding it completly add escape-less golomb rice decoder (=flac style golomb rice) (ultra efficient, the longest vlc code is just 2^32-1 bits) printf->av_log fix bps for non independant channels fix a few +-1 bugs fix sample order for independant channels fix data_size Originally committed as revision 2791 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-1310lMichael Niedermayer
Originally committed as revision 2041 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-13golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)Michael Niedermayer
jpegls style golomb rice coder Originally committed as revision 2040 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-06-14golomb rice codesMichael Niedermayer
use gradients instead of prediction errors as context model store independant quantization tables for each point merge contexts with opposit sign Originally committed as revision 1957 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-05-13optimizationsMichael Niedermayer
Originally committed as revision 1867 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-05-10svq3 decoder by anonymousMichael Niedermayer
Originally committed as revision 1845 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-05multiple reference frames supportMichael Niedermayer
Originally committed as revision 1734 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-04H264 decoder & demuxerMichael Niedermayer
Originally committed as revision 1732 to svn://svn.ffmpeg.org/ffmpeg/trunk