Amar Takhar
0763541848
Change how configuration works.
...
* move win32/config0.h -> config/config_windows0.h
* move win32/stdint.h -> msvc/stdint.h
* move posix/defines.h -> config/config_unix.h
* add config.h - brings in config_(windows|unix).h as required
* add config.h to *.cpp
* Self-contain FFmpegSource2 with required function defines wrapped with
__UNIX__ instead of the now removed defines.h.
* Edit aegisub_vs2008.vcproj to remove explicit inclusion of config.h, also
change VCPreBuildEventTool to create windows_config.h from
windows_config0.h. Add msvc to include path.
* Change configure to create ./acconf.h instead of posix/acconf.h
This will allow us to create a more standard and platform agnostic way of
configuration aegsisub during build time.
Originally committed to SVN as r2621.
2009-01-04 06:31:48 +00:00
Fredrik Mellbin
54c721cc49
FFMS2 Add NoLog to the API
...
Originally committed to SVN as r2617.
2009-01-03 15:17:53 +00:00
Fredrik Mellbin
e1dfb76c1e
FFMS2 Add all required HAALITS ifdefs
...
Originally committed to SVN as r2572.
2008-12-31 00:06:57 +00:00
Fredrik Mellbin
ff8d019d58
FFMS2 beta 4
...
This commit breaks the shit out of linux
Originally committed to SVN as r2571.
2008-12-30 23:57:22 +00:00
Fredrik Mellbin
b0137363f6
FFmpegSource2: semi vfr fix
...
Originally committed to SVN as r2403.
2008-10-01 18:13:12 +00:00
Fredrik Mellbin
19f50659b6
FFmpegSource2: change the api a bit more
...
Originally committed to SVN as r2393.
2008-09-27 19:05:10 +00:00
Fredrik Mellbin
fc878f0027
FFmpegSource2: more audio sourcing
...
Originally committed to SVN as r2392.
2008-09-27 01:21:57 +00:00
Fredrik Mellbin
770e581ca7
FFmpegSource2: more portability
...
Originally committed to SVN as r2389.
2008-09-24 14:11:45 +00:00
Fredrik Mellbin
950c88cf77
FFmpegSource2: more api stuff
...
Originally committed to SVN as r2384.
2008-09-23 22:00:22 +00:00
Fredrik Mellbin
82810de584
api fixup
...
Originally committed to SVN as r2383.
2008-09-23 21:56:30 +00:00
Fredrik Mellbin
3ef79404f2
FFmpegSource2: no more error errors
...
Originally committed to SVN as r2376.
2008-09-23 19:51:19 +00:00
Fredrik Mellbin
6898afabac
FFmpegSource2: no more exceptions
...
Originally committed to SVN as r2375.
2008-09-23 19:25:34 +00:00
Fredrik Mellbin
bf9f2b50b7
FFmpegSource2: matroska as audio source, first try
...
Originally committed to SVN as r2366.
2008-09-19 21:35:46 +00:00
Fredrik Mellbin
a631b76684
FFmpegSource2: change the api because of an odd ffmpeg bug
...
Originally committed to SVN as r2338.
2008-09-10 20:49:05 +00:00
Fredrik Mellbin
3338b6471b
FFmpegSource2: set output cs and resolution
...
Originally committed to SVN as r2332.
2008-09-09 20:49:59 +00:00
Fredrik Mellbin
7fb0d975bd
FFmpegSource2: fix the progress callback
...
Originally committed to SVN as r2317.
2008-09-04 21:40:57 +00:00
Fredrik Mellbin
19f9172d64
FFmpegSource2: fix lots of memory leaks, improve the api, add a progress callback
...
Originally committed to SVN as r2315.
2008-09-03 22:26:27 +00:00
Fredrik Mellbin
6e6d85df7c
FFmpegSource2: add missing api parts
...
Originally committed to SVN as r2309.
2008-09-02 19:48:22 +00:00
Fredrik Mellbin
8f663c2336
FFmpegSource2: fix ffmpeg init
...
Originally committed to SVN as r2307.
2008-09-01 23:18:50 +00:00
Fredrik Mellbin
c4af6ea13d
FFmpegSource2
...
Originally committed to SVN as r2306.
2008-09-01 21:16:13 +00:00