]> git.sesse.net Git - ffmpeg/history - libavcodec/h261dec.c
lavu: Remove bit packing from AVComponentDescriptor
[ffmpeg] / libavcodec / h261dec.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-05-22 Vittorio Giovarampegvideo: Drop flags and flags2
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2014-12-18 Michael Niedermayerh261dec: Fix context initialization sequence
2014-10-15 Anton Khirnovlavc: deprecate the use of AVCodecContext.time_base...
2014-08-15 Diego Biurrunmpegvideo: cosmetics: Lowercase ugly uppercase MPV_...
2014-08-14 John Stebbinsh261dec: Fix order of initialization
2014-08-14 John Stebbinsidct: remove call to ff_idctdsp_init from ff_MPV_common...
2014-06-23 Diego Biurrunmpeg: Split error resilience bits off into a separate...
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-04-09 wm4mpegvideo: operate with pointers to AVFrames instead...
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2013-12-05 Anton Khirnovmpegvideo: do not set current_picture_ptr in decoders
2013-10-31 Anton Khirnovh26[13]dec: stop using deprecated avcodec_set_dimensions
2013-10-28 Anton Khirnovlavc: don't set AVFrame.pts to random numbers in decoders.
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-08-16 Luca Barbatoh261: check the mtype index
2013-04-30 Diego Biurrunavcodec: Drop unnecessary ff_ name prefixes from static...
2013-04-10 Diego Biurrunh261: Move encoder/decoder shared table init to common...
2013-04-10 Diego Biurrunh261: Move shared data tables from a header to a proper...
2013-04-05 Diego Biurrunh261: Move mvmap table to the only place it is used
2013-04-05 Diego Biurrunh261: cosmetics: Move functions to avoid forward declar...
2013-04-05 Diego Biurrunh261: K&R formatting and prettyprinting cosmetics
2013-04-05 Diego Biurrunh261: Move ff_h261_rl_table_store declaration to header...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-15 Anton Khirnoverror_resilience: decouple ER from MpegEncContext
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-05 Alex ConverseReplace computations of remaining bits with calls to...
2012-03-01 Diego BiurrunReplace AVFrame pointer type punning by proper struct...
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2011-12-14 Andrey Utkinmpegvideo: remove abort() in ff_find_unused_picture()
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-10-22 Dustin Brodylavc: replace references to deprecated AVCodecContext...
2011-09-21 Diego BiurrunFix assert() calls that need updates after FF_COMMON_FR...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-26 Anton Khirnovlavc: remove FF_API_HURRY_UP cruft
2011-04-02 Anton Khirnovlavc: mark hurry_up for removal on next major bump
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-07-07 Carl Eugen HoyosAdd new decoder property max_lowres and do not init...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-06 Reimar DöffingerAdd include necessary for ff_set_qscale
2009-11-16 Ronald S. BultjeUse get_bits_left() instead of size_in_bits - get_bits_...
2009-07-30 Diego BiurrunChange av_log() calls surrounded by '#ifdef DEBUG'...
2009-04-11 Michael Niedermayerget rid of INIT_VLC_USE_STATIC in h261.
2009-04-11 Carl Eugen HoyosUse INIT_VLC_USE_STATIC and not its value "1".
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-09-08 Michael NiedermayerRename error_resilience to error_recognition.
2008-08-02 Baptiste Coudurierdo not fail on qscale==0 if error resilience is high...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-30 Michael NiedermayerChange init_vlc_rl() so it does not use *alloc_static...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-22 Diego Biurruntypo: occured --> occurred
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-02-01 Michael Niedermayerconst
2007-06-16 Måns Rullgårdmove definition of MB_TYPE_H261_FIL to h261.h so h261...
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-21 Panagiotis IssarisSplit the h261.c file into separate files for the encod...