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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
h264: fix the size of PPS::chroma_qp_table
Laurent Aimar
2011-10-07
1
-1
/
+1
*
h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred.
Laurent Aimar
2011-10-02
1
-1
/
+6
*
h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][]
Laurent Aimar
2011-10-02
1
-2
/
+2
*
h264: pass buffer & size to ff_h264_decode_extradata()
Michael Niedermayer
2011-09-23
1
-1
/
+1
*
calculate frame_num for recovery point "keyframe"
John Stebbins
2011-09-18
1
-0
/
+7
*
h264dec: Dont display trash before a keyframe.
Michael Niedermayer
2011-09-17
1
-0
/
+2
*
h264: improve MAX_SLICES too small check so it gives less false positives.
Michael Niedermayer
2011-09-12
1
-0
/
+2
*
h264dec: Prevent CABAC and CAVLC bitsteram overreading
Michael Niedermayer
2011-09-11
1
-0
/
+2
*
h264dec: h264: 4:2:2 intra decoding
Baptiste Coudurier
2011-08-15
1
-8
/
+4
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-14
1
-418
/
+0
|
\
|
*
h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.h
Diego Biurrun
2011-07-14
1
-418
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-13
1
-43
/
+0
|
\
\
|
|
/
|
*
h264: move decode_mb_skip() from h264.h to h.264_mvpred.h
Diego Biurrun
2011-07-12
1
-41
/
+0
|
*
h264: move h264_mvpred.h include.
Ronald S. Bultje
2011-07-12
1
-3
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-12
1
-18
/
+19
|
\
\
|
|
/
|
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
1
-18
/
+19
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-10
1
-7
/
+3
|
\
\
|
|
/
|
*
H.264: merge fill_rectangle into P-SKIP MV prediction, to match B-SKIP
Jason Garrett-Glaser
2011-07-08
1
-5
/
+2
|
*
H.264: faster P-SKIP decoding
Jason Garrett-Glaser
2011-07-08
1
-1
/
+0
|
*
H.264: av_always_inline some more functions
Jason Garrett-Glaser
2011-07-08
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-04
1
-233
/
+255
|
\
\
|
|
/
|
*
H.264: template left MB handling
Jason Garrett-Glaser
2011-07-03
1
-67
/
+75
|
*
H.264: faster fill_decode_caches
Jason Garrett-Glaser
2011-07-03
1
-123
/
+124
|
*
H.264: faster write_back_*
Jason Garrett-Glaser
2011-07-03
1
-55
/
+68
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-03
1
-1
/
+1
|
\
\
|
|
/
|
*
doxygen: Prefer member groups over grouping into modules
Reinhard Tartler
2011-07-02
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-15
1
-81
/
+100
|
\
\
|
|
/
|
*
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-13
1
-81
/
+100
|
*
Roll back 4:4:4 H.264 for now
Jason Garrett-Glaser
2011-06-13
1
-100
/
+81
|
*
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-13
1
-81
/
+100
|
*
svq3: Move svq3-specific fields to their own context.
Baptiste Coudurier
2011-06-03
1
-7
/
+0
|
*
H264/MPEG frame-level multi-threading.
Alexander Strange
2011-06-02
1
-0
/
+2
*
|
Revert "H264: Split out hl_motion and template it, this seems a bit faster"
Michael Niedermayer
2011-06-13
1
-6
/
+0
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-11
1
-5
/
+5
|
\
\
|
|
/
|
*
Add support for higher QP values in h264.
Oskar Arvidsson
2011-05-10
1
-3
/
+4
|
*
Add the notion of pixel size in h264 related functions.
Oskar Arvidsson
2011-05-10
1
-4
/
+5
|
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-3
/
+3
*
|
SVQ3: Move svq3 specific fields to their own context.
Baptiste Coudurier
2011-05-05
1
-7
/
+0
*
|
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
Stefano Sabatini
2011-05-02
1
-3
/
+3
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-27
1
-2
/
+0
|
\
\
|
|
/
|
*
Eliminate pointless '#if 1' statements without matching '#else'.
Diego Biurrun
2011-04-26
1
-2
/
+0
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
h264: Add Intra and Constrained Baseline profiles to avctx.profile
Janne Grunau
2011-02-01
1
-0
/
+6
|
*
Make ff_h264_decode_rbsp_trailing static to h264.c
Diego Elio Pettenò
2011-01-25
1
-6
/
+0
|
*
Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.
Ronald S. Bultje
2011-01-20
1
-1
/
+0
*
|
H264: Split out hl_motion and template it, this seems a bit faster
Michael Niedermayer
2011-04-10
1
-0
/
+6
*
|
H264: replace pixel_size by pixel_shift
Michael Niedermayer
2011-04-10
1
-1
/
+1
*
|
Add support for higher QP values in h264.
Oskar Arvidsson
2011-04-10
1
-3
/
+4
*
|
Add the notion of pixel size in h264 related functions.
Oskar Arvidsson
2011-04-10
1
-4
/
+5
*
|
Fake-Merge remote-tracking branch 'ffmpeg-mt/master'
Michael Niedermayer
2011-03-22
1
-1
/
+3
[next]