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_refs.c
Age
Commit message (
Expand
)
Author
2012-10-15
h264: Change asserts to av_asserts in ff_h264_fill_default_ref_list()
Michael Niedermayer
2012-09-28
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-27
h264_refs: Fix debug tprintf argument types
Diego Biurrun
2012-07-01
h264: clear the ref lists when the reference are cleared.
Michael Niedermayer
2012-04-04
h264: fix seeking in low delay streams without IDR
Michael Niedermayer
2012-01-01
h264: Fix frame sync / random access handling.
Michael Niedermayer
2011-12-31
h264: Fix seeking in 00017.MTS
Michael Niedermayer
2011-12-10
h264: switch from qatars has_b_frames calculation back to mine.
Michael Niedermayer
2011-12-04
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-03
h264: fix frame reordering code.
Ronald S. Bultje
2011-10-26
h264: Guess receovery points.
Michael Niedermayer
2011-10-23
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-22
lavc: replace references to deprecated AVCodecContext.error_recognition to us...
Dustin Brody
2011-10-05
h264: remove assert() on ref_frame_count.
Michael Niedermayer
2011-09-28
h264: fix FIXME and use list_count in ff_h264_fill_mbaff_ref_list()
Michael Niedermayer
2011-08-19
h264: correct the check for invalid long term frame index in MMCO decode
Jeff Downs
2011-08-18
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-17
h264: hide reference frame errors unless requested
Dustin Brody
2011-08-13
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-12
h264: add missing brackets.
Ronald S. Bultje
2011-08-10
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-08-09
h264: propagate error return values for AV_LOG_ERROR-triggering events
Dustin Brody
2011-07-28
h264 - correct the check for invalid long term frame index in MMCO decode
Jeff Downs
2011-07-12
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-11
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-05-11
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-10
h264: do not print "too many references" warning for intra-only.
Ronald S. Bultje
2011-05-02
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
Stefano Sabatini
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-01
H264: Fix intra only decoding.
Michael Niedermayer
2011-05-01
H264:Print short+long+max values when they dont match up.
Michael Niedermayer
2011-05-01
H264:use av_assert0() for frame num check
Michael Niedermayer
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-07-05
Perform sliding window operation during frame gap handling.
Michael Niedermayer
2010-07-05
Factorize ff_generate_sliding_window_mmcos() out.
Michael Niedermayer
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-30
Fix implicit weight for b frames in mbaff.
Michael Niedermayer
2010-03-03
Reorder indexes in weight tables.
Michael Niedermayer
2010-03-03
Merge weight & offset tables, 15 cpu cycles faster.
Michael Niedermayer
2010-01-12
Split all the reference picture handling off h264.c.
Michael Niedermayer