Commit graph

20 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 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 443d57e5c2 FFmpegSource2: fix indexing memory leak
Originally committed to SVN as r2409.
2008-10-02 18:04:22 +00:00
Fredrik Mellbin 6c571dfe17 todo stuff
Originally committed to SVN as r2405.
2008-10-01 19:29:42 +00:00
Fredrik Mellbin 4683c5a9d0 FFmpegSource2: crash less
Originally committed to SVN as r2404.
2008-10-01 19:07:59 +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 403fc0dd38 FFmpegSource2: audio indexing bug
Originally committed to SVN as r2385.
2008-09-23 23:08:07 +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 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 58df7f8a75 FFmpegSource2: more portability
Originally committed to SVN as r2356.
2008-09-14 18:23:04 +00:00
Fredrik Mellbin 78d4c92a89 FFmpegSource2: more portability
Originally committed to SVN as r2355.
2008-09-14 18:21:59 +00:00
Fredrik Mellbin 811483bc7a FFmpegSource2: more portability
Originally committed to SVN as r2354.
2008-09-14 17:45:11 +00:00
Fredrik Mellbin 54dd632542 FFmpegSource2: apply dewindowsification patches
Originally committed to SVN as r2331.
2008-09-08 16:11:09 +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 c4af6ea13d FFmpegSource2
Originally committed to SVN as r2306.
2008-09-01 21:16:13 +00:00