git.libav.org Git - libav.git/rss log
Libav master git repository
http://git.libav.org/?p=libav.git;a=summary
Les articles publiés sur le site
-
9 mai 2016, par Anton Khirnov
h264: decode the MMCOs into per-slice contexts
They are stored in the slice header, so technically they are per-slice
(though they must be the same in every slice). This will simplify the
following commits.
- [DBH] libavcodec/h264.h
- [DBH] libavcodec/h264_refs.c
- [DBH] libavcodec/h264_slice.c
-
9 mai 2016, par Martin Storsjö
movenc: Add a test for VFR with b-frames, with a duration change at a fragment end
Signed-off-by: Martin Storsjö <martin@martin.st>
- [DBH] libavformat/tests/movenc.c
- [DBH] tests/ref/fate/movenc
-
9 mai 2016, par Anton Khirnov
h264: rename mmco_index to nb_mmco
The variable stores the number of mmco entries, so the current name is
misleading.
- [DBH] libavcodec/h264.h
- [DBH] libavcodec/h264_picture.c
- [DBH] libavcodec/h264_refs.c
- [DBH] libavcodec/h264_slice.c
-
8 mai 2016, par Michael Niedermayer
simple_idct_template: Fix strict aliasing violation
This fixes fate-wmv8-intrax8 in certain configurations, e.g.
gcc 4.4.
Signed-off-by: Martin Storsjö <martin@martin.st>
- [DBH] libavcodec/simple_idct_template.c
-
8 mai 2016, par Anton Mitrofanov
h264: Fix decoding delay for Intra only streams
Signed-off-by: Anton Khirnov <anton@khirnov.net>
- [DBH] libavcodec/h264_ps.c