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
2007-02-27Supply context to tprintfMichel Bardiaux
2007-02-19fix comment, get/show_bits(0) does not workStefan Gehrer
2006-12-08fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architec...Martin Storsjö
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
2006-10-16Fix #endif comments.Diego Biurrun
2006-10-12fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A u...Gregory Montoir
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-26Fix get_bits_long to work with ALT_BITSTREAM_READER_LE.Reimar Döffinger
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-09-04inline align_get_bits()Måns Rullgård
2006-09-03remove redundant declarationsMåns Rullgård
2006-08-29use the A32_BITSTREAM_READER by default on ARM (faster)Aurelien Jacobs
2006-08-28force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs
2006-08-28move some functions to bitstream.h to avoid conflictsAurelien Jacobs
2006-08-26Fix A32_BITSTREAM_READER compilation on x86Aurelien Jacobs
2006-08-262nd try of skip_bits_long() for the ALT readerMichael Niedermayer
2006-08-26make A32 reader align its ptr during init no matter what missaligned mess is ...Michael Niedermayer
2006-08-263rd try :)Michael Niedermayer
2006-08-262nd try for a skip_bits_long() for the A32 readerMichael Niedermayer
2006-08-26move align_get_bits() to .h to avoid conflicts between different bitstream re...Michael Niedermayer
2006-08-26prevent bitstream reader to be overridenMichael Niedermayer
2006-07-09remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer
2006-06-13MIPS doesn't like unaligned accessesMåns Rullgård
2006-05-12add unaligned16() and unaligned64()Måns Rullgård
2006-04-01get_xbits() optimizationMichael Niedermayer
2006-01-09get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.hBenjamin Larsson
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-22fix some pointer to intger without cast warnings (patch by Michel Bardiaux)Michel Bardiaux
2005-09-20precautionary checksMichael Niedermayer
2005-09-19Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun
2005-06-17spelling fixesDiego Biurrun
2005-05-12arm alignment fixMichael Niedermayer
2005-05-11LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programo...Michael Niedermayer
2005-04-19avoid UPDATE_CACHE() in GET_RL_VLC() if not neededMichael Niedermayer
2005-04-18various fixes related to the non alt_bitstream_readerMichael Niedermayer
2005-03-27make reverse[] non staticMichael Niedermayer
2005-02-06support skiping some bitstream encodingMichael Niedermayer
2005-01-28make decode012() static inlineMichael Niedermayer
2005-01-25dont duplicate decode012()Michael Niedermayer
2005-01-19compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>)Loïc Le Loarer
2004-12-29common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer