git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
flac : Convert to the new bitstream reader
29 avril 2017, par Alexandra Hájková -
bitstream : Move VLC reading functions into the vlc.h header
29 avril 2017, par Luca Barbato -
vlc : Add header #include when the types are used
29 avril 2017, par Luca Barbatovlc: Add header #include when the types are used Do not rely on indirectly including it from bitstream.h. Signed-off-by: Diego Biurrun <diego@biurrun.de>
- [DBH] libavcodec/4xm.c
- [DBH] libavcodec/atrac3.c
- [DBH] libavcodec/atrac3plus.c
- [DBH] libavcodec/bink.c
- [DBH] libavcodec/cfhd.h
- [DBH] libavcodec/clearvideo.c
- [DBH] libavcodec/cook.c
- [DBH] libavcodec/faxcompr.c
- [DBH] libavcodec/g2meet.c
- [DBH] libavcodec/hqx.h
- [DBH] libavcodec/imc.c
- [DBH] libavcodec/indeo2.c
- [DBH] libavcodec/indeo4.c
- [DBH] libavcodec/indeo5.c
- [DBH] libavcodec/ivi.h
- [DBH] libavcodec/mimic.c
- [DBH] libavcodec/mlpdec.c
- [DBH] libavcodec/motionpixels.c
- [DBH] libavcodec/mpc7.c
- [DBH] libavcodec/mpc8.c
- [DBH] libavcodec/qdm2.c
- [DBH] libavcodec/smacker.c
- [DBH] libavcodec/truemotion2.c
- [DBH] libavcodec/tscc2.c
- [DBH] libavcodec/utvideodec.c
- [DBH] libavcodec/vorbisdec.c
- [DBH] libavcodec/wma.h
- [DBH] libavcodec/wmavoice.c
- [DBH] libavcodec/wnv1.c
-
arm : hevc_idct : Tune the add_res_8x8 and add_res_32x32 functions
27 avril 2017, par Martin Storsjöarm: hevc_idct: Tune the add_res_8x8 and add_res_32x32 functions Before: Cortex A7 A8 A9 A53 hevc_add_res_8x8_8_neon: 116.0 58.7 80.2 90.7 hevc_add_res_32x32_8_neon: 1230.0 737.5 1187.5 974.4 After: hevc_add_res_8x8_8_neon: 97.7 57.0 73.7 80.0 hevc_add_res_32x32_8_neon: 1216.0 698.7 1127.5 827.1 Signed-off-by: Martin Storsjö <martin@martin.st>
-
hevc : Add NEON add_residual for bitdepth 8
27 avril 2017, par Seppo Tomperi