Karl Blomster
|
56370f0f4a
|
hurf de durf, didn't consider the fact that some audio packets might not have any actual content. return value of avcodec_decode_audio2() is now checked against < 0 again.
Originally committed to SVN as r2051.
|
2008-03-14 04:38:30 +00:00 |
|
Karl Blomster
|
3cade86767
|
check the return value of avcodec_decode_audio2() against <= 0, not just < 0 (both indicate no audio decoded)
Originally committed to SVN as r2042.
|
2008-03-13 08:41:21 +00:00 |
|
Karl Blomster
|
47f6f2aed6
|
Replaced deprecated function avcodec_decode_audio() with nondeprecated version avcodec_decode_audio2() in audio_provider_lavc.cpp. Maybe possibly potentially hopefully fixes mp3 decoding problems?
Originally committed to SVN as r2041.
|
2008-03-13 08:30:40 +00:00 |
|
Amar Takhar
|
6246c3998d
|
s/wxString/Aegisub::String/ in many places.
Originally committed to SVN as r1967.
|
2008-03-08 04:27:41 +00:00 |
|
Rodrigo Braz Monteiro
|
30d1aeb551
|
ops.
Originally committed to SVN as r1892.
|
2008-03-05 02:23:47 +00:00 |
|
Rodrigo Braz Monteiro
|
b1b2c3d7fb
|
Changed audio providers to register manually.
Originally committed to SVN as r1891.
|
2008-03-05 02:19:50 +00:00 |
|
Rodrigo Braz Monteiro
|
c2aaa4eb8c
|
Added shb's incomplete perl support code (doesn't build on VC++ yet)
Originally committed to SVN as r1741.
|
2008-01-16 18:29:29 +00:00 |
|
Rodrigo Braz Monteiro
|
75b4fb1437
|
Made almost all major components of Aegisub optional... this might be severely broken still.
Originally committed to SVN as r1660.
|
2007-12-31 06:46:22 +00:00 |
|
Niels Martin Hansen
|
89d076c760
|
Apparently long long isn't safe, trying with int64_t instead then...
Originally committed to SVN as r1547.
|
2007-08-31 14:11:35 +00:00 |
|
Niels Martin Hansen
|
8909ea48e2
|
Replace all (applicable) instances of __int64 with long long. (All except those in foreign header files.)
Originally committed to SVN as r1540.
|
2007-08-29 13:36:30 +00:00 |
|
Rodrigo Braz Monteiro
|
b773706f6d
|
Some fixes for ffmpeg linking (I have no idea how it worked before)
Originally committed to SVN as r1473.
|
2007-08-07 22:10:44 +00:00 |
|
Niels Martin Hansen
|
c6722b0587
|
Fixed some building on Linux, at least on Ubuntu Feisty amd64. Also
updated configure.ac to check for wxSTC instead of wxScintilla.
Originally committed to SVN as r1106.
|
2007-04-22 00:23:21 +00:00 |
|
Rodrigo Braz Monteiro
|
97d996f995
|
Fixed all warnings while building on Linux, except for the ones on MatroskaParser.c and the ones about image conversion. Poke equinox for the later.
Originally committed to SVN as r1008.
|
2007-04-04 20:42:44 +00:00 |
|
Rodrigo Braz Monteiro
|
0568af7ce0
|
added ClampSignedInteger32() to utils and used that to remove branching from YV12->RGB32 conversion, hopefully making it faster. Also, fixed a warning in lavc audio provider.
Originally committed to SVN as r988.
|
2007-04-03 21:05:33 +00:00 |
|
David Lamparter
|
7c38076d4f
|
fix INT64_C breakage with ffmpeg
Originally committed to SVN as r967.
|
2007-03-31 21:28:43 +00:00 |
|
Rodrigo Braz Monteiro
|
0dd4f96757
|
Fix for lavc audio provider to prevent it from crashing if it cannot load the file (was causing video playback to crash if no audio was loaded)
Originally committed to SVN as r963.
|
2007-03-29 21:05:22 +00:00 |
|
Rodrigo Braz Monteiro
|
6d84bde8da
|
Several fixes to build on Linux
Originally committed to SVN as r887.
|
2007-01-24 02:11:26 +00:00 |
|
Rodrigo Braz Monteiro
|
02bf068052
|
Basic (and somewhat broken) detached video dialog implemented.
Originally committed to SVN as r881.
|
2007-01-23 04:42:08 +00:00 |
|
Rodrigo Braz Monteiro
|
06cff2e2f2
|
Renamed /core/ to /aegisub/ to avoid issues with unix systems being unable to delete core dumps.
Originally committed to SVN as r652.
|
2006-12-28 23:43:23 +00:00 |
|