David McPaul
|
0df942b65c
|
Use multiplication instead of shifts and adds. Include SSSE3 routine
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40768 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2011-03-01 21:32:01 +00:00 |
|
David McPaul
|
51d9b4fe14
|
correct yuv422 planar conversion. Seperate sse, sse2 and ssse3 asm code. Add packed convertor
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39913 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-12-21 07:25:40 +00:00 |
|
David McPaul
|
651dcdac93
|
Same fix needed as mp3_decoder see r37362 and bug #6251
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37391 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-07-04 13:36:28 +00:00 |
|
David McPaul
|
affec393bc
|
Update to latest libasf (r107)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37363 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-07-03 06:12:56 +00:00 |
|
David McPaul
|
a775c1a432
|
Correct test. Fixes bug #6251
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37362 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-07-03 06:11:39 +00:00 |
|
David McPaul
|
7436ac49e5
|
Code Cleanup, Performance improvements, Seeking Improvements. Audio Seek still not quite right though.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37165 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-06-18 09:16:05 +00:00 |
|
David McPaul
|
901ccb4cc3
|
Include all current extended feature flags
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36971 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-05-30 07:31:36 +00:00 |
|
David McPaul
|
c436ab319d
|
gcc4 fixes and add removal of buffer when source disconnected
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36932 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-05-25 09:06:26 +00:00 |
|
David McPaul
|
a3d9c49a18
|
Use the alpha from the source
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36922 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-05-24 09:43:24 +00:00 |
|
David McPaul
|
8391490adc
|
make the block more dynamic
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36921 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-05-24 09:42:33 +00:00 |
|
David McPaul
|
e615fd4dda
|
add video_mixer to Jamfile
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36894 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-05-22 05:29:29 +00:00 |
|
David McPaul
|
0fe9fd368f
|
Start of a video mixer node
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36893 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-05-22 05:27:49 +00:00 |
|
David McPaul
|
da4fcd47f5
|
Try to use overlay first
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36892 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-05-22 05:27:15 +00:00 |
|
David McPaul
|
dc706a1b49
|
additional option to display a color block
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36891 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-05-22 05:25:32 +00:00 |
|
David McPaul
|
63f8d1346e
|
Remove downmix to stereo workaround.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36034 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-04-05 11:37:43 +00:00 |
|
David McPaul
|
50ff266ef2
|
Add SSE versions of YUV2RGB converters for earlier x86 cpus
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35290 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-01-25 21:53:56 +00:00 |
|
David McPaul
|
7789e74c32
|
Cleanup
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34959 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-01-08 21:27:42 +00:00 |
|
David McPaul
|
7aa1ecffe5
|
remove commented out code
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34946 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-01-08 11:42:44 +00:00 |
|
David McPaul
|
96f1b483e4
|
use width and height when deciding on which conversion routine to select. Remove some checks per frame from sse2 conversion routines. Hopefully it still handles misaligned buffers ok. Too many tests were hurting performance
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34945 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2010-01-08 11:25:48 +00:00 |
|
David McPaul
|
6768fe0d89
|
Improve IO performance for all media files
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34793 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-12-29 00:41:08 +00:00 |
|
David McPaul
|
5868901fda
|
Activate some test code to use large constant chunk sizes instead of small mp3 frame sizes. Improves I/O
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34665 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-12-15 12:08:36 +00:00 |
|
David McPaul
|
2a9896ce47
|
switch to use STL containers, limit to 10 cache entries, don't clear cache on findkeyframe, removed inflight list as it was not needed, report error conditions better. This makes video work again
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34650 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-12-13 12:09:17 +00:00 |
|
David McPaul
|
1f7d28238c
|
Added support for files with an index header but no index entries
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34431 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-12-01 22:06:31 +00:00 |
|
David McPaul
|
51b0c01316
|
Added ODML Index support, still needs work though too much duplicated code. Feedback welcome
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34354 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-11-29 21:07:35 +00:00 |
|
David McPaul
|
13af0e5bc0
|
Add support for VBRI header, remove duplicated code, always print error messages
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34195 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-11-23 12:18:34 +00:00 |
|
David McPaul
|
9b716314fc
|
Rework Frame Length Calculation. Fixes issue with tllts mp3
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34073 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-11-16 11:57:19 +00:00 |
|
David McPaul
|
bd0058e0a7
|
Rework Frame Length Calculation. Fixes issue with tllts mp3
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34072 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-11-16 11:56:57 +00:00 |
|
David McPaul
|
c2d6e29c89
|
ensure buffers are aligned 32 for SSE2 should fix #4948
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34047 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-11-14 22:45:18 +00:00 |
|
David McPaul
|
ff67bc43da
|
Cleanup and preparation for h264/aac in mov
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33610 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-10-17 04:57:01 +00:00 |
|
David McPaul
|
3ee503c218
|
increase default buffer frames to fix ticket 4656
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33347 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-09-29 10:40:19 +00:00 |
|
David McPaul
|
4966c05232
|
register another xvid fourcc
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33288 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-09-25 09:26:00 +00:00 |
|
David McPaul
|
cf78cd8986
|
improve workaround
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33262 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-09-24 11:43:41 +00:00 |
|
David McPaul
|
d88759d47a
|
Add workaround for some broken avi files with 0 length chunks. See issue 4620
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33261 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-09-24 10:13:20 +00:00 |
|
David McPaul
|
c3d1699fcd
|
removed use of MMX registers
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33205 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-09-20 11:15:13 +00:00 |
|
David McPaul
|
507cac021c
|
C comments do not mix with assembly comments
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33201 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-09-20 02:11:34 +00:00 |
|
David McPaul
|
6bfbea62cd
|
Added SSE2 yuv to rgb conversion code. This code needs to move into the media kit though
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33200 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-09-19 23:34:23 +00:00 |
|
David McPaul
|
16a89fee58
|
Read Extra Data needed by MSADPCM and others
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31004 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-06-10 02:53:26 +00:00 |
|
David McPaul
|
cbec1ef4af
|
Ensure extra data is passed to decoder
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31003 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-06-10 02:49:45 +00:00 |
|
David McPaul
|
4cf2271b57
|
Bring matroska library up to latest version. Allows V2 matroska file playback
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30943 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-06-02 09:34:16 +00:00 |
|
David McPaul
|
938fd5a7e0
|
Update to v1.61 of MatroskaParser library
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30942 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-06-02 09:15:14 +00:00 |
|
David McPaul
|
6f7f87a2ac
|
sigh
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30733 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-05-12 22:51:15 +00:00 |
|
David McPaul
|
05f452c37c
|
Implement SniffRef
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30715 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-05-12 14:27:26 +00:00 |
|
David McPaul
|
e5d9cba691
|
They seek him here, they seek him there.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30673 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-05-08 13:04:27 +00:00 |
|
David McPaul
|
80622eee82
|
Add asf_reader to the image. Feedback welcome
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30550 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-05-02 04:38:47 +00:00 |
|
David McPaul
|
4d97ad948b
|
return LAST_BUFFER_ERROR when last buffer reached
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30549 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-05-02 04:32:01 +00:00 |
|
David McPaul
|
008c3af957
|
Now plays 2 out of 3 files and that is good yes
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30548 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-05-02 04:29:36 +00:00 |
|
David McPaul
|
ce487efa98
|
Slight performance optimisations
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30522 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-30 22:41:56 +00:00 |
|
David McPaul
|
527e8f9dd4
|
modfy debug a bit, no functional change
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30521 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-30 22:37:57 +00:00 |
|
David McPaul
|
2cbce7bb7a
|
Add support for mpeg audio in wav format files
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30520 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-30 22:36:22 +00:00 |
|
David McPaul
|
5b8ab325b5
|
add asf_reader to build for real this time
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30510 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-30 12:54:48 +00:00 |
|
David McPaul
|
218e947cde
|
rollbaack accidental commit
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30499 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-30 10:46:41 +00:00 |
|
David McPaul
|
22245b2dce
|
include asf_reader in compilation may break GCC4 builds
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30498 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-30 10:23:13 +00:00 |
|
David McPaul
|
94793d4d86
|
Pictures they move and everything and hark what is that noise
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30497 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-30 10:21:34 +00:00 |
|
David McPaul
|
595fb3689a
|
Now plays sound but lots of work still needed
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30461 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-27 14:06:17 +00:00 |
|
David McPaul
|
a0be875ae3
|
let asf config data through to decoders
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30460 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-27 14:04:47 +00:00 |
|
David McPaul
|
0faab0e222
|
add codecs in use by wmv files
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30422 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-26 03:21:25 +00:00 |
|
David McPaul
|
6e06058804
|
initial commit of windows media reader. Not really working yet
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30421 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-26 03:20:07 +00:00 |
|
David McPaul
|
3b63cb8a3a
|
style cleanup, hopefully no functional change
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30277 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-20 11:45:27 +00:00 |
|
David McPaul
|
3b6deff377
|
same change for ata as ide, return a valid dma mode value for idestatus
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30261 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-19 12:46:05 +00:00 |
|
David McPaul
|
98b956380c
|
made some changes according to the intel programmers guide. Our get_cpuid needs changes
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30259 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-19 05:02:42 +00:00 |
|
David McPaul
|
a56942d497
|
correct the model calculations for intel processors
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30231 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-17 20:59:14 +00:00 |
|
David McPaul
|
718e31e37a
|
display the DMA mode along with the theoretical transfer speed
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30226 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-17 10:09:04 +00:00 |
|
David McPaul
|
4f797d0b59
|
return the actual dma mode on request
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30225 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-17 10:07:15 +00:00 |
|
David McPaul
|
3da76c0bec
|
added cache descriptions reported by Intel Atom processor
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30200 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-16 11:50:12 +00:00 |
|
David McPaul
|
4e5a71dd76
|
add h264 and ac3 support in matroska
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30144 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-13 06:14:30 +00:00 |
|
David McPaul
|
c1ee694618
|
Add seeking support (my first commit from haiku)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30143 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-13 05:45:32 +00:00 |
|
David McPaul
|
25b3d00ba8
|
finally h264 decoding
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30132 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-12 03:34:24 +00:00 |
|
David McPaul
|
2ad2768adc
|
ifdef out another function that causes issues under linux
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30128 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-11 22:53:43 +00:00 |
|
David McPaul
|
da4c34f2a2
|
ifdef out function that has a problem asm instruction. It does not seem to be called anyway
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30118 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-11 13:26:01 +00:00 |
|
David McPaul
|
c773b05743
|
put ape_reader back in image
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30117 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-11 06:52:43 +00:00 |
|
David McPaul
|
78bec5f3c6
|
change ape_reader to lower case
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30116 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-11 06:49:46 +00:00 |
|
David McPaul
|
959dd58287
|
cleanup
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30115 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-11 06:48:44 +00:00 |
|
David McPaul
|
b51fbe43f5
|
change to lower case
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30114 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-11 06:48:18 +00:00 |
|
David McPaul
|
7ab08187b3
|
correct avcodec build
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30113 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-11 06:30:53 +00:00 |
|
David McPaul
|
31433f615e
|
test for valid ASFLAGS before calling yasm
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30112 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-11 06:23:14 +00:00 |
|
David McPaul
|
2ecebae14f
|
ignore Stack type in elf loader
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30099 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-10 03:28:00 +00:00 |
|
David McPaul
|
8507d18bcb
|
define Stack Program Header type
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30098 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-10 03:27:27 +00:00 |
|
David McPaul
|
ccb46ae54b
|
Build avcodec with assembly targets using yasm
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30097 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-10 03:21:56 +00:00 |
|
David McPaul
|
1c258c3d59
|
use yasm instead of nasm
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30096 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-10 03:21:06 +00:00 |
|
David McPaul
|
d477c2ba88
|
Include APE_reader in build
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30095 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-04-10 03:15:16 +00:00 |
|
David McPaul
|
04eba16dd7
|
mp4 is video not audio, add m4v as a mpeg-4 extension
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29843 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-03-31 21:48:56 +00:00 |
|
David McPaul
|
81ed336ed1
|
Add AC-3 support, fix audio seeking
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29839 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-03-31 21:02:12 +00:00 |
|
David McPaul
|
653dac15d2
|
performance improvements
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29838 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-03-31 21:00:06 +00:00 |
|
David McPaul
|
a1f8af1f44
|
Audio output buffer must now equal AVCODEC_MAX_AUDIO_FRAME_SIZE
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29837 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-03-31 20:58:57 +00:00 |
|
David McPaul
|
91fbc75fd1
|
Fix coding style violation
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29800 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-03-30 09:33:33 +00:00 |
|
David McPaul
|
e83fd628ae
|
APE Reader from sources donated by SHINTA
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29799 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-03-30 06:55:56 +00:00 |
|
David McPaul
|
73734dbf97
|
Add nasm rule and action
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29798 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-03-30 06:52:51 +00:00 |
|
David McPaul
|
5bdaad49f9
|
include some bug fixes from libmpg123
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29647 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-03-22 07:24:44 +00:00 |
|
David McPaul
|
7eae23728e
|
Standard Index now handles entries that are absolute offsets instead of relative
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29646 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-03-22 07:22:39 +00:00 |
|
David McPaul
|
888b341a2e
|
Missed a file on ffmpeg 0.5 commit
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29538 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-03-15 01:39:23 +00:00 |
|
David McPaul
|
499e71a657
|
sync with ffmpeg 0.5 release
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29537 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-03-15 01:37:36 +00:00 |
|
David McPaul
|
51cb342a77
|
sync with ffmpeg 0.5 release
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29536 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-03-15 01:35:02 +00:00 |
|
David McPaul
|
3d50ba22de
|
sync with ffmpeg 0.5 release
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29535 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-03-15 01:34:41 +00:00 |
|
David McPaul
|
6608bd7c78
|
sync with ffmpeg 0.5 release
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29534 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-03-15 01:34:21 +00:00 |
|
David McPaul
|
42e4132ed3
|
made comment a TODO
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29330 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-02-27 09:06:53 +00:00 |
|
David McPaul
|
905faca0bf
|
Output as Stereo as AudioChannelConverter cannot handle > 2 channels
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29329 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-02-27 08:58:59 +00:00 |
|
David McPaul
|
be125ae02f
|
Remove wrong format
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29313 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-02-24 12:50:31 +00:00 |
|
David McPaul
|
201970d309
|
First cut at improving avi seeking
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29308 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-02-24 08:12:27 +00:00 |
|
David McPaul
|
3e02e6ae4d
|
Seek functionality changes
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29307 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-02-24 08:05:18 +00:00 |
|
David McPaul
|
379d4bb08f
|
implement basic C yuv422toRGB function
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29306 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
2009-02-24 08:00:46 +00:00 |
|