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: K&R formatting cosmetics for header files (part I/II)
Diego Biurrun
2012-05-10
1
-239
/
+260
*
h264: Factorize declaration of mb_sizes array.
Diego Biurrun
2012-04-05
1
-0
/
+1
*
h264: Make ff_h264_decode_end() static, it is not used externally.
Diego Biurrun
2012-03-30
1
-1
/
+0
*
h264: disallow constrained intra prediction modes for luma.
Ronald S. Bultje
2012-02-09
1
-1
/
+1
*
Revert "h264: skip start code search if the size of the nal unit is known"
Janne Grunau
2011-12-19
1
-4
/
+1
*
h264: skip start code search if the size of the nal unit is known
Janne Grunau
2011-12-18
1
-1
/
+4
*
error_resilience: use the ER_ namespace
Luca Barbato
2011-12-13
1
-2
/
+2
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-2
/
+2
*
h264: fix frame reordering code.
Ronald S. Bultje
2011-12-03
1
-0
/
+1
*
h264: improve calculation of codec delay.
Ronald S. Bultje
2011-11-05
1
-0
/
+1
*
h264: 4:2:2 intra decoding support
Baptiste Coudurier
2011-10-21
1
-8
/
+4
*
h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.h
Diego Biurrun
2011-07-14
1
-418
/
+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
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
1
-18
/
+19
*
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
*
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
*
doxygen: Prefer member groups over grouping into modules
Reinhard Tartler
2011-07-02
1
-1
/
+1
*
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
*
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
*
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
*
H.264/SVQ3: make chroma DC work the same way as luma DC
Jason Garrett-Glaser
2011-01-15
1
-0
/
+1
*
H.264: switch to x264-style tracking of luma/chroma DC NNZ
Jason Garrett-Glaser
2011-01-14
1
-3
/
+16
*
H.264: split luma dc idct out and implement MMX/SSE2 versions
Jason Garrett-Glaser
2011-01-14
1
-4
/
+1
*
Add av_unused to decode_mb_skip declaration to fix the following warning:
Eli Friedman
2010-07-06
1
-1
/
+1
*
Factorize ff_generate_sliding_window_mmcos() out.
Michael Niedermayer
2010-07-05
1
-0
/
+2
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-11
/
+11
*
Cleanup prev commit, flag variable should start with 0
Howard Chu
2010-05-28
1
-1
/
+1
*
Parse avctx->extradata if available.
Howard Chu
2010-05-28
1
-0
/
+1
*
Factorize ff_h264_decode_extradata().
Howard Chu
2010-05-26
1
-0
/
+1
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Move static function fill_filter_caches() from h264.h to h264.c.
Diego Biurrun
2010-04-13
1
-216
/
+0
*
Fix implicit weight for b frames in mbaff.
Michael Niedermayer
2010-03-30
1
-1
/
+1
*
Replace @returns by @return.
Benoit Fouet
2010-03-30
1
-4
/
+4
*
Move H264 dsputil functions into their own struct
Måns Rullgård
2010-03-16
1
-0
/
+2
*
H264: fix signed overflow in constant multiplication
Måns Rullgård
2010-03-15
1
-1
/
+1
[next]