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
/
h264data.h
Age
Commit message (
Expand
)
Author
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-24
remove zigzag_scan8x8, it is the same as ff_zigzag_direct
Stefan Gehrer
2008-12-19
H.264 loopfilter speed tweaks
Jason Garrett-Glaser
2008-11-26
Move encoder-specific quantize_c and related tables to the H.264 encoder.
Diego Biurrun
2008-11-24
Move #defines that are mostly used in h264.c out of h264data.h and into h264.h.
Diego Biurrun
2008-11-21
Move H.264 tables that are only useful for encoding to h264enc.c.
Diego Biurrun
2008-11-04
h264: Implement decoding of picture timing SEI message.
Andreas Öman
2008-10-03
Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.
Michael Niedermayer
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-07-26
chroma_format_idc=0 aka grayscale support.
Michael Niedermayer
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2008-03-09
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2008-03-01
more aspect ratios added in one of the ammendments
Loren Merritt
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-09-05
Move H.264 intra prediction functions into their own context
Kostya Shishkov
2007-08-24
int->uint8_t
Michael Niedermayer
2007-08-24
int->int8_t (no need for them to be int ...)
Michael Niedermayer
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-06-17
add a comment to indicate which #endif belong to which #define
Guillaume Poirier
2007-06-17
add multiple inclusion guards to headers
Måns Rullgård
2007-06-16
include all prerequisites in header files
Måns Rullgård
2006-12-07
Making rem6 and div6 globally visible and thus adding prefixes.
Panagiotis Issaris
2006-12-05
Change NAL unit type defines to an enum and move to a header file for usage
Panagiotis Issaris
2006-11-01
merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3)
Michael Niedermayer
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-05-28
h264: MBAFF interlaced decoding
Loren Merritt
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-10-25
decode custom quant matrices.
Loren Merritt
2005-06-08
typo in cabac tables
Loren Merritt
2005-06-02
decode H.264 with 8x8 transform.
Loren Merritt
2005-03-03
vismv didn't display 8x8 mvs in H.264
Loren Merritt
2004-03-26
h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v...
Laurent Aimar
2004-03-19
h264 loop filter for progressive I&P frames by (Laurent Aimar <fenrir at via ...
Michael Niedermayer
2003-10-20
AVRational
Michael Niedermayer
2003-04-10
10l
Michael Niedermayer
2003-04-10
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...
Michael Niedermayer
2003-04-04
H264 decoder & demuxer
Michael Niedermayer