]> git.sesse.net Git - ffmpeg/history - libavcodec/smacker.c
cabac: split cabac.h into declarations and function definitions
[ffmpeg] / libavcodec / smacker.c
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-09 Justin Rugglessmackaud: use uint8_t* for 8-bit output buffer type
2011-11-09 Justin Rugglessmackaud: clip output samples
2011-11-09 Justin Rugglessmackaud: use sign_extend() for difference value instea...
2011-10-11 Justin Rugglessmacker: validate channels and sample format.
2011-10-11 Justin Rugglessmacker: check buffer size before reading output size
2011-10-11 Justin Rugglessmacker: validate number of channels
2011-09-14 Michael Niedermayersmacker: fix a few off by 1 errors
2011-09-14 Laurent AimarCheck for invalid VLC value in smacker decoder.
2011-09-14 Laurent AimarCheck and propagate errors when VLC trees cannot be...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-27 Stefano Sabatinismacker: remove unnecessary call to avctx->release_buff...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-06 Anton KhirnovReplace remaining occurrences of deprecated CH_* with...
2011-02-03 Clément BœschRemove a few if (p) av_free(p) forms
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-11-01 Justin RugglesSet the sample format for Smacker audio in the decoder...
2009-10-13 Reimar DöffingerRemove unnecessary calls to avcodec_check_dimensions...
2009-06-05 Baptiste Couduriersmacker video decoder uses reget_buffer, set CODEC_CAP_DR1
2009-04-24 Kostya ShishkovRemove useless assignment during initialization for...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-21 Daniel VerkampMake Smacker audio decoder output audio in original...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-15 Daniel VerkampFix one peculiar case in Smacker decoding.
2008-11-19 Kostya ShishkovAdd channel layout to several audio decoders I maintain
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-02 Reimar Döffinger100l, since we already check for buf_size == 769 we...
2008-02-02 Reimar DöffingerUse bytestream_get_be24 to simplify palette parsing.
2008-02-01 Michael Niedermayersome const
2007-09-14 Kostya ShishkovCheck unp_size for possible overflows too
2007-09-13 Kostya ShishkovAdd checks on input/output buffers size for some audio...
2007-08-09 Alex Beregszasziuse skip_bits where appropriate
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-04-07 Nicholas TungRemove superfluous setting of has_b_frames in codecs...
2007-03-21 Kostya ShishkovSmacker Audio stereo fix
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-01 Kostya Shishkov1l: correct argument order in avcodec_check_dimensions
2006-09-09 Kostya ShishkovDrop unneeded checks before av_free() and change to...
2006-05-17 Kostya ShishkovNow MPlayer should understand Smacker audio and video...
2006-05-13 Michael Niedermayersanity checks, some might have been exploitable ...
2006-03-25 Kostya ShishkovDon't use get_vlc2() when tree is one symbol. This...
2006-03-21 Kostya ShishkovSmacker demuxer and decoder.