]> git.sesse.net Git - ffmpeg/history - libavcodec/h263.c
Group all copyright and author notices together.
[ffmpeg] / libavcodec / h263.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...
2005-05-05 Kevin BaragonaEven More spelling errors. patch by (Kevin Baragona...
2005-05-02 Michael Niedermayerput most codecs under ifdefs
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-25 Michael Niedermayeravoid unneeded clear_blocks()
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-04-18 Michael Niedermayeravoid UPDATE_CACHE() in GET_RL_VLC() if not needed
2005-03-23 Michael Niedermayersupport omiting various headers in mpeg4 as WMP seems...
2005-03-08 Michael Niedermayerfixing playback of xvid pretending to be divx (sample_v...
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-02-06 Michael Niedermayeremulate (idiotic) MS behavior for inconsistant dimensions
2005-02-06 Michael Niedermayersupport skiping some bitstream encoding
2005-01-18 Michael Niedermayerx86_64 pointer typecast fix by (Martin Drab <drab keple...
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2005-01-06 Michael Niedermayerprint "D" instead of "P" for dropable frames in flv...
2005-01-01 Michael NiedermayerWV1F support
2004-11-27 Burkhard PlaumMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-09-27 Michael Niedermayerdont print "vop not coded" by default
2004-09-24 Michael Niedermayertrellis quantization for h263(p)
2004-09-20 Michael Niedermayercheck if the user specified timestamps are strictly...
2004-09-03 Loren MerrittAlways write VOL control parameters, needed by old...
2004-08-18 Michael Niedermayercopy & paste bug
2004-08-13 Michael Niedermayeruser overrideable level & profile
2004-06-25 Michael Niedermayeroptimization
2004-06-14 Michael Niedermayercoefficient saturation fix
2004-05-26 Michael Niedermayer10l (interlaced b frame decoding fix)
2004-05-12 Michael Niedermayermotion estimation for SVQ1
2004-05-05 Michael Niedermayersupport decoding mpeg4 with buggy dc clipping
2004-05-05 Michael Niedermayermpeg4 dc prediction simplification
2004-04-30 Michael NiedermayerAMV bug workaround
2004-04-26 Michael NiedermayerH.263 MCBPC fix
2004-04-25 Michael Niedermayerfix decoding with quant matrixes which contain elements <16
2004-04-25 Michael Niedermayerrv10 decoding fix
2004-04-19 Michael Niedermayerexporting field_select/ref_index values
2004-04-17 Michael Niedermayerflv dropable p frame support
2004-04-16 Michael Niedermayerunify table indexing (motion_val,dc_val,ac_val,coded_bl...
2004-04-13 Michael Niedermayerassert(time_incr >= 0) so its clear that this MUST...
2004-04-02 Michael Niedermayergmc segfault fix
2004-03-29 Michael Niedermayerfixing alignment, 2nd try
2004-03-26 Michael Niedermayerensure that the bitstream buffers for encoding partitio...
2004-03-18 Michael Niedermayerh.263 ssm + aic fix by (Maarten Daniels <maarten dot...
2004-03-16 Michael Niedermayer1000000l (using uninitalized variable for initalizing...
2004-03-10 Michael Niedermayermb stuffing in partitioned frames fix
2004-03-10 Michael Niedermayerh263+ custom pcf support
2004-03-06 Michael Niedermayerh263 framerate & aspect ratio fixes
2004-02-25 Michael Niedermayeruse AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
next