git.videolan.org Git - x264.git/summary
x264 git repository
Les articles publiés sur le site
-
Workaround for FFMS indexing bug
28 août 2013, par Henrik Gramner -
Fix masked access violation in KERNEL32
26 août 2013, par Anton Mitrofanov -
Fix GPAC support on Windows
24 août 2013, par Hiroki Taniura -
Windows Unicode support
11 août 2013, par Henrik GramnerWindows Unicode support Windows, unlike most other operating systems, uses UTF-16 for Unicode strings while x264 is designed for UTF-8. This patch does the following in order to handle things like Unicode filenames: * Keep strings internally as UTF-8. * Retrieve the CLI command line as UTF-16 and convert it to UTF-8. * Always use Unicode versions of Windows API functions and convert strings to UTF-16 when calling them. * Attempt to use legacy 8.3 short filenames for external libraries without Unicode support.
- [DH] common/common.c
- [DH] common/opencl.c
- [DH] common/osdep.c
- [DH] common/osdep.h
- [DH] common/win32thread.c
- [DH] common/win32thread.h
- [DH] configure
- [DH] encoder/encoder.c
- [DH] encoder/ratecontrol.c
- [DH] input/avs.c
- [DH] input/ffms.c
- [DH] input/raw.c
- [DH] input/timecode.c
- [DH] input/y4m.c
- [DH] output/flv_bytestream.c
- [DH] output/matroska_ebml.c
- [DH] output/mp4.c
- [DH] output/raw.c
- [DH] x264.c
- [DH] x264.h
- [DH] x264cli.h
- [DH] x264res.rc
-
x86inc : Check for __OUTPUT_FORMAT__ having a value of "x64"
9 août 2013, par Derek Buitenhuis