summaryrefslogtreecommitdiffstats
path: root/libavcodec/smacker.c
Commit message (Expand)AuthorAgeFilesLines
* Set the sample format for Smacker audio in the decoder rather than in theJustin Ruggles2009-11-011-0/+1
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-131-4/+0
* smacker video decoder uses reget_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-0/+1
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-241-2/+0
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-2/+6
* Make Smacker audio decoder output audio in original bit depthDaniel Verkamp2009-03-211-6/+5
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix one peculiar case in Smacker decoding.Daniel Verkamp2008-12-151-1/+1
* Add channel layout to several audio decoders I maintainKostya Shishkov2008-11-191-0/+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-2/+4
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-3/+3
* 100l, since we already check for buf_size == 769 we should alsoReimar Döffinger2008-02-021-1/+1
* Use bytestream_get_be24 to simplify palette parsing.Reimar Döffinger2008-02-021-9/+6
* some constMichael Niedermayer2008-02-011-2/+2
* Check unp_size for possible overflows tooKostya Shishkov2007-09-141-1/+1
* Add checks on input/output buffers size for some audio decodersKostya Shishkov2007-09-131-0/+4
* use skip_bits where appropriateAlex Beregszaszi2007-08-091-5/+5
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-3/+3
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-8/+6
* 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-3/+3
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-071-1/+0
* Smacker Audio stereo fixKostya Shishkov2007-03-211-14/+8
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-5/+5
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* 1l: correct argument order in avcodec_check_dimensionsKostya Shishkov2006-10-011-1/+1
* Drop unneeded checks before av_free() and change to av_freep() where it's mor...Kostya Shishkov2006-09-091-8/+4
* Now MPlayer should understand Smacker audio and video codecs.Kostya Shishkov2006-05-171-1/+1
* sanity checks, some might have been exploitable ...Michael Niedermayer2006-05-131-0/+5
* Don't use get_vlc2() when tree is one symbol. This fixes audio decodingKostya Shishkov2006-03-251-12/+43
* Smacker demuxer and decoder.Kostya Shishkov2006-03-211-0/+689
OpenPOWER on IntegriCloud