summaryrefslogtreecommitdiff
path: root/libavcodec/cinepak.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Cinepak strip ID is a single byteKostya Shishkov2009-01-13
* Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.Kostya Shishkov2009-01-13
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson2008-12-14
* 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
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* These video decoders do not need to include and initialize the DSPMike Melanson2008-03-10
* 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
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Another hack to allow the Cinepak decoder to detect both types of deviant Cin...Mike Melanson2006-12-02
* 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: Remove all trailing whitespace.Diego Biurrun2005-12-17
* correctly handle very large Cinepak frames (courtesy of John KoleszarMike Melanson2005-12-14
* automatically detect Cinepak data from Sega FILM/CPK filesMike Melanson2005-08-14
* fix infinite loop (suggested change by rjayne at convera dot com)Michael Niedermayer2005-07-11
* Ignore palette for grayscale files, all my samples are inverted withRoberto Togni2004-06-27
* Paletted cvid supportRoberto Togni2004-06-27
* 100l fix codebook usage for v1 vectorsRoberto Togni2004-06-20
* buffer hints, use reget_buffer, removed copy from previous frameRoberto Togni2004-05-07
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-14
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* support Cinepak files with funky (not divisible by 4) resolutionsMike Melanson2003-10-25
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-01