]> git.sesse.net Git - ffmpeg/history - libavcodec/cljr.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavcodec / cljr.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-02-12 Anton Khirnovcljr: implement encode2.
2012-02-12 Anton Khirnovcljr: set the properties of the coded_frame, not input...
2011-12-18 Paul B. Maholcljr: fix buf_size sanity check
2011-12-18 Shitiz Gargcljr: Check if width and height are positive integers
2011-12-10 Paul B Maholcljr: remove unused code
2011-12-08 Diego Biurruncljr: K&R cosmetics
2011-12-08 Diego Biurruncljr: return a more sensible value when encountering...
2011-12-08 Diego Biurruncljr: drop unnecessary emms_c() calls without MMX code
2011-12-08 Mans Rullgardcljr: remove useless casts
2011-12-08 Mans Rullgardcljr: group encode/decode parts under single ifdefs
2011-12-08 Mans Rullgardcljr: remove stray semicolon
2011-12-08 Paul B Maholcljr: add missing return statement in decode_end()
2011-12-08 Paul B Maholcljr: add encoder
2011-12-07 Paul B. Maholcljr: release picture at end of decoding
2011-12-07 Paul B. Mahol cljr: simplify CLJRContext
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_copy_bits and align_put...
2011-09-09 Alex Conversecljr: init_get_bits size in bits instead of bytes
2011-08-03 Diego Biurruncosmetics: remove some stray comments from AVCodec...
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-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-07 Daniel KangCheck if buffer is large enough for given resolution.
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-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-08 Diego BiurrunRemove unused variables.
2009-02-08 Diego Biurruntypo: CODEC_ID_cljr --> CODEC_ID_CLJR
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-03 Diego BiurrunDisable encoders by undefining CONFIG_FOO_ENCODER once...
2008-09-03 Diego BiurrunSurround some encoding-specific functions with the...
2008-09-03 Diego BiurrunReplace generic CONFIG_ENCODERS preprocessor conditiona...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-05 Aurelien Jacobsremove more useless mpegvideo.h includes
2008-02-01 Michael Niedermayerconst
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-04-30 Michael Niedermayercleanup & memleak fix
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-08-24 Fabrice Bellardremoved unused variables
2003-07-27 Alex Beregszaszi410p -> 411p
2003-07-27 Alex BeregszasziCLJR decoding support