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_ps.c
Age
Commit message (
Expand
)
Author
2012-03-24
h264: fix memleak in error path.
Alexander Strange
2012-03-24
h264: Add check for invalid chroma_format_idc
Alexander Strange
2012-03-13
h264: improve parsing of broken AVC SPS
Michael Niedermayer
2012-03-05
Replace computations of remaining bits with calls to get_bits_left().
Alex Converse
2011-10-21
h264: 4:2:2 intra decoding support
Baptiste Coudurier
2011-10-11
h264: fix HRD parameters parsing
Mans Rullgard
2011-10-11
h264: fix detection of optional trailing PPS elements
Mans Rullgard
2011-06-22
H.264: fix 4:4:4 cropping warning
Jason Garrett-Glaser
2011-06-22
H.264: reference the correct SPS in decode_scaling_matrices
Jason Garrett-Glaser
2011-06-13
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-13
Roll back 4:4:4 H.264 for now
Jason Garrett-Glaser
2011-06-13
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-05-10
Add support for higher QP values in h264.
Oskar Arvidsson
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-15
Merge libavcore into libavutil
Reinhard Tartler
2011-02-01
h264: Add Intra and Constrained Baseline profiles to avctx.profile
Janne Grunau
2010-11-03
H.264 decode: support cropping up to 28 pixels in interlaced mode.
Reimar Döffinger
2010-10-06
Fix default value of time_offset_length.
John Stebbins
2010-10-05
Move aspect ratio 0/0 avoidance code so the values in the sps struct are not ...
Michael Niedermayer
2010-09-07
Use new imgutils.h API names, fix deprecation warnings.
Stefano Sabatini
2010-08-06
Remove use of the deprecated function avcodec_check_dimensions(), use
Stefano Sabatini
2010-05-25
Check for VUI overeading and reset num_reoder_frames.
Michael Niedermayer
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-02-07
Check direct_8x8_inference_flag.
Michael Niedermayer
2010-02-04
Fix large timebases.
Michael Niedermayer
2010-01-18
10l for someone, Store chroma_qp_diff in the correct struct.
Michael Niedermayer
2010-01-12
Split (picture|seq) parameter set decoding out of h264.c.
Michael Niedermayer