summaryrefslogtreecommitdiff
path: root/libavcodec/bitstream.h
Commit message (Collapse)AuthorAge
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
| | | | | | | | | | | | | Neither the asm() nor the __asm__() keyword is part of the C99 standard, but while GCC accepts the former in C89 syntax, it is not accepted in C99 unless GNU extensions are turned on (with -fasm). The latter form is accepted in any syntax as an extension (without requiring further command-line options). Sun Studio C99 compiler also does not accept asm() while accepting __asm__(), albeit reporting warnings that it's not valid C99 syntax. Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | 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
* Fix typo.Stefano Sabatini2008-08-29
| | | | Originally committed as revision 15034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Little-endian bitstream writerBartlomiej Wolowiec2008-08-25
| | | | Originally committed as revision 14965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove dead code in bitstream.hMåns Rullgård2008-07-15
| | | | Originally committed as revision 14238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-13
| | | | | | throughout libavcodec. Originally committed as revision 14204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READERMåns Rullgård2008-07-13
| | | | | | This makes LIBMPEG2_BITSTREAM_READER_HACK redundant, so remove it. Originally committed as revision 14197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier.Michael Niedermayer2008-05-30
| | | | Originally committed as revision 13562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make init_vlc* support proper static tables instead of this broken beyondMichael Niedermayer2008-05-30
| | | | | | imagination alloc_static() trash. Originally committed as revision 13561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-04
| | | | Originally committed as revision 11846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make decode210() common function.Kostya Shishkov2008-01-03
| | | | Originally committed as revision 11382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move get_unary() to its own fileAurelien Jacobs2007-08-26
| | | | Originally committed as revision 10240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * getting rid of code duplicationRoman Shaposhnik2007-08-08
| | | | Originally committed as revision 9997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy get_unary from vc1Alex Beregszaszi2007-08-08
| | | | Originally committed as revision 9994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2007-08-04
| | | | Originally committed as revision 9894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
| | | | Originally committed as revision 9815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_copy_bits to bitstream.cAurelien Jacobs2007-07-06
| | | | Originally committed as revision 9503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include all prerequisites in header filesMåns Rullgård2007-06-16
| | | | Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in ↵Loren Merritt2007-05-24
| | | | | | the tables. Originally committed as revision 9117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Blackfin is a strictly aligned processor.Marc Hoffman2007-04-21
| | | | | | | | Patch by Marc Hoffman mmh _at_ pleasantst.com Subject: [Ffmpeg-devel] PATCH Blackfin UNALIGNED_STORES_ARE_BAD in bitstream.h Date: Tue, 17 Apr 2007 06:12:02 -0400 Originally committed as revision 8777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typos/grammarDiego Biurrun2007-04-07
| | | | Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Supply context to tprintfMichel Bardiaux2007-02-27
| | | | Originally committed as revision 8142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix comment, get/show_bits(0) does not workStefan Gehrer2007-02-19
| | | | Originally committed as revision 8029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix bug when __GNUC__ isn't defined and when compiling for a non-x86 ↵Martin Storsjö2006-12-08
| | | | | | architecture, patch by Martin Storsjö, martin at martin st Originally committed as revision 7261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
| | | | Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
| | | | Originally committed as revision 6859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix #endif comments.Diego Biurrun2006-10-16
| | | | Originally committed as revision 6709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix SHOW_SBITS for ALT_BITSTREAM_READER_LE, patch by Gregory Montoir %cyx A ↵Gregory Montoir2006-10-12
| | | | | | users P sourceforge P net% Originally committed as revision 6671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix get_bits_long to work with ALT_BITSTREAM_READER_LE.Reimar Döffinger2006-09-25
| | | | | | | Gives the same result as get_bits_long_le in vorbis.c instead of some wild big-/little-endian mixture. Originally committed as revision 6332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* inline align_get_bits()Måns Rullgård2006-09-04
| | | | Originally committed as revision 6169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant declarationsMåns Rullgård2006-09-02
| | | | Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the A32_BITSTREAM_READER by default on ARM (faster)Aurelien Jacobs2006-08-28
| | | | Originally committed as revision 6120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs2006-08-28
| | | | Originally committed as revision 6118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some functions to bitstream.h to avoid conflictsAurelien Jacobs2006-08-28
| | | | | | between different bitstream readers in different codecs Originally committed as revision 6117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix A32_BITSTREAM_READER compilation on x86Aurelien Jacobs2006-08-26
| | | | Originally committed as revision 6102 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2nd try of skip_bits_long() for the ALT readerMichael Niedermayer2006-08-26
| | | | | | | 1st try for the LIBMPEG2 reader simplify init_get_bits() Originally committed as revision 6097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make A32 reader align its ptr during init no matter what missaligned mess is ↵Michael Niedermayer2006-08-26
| | | | | | given to it Originally committed as revision 6096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 3rd try :)Michael Niedermayer2006-08-26
| | | | Originally committed as revision 6095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2nd try for a skip_bits_long() for the A32 readerMichael Niedermayer2006-08-26
| | | | Originally committed as revision 6094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move align_get_bits() to .h to avoid conflicts between different bitstream ↵Michael Niedermayer2006-08-26
| | | | | | | | readers in different codecs add a skip_bits_long() which can skip by any amount in any direction (several codecs contain half working hacks to do that) Originally committed as revision 6093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent bitstream reader to be overridenMichael Niedermayer2006-08-26
| | | | Originally committed as revision 6092 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove STATS code (probably hasnt been used for years ..., and its not ↵Michael Niedermayer2006-07-09
| | | | | | completely clear what it was good for anyway) Originally committed as revision 5689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MIPS doesn't like unaligned accessesMåns Rullgård2006-06-12
| | | | Originally committed as revision 5469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add unaligned16() and unaligned64()Måns Rullgård2006-05-11
| | | | Originally committed as revision 5366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_xbits() optimizationMichael Niedermayer2006-03-31
| | | | Originally committed as revision 5257 to svn://svn.ffmpeg.org/ffmpeg/trunk