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
*
Remove delayed_output_pic, I do not understand what this variable was good for.
Michael Niedermayer
2008-07-19
1
-1
/
+1
*
Move the size of the H264Context delayed_pic array into a #define.
Alexander Strange
2008-07-15
1
-1
/
+3
*
Don't test for H264 encoding unless an encoder exists.
Alexander Strange
2008-07-02
1
-0
/
+4
*
Store mb_xy in H264Context and only calculate it once per MB.
Alexander Strange
2008-05-11
1
-0
/
+2
*
Crop parameters are unsigned, having them negative could be bad and lead
Michael Niedermayer
2008-04-11
1
-4
/
+4
*
typo fixes
Diego Biurrun
2008-03-12
1
-1
/
+1
*
ff_h264_idct8_add_sse2.
Loren Merritt
2008-02-03
1
-1
/
+1
*
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-10-17
1
-3
/
+3
*
Enable PAFF decoding
Carl Eugen Hoyos
2007-10-09
1
-1
/
+1
*
Modifies macroblock addressing and current macroblock y-position for field de...
Jeff Downs
2007-10-06
1
-0
/
+1
*
Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support.
Jeff Downs
2007-10-04
1
-1
/
+1
*
Partial PAFF implementation at macroblock level.
Jeff Downs
2007-10-04
1
-0
/
+2
*
Rename MMCO stuff to prepare for h264/PAFF implementation.
Jeff Downs
2007-10-02
1
-2
/
+2
*
Cosmetic preparations for h264/PAFF implementation.
Jeff Downs
2007-10-02
1
-4
/
+6
*
Add slice-based parallel H.264 decoding
Andreas Öman
2007-09-05
1
-0
/
+29
*
Move H.264 intra prediction functions into their own context
Kostya Shishkov
2007-09-05
1
-4
/
+2
*
Add support for streams with different chroma_qp_index_offset
Andreas Öman
2007-07-06
1
-3
/
+4
*
Precompute a chroma_qp table with index offset for each pps,
Andreas Öman
2007-07-06
1
-0
/
+1
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
Do not reuse the rbsp de-escape buffer if both
Andreas Öman
2007-06-20
1
-2
/
+2
*
misc typo fixes
Diego Biurrun
2007-06-12
1
-1
/
+1
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-1
/
+1
*
allocate PPS and SPS dynamically
Andreas Öman
2007-05-29
1
-2
/
+2
*
split h264.c to move parser in its own file
Aurelien Jacobs
2007-05-10
1
-0
/
+386