git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
arm : Fix a typo in a comment
4 juillet 2016, par Martin Storsjö -
hevc : Separate adding residual to prediction from IDCT
3 juillet 2016, par Alexandra Hájkováhevc: Separate adding residual to prediction from IDCT Based on patch 250430bf28118cf843df887e8c8b345f1c60c82d by Mickaël Raulet <mraulet@insa-rennes.fr>, integrated to Libav by Josh de Kock <josh@itanimul.li>. Signed-off-by: Alexandra Hájková <alexandra@khirnov.net>
-
Mark some arrays that never change as const.
3 juillet 2016, par Anton KhirnovMark some arrays that never change as const.
- [DBH] configure
- [DBH] libavcodec/aaccoder.c
- [DBH] libavcodec/aacenc.c
- [DBH] libavcodec/aacenc.h
- [DBH] libavcodec/aic.c
- [DBH] libavcodec/amrnbdata.h
- [DBH] libavcodec/amrwbdata.h
- [DBH] libavcodec/atrac3plus.c
- [DBH] libavcodec/dfa.c
- [DBH] libavcodec/g722dec.c
- [DBH] libavcodec/h263data.c
- [DBH] libavcodec/h263data.h
- [DBH] libavcodec/indeo3.c
- [DBH] libavcodec/indeo4data.h
- [DBH] libavcodec/mpeg4videodec.c
- [DBH] libavcodec/on2avc.c
- [DBH] libavcodec/on2avcdata.c
- [DBH] libavcodec/on2avcdata.h
- [DBH] libavcodec/opus_silk.c
- [DBH] libavcodec/qsvdec_h2645.c
- [DBH] libavcodec/qsvenc_hevc.c
- [DBH] libavcodec/sipr.c
- [DBH] libavcodec/sipr16k.c
- [DBH] libavcodec/sipr16kdata.h
- [DBH] libavcodec/siprdata.h
- [DBH] libavcodec/tscc2data.h
- [DBH] libavcodec/vaapi_encode.c
- [DBH] libavcodec/vaapi_encode_mjpeg.c
- [DBH] libavcodec/vp8.c
- [DBH] libavcodec/vp9block.c
- [DBH] libavcodec/vp9data.c
- [DBH] libavcodec/vp9data.h
- [DBH] libavcodec/x86/fdct.c
- [DBH] libavcodec/x86/mlpdsp.c
- [DBH] libavcodec/x86/videodsp_init.c
- [DBH] libavfilter/af_volume.c
- [DBH] libavfilter/vf_drawtext.c
- [DBH] libavfilter/vf_libopencv.c
- [DBH] libavfilter/vf_overlay.c
- [DBH] libavformat/hls.c
- [DBH] libavformat/id3v2.c
- [DBH] libavformat/id3v2.h
- [DBH] libavformat/mov_chan.c
- [DBH] libavformat/movenc.c
- [DBH] libavformat/mxfdec.c
- [DBH] libavresample/audio_mix.c
- [DBH] libavutil/hwcontext.c
- [DBH] libavutil/hwcontext_vaapi.c
- [DBH] libavutil/parseutils.c
- [DBH] libavutil/pixdesc.c
- [DBH] libavutil/stereo3d.c
-
h264_ps : export actual height in MBs as SPS.mb_height
2 juillet 2016, par Anton Khirnovh264_ps: export actual height in MBs as SPS.mb_height Currently, SPS.mb_height is actually what the spec calls PicHeightInMapUnits, which is half the frame height when interlacing is allowed. Calling this 'mb_height' is quite confusing, and there are at least two associated bugs where this field is treated as the actual frame height - in the h264 parser and in the code computing maximum reordering buffer size for a given level. Fix those issues (and avoid possible future ones) by exporting the real frame height in this field.
-
lavfi : add a QSV deinterlacing filter
2 juillet 2016, par Anton Khirnov