Commit graph

19 commits

Author SHA1 Message Date
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 91b205e7bd FFMS2 Forgot debug code that made seeking slow
Originally committed to SVN as r2592.
2008-12-31 13:46:09 +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
Karl Blomster dc0b6dd9fa ffms2: fix CFR->VFR conversion bug
Originally committed to SVN as r2406.
2008-10-01 21:17:06 +00:00
Fredrik Mellbin 4683c5a9d0 FFmpegSource2: crash less
Originally committed to SVN as r2404.
2008-10-01 19:07:59 +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 c0aa50f958 FFmpegSource2: 64bit fixing
Originally committed to SVN as r2371.
2008-09-20 11:43:29 +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 811483bc7a FFmpegSource2: more portability
Originally committed to SVN as r2354.
2008-09-14 17:45:11 +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 9bc1f9b4d7 FFmpegSource2: the mandatory fixing
Originally committed to SVN as r2333.
2008-09-09 22:03:42 +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 3d0855e619 FFmpegSource2: fix the last memory leaks
Originally committed to SVN as r2328.
2008-09-06 20:05:29 +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 1ffa0a95a1 FFmpegSource2: add a missing fourcc & fix a matroska access violation
Originally committed to SVN as r2311.
2008-09-03 19:22:34 +00:00
Fredrik Mellbin c4af6ea13d FFmpegSource2
Originally committed to SVN as r2306.
2008-09-01 21:16:13 +00:00