index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
error_resilience.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Make sure all mvs of a mb are set in the error concealment code.
Michael Niedermayer
2010-03-14
1
-3
/
+8
*
Ensure that the deblock filter accesses the correct MVs for h264.
Michael Niedermayer
2010-03-14
1
-6
/
+12
*
Fix guess_mv() so that it works correctly with 4x4 MV blocks.
Michael Niedermayer
2010-03-12
1
-11
/
+35
*
Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to
Michael Niedermayer
2010-02-25
1
-1
/
+1
*
4:2:2 4:4:4 bugfix for the error concealment code.
Michael Niedermayer
2009-12-01
1
-2
/
+2
*
Disable error resilience for field pictures, this was never supported,
Michael Niedermayer
2009-11-30
1
-0
/
+1
*
Make sure error resilience does not try to use unavailable reference frames.
Reimar Döffinger
2009-04-10
1
-6
/
+17
*
Return early if a HW accelerator is used.
Gwenole Beauchesne
2009-02-27
1
-0
/
+3
*
More approved hunks for VAAPI & our new and cleaner hwaccel API.
Gwenole Beauchesne
2009-02-23
1
-0
/
+1
[next]