summaryrefslogtreecommitdiff
path: root/libavcodec/dsicinav.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constsMichael Niedermayer2008-02-01
* Do not decode more data than output buffer may holdKostya Shishkov2007-09-22
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* 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
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-01
* support for Delphine Software .cin files demuxing / audio and video decoding,...Baptiste Coudurier2006-10-11