]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/error_resilience.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / error_resilience.c
2009-04-10 reimarMake sure error resilience does not try to use unavaila...
2009-02-27 benoitReturn early if a HW accelerator is used.
2009-02-23 michaelMore approved hunks for VAAPI & our new and cleaner...
2009-02-16 diegoGet rid of some '#if CONFIG_MPEG_XVMC_DECODER' preproce...
2009-02-14 diegoRemove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_D...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-09 cehoyosMove VDPAU check, make future VDPAU patches smaller.
2008-12-15 diegoSwitch xvmc over to a CONFIG_ option.
2008-09-30 michaelDo not attempt to perform error concealment in lowres...
2008-09-25 michaelEnsure that no non-existing frame is used.
2008-09-08 michaelRename error_resilience to error_recognizion.
2008-03-22 diegocosmetics: typo fixes
2008-03-22 diegotypo: occured --> occurred
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2008-02-13 diegotypo fix: inited --> initialized
2007-09-28 iiveOn bitstream error is_intra_more_likely() could use...
2007-06-12 diegomisc spelling fixes
2007-05-10 diegoRemove redundant #inclusion of common.h, avcodec.h...
2007-02-25 reimarAdd av_ prefix to clip functions
2007-02-09 michaelsanity check
2006-11-12 mrurename cropTbl -> ff_cropTbl
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-27 mrudc_val should be signed
2006-09-27 mrufix some signedness warnings
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-04-24 melansonMinistry of English Composition, reporting for duty...
2005-03-19 michaelalignment fix
2005-01-21 michaelcount errors instead of printing 2^31
2004-11-19 michaelreset ref_index
2004-06-26 michaelsupport skiping of mb rows during decoding
2004-04-22 michael10l (segfault fix)
2004-04-16 michaelunify table indexing (motion_val,dc_val,ac_val,coded_bl...
2004-02-23 michaelmultithreaded mpeg2 decoding
2004-01-10 michaelcopyright year update of the files i touched and rememb...
2004-01-08 michaelmemleak fix
2003-12-30 michaelinterlaced motion estimation
2003-12-28 michael10l (segfault fix)
2003-12-09 michaelmove motion_val & mb_type to AVFrame patch by (Wolfgang...
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-08-24 bellardavoid warning
2003-07-29 michaelnirate distortion mb decision support
2003-07-26 iiveinitial XvMC support
2003-05-27 michaelnimotion vector vissualization for mpeg1/2
2003-04-10 michaelnisimplified adressing of most mb based arrays (mb_x...
2003-04-10 michaelnifixing slice decoding, dunno why the regression tests...
2003-03-20 michaelnierror resilience cleanup (its faster too...)
2003-03-16 michaelnifield pic decoding cleanup
2003-03-06 michaelniper file doxy
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2002-12-04 michaelniuse spatial error concealment if we dont have a previou...
2002-12-04 michaelnicleanup
2002-11-11 kabi* using DSPContext - so each codec could use its local...
2002-11-10 michaelnireversing header game
2002-10-13 michaelnibetter/cleaner error resilience (done in a 2nd pass...