summaryrefslogtreecommitdiff
path: root/libavcodec/8bps.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Remove my old email address.Roberto Togni2008-06-07
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-07
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* make some symbols staticMåns Rullgård2006-11-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* fix segfault (bug #1165640)Michael Niedermayer2005-07-11
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* 1l, forgot to remove duplicated error messageRoberto Togni2005-01-15
* Use avcodec_check_dimensions instead of custom hackRoberto Togni2005-01-15
* Check pointers before writing to memory, fix possible integer overflowsRoberto Togni2005-01-09
* 8BPS decoderRoberto Togni2003-11-07