index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
error_resilience.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
error_resilience: do not require mbintra/skip tables
Anton Khirnov
2015-03-21
1
-3
/
+4
*
error_resilience: move the MECmpContext initialization into ER code
Anton Khirnov
2015-01-27
1
-5
/
+11
*
error_resilience: initialize prev_* variables
Vittorio Giovara
2014-11-03
1
-1
/
+1
*
error_resilience: Drop asserts from guess_mv()
Diego Biurrun
2014-08-21
1
-2
/
+0
*
dsputil: Split motion estimation compare bits off into their own context
Diego Biurrun
2014-07-17
1
-5
/
+5
*
lavc: er: remove unused variable size
Janne Grunau
2014-03-18
1
-1
/
+0
*
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-03-16
1
-0
/
+1
*
er: move relevant fields from Picture to ERPicture
Vittorio Giovara
2014-03-16
1
-115
/
+100
*
dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names
Diego Biurrun
2014-03-13
1
-2
/
+2
*
Deprecate obsolete XvMC hardware decoding support
Diego Biurrun
2013-11-13
1
-0
/
+10
*
error resilience: check error_concealment, not err_recognition.
Anton Khirnov
2013-10-28
1
-3
/
+3
*
vdpau: remove old-style decoders
Rémi Denis-Courmont
2013-08-05
1
-1
/
+0
*
lavc: Make pointers to ff_cropTbl const
Martin Storsjö
2013-04-08
1
-2
/
+2
*
lavc: stop setting AVFrame.motion_subsample_log2
Anton Khirnov
2013-03-08
1
-1
/
+0
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-64
/
+76
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
error_resilience: decouple ER from MpegEncContext
Anton Khirnov
2013-02-15
1
-243
/
+164
*
error_resilience: remove a useless if() and FIXME
Anton Khirnov
2013-02-06
1
-5
/
+1
*
avcodec: Drop silly and/or broken printf debug output
Diego Biurrun
2012-10-01
1
-4
/
+0
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-6
/
+6
*
mpegvideo: remove VLAs
Ronald S. Bultje
2012-07-04
1
-1
/
+1
*
Remove lowres video decoding
Mans Rullgard
2012-04-21
1
-1
/
+1
*
error_resilience: initialize s->block_index[].
Ronald S. Bultje
2012-03-06
1
-0
/
+20
*
Replace AVFrame pointer casts by proper struct member accesses.
Diego Biurrun
2012-03-01
1
-3
/
+3
*
mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
error_resilience: K&R formatting cosmetics
Donald Ovcharov
2012-01-18
1
-627
/
+749
*
Fix a bunch of platform name and other typos.
Diego Biurrun
2012-01-11
1
-1
/
+1
*
cosmetics: drop some pointless parentheses
Diego Biurrun
2012-01-07
1
-4
/
+4
*
Fix a bunch of typos.
Diego Biurrun
2012-01-02
1
-2
/
+6
*
lavc: introduce ER_MB_END and ER_MB_ERROR
Luca Barbato
2011-12-13
1
-13
/
+13
*
error_resilience: use the ER_ namespace
Luca Barbato
2011-12-13
1
-45
/
+45
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-2
/
+2
*
lavc: convert error_recognition to err_recognition.
Dustin Brody
2011-12-12
1
-4
/
+4
*
Fix a bunch of common typos.
Diego Biurrun
2011-12-11
1
-1
/
+1
*
error_resilience: fix the check for missing references in ff_er_frame_end() f...
Laurent Aimar
2011-10-10
1
-1
/
+1
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
1
-88
/
+88
*
error_resilience: skip last-MV predictor step if MVs are not available.
Ronald Bultje
2011-06-20
1
-0
/
+4
*
error_resilience: actually add counter when adding a MV predictor.
Ronald Bultje
2011-06-20
1
-0
/
+1
*
H264/MPEG frame-level multi-threading.
Alexander Strange
2011-06-02
1
-7
/
+38
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-4
/
+4
*
Eliminate pointless '#if 1' statements without matching '#else'.
Diego Biurrun
2011-04-26
1
-12
/
+5
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Add rectangle.h #include for fill_rectangle().
Diego Biurrun
2010-04-13
1
-0
/
+1
*
Make sure the EC code does not attempt to use inter based concealment if there
Michael Niedermayer
2010-03-30
1
-0
/
+6
*
Change ref_index structure so it matches how its organized in h264.
Michael Niedermayer
2010-03-23
1
-3
/
+2
*
fix compilation with --disable-everything --enable-decoder=mpeg2video
Aurelien Jacobs
2010-03-20
1
-1
/
+1
*
Hotfix for regtest-error failure
Michael Niedermayer
2010-03-20
1
-2
/
+3
*
Error concealment of h264 with multiple references.
Michael Niedermayer
2010-03-20
1
-18
/
+35
*
Use H264s MC instead of mpeg4-asp qpel for h264 error resilience.
Michael Niedermayer
2010-03-17
1
-0
/
+11
[next]