summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
Commit message (Expand)AuthorAge
...
* 10l (%f vs. %Ld)Michael Niedermayer2005-05-13
* fixing decoding of AlanKay-245.asfMichael Niedermayer2005-05-11
* #defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer2005-05-08
* Even More spelling errors. patch by (Kevin Baragona <kevinmb500 gawab com)Kevin Baragona2005-05-05
* put most codecs under ifdefsMichael Niedermayer2005-05-02
* switch to native time basesMichael Niedermayer2005-04-30
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-25
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* avoid UPDATE_CACHE() in GET_RL_VLC() if not neededMichael Niedermayer2005-04-18
* support omiting various headers in mpeg4 as WMP seems to have difficulty with...Michael Niedermayer2005-03-23
* fixing playback of xvid pretending to be divx (sample_vop_nc.avi)Michael Niedermayer2005-03-08
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* emulate (idiotic) MS behavior for inconsistant dimensionsMichael Niedermayer2005-02-06
* support skiping some bitstream encodingMichael Niedermayer2005-02-06
* x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>)Michael Niedermayer2005-01-18
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* print "D" instead of "P" for dropable frames in flv with -debug 1Michael Niedermayer2005-01-06
* WV1F supportMichael Niedermayer2005-01-01
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-27
* dont print "vop not coded" by defaultMichael Niedermayer2004-09-27
* trellis quantization for h263(p)Michael Niedermayer2004-09-24
* check if the user specified timestamps are strictly monotoneMichael Niedermayer2004-09-20
* Always write VOL control parameters, needed by old xvid patch by (Loren Merri...Loren Merritt2004-09-03
* copy & paste bugMichael Niedermayer2004-08-18
* user overrideable level & profileMichael Niedermayer2004-08-13
* optimizationMichael Niedermayer2004-06-25
* coefficient saturation fixMichael Niedermayer2004-06-14
* 10l (interlaced b frame decoding fix)Michael Niedermayer2004-05-26
* motion estimation for SVQ1Michael Niedermayer2004-05-12
* support decoding mpeg4 with buggy dc clippingMichael Niedermayer2004-05-05
* mpeg4 dc prediction simplificationMichael Niedermayer2004-05-05
* AMV bug workaroundMichael Niedermayer2004-04-30
* H.263 MCBPC fixMichael Niedermayer2004-04-26
* fix decoding with quant matrixes which contain elements <16Michael Niedermayer2004-04-25
* rv10 decoding fixMichael Niedermayer2004-04-25
* exporting field_select/ref_index valuesMichael Niedermayer2004-04-19
* flv dropable p frame supportMichael Niedermayer2004-04-17
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-16
* assert(time_incr >= 0) so its clear that this MUST be the caseMichael Niedermayer2004-04-13
* gmc segfault fixMichael Niedermayer2004-04-02
* fixing alignment, 2nd tryMichael Niedermayer2004-03-29
* ensure that the bitstream buffers for encoding partitioned frames are alignedMichael Niedermayer2004-03-26
* h.263 ssm + aic fix by (Maarten Daniels <maarten dot daniels at student dot l...Michael Niedermayer2004-03-18
* 1000000l (using uninitalized variable for initalizing bits per MV table)Michael Niedermayer2004-03-16
* mb stuffing in partitioned frames fixMichael Niedermayer2004-03-10
* h263+ custom pcf supportMichael Niedermayer2004-03-10
* h263 framerate & aspect ratio fixesMichael Niedermayer2004-03-06
* use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0Michael Niedermayer2004-02-25
* set AVFrame.pts based upon framerate if its 0Michael Niedermayer2004-02-25
* multithreaded/SMP motion estimationMichael Niedermayer2004-02-13