]> git.sesse.net Git - ffmpeg/history - libavcodec/h263.c
Use full internal pathname in doxygen @file directives.
[ffmpeg] / libavcodec / h263.c
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Gwenole BeauchesneMake ff_h263_resync() return the bit position of the...
2009-01-30 Gwenole BeauchesneUse a constant instead of a magic number.
2009-01-24 Stefan Gehreravoid duplication of dquant_code
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-21 Michael NiedermayerFix PTS returned by the demuxers for mpeg4 without...
2008-12-21 Michael NiedermayerMove CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_...
2008-12-11 Michael Niedermayers/qp_t/qp_tt/ to avoid bad examples that could lead...
2008-12-10 Loren Merrittclear_block mmx
2008-12-03 Michael NiedermayerImplement complexity estimation parsing and try to...
2008-11-04 Andrew SavchenkoOnly warn about "Invalid and inefficient vfw-avi packed...
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-09-08 Michael NiedermayerRename error_resilience to error_recognition.
2008-07-13 Ramiro Pollabitstream: move put_sbits() from flacenc.c to bitstream...
2008-06-23 Art ClarkeAllocate static tables on stack, not heap.
2008-05-30 Michael NiedermayerChange init_vlc_rl() so it does not use *alloc_static...
2008-05-28 Diego Biurruncosmetics: spelling typo fixes
2008-05-27 Diego Biurruncosmetics: XviD is now called Xvid.
2008-05-26 Michael NiedermayerWarn about packed B-frames. (especially useful if the...
2008-04-19 Vladimir VoroshilovImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-03-22 Diego Biurruntypo: occured --> occurred
2008-03-15 Diego Biurruntypo fixes
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-01-31 Michael NiedermayerRevert r11689 and r11690 (uninitalized warning fix...
2008-01-31 Michael NiedermayerComment about weird warning prevention.
2008-01-31 Michael Niedermayerfix "uninitalized" warning, the alternative way.
2008-01-31 Baptiste Coudurierrevert r11677, it is considered speed critical
2008-01-31 Baptiste Coudurierfix indentation
2008-01-31 Baptiste Coudurierinit to 0, fix warning: h263.c:4730: warning: 'dc_pred_...
2007-10-03 Aurelien Jacobsmerge some #ifdef CONFIG_ENCODERS sections
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-08-01 Michael Niedermayerexchange the values of MV_DIR_FORWARD and MV_DIR_BACKWA...
2007-07-26 Michael Niedermayerremove "Advanced Prediction Mode not supported" spam
2007-07-26 Michael Niedermayeralso support DEBUG_PICT_INFO for h263i
2007-07-26 Michael Niedermayermove show_pict_info() to its own function
2007-07-10 Aurelien JacobsBetter place to disable some mpeg4 code and ensure...
2007-07-10 Aurelien Jacobsmove init_vlc_rl from h263.c to mpegvideo.c
2007-07-10 Aurelien JacobsSplit ff_set_mpeg4_time() and move the non mpeg4 specif...
2007-07-10 Aurelien Jacobsdon't compile some mpeg4 encoder code when encoders...
2007-07-09 Aurelien Jacobsmove ff_set_qscale from h263.c to mpegvideo.c
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-06-12 Diego Biurrunmisc typo fixes
2007-05-25 Harald KarnetCorrect the parameter order for the call to "av_clip".
2007-05-11 Diego BiurrunRemove duplicate #includes, avcodec.h #includes common.h.
2007-05-06 Michael Niedermayerfix possibly exploitable stack overflow with num_sprite...
2007-03-14 Michael Niedermayer10l for myself, fixing --disable-encoders
2007-03-14 Michael Niedermayerkill av_mallocz_static() calls in init_rl()
2007-03-13 Michael Niedermayerdont malloc() static mv_penalty arrays
2007-03-12 Michel BardiauxGive context to dprintf
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-24 Diego Biurruncosmetics: Fix another common typo, dependAnt --> depen...
2007-01-13 Michael Niedermayersome interlaced direct sanity checks
2006-12-21 Michael Niedermayerdont randomly disallow intr4v in adaptive quant
2006-12-21 Michael Niedermayerdont randomly dissallow direct MBs
2006-11-09 Michael Niedermayer10000l to myself, fixing regression test failure
2006-11-08 Michael Niedermayer100l for me, iam being to stupid to read the mpeg4...
2006-11-07 Baptiste Coudurieradd codec_tag and codec_stream_tag to MpegEncContext...
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-29 Michael Niedermayerfix rv20 b frames (broke since r5264 Mon Apr 3 07:52...
2006-09-27 Måns Rullgårddc_val should be signed
2006-09-27 Måns Rullgårdadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-08-24 Michael Niedermayerfix non ALT bitstream reader
2006-05-08 Michael Niedermayeradd outcommented chunk of code to handle stuffing MBs...
2006-04-28 Michael Niedermayeruse previous qscale for intra_dc_threshold check
2006-04-09 D Richard Felker IIIsignedness error caused broken decoding
2006-04-09 D Richard Felker III100l to loren. at least this fixes the compile error...
2006-04-03 Loren Merritt2x faster ff_mpeg4_set_direct_mv
2006-03-20 Michael Niedermayerfixing interlaced direct mode field select values
2006-03-12 Michael Niedermayerreset interlaced_dct flag
2006-03-10 Michael Niedermayerfixing uninitalized dc_pred_dir
2006-03-10 Michael Niedermayervery minor optimization
2006-03-10 Michael Niedermayerunused variable
2006-01-27 Michael Niedermayerfixing bframe strategy 2
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-08 Benjamin Larssonget_vlc -> get_vlc2 transition and get_vlc() removed...
2005-12-24 Michael Niedermayerslightly better mv_penalty table
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-17 Michael Niedermayerbitstream related fixes from [PATCH] from DivX, Part...
2005-12-12 Måns Rullgårduse PRIxN, %zd, %td formats where needed
2005-09-19 Michael Niedermayerset pts for h.263 decoding
2005-09-18 Diego BiurrunRename put_string to ff_put_string to avoid a symbol...
2005-08-26 Michael NiedermayerCompilation fixes part 1 patch by (Arvind R. and Burkha...
2005-07-31 Michael NiedermayerA.B.C versions
2005-07-31 Michael Niedermayertry to check for nonsense time_base instead of setting...
2005-07-30 Michael Niedermayercheck time_base.den for mpeg4
2005-07-24 Michael Niedermayerfix user data parsing code so it suppors pre1 and cvs
2005-07-23 Michael Niedermayerminor user data reading bugfix
2005-06-17 Diego Biurrunspelling fixes
2005-05-13 Michael Niedermayer10l (%f vs. %Ld)
2005-05-11 Michael Niedermayerfixing decoding of AlanKay-245.asf
2005-05-08 Michael Niedermayer#defines for strict_std_compliance and split between...
next