index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
error_resilience.c
Age
Commit message (
Expand
)
Author
2007-02-25
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-09
sanity check
Michael Niedermayer
2006-11-12
rename cropTbl -> ff_cropTbl
Måns Rullgård
2006-10-11
Rename ABS macro to FFABS.
Diego Biurrun
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-27
dc_val should be signed
Måns Rullgård
2006-09-27
fix some signedness warnings
Måns Rullgård
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-04-24
Ministry of English Composition, reporting for duty (and the word is "skipped...
Mike Melanson
2005-03-19
alignment fix
Michael Niedermayer
2005-01-21
count errors instead of printing 2^31
Michael Niedermayer
2004-11-19
reset ref_index
Michael Niedermayer
2004-06-26
support skiping of mb rows during decoding
Michael Niedermayer
2004-04-22
10l (segfault fix)
Michael Niedermayer
2004-04-16
unify table indexing (motion_val,dc_val,ac_val,coded_block changed)
Michael Niedermayer
2004-02-23
multithreaded mpeg2 decoding
Michael Niedermayer
2004-01-10
copyright year update of the files i touched and remembered, things look anno...
Michael Niedermayer
2004-01-08
memleak fix
Michael Niedermayer
2003-12-30
interlaced motion estimation
Michael Niedermayer
2003-12-28
10l (segfault fix)
Michael Niedermayer
2003-12-09
move motion_val & mb_type to AVFrame patch by (Wolfgang Hesseler <qv at multi...
Wolfgang Hesseler
2003-11-03
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-08-24
avoid warning
Fabrice Bellard
2003-07-29
rate distortion mb decision support
Michael Niedermayer
2003-07-26
initial XvMC support
Ivan Kalvachev
2003-05-27
motion vector vissualization for mpeg1/2
Michael Niedermayer
2003-04-10
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...
Michael Niedermayer
2003-04-10
fixing slice decoding, dunno why the regression tests didnt catch that ...
Michael Niedermayer
2003-03-20
error resilience cleanup (its faster too...)
Michael Niedermayer
2003-03-16
field pic decoding cleanup
Michael Niedermayer
2003-03-06
per file doxy
Michael Niedermayer
2003-02-11
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2002-12-04
use spatial error concealment if we dont have a previous frame
Michael Niedermayer
2002-12-04
cleanup
Michael Niedermayer
2002-11-11
* using DSPContext - so each codec could use its local (sub)set of CPU extension
Zdenek Kabelac
2002-11-10
reversing header game
Michael Niedermayer
2002-10-13
better/cleaner error resilience (done in a 2nd pass after decoding)
Michael Niedermayer