summaryrefslogtreecommitdiffstats
path: root/liba52/bitstream.h
Commit message (Expand)AuthorAgeFilesLines
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-1/+1
* Remove all kind of trailing whitespaces from all MPlayer's files.bircoph2009-05-131-4/+4
* HAVE_ARMV6 is defined to 0/1, use the preprocessor directive accordingly.diego2009-01-301-1/+1
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-161-1/+1
* Drop av_always_inline definition. It is duplicated from libavutil anddiego2008-08-261-8/+2
* Rename always_inline macro to av_always_inline so as not to clash withdiego2008-08-261-4/+4
* fix for alignment problem on older ARM coresdiego2008-08-171-1/+1
* cosmetics: misc typo fixesdiego2007-07-281-1/+1
* CVS --> Subversion in copyright noticesdiego2006-06-221-1/+1
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...rathann2006-06-151-2/+2
* sync with liba52 0.7.4, patch by Emanuele Giaquinta >emanuele.giaquinta ! gma...rathann2006-06-151-26/+19
* Mark modified files as such to comply more closely with GPL ยง2a.diego2005-03-221-0/+4
* Changed swab32 from macro to inline function, this fixes compilation on alpha...alex2003-07-271-6/+15
* arm support by armin.gerritsen@philips.com (also seen a patch like this on op...alex2003-06-201-1/+1
* fixed alignment bugmichael2003-05-071-2/+26
* this is a important patch for hpux 11.00, because it avoid thediego2003-05-051-2/+2
* The ALT_BITSTREAM_READER code does not work on SPARC, because the code accessesjkeil2002-09-031-0/+8
* bitstream_skip() instead of bitstream_get() if possiblemichael2002-01-081-0/+9
* faster (and simpler) bitstream reader (in C)michael2001-12-171-2/+31
* imported from liba52 CVSarpi2001-12-091-0/+82