summaryrefslogtreecommitdiff
path: root/libavcodec/error_resilience.c
Commit message (Expand)AuthorAge
* Return early if a HW accelerator is used.Gwenole Beauchesne2009-02-27
* More approved hunks for VAAPI & our new and cleaner hwaccel API.Gwenole Beauchesne2009-02-23
* Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around ifDiego Biurrun2009-02-16
* Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.Diego Biurrun2009-02-14
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Move VDPAU check, make future VDPAU patches smaller.Carl Eugen Hoyos2009-01-09
* Switch xvmc over to a CONFIG_ option.Diego Biurrun2008-12-15
* Do not attempt to perform error concealment in lowres mode as this isMichael Niedermayer2008-09-30
* Ensure that no non-existing frame is used.Michael Niedermayer2008-09-25
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* cosmetics: typo fixesDiego Biurrun2008-03-22
* typo: occured --> occurredDiego Biurrun2008-03-22
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will se...Ivan Kalvachev2007-09-28
* misc spelling fixesDiego Biurrun2007-06-12
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* sanity checkMichael Niedermayer2007-02-09
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* dc_val should be signedMåns Rullgård2006-09-27
* fix some signedness warningsMåns Rullgård2006-09-27
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* alignment fixMichael Niedermayer2005-03-19
* count errors instead of printing 2^31Michael Niedermayer2005-01-21
* reset ref_indexMichael Niedermayer2004-11-19
* support skiping of mb rows during decodingMichael Niedermayer2004-06-26
* 10l (segfault fix)Michael Niedermayer2004-04-22
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-16
* multithreaded mpeg2 decodingMichael Niedermayer2004-02-23
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-10
* memleak fixMichael Niedermayer2004-01-08
* interlaced motion estimationMichael Niedermayer2003-12-30
* 10l (segfault fix)Michael Niedermayer2003-12-28
* move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi...Wolfgang Hesseler2003-12-09
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* avoid warningFabrice Bellard2003-08-24
* rate distortion mb decision supportMichael Niedermayer2003-07-29
* initial XvMC supportIvan Kalvachev2003-07-26
* motion vector vissualization for mpeg1/2Michael Niedermayer2003-05-27
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-10
* fixing slice decoding, dunno why the regression tests didnt catch that ...Michael Niedermayer2003-04-10
* error resilience cleanup (its faster too...)Michael Niedermayer2003-03-20
* field pic decoding cleanupMichael Niedermayer2003-03-16