]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/h263dec.c
Add a chroma_sample_location field to define positioning of chroma samples
[frescor/ffmpeg.git] / libavcodec / h263dec.c
2009-05-11 conradAdd a chroma_sample_location field to define positionin...
2009-04-12 reimarAdd a av_fast_malloc function and replace several uses...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-02 diegoChange a bunch of codec long_names to be more consisten...
2009-02-27 benoitUse ff_hwaccel_pixfmt_list_420[] in H.263 decoder.
2009-02-27 benoitAdd HW acceleration hooks for MPEG-4 / H.263 decoding.
2009-02-24 michaeladd ff_find_hwaccel() by Gwenole Beauchesne
2009-02-24 michaelAnother AVhwaccel hunk from Gwenole Beauchesne.
2009-02-24 michaelAdd and use ff_pixfmt_list_420.
2009-02-24 michaelApproved hunk from the AVHWaccel patch by Gwenole Beauc...
2009-02-23 michaelMore approved hunks for VAAPI & our new and cleaner...
2009-02-11 kostyaInitialize s->gob_index for Intel variant of H.263 too
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-26 stefanoChange "H.263 Intel" long name to "Intel H.263".
2009-01-25 stefanoMake more descriptive the long names for the various...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-17 aurelremove ff_get_fourcc() and use AV_RL32() instead
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-21 michaelMove CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_...
2008-11-03 rathannRemove duplicated MM_* macros for CPU capabilities...
2008-09-08 michaelRename error_resilience to error_recognizion.
2008-07-24 diegocosmetics: Fix two common typos: wont --> will not...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-04-29 superdumpRemove leading whitespace in long codec name that was...
2008-04-29 diegoAdd some long names to AVCodec declarations.
2008-04-28 diegoAdd long names to some AVCodec declarations.
2008-04-17 astrangeXvid IDCTs are not under CONFIG_GPL, so don't require...
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2008-03-05 aurelAvoid linking with h263 and mpeg4 find_frame_end()
2008-02-01 michaelconst
2007-12-01 vitorspelling
2007-11-09 michaelintrax8 decoder patch by "someone"
2007-06-13 benoitWorkaround adjustments for DivX 6.1 and later
2007-06-12 diegomisc spelling fixes
2007-05-10 aureldisable reference to msmpeg4 and wmv2 code when those...
2007-05-09 aurelmove ff_mpeg4_find_frame_end() from h263dec.c to mpeg4v...
2007-05-08 diegoMove H.263 parser to its own file.
2007-05-07 aurelmake some parser parameters const to avoid casting...
2007-03-08 mbardiauxCorrections so that builds with DEBUG work
2007-01-22 michael1/0 fix
2006-11-14 mrurevert bad checkin
2006-11-14 mrumove some CFLAGS settings away from config.* writing...
2006-11-07 bcoudurieradd codec_tag and codec_stream_tag to MpegEncContext...
2006-11-01 diegoReplace most of the %lld and %llx by their (cleaner...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-04 lorenm10l in r6412
2006-10-01 lorenmapproximate qpel functions: sacrifice some quality...
2006-08-04 melansonprintf -> av_log, only occurs in DEBUG cases
2006-07-09 mru--enable/disable parsers. Warning: some combinations...
2006-06-29 kostyaFix initialization of vc1_decoder (the same as wmv3_dec...
2006-03-10 michaelcleanup picture / debug output code
2006-03-08 diego(f)printf --> av_log conversion
2006-02-19 michaelRMP4 ("xvid fork") decoding support
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-21 michaelalso autodetect xvid idct if bitexact is used
2005-12-18 michaelfix custom matrix permutation if xvid idct is autoselec...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-10 michaelselect xvid idct for xvid files if possible
2005-07-14 michaelskip_idct
2005-06-17 diegospelling fixes
2005-04-25 michaelavoid unneeded clear_blocks()
2005-04-24 melansonMinistry of English Composition, reporting for duty...
2005-03-06 michaelAVOption removial patch from (James A. Morrison >ja2mor...
2005-01-30 michaelIn that patch:
2005-01-23 michaelavoid buf_size == 0 checks in every decoder
2005-01-12 michaelvarious security fixes and precautionary checks
2005-01-05 michaelfix decoding of http://mplayerhq.hu/~diego/problem.mov
2004-11-13 michaelautomatic workaround for another padding bug
2004-10-15 michaelxvid fake divx version workaround
2004-09-28 michael10l (wrong variable)
2004-09-27 michaellowres width/height cleanup 3rd try
2004-09-27 michaelset AVCodecContext.width/height to the picture width...
2004-09-26 michaellowres slice fix
2004-06-26 alex10l, non-x86 fix
2004-06-25 michaeluse libmpeg2 idct to decode xvid videos unless the...
2004-06-03 michaelinfinite loop fix
2004-05-21 michaeldata_size = 0 cleanup
2004-05-05 michaelsupport decoding mpeg4 with buggy dc clipping
2004-04-29 michaelremove duplicated find_frame_end() code
2004-04-16 michaelsegfault fix
2004-04-02 michaelinterlaced chroma MC divx-bug workaround
2004-03-16 michaelinit cleanup
2004-01-22 michaelclosed gop support & flags2 as all bits in flags are...
2004-01-15 michaelxvid "packed" stuff support
2004-01-10 michaelcopyright year update of the files i touched and rememb...
2003-12-30 michaelmotion vector vissualization improvements patch by...
2003-12-13 michaelcleanup
2003-12-07 michaelh263 slice structured mode
2003-12-03 michaelcleanup
2003-12-03 michaelh263 modified quantization fix
2003-12-03 michaelsplit ff_h263_decode_mb() into h263 and mpeg4 versions
2003-12-01 michaelh263 loop filter
2003-11-30 michaelrv20 decoder
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-30 michaelpts fix and related fixes
2003-10-20 michaelAVRational
2003-10-17 michaelemu_edge checks simplification and avoid redundant...
2003-10-15 michaelfix "first frame is no keyframe" bug
next