git.libav.org Git - libav.git/rss log
Libav master git repository
Les articles publiés sur le site
-
lavf : make avio_read_partial() public
17 août 2017, par wm4lavf: make avio_read_partial() public Main use-case is proxying avio through a foreign I/O layer and a custom AVIO context, without losing latency and performance characteristics. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
FATE : add a test for the H.264 sample fixed by 7c4f6f6
17 août 2017, par Anton Khirnov -
h264dec : use a large enough field for reference list modification values
17 août 2017, par Anton Khirnov -
cbs : Add some read/write tests
15 août 2017, par Mark Thompsoncbs: Add some read/write tests Use the appropriate metadata filter for each codec - in the absence of any options to modify the stream, the output bitstream should be identical to the input (though the output file may differ in padding). All tests use conformance bitstreams, the MPEG-2 streams are newly added from the conformance test streams <http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_IEC_13818-4_2004_Conformance_Testing/Video/>
- [DBH] tests/Makefile
- [DBH] tests/fate/cbs.mak
- [DBH] tests/ref/fate/cbs-h264-AUD_MW_E
- [DBH] tests/ref/fate/cbs-h264-BASQP1_Sony_C
- [DBH] tests/ref/fate/cbs-h264-CABACI3_Sony_B
- [DBH] tests/ref/fate/cbs-h264-CVBS3_Sony_C
- [DBH] tests/ref/fate/cbs-h264-CVFC1_Sony_C
- [DBH] tests/ref/fate/cbs-h264-CVMANL1_TOSHIBA_B
- [DBH] tests/ref/fate/cbs-h264-CVNLFI1_Sony_C
- [DBH] tests/ref/fate/cbs-h264-CVSE2_Sony_B
- [DBH] tests/ref/fate/cbs-h264-CVWP1_TOSHIBA_E
- [DBH] tests/ref/fate/cbs-h264-FM1_BT_B
- [DBH] tests/ref/fate/cbs-h264-MR1_BT_A
- [DBH] tests/ref/fate/cbs-h264-SVA_Base_B
- [DBH] tests/ref/fate/cbs-h264-Sharp_MP_PAFF_1r2
- [DBH] tests/ref/fate/cbs-h264-sp1_bt_a
- [DBH] tests/ref/fate/cbs-hevc-CAINIT_E_SHARP_3
- [DBH] tests/ref/fate/cbs-hevc-CAINIT_H_SHARP_3
- [DBH] tests/ref/fate/cbs-hevc-CONFWIN_A_Sony_1
- [DBH] tests/ref/fate/cbs-hevc-HRD_A_Fujitsu_2
- [DBH] tests/ref/fate/cbs-hevc-LTRPSPS_A_Qualcomm_1
- [DBH] tests/ref/fate/cbs-hevc-NUT_A_ericsson_5
- [DBH] tests/ref/fate/cbs-hevc-PICSIZE_A_Bossen_1
- [DBH] tests/ref/fate/cbs-hevc-PICSIZE_B_Bossen_1
- [DBH] tests/ref/fate/cbs-hevc-RPLM_A_qualcomm_4
- [DBH] tests/ref/fate/cbs-hevc-RPS_A_docomo_4
- [DBH] tests/ref/fate/cbs-hevc-RPS_E_qualcomm_5
- [DBH] tests/ref/fate/cbs-hevc-SLIST_A_Sony_4
- [DBH] tests/ref/fate/cbs-hevc-SLIST_D_Sony_9
- [DBH] tests/ref/fate/cbs-hevc-STRUCT_A_Samsung_5
- [DBH] tests/ref/fate/cbs-hevc-TILES_B_Cisco_1
- [DBH] tests/ref/fate/cbs-hevc-WPP_A_ericsson_MAIN_2
- [DBH] tests/ref/fate/cbs-hevc-WPP_F_ericsson_MAIN_2
- [DBH] tests/ref/fate/cbs-hevc-WP_A_Toshiba_3
- [DBH] tests/ref/fate/cbs-hevc-ipcm_E_NEC_2
- [DBH] tests/ref/fate/cbs-mpeg2-hhi_burst_422_short
- [DBH] tests/ref/fate/cbs-mpeg2-sony-ct3
- [DBH] tests/ref/fate/cbs-mpeg2-tcela-6
-
cbs_h2645 : Return error if writing fails
14 août 2017, par Mark Thompson