git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Parse dpb_output_delay in SEI picture structure.
[ffmpeg.git]
/
libavcodec
/
h264.h
2009-02-18
Ivan Schreter
Parse dpb_output_delay in SEI picture structure.
blob
|
commitdiff
2009-02-18
Ivan Schreter
Parse initial_cpb_removal_delay_length.
blob
|
commitdiff
|
diff to current
2009-02-09
Ivan Schreter
Add SEI recovery point frame counter to H264Context...
blob
|
commitdiff
|
diff to current
2009-02-08
Ivan Schreter
Replace hard-coded SEI type constants with symbolic...
blob
|
commitdiff
|
diff to current
2009-02-04
Diego Biurrun
Remove unused CONFIG_H264_ENCODER #define.
blob
|
commitdiff
|
diff to current
2009-02-03
Gwenole Beauchesne
Add fields to H264Context and SPS for upcoming VA API...
blob
|
commitdiff
|
diff to current
2009-02-01
Diego Biurrun
Use full internal pathname in doxygen @file directives.
blob
|
commitdiff
|
diff to current
2009-01-14
Aurelien Jacobs
replace all occurrence of ENABLE_ by the corresponding...
blob
|
commitdiff
|
diff to current
2008-12-20
Michael Niedermayer
Optimize get_dct8x8_allowed().
blob
|
commitdiff
|
diff to current
2008-12-16
Michael Niedermayer
Do not recalculate constant part of is_complex for...
blob
|
commitdiff
|
diff to current
2008-11-24
Diego Biurrun
Move #defines that are mostly used in h264.c out of...
blob
|
commitdiff
|
diff to current
2008-11-04
Andreas Öman
h264: Implement decoding of picture timing SEI message.
blob
|
commitdiff
|
diff to current
2008-10-28
Michael Niedermayer
Replace literally hardcoded max slice number by named...
blob
|
commitdiff
|
diff to current
2008-10-14
Michael Niedermayer
Add variable to hold the svq3 watermarking key,
blob
|
commitdiff
|
diff to current
2008-10-04
Michael Niedermayer
Fix indention of NAL type enum.
blob
|
commitdiff
|
diff to current
2008-10-03
Michael Niedermayer
Move nal unit types enum and EXTENDED_SAR #define from...
blob
|
commitdiff
|
diff to current
2008-09-22
Michael Niedermayer
Another try to fix temporal direct mode references.
blob
|
commitdiff
|
diff to current
2008-09-21
Michael Niedermayer
Make MBAFF temporal direct mode closer to the spec.
blob
|
commitdiff
|
diff to current
2008-08-31
Stefano Sabatini
Globally rename the header inclusion guard names.
blob
|
commitdiff
|
diff to current
2008-08-10
Michael Niedermayer
Use the correct reference tables for interlaced MBAFF...
blob
|
commitdiff
|
diff to current
2008-07-26
Michael Niedermayer
chroma_format_idc=0 aka grayscale support.
blob
|
commitdiff
|
diff to current
2008-07-22
Michael Niedermayer
qscale has a range of 0..51 we thus do not need a 256...
blob
|
commitdiff
|
diff to current
2008-07-21
Michael Niedermayer
Loop filtering with multiple slice types fix.
blob
|
commitdiff
|
diff to current
2008-07-21
Michael Niedermayer
Simplify slice type checks.
blob
|
commitdiff
|
diff to current
2008-07-20
Michael Niedermayer
Fix used references indexes in the loop filter.
blob
|
commitdiff
|
diff to current
2008-07-19
Michael Niedermayer
Remove delayed_output_pic, I do not understand what...
blob
|
commitdiff
|
diff to current
2008-07-15
Alexander Strange
Move the size of the H264Context delayed_pic array...
blob
|
commitdiff
|
diff to current
2008-07-02
Alexander Strange
Don't test for H264 encoding unless an encoder exists.
blob
|
commitdiff
|
diff to current
2008-05-11
Alexander Strange
Store mb_xy in H264Context and only calculate it once...
blob
|
commitdiff
|
diff to current
2008-04-11
Michael Niedermayer
Crop parameters are unsigned, having them negative...
blob
|
commitdiff
|
diff to current
2008-03-12
Diego Biurrun
typo fixes
blob
|
commitdiff
|
diff to current
2008-02-03
Loren Merritt
ff_h264_idct8_add_sse2.
blob
|
commitdiff
|
diff to current
2007-10-17
Diego Biurrun
Add FFMPEG_ prefix to all multiple inclusion guards.
blob
|
commitdiff
|
diff to current
2007-10-09
Carl Eugen Hoyos
Enable PAFF decoding
blob
|
commitdiff
|
diff to current
2007-10-06
Jeff Downs
Modifies macroblock addressing and current macroblock...
blob
|
commitdiff
|
diff to current
2007-10-04
Jeff Downs
Fix h->curr_pic_num for field pictures. Necessary for...
blob
|
commitdiff
|
diff to current
2007-10-04
Jeff Downs
Partial PAFF implementation at macroblock level.
blob
|
commitdiff
|
diff to current
2007-10-02
Jeff Downs
Rename MMCO stuff to prepare for h264/PAFF implementation.
blob
|
commitdiff
|
diff to current
2007-10-02
Jeff Downs
Cosmetic preparations for h264/PAFF implementation.
blob
|
commitdiff
|
diff to current
2007-09-05
Andreas Öman
Add slice-based parallel H.264 decoding
blob
|
commitdiff
|
diff to current
2007-09-05
Kostya Shishkov
Move H.264 intra prediction functions into their own...
blob
|
commitdiff
|
diff to current
2007-07-06
Andreas Öman
Add support for streams with different chroma_qp_index_...
blob
|
commitdiff
|
diff to current
2007-07-06
Andreas Öman
Precompute a chroma_qp table with index offset for...
blob
|
commitdiff
|
diff to current
2007-07-05
Diego Biurrun
license header consistency cosmetics
blob
|
commitdiff
|
diff to current
2007-06-20
Andreas Öman
Do not reuse the rbsp de-escape buffer if both
blob
|
commitdiff
|
diff to current
2007-06-12
Diego Biurrun
misc typo fixes
blob
|
commitdiff
|
diff to current
2007-06-12
Diego Biurrun
misc spelling fixes
blob
|
commitdiff
|
diff to current
2007-05-29
Andreas Öman
allocate PPS and SPS dynamically
blob
|
commitdiff
|
diff to current
2007-05-10
Aurelien Jacobs
split h264.c to move parser in its own file
blob
|
commitdiff
|
diff to current