index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
h264.h
Age
Commit message (
Expand
)
Author
2008-12-20
Optimize get_dct8x8_allowed().
Michael Niedermayer
2008-12-16
Do not recalculate constant part of is_complex for every MB.
Michael Niedermayer
2008-11-24
Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.
Diego Biurrun
2008-11-04
h264: Implement decoding of picture timing SEI message.
Andreas Öman
2008-10-28
Replace literally hardcoded max slice number by named constant.
Michael Niedermayer
2008-10-14
Add variable to hold the svq3 watermarking key,
Michael Niedermayer
2008-10-04
Fix indention of NAL type enum.
Michael Niedermayer
2008-10-03
Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.
Michael Niedermayer
2008-09-22
Another try to fix temporal direct mode references.
Michael Niedermayer
2008-09-21
Make MBAFF temporal direct mode closer to the spec.
Michael Niedermayer
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-10
Use the correct reference tables for interlaced MBAFF MBs in the loop filter.
Michael Niedermayer
2008-07-26
chroma_format_idc=0 aka grayscale support.
Michael Niedermayer
2008-07-22
qscale has a range of 0..51 we thus do not need a 256 entry table and neither...
Michael Niedermayer
2008-07-21
Loop filtering with multiple slice types fix.
Michael Niedermayer
2008-07-21
Simplify slice type checks.
Michael Niedermayer
2008-07-20
Fix used references indexes in the loop filter.
Michael Niedermayer
2008-07-19
Remove delayed_output_pic, I do not understand what this variable was good for.
Michael Niedermayer
2008-07-15
Move the size of the H264Context delayed_pic array into a #define.
Alexander Strange
2008-07-02
Don't test for H264 encoding unless an encoder exists.
Alexander Strange
2008-05-11
Store mb_xy in H264Context and only calculate it once per MB.
Alexander Strange
2008-04-11
Crop parameters are unsigned, having them negative could be bad and lead
Michael Niedermayer
2008-03-12
typo fixes
Diego Biurrun
2008-02-03
ff_h264_idct8_add_sse2.
Loren Merritt
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-10-09
Enable PAFF decoding
Carl Eugen Hoyos
2007-10-06
Modifies macroblock addressing and current macroblock y-position for field de...
Jeff Downs
2007-10-04
Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support.
Jeff Downs
2007-10-04
Partial PAFF implementation at macroblock level.
Jeff Downs
2007-10-02
Rename MMCO stuff to prepare for h264/PAFF implementation.
Jeff Downs
2007-10-02
Cosmetic preparations for h264/PAFF implementation.
Jeff Downs
2007-09-05
Add slice-based parallel H.264 decoding
Andreas Öman
2007-09-05
Move H.264 intra prediction functions into their own context
Kostya Shishkov
2007-07-06
Add support for streams with different chroma_qp_index_offset
Andreas Öman
2007-07-06
Precompute a chroma_qp table with index offset for each pps,
Andreas Öman
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-06-20
Do not reuse the rbsp de-escape buffer if both
Andreas Öman
2007-06-12
misc typo fixes
Diego Biurrun
2007-06-12
misc spelling fixes
Diego Biurrun
2007-05-29
allocate PPS and SPS dynamically
Andreas Öman
2007-05-10
split h264.c to move parser in its own file
Aurelien Jacobs