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
/
h264.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
h264: Add Intra and Constrained Baseline profiles to avctx.profile
Janne Grunau
2011-02-02
1
-0
/
+6
*
|
Make ff_h264_decode_rbsp_trailing static to h264.c
Diego Elio Pettenò
2011-01-26
1
-6
/
+0
*
|
Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.
Ronald S. Bultje
2011-01-21
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
*
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-03-06
1
-6
/
+6
*
Port Optimizations about *_type init from decode to filter code.
Michael Niedermayer
2010-03-04
1
-6
/
+11
*
Optimize *_type init, 1.5 cpu cycles faster.
Michael Niedermayer
2010-03-04
1
-1
/
+9
*
Reorder indexes in weight tables.
Michael Niedermayer
2010-03-03
1
-2
/
+2
*
Move all context fields that are not used in the mb and block layers
Michael Niedermayer
2010-03-03
1
-64
/
+73
*
remove unused left_border field from context.
Michael Niedermayer
2010-03-03
1
-1
/
+0
*
Note about luma/chroma_weight tables and their datatype.
Michael Niedermayer
2010-03-03
1
-0
/
+1
*
move svq3 specific fields to the end of the context
Michael Niedermayer
2010-03-03
1
-8
/
+7
*
Merge weight & offset tables, 15 cpu cycles faster.
Michael Niedermayer
2010-03-03
1
-4
/
+2
*
Another 3 useless zeroing instructions.
Michael Niedermayer
2010-03-03
1
-3
/
+0
*
Load the whole left side of mv&ref only when needed.
Michael Niedermayer
2010-03-03
1
-0
/
+12
*
Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedup
Michael Niedermayer
2010-02-27
1
-2
/
+1
*
Split *_type setting up, 4 cpu cycles faster.
Michael Niedermayer
2010-02-27
1
-5
/
+12
*
Only load the topleft mv/ref when the topright is unavailable.
Michael Niedermayer
2010-02-26
1
-10
/
+11
*
Remove some useless operations from the code setting left_cbp.
Michael Niedermayer
2010-02-26
1
-3
/
+3
[next]