Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-05smacker video decoder uses reget_buffer, set CODEC_CAP_DR1Baptiste Coudurier
2009-04-24Remove useless assignment during initialization for some decodersKostya Shishkov
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-21Make Smacker audio decoder output audio in original bit depthDaniel Verkamp
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-15Fix one peculiar case in Smacker decoding.Daniel Verkamp
2008-11-19Add channel layout to several audio decoders I maintainKostya Shishkov
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-03100l, since we already check for buf_size == 769 we should alsoReimar Döffinger
2008-02-03Use bytestream_get_be24 to simplify palette parsing.Reimar Döffinger
2008-02-01some constMichael Niedermayer
2007-09-14Check unp_size for possible overflows tooKostya Shishkov
2007-09-13Add checks on input/output buffers size for some audio decodersKostya Shishkov
2007-08-09use skip_bits where appropriateAlex Beregszaszi
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-04-07Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung
2007-03-21Smacker Audio stereo fixKostya Shishkov
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-011l: correct argument order in avcodec_check_dimensionsKostya Shishkov
2006-09-09Drop unneeded checks before av_free() and change to av_freep() where it's mor...Kostya Shishkov
2006-05-17Now MPlayer should understand Smacker audio and video codecs.Kostya Shishkov
2006-05-13sanity checks, some might have been exploitable ...Michael Niedermayer
2006-03-25Don't use get_vlc2() when tree is one symbol. This fixes audio decodingKostya Shishkov
2006-03-21Smacker demuxer and decoder.Kostya Shishkov