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
/
h264_refs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosmetics: Write NULL pointer inequality checks more compactly
Gabriel Dume
2014-08-15
1
-1
/
+1
*
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
1
-1
/
+1
*
More correct printf format specifiers
Diego Biurrun
2014-04-02
1
-2
/
+4
*
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-03-16
1
-0
/
+1
*
h264: move relevant fields from Picture to H264Picture
Vittorio Giovara
2014-03-16
1
-26
/
+26
*
h264: fix clang warning about uninitialized variable
Vittorio Giovara
2014-02-28
1
-1
/
+1
*
h264: update flag name in ff_h264_decode_ref_pic_list_reordering()
Vittorio Giovara
2014-02-28
1
-6
/
+7
*
h264: Refactor ff_h264_decode_ref_pic_list_reordering
Luca Barbato
2014-02-13
1
-64
/
+72
*
h264: prevent two matching fields from being both a short/long ref combination
Anton Khirnov
2014-01-18
1
-0
/
+2
*
h264_refs: make sure not to write over the bounds of the default ref list
Anton Khirnov
2013-11-27
1
-10
/
+17
*
lavc: use buf[0] instead of data[0] in checks whether a frame is allocated
Anton Khirnov
2013-11-18
1
-3
/
+5
*
avcodec: Remove some commented-out debug cruft
Diego Biurrun
2013-08-20
1
-1
/
+0
*
h264_refs: Do not print check_opcodes() return value
Diego Biurrun
2013-04-27
1
-3
/
+3
*
h264: add a parameter to the FIELD_PICTURE macro.
Anton Khirnov
2013-03-21
1
-6
/
+6
*
h264_refs: cosmetics, reformat
Anton Khirnov
2013-03-11
1
-187
/
+213
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-26
/
+38
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
h264: deMpegEncContextize
Anton Khirnov
2013-02-15
1
-74
/
+64
*
h264: fix ff_generate_sliding_window_mmcos() prototype.
Anton Khirnov
2013-01-14
1
-4
/
+8
*
h264: don't clobber mmco opcode tables for non-first slice headers.
Ronald S. Bultje
2013-01-14
1
-42
/
+101
*
h264_refs: Fix debug tprintf argument types
Diego Biurrun
2012-09-27
1
-2
/
+2
*
h264: fix frame reordering code.
Ronald S. Bultje
2011-12-03
1
-5
/
+1
*
lavc: replace references to deprecated AVCodecContext.error_recognition to us...
Dustin Brody
2011-10-22
1
-1
/
+1
*
h264: correct the check for invalid long term frame index in MMCO decode
Jeff Downs
2011-08-19
1
-1
/
+1
*
h264: hide reference frame errors unless requested
Dustin Brody
2011-08-17
1
-1
/
+1
*
h264: add missing brackets.
Ronald S. Bultje
2011-08-12
1
-3
/
+4
*
h264: propagate error return values for AV_LOG_ERROR-triggering events
Dustin Brody
2011-08-09
1
-2
/
+6
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
1
-25
/
+27
*
h264: do not print "too many references" warning for intra-only.
Ronald S. Bultje
2011-05-10
1
-3
/
+5
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-2
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Perform sliding window operation during frame gap handling.
Michael Niedermayer
2010-07-05
1
-0
/
+1
*
Factorize ff_generate_sliding_window_mmcos() out.
Michael Niedermayer
2010-07-05
1
-14
/
+19
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Fix implicit weight for b frames in mbaff.
Michael Niedermayer
2010-03-30
1
-6
/
+0
*
Reorder indexes in weight tables.
Michael Niedermayer
2010-03-03
1
-4
/
+4
*
Merge weight & offset tables, 15 cpu cycles faster.
Michael Niedermayer
2010-03-03
1
-4
/
+4
*
Split all the reference picture handling off h264.c.
Michael Niedermayer
2010-01-12
1
-0
/
+700