]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/h263.c
Rename error_resilience to error_recognizion.
[frescor/ffmpeg.git] / libavcodec / h263.c
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.
2005-12-17 michaelbitstream related fixes from [PATCH] from DivX, Part...
2005-12-12 mruuse PRIxN, %zd, %td formats where needed
2005-09-19 michaelset pts for h.263 decoding
2005-09-18 diegoRename put_string to ff_put_string to avoid a symbol...
2005-08-26 michaelCompilation fixes part 1 patch by (Arvind R. and Burkha...
2005-07-31 michaelA.B.C versions
2005-07-31 michaeltry to check for nonsense time_base instead of setting...
2005-07-30 michaelcheck time_base.den for mpeg4
2005-07-24 michaelfix user data parsing code so it suppors pre1 and cvs
2005-07-23 michaelminor user data reading bugfix
2005-06-17 diegospelling fixes
2005-05-13 michael10l (%f vs. %Ld)
2005-05-11 michaelfixing decoding of AlanKay-245.asf
2005-05-08 michael#defines for strict_std_compliance and split between...
2005-05-05 michaelEven More spelling errors. patch by (Kevin Baragona...
2005-05-02 michaelput most codecs under ifdefs
2005-04-30 michaelswitch to native time bases
2005-04-25 michaelavoid unneeded clear_blocks()
2005-04-24 melansonMinistry of English Composition, reporting for duty...
2005-04-18 michaelavoid UPDATE_CACHE() in GET_RL_VLC() if not needed
2005-03-23 michaelsupport omiting various headers in mpeg4 as WMP seems...
2005-03-08 michaelfixing playback of xvid pretending to be divx (sample_v...
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2005-02-06 michaelemulate (idiotic) MS behavior for inconsistant dimensions
2005-02-06 michaelsupport skiping some bitstream encoding
2005-01-18 michaelx86_64 pointer typecast fix by (Martin Drab <drab keple...
2005-01-12 michaelvarious security fixes and precautionary checks
2005-01-06 michaelprint "D" instead of "P" for dropable frames in flv...
2005-01-01 michaelWV1F support
2004-11-27 michaelMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-09-27 michaeldont print "vop not coded" by default
next