]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/h263.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / h263.c
2009-05-02 bananRemove dead assignments found by CSA
2009-04-17 michaelRemove useless init from ff_mpeg4_set_direct_mv() found...
2009-04-17 michaelRemove several useless writes to variables, found by...
2009-04-17 michaelRemove unused variable in init_mv_penalty_and_fcode...
2009-04-17 michaelRemove uselss assignment from h263_pred_dc() found...
2009-04-13 stefanoRename pbBufPtr() to put_bits_ptr().
2009-03-30 gbRecord MPEG-4 sprite trajectory points [up to num_sprit...
2009-03-26 ramiroUse intptr_t when casting pointers to int.
2009-03-03 kostyaEnable PB-frames decoding for H.263
2009-03-03 kostyaAdd PB-frame decoding support for H.263/i263 (and enabl...
2009-03-02 kostyaFactor out block decoding in ff_h263_decode_mb()
2009-02-24 michaelAdd ff_h263_find_resync_marker() to find the bit positi...
2009-02-22 kostyaBetter parsing of i263 picture header
2009-02-04 diegoRemove pointless '#if CONFIG_ENCODERS' around forward...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-30 benoitMake ff_h263_resync() return the bit position of the...
2009-01-30 benoitUse a constant instead of a magic number.
2009-01-24 stefangavoid duplication of dquant_code
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-18 aurelmoves mid_pred() into mathops.h (with arch specific...
2009-01-17 aurelremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 aurelexport gcd function as av_gcd()
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-21 michaelFix PTS returned by the demuxers for mpeg4 without...
2008-12-21 michaelMove CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_...
2008-12-11 michaels/qp_t/qp_tt/ to avoid bad examples that could lead...
2008-12-10 lorenmclear_block mmx
2008-12-03 michaelImplement complexity estimation parsing and try to...
2008-11-04 andomaOnly warn about "Invalid and inefficient vfw-avi packed...
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-09-08 michaelRename error_resilience to error_recognizion.
2008-07-13 ramirobitstream: move put_sbits() from flacenc.c to bitstream...
2008-06-23 benoitAllocate static tables on stack, not heap.
2008-05-30 michaelChange init_vlc_rl() so it doesnt use *alloc_static...
2008-05-28 diegocosmetics: spelling typo fixes
2008-05-27 diegocosmetics: XviD is now called Xvid.
2008-05-26 michaelWarn about packed B frames. (especially usefull if...
2008-04-19 voroshilImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-03-22 diegotypo: occured --> occurred
2008-03-15 diegotypo fixes
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2008-01-31 michaelRevert r11689 and r11690 (uninitalized warning fix...
2008-01-31 michaelComment about weird warning prevention.
2008-01-31 michaelfix "uninitalized" warning, the alternative way.
2008-01-31 bcoudurierrevert r11677, it is considered speed critical
2008-01-31 bcoudurierfix indentation
2008-01-31 bcoudurierinit to 0, fix warning: h263.c:4730: warning: 'dc_pred_...
2007-10-03 aurelmerge some #ifdef CONFIG_ENCODERS sections
2007-08-09 alexuse get_bits1(..) instead get_bits(.., 1)
2007-08-01 michaelexchange the values of MV_DIR_FORWARD and MV_DIR_BACKWA...
2007-07-26 michaelremove "Advanced Prediction Mode not supported" spam
2007-07-26 michaelalso support DEBUG_PICT_INFO for h263i
2007-07-26 michaelmove show_pict_info() to its own function
2007-07-10 aurelBetter place to disable some mpeg4 code and ensure...
2007-07-10 aurelmove init_vlc_rl from h263.c to mpegvideo.c
2007-07-10 aurelSplit ff_set_mpeg4_time() and move the non mpeg4 specif...
2007-07-10 aureldon't compile some mpeg4 encoder code when encoders...
2007-07-09 aurelmove ff_set_qscale from h263.c to mpegvideo.c
2007-07-05 diegoGroup all copyright and author notices together.
2007-06-12 diegomisc typo fixes
2007-05-25 takisCorrect the parameter order for the call to "av_clip".
2007-05-11 diegoRemove duplicate #includes, avcodec.h #includes common.h.
2007-05-06 michaelfix possibly exploitable stack overflow with num_sprite...
2007-03-14 michael10l for myself, fixing --disable-encoders
2007-03-14 michaelkill av_mallocz_static() calls in init_rl()
2007-03-13 michaeldont malloc() static mv_penalty arrays
2007-03-12 mbardiauxGive context to dprintf
2007-02-25 reimarAdd av_ prefix to clip functions
2007-02-24 diegocosmetics: Fix another common typo, dependAnt --> depen...
2007-01-13 michaelsome interlaced direct sanity checks
2006-12-21 michaeldont randomly disallow intr4v in adaptive quant
2006-12-21 michaeldont randomly dissallow direct MBs
2006-11-09 michael10000l to myself, fixing regression test failure
2006-11-08 michael100l for me, iam being to stupid to read the mpeg4...
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-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-29 michaelfix rv20 b frames (broke since r5264 Mon Apr 3 07:52...
2006-09-27 mrudc_val should be signed
2006-09-27 mruadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-09-27 mrufix some signedness warnings
2006-08-24 michaelfix non ALT bitstream reader
2006-05-08 michaeladd outcommented chunk of code to handle stuffing MBs...
2006-04-28 michaeluse previous qscale for intra_dc_threshold check
2006-04-09 rfelkersignedness error caused broken decoding
2006-04-09 rfelker100l to loren. at least this fixes the compile error...
2006-04-03 lorenm2x faster ff_mpeg4_set_direct_mv
2006-03-20 michaelfixing interlaced direct mode field select values
2006-03-12 michaelreset interlaced_dct flag
2006-03-10 michaelfixing uninitalized dc_pred_dir
2006-03-10 michaelvery minor optimization
2006-03-10 michaelunused variable
2006-01-27 michaelfixing bframe strategy 2
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2006-01-08 bananget_vlc -> get_vlc2 transition and get_vlc() removed...
2005-12-24 michaelslightly better mv_penalty table
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
next