Home
last modified time | relevance | path

Searched refs:x264 (Results 1 – 25 of 1848) sorted by relevance

12345678910>>...74

/dports/multimedia/ogmrip/ogmrip-1.0.1/libogmrip/
H A Dogmrip-x264.c233 OGMRipX264 *x264; in ogmrip_x264_command() local
264 x264_have_brdo ? CLAMP (x264->subq, 1, 6) : x264->subq, in ogmrip_x264_command()
337 if (x264->vbv_maxrate > 0 && x264->vbv_bufsize > 0) in ogmrip_x264_command()
339 x264->vbv_maxrate, x264->vbv_bufsize); in ogmrip_x264_command()
566 OGMRipX264 *x264; in ogmrip_x264_get_property() local
650 OGMRipX264 *x264; in ogmrip_x264_set_property() local
796 OGMRipX264 *x264; in ogmrip_x264_set_quality() local
804 x264->b_adapt = 2; in ogmrip_x264_set_quality()
805 x264->brdo = TRUE; in ogmrip_x264_set_quality()
811 x264->subq = 10; in ogmrip_x264_set_quality()
[all …]
/dports/net/h323plus/h323plus-1_27_2/plugins/video/H.264/gpl/
H A Dh264helper_unix.cxx105 x264 = NULL; in main()
141 delete x264; in main()
142 x264 = NULL; in main()
147 if (x264) { in main()
157 if (x264) { in main()
167 if (x264) { in main()
177 if (x264) { in main()
187 if (x264) { in main()
197 if (x264) { in main()
207 if (x264) { in main()
[all …]
H A Dh264helper_win32.cxx49 X264EncoderContext* x264; variable
202 x264 = NULL; in main()
236 if (x264) { in main()
246 if (x264) { in main()
256 if (x264) { in main()
266 if (x264) { in main()
276 if (x264) { in main()
286 if (x264) { in main()
296 if (x264) { in main()
306 if (x264) { in main()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/contrib/src/x264/
H A Drules.mak1 # x264
9 PKGS += x264
14 PKGS_FOUND += x264
73 $(TARBALLS)/x264-git.tar.xz:
76 $(TARBALLS)/x264-git.tar.bz2:
83 .sum-x26410b: .sum-x264
86 .sum-x264: x264-git.tar.bz2
90 x264 x26410b: %: x264-git.tar.bz2 .sum-% target
105 .x264: x264
111 .x26410b: .x264
[all …]
/dports/graphics/seom/seom-2010011201/src/tools/x264/
H A Dbuild.sh6 rm -Rf x264-build
7 svn co svn://svn.videolan.org/x264/trunk x264-build
8 pushd x264-build
9 wget http://dbservice.com/ftpdir/tom/seom-x264.patch
10 patch -p0 < ./seom-x264.patch
15 cp x264-build/x264 seom-x264
16 rm -Rf x264-build
/dports/net/h323plus/h323plus-1_27_2/plugins/video/H.264/
H A Dh264pipe_static.cxx47 X264EncoderContext H264EncCtx::x264; member in H264EncCtx
70 loaded = x264.Initialise(); in InternalLoad()
77 x264.Uninitialise(); in InternalUnLoad()
93 x264.ApplyOptions(); in call()
107 x264.SetFrameWidth(value); in call()
110 x264.SetFrameHeight(value); in call()
113 x264.SetFrameRate(value); in call()
116 x264.SetMaxKeyFramePeriod(value); in call()
119 x264.SetTSTO(value); in call()
122 x264.SetProfileLevel(value); in call()
[all …]
/dports/x11/xpra/xpra-4.3/packaging/rpm/
H A Dx264-xpra.spec6 Name: x264-xpra
9 Summary: x264 library for xpra
12 URL: http://www.videolan.org/developers/x264.html
13 Source0: https://github.com/mirror/x264/archive/%{commit}.zip
24 x264 library for xpra
27 Summary: Development files for the x264 library
31 Requires: x264-xpra = %{version}
45 %setup -q -n x264-%{commit}
64 rm %{buildroot}/usr/bin/x264
79 %{_includedir}/xpra/x264.h
[all …]
/dports/net/opal/opal-3.10.10/plugins/video/H.264/gpl/
H A Dh264_helper.cxx171 H264Encoder x264; variable
176 size_t newBufSize = x264.GetWidth()*x264.GetHeight()*3/2 + rtpSize + 1024; in ResizeBuffer()
221 x264.ApplyOptions(); in main()
226 x264.SetTargetBitrate(val); in main()
231 x264.SetRateControlPeriod(val); in main()
236 x264.SetFrameRate (val); in main()
241 x264.SetFrameWidth (val); in main()
246 x264.SetFrameHeight (val); in main()
256 x264.SetTSTO (val); in main()
285 x264.SetMaxRTPPayloadSize(val); in main()
[all …]
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dapi.c61 x264_t *x264; member
95 api->x264 = x264_8_encoder_open( param, api ); in x264_encoder_open()
110 api->x264 = x264_10_encoder_open( param, api ); in x264_encoder_open()
115 if( !api->x264 ) in x264_encoder_open()
129 api->encoder_close( api->x264 ); in x264_encoder_close()
137 api->nal_encode( api->x264, dst, nal ); in x264_nal_encode()
144 return api->encoder_reconfig( api->x264, param ); in x264_encoder_reconfig()
151 api->encoder_parameters( api->x264, param ); in x264_encoder_parameters()
172 return api->encoder_delayed_frames( api->x264 ); in x264_encoder_delayed_frames()
179 return api->encoder_maximum_delayed_frames( api->x264 ); in x264_encoder_maximum_delayed_frames()
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dapi.c61 x264_t *x264; member
95 api->x264 = x264_8_encoder_open( param, api ); in x264_encoder_open()
110 api->x264 = x264_10_encoder_open( param, api ); in x264_encoder_open()
115 if( !api->x264 ) in x264_encoder_open()
129 api->encoder_close( api->x264 ); in x264_encoder_close()
137 api->nal_encode( api->x264, dst, nal ); in x264_nal_encode()
144 return api->encoder_reconfig( api->x264, param ); in x264_encoder_reconfig()
151 api->encoder_parameters( api->x264, param ); in x264_encoder_parameters()
172 return api->encoder_delayed_frames( api->x264 ); in x264_encoder_delayed_frames()
179 return api->encoder_maximum_delayed_frames( api->x264 ); in x264_encoder_maximum_delayed_frames()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/cmake/
H A DadmCheckX264.cmake5 MESSAGE(STATUS "Checking for x264")
9 FIND_HEADER_AND_LIB(_X264 x264.h)
12 FILE(READ ${_X264_INCLUDE_DIR}/x264.h X264_H)
17 … MESSAGE("WARNING: x264 core version is too old. At least version 144 is required.")
20 … FIND_HEADER_AND_LIB(X264 x264.h x264 x264_encoder_open_${x264_version})
29 … PRINT_LIBRARY_INFO("x264" X264_FOUND "${X264_INCLUDE_DIR}" "${X264_LIBRARY_DIR}")
39 APPEND_SUMMARY_LIST("Video Encoder" "x264" "${USE_X264}")
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/cmake/
H A DadmCheckX264.cmake5 MESSAGE(STATUS "Checking for x264")
9 FIND_HEADER_AND_LIB(_X264 x264.h)
12 FILE(READ ${_X264_INCLUDE_DIR}/x264.h X264_H)
17 … MESSAGE("WARNING: x264 core version is too old. At least version 144 is required.")
20 … FIND_HEADER_AND_LIB(X264 x264.h x264 x264_encoder_open_${x264_version})
29 … PRINT_LIBRARY_INFO("x264" X264_FOUND "${X264_INCLUDE_DIR}" "${X264_LIBRARY_DIR}")
39 APPEND_SUMMARY_LIST("Video Encoder" "x264" "${USE_X264}")
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/cmake/
H A DadmCheckX264.cmake5 MESSAGE(STATUS "Checking for x264")
9 FIND_HEADER_AND_LIB(_X264 x264.h)
12 FILE(READ ${_X264_INCLUDE_DIR}/x264.h X264_H)
17 … MESSAGE("WARNING: x264 core version is too old. At least version 144 is required.")
20 … FIND_HEADER_AND_LIB(X264 x264.h x264 x264_encoder_open_${x264_version})
29 … PRINT_LIBRARY_INFO("x264" X264_FOUND "${X264_INCLUDE_DIR}" "${X264_LIBRARY_DIR}")
39 APPEND_SUMMARY_LIST("Video Encoder" "x264" "${USE_X264}")
/dports/multimedia/avidemux/avidemux_2.7.6/cmake/
H A DadmCheckX264.cmake5 MESSAGE(STATUS "Checking for x264")
9 FIND_HEADER_AND_LIB(_X264 x264.h)
12 FILE(READ ${_X264_INCLUDE_DIR}/x264.h X264_H)
17 … MESSAGE("WARNING: x264 core version is too old. At least version 144 is required.")
20 … FIND_HEADER_AND_LIB(X264 x264.h x264 x264_encoder_open_${x264_version})
29 … PRINT_LIBRARY_INFO("x264" X264_FOUND "${X264_INCLUDE_DIR}" "${X264_LIBRARY_DIR}")
39 APPEND_SUMMARY_LIST("Video Encoder" "x264" "${USE_X264}")
/dports/multimedia/py-guessit/guessit-3.3.1/guessit/test/
H A Dstreaming_services.yaml1 ? House.of.Cards.2013.S02E03.1080p.NF.WEBRip.DD5.1.x264-NTb.mkv
552 ? Show.Name.S02.720p.TLC.WEBRip.AAC2.0.x264-BTW
625 ? UpFront.S01.720p.AJAZ.WEBRip.AAC2.0.x264-BTW
638 ? Smack.The.Pony.S01.4OD.WEBRip.AAC2.0.x264-BTW
968 ? Vixen.S02.720p.CWS.WEBRip.AAC2.0.x264-BMF
1057 ? Boundless.S03.720p.ESQ.WEBRip.AAC2.0.x264-RTN
1353 ? The.Street.S01.ITV.WEB-DL.AAC2.0.x264-RTN
1473 ? Valkyrie.S01.720p.NRK.WEBRip.AAC2.0.x264-BTN
1883 ? 555.S01.1080p.VMEO.WEBRip.AAC2.0.x264-BTN
1906 ? UFC.on.FOX.24.1080p.HDTV.x264-VERUM
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/guessit/test/
H A Dstreaming_services.yaml1 House.of.Cards.2013.S02E03.1080p.NF.WEBRip.DD5.1.x264-NTb.mkv:
552 Show.Name.S02.720p.TLC.WEBRip.AAC2.0.x264-BTW:
625 UpFront.S01.720p.AJAZ.WEBRip.AAC2.0.x264-BTW:
638 Smack.The.Pony.S01.4OD.WEBRip.AAC2.0.x264-BTW:
968 Vixen.S02.720p.CWS.WEBRip.AAC2.0.x264-BMF:
1057 Boundless.S03.720p.ESQ.WEBRip.AAC2.0.x264-RTN:
1353 The.Street.S01.ITV.WEB-DL.AAC2.0.x264-RTN:
1473 Valkyrie.S01.720p.NRK.WEBRip.AAC2.0.x264-BTN:
1883 555.S01.1080p.VMEO.WEBRip.AAC2.0.x264-BTN:
1906 UFC.on.FOX.24.1080p.HDTV.x264-VERUM:
[all …]
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/contrib/cmake/vcpkg_extra_ports/x264/157-3034848280-7/
H A Dportfile.cmake7 REPO mirror/x264
32 file(MAKE_DIRECTORY ${CURRENT_PACKAGES_DIR}/tools/x264)
33 file(RENAME ${CURRENT_PACKAGES_DIR}/bin/x264.exe ${CURRENT_PACKAGES_DIR}/tools/x264/x264.exe)
39 ${CURRENT_PACKAGES_DIR}/debug/bin/x264.exe
48 file(READ ${CURRENT_PACKAGES_DIR}/include/x264.h HEADER_CONTENTS)
50 file(WRITE ${CURRENT_PACKAGES_DIR}/include/x264.h "${HEADER_CONTENTS}")
/dports/multimedia/avidemux-cli/avidemux_2.7.6/mxe-patches/
H A Dx264.patch1 diff --git a/src/x264.mk b/src/x264.mk
3 --- a/src/x264.mk
4 +++ b/src/x264.mk
6 PKG := x264
7 $(PKG)_WEBSITE := https://www.videolan.org/developers/x264.html
22 - $(WGET) -q -O- 'https://git.videolan.org/?p=x264.git;a=shortlog' | \
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/mxe-patches/
H A Dx264.patch1 diff --git a/src/x264.mk b/src/x264.mk
3 --- a/src/x264.mk
4 +++ b/src/x264.mk
6 PKG := x264
7 $(PKG)_WEBSITE := https://www.videolan.org/developers/x264.html
22 - $(WGET) -q -O- 'https://git.videolan.org/?p=x264.git;a=shortlog' | \
/dports/multimedia/avidemux/avidemux_2.7.6/mxe-patches/
H A Dx264.patch1 diff --git a/src/x264.mk b/src/x264.mk
3 --- a/src/x264.mk
4 +++ b/src/x264.mk
6 PKG := x264
7 $(PKG)_WEBSITE := https://www.videolan.org/developers/x264.html
22 - $(WGET) -q -O- 'https://git.videolan.org/?p=x264.git;a=shortlog' | \
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/mxe-patches/
H A Dx264.patch1 diff --git a/src/x264.mk b/src/x264.mk
3 --- a/src/x264.mk
4 +++ b/src/x264.mk
6 PKG := x264
7 $(PKG)_WEBSITE := https://www.videolan.org/developers/x264.html
22 - $(WGET) -q -O- 'https://git.videolan.org/?p=x264.git;a=shortlog' | \
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/x264-1.9.0/
H A Dinstall.sh3 tar -xjf x264-snapshot-20140830-2245.tar.bz2
6 cd x264-snapshot-20140830-2245/
12 rm -rf x264-snapshot-20140830-2245/
16 echo \$? > ~/test-exit-status" > x264
17 chmod +x x264
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/x264-opencl-1.9.0/
H A Dinstall.sh3 tar -xjf x264-snapshot-20140830-2245.tar.bz2
6 cd x264-snapshot-20140830-2245/
12 rm -rf x264-snapshot-20140830-2245/
16 echo \$? > ~/test-exit-status" > x264-opencl
17 chmod +x x264-opencl
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/x264-opencl-1.9.1/
H A Dinstall.sh3 tar -xjf x264-snapshot-20140830-2245.tar.bz2
6 cd x264-snapshot-20140830-2245/
12 rm -rf x264-snapshot-20140830-2245/
16 echo \$? > ~/test-exit-status" > x264-opencl
17 chmod +x x264-opencl
/dports/multimedia/libquicktime/libquicktime-1.2.4/po/
H A Dlibquicktime.pot1063 #: plugins/x264/x264.c:534
1067 #: plugins/x264/x264.c:638
1071 #: plugins/x264/x264.c:652
1075 #: plugins/x264/x264.c:679
1079 #: plugins/x264/x264.c:692
1083 #: plugins/x264/x264.c:1040
1116 #: plugins/x264/lqt_x264.c:70 plugins/x264/lqt_x264.c:79
1120 #: plugins/x264/lqt_x264.c:82 plugins/x264/lqt_x264.c:103
1121 #: plugins/x264/lqt_x264.c:334 plugins/x264/lqt_x264.c:591
1143 #: plugins/x264/lqt_x264.c:100 plugins/x264/lqt_x264.c:112
[all …]

12345678910>>...74