summaryrefslogtreecommitdiff
path: root/libavcodec/error_resilience.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.Diego Biurrun2009-02-141-3/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* Move VDPAU check, make future VDPAU patches smaller.Carl Eugen Hoyos2009-01-091-0/+1
* Switch xvmc over to a CONFIG_ option.Diego Biurrun2008-12-151-3/+3
* Do not attempt to perform error concealment in lowres mode as this isMichael Niedermayer2008-09-301-1/+1
* Ensure that no non-existing frame is used.Michael Niedermayer2008-09-251-1/+1
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-081-4/+4
* cosmetics: typo fixesDiego Biurrun2008-03-221-1/+1
* typo: occured --> occurredDiego Biurrun2008-03-221-1/+1
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-4/+4
* typo fix: inited --> initializedDiego Biurrun2008-02-131-1/+1
* On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will se...Ivan Kalvachev2007-09-281-0/+5
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-2/+2
* sanity checkMichael Niedermayer2007-02-091-0/+5
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-2/+2
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-8/+8
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* dc_val should be signedMåns Rullgård2006-09-271-3/+3
* fix some signedness warningsMåns Rullgård2006-09-271-3/+3
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-10/+10
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-102/+102
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-4/+4
* alignment fixMichael Niedermayer2005-03-191-2/+2
* count errors instead of printing 2^31Michael Niedermayer2005-01-211-3/+12
* reset ref_indexMichael Niedermayer2004-11-191-3/+7
* support skiping of mb rows during decodingMichael Niedermayer2004-06-261-3/+4
* 10l (segfault fix)Michael Niedermayer2004-04-221-0/+1
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-161-26/+26
* multithreaded mpeg2 decodingMichael Niedermayer2004-02-231-1/+1
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-101-1/+1
* memleak fixMichael Niedermayer2004-01-081-3/+8
* interlaced motion estimationMichael Niedermayer2003-12-301-2/+2
* 10l (segfault fix)Michael Niedermayer2003-12-281-0/+1
* move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi...Wolfgang Hesseler2003-12-091-31/+31
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-4/+4
* avoid warningFabrice Bellard2003-08-241-0/+2
* rate distortion mb decision supportMichael Niedermayer2003-07-291-5/+13
* initial XvMC supportIvan Kalvachev2003-07-261-0/+5
* motion vector vissualization for mpeg1/2Michael Niedermayer2003-05-271-1/+1
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-101-142/+162
* fixing slice decoding, dunno why the regression tests didnt catch that ...Michael Niedermayer2003-04-101-3/+3
* error resilience cleanup (its faster too...)Michael Niedermayer2003-03-201-1/+81
* field pic decoding cleanupMichael Niedermayer2003-03-161-1/+1
* per file doxyMichael Niedermayer2003-03-061-0/+5
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-20/+20
* use spatial error concealment if we dont have a previous frameMichael Niedermayer2002-12-041-0/+2