summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsicinav.c
Commit message (Expand)AuthorAgeFilesLines
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-2/+6
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-3/+3
* constsMichael Niedermayer2008-02-011-3/+3
* Do not decode more data than output buffer may holdKostya Shishkov2007-09-221-0/+2
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-111-1/+1
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-4/+4
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-5/+5
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-071-1/+0
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-1/+1
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-2/+2
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-011-1/+1
* support for Delphine Software .cin files demuxing / audio and video decoding,...Baptiste Coudurier2006-10-111-0/+362
OpenPOWER on IntegriCloud