arpi
917a859fac
global var for option -slices
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5484 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-04 00:00:23 +00:00
arpi
37237d0e2f
libavcodec slices support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5483 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-03 23:59:54 +00:00
arpi
f331f54b26
control() done
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5482 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-03 21:37:26 +00:00
arpi
0e69d0c69d
removed useless contect struct -> code simplified
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5481 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-03 21:01:15 +00:00
arpi
a4f5c8a3d9
libmad support, rewritten from scratch using Xine decoder as sample
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5480 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-03 20:14:18 +00:00
arpi
85ee329a2e
vd_mpegpes added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5477 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-03 18:22:31 +00:00
arpi
4cfb38c8a2
rewritten - it replaces libmpeg2/decode.c now
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5466 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-03 02:39:02 +00:00
arpi
b168261f10
sample
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5463 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-01 19:14:14 +00:00
arpi
aff40c7823
audio input buffer allocation/free cleanup
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5459 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-01 17:58:04 +00:00
alex
e8236a8ab6
config vo only if aspect really changed and width&&height isn't changed (if w||h changes, we set it later)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5458 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-01 17:12:10 +00:00
arpi
1bd4364bc4
cleanup
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5456 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-01 15:45:45 +00:00
arpi
e698214de0
ehh. vorbis support...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5455 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-01 15:26:23 +00:00
arpi
8b9eea7eb0
twos audio fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5454 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-01 15:25:50 +00:00
alex
57c7eef360
added vfw uninit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5452 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-01 13:26:38 +00:00
alex
111e0a4f65
added acm uninit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5451 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-01 13:26:03 +00:00
alex
ad8ea46df1
using sh->context and added proper uninit
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5449 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-01 13:14:54 +00:00
alex
2870aa4331
using sh->context
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5448 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-01 13:10:03 +00:00
arpi
137c0d6cc8
vorbis driver ported, and also fixed a bug, as nominal_bitrate can be -1
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5428 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 20:08:19 +00:00
melanson
03b4e0a033
fixed ibps
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5423 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 17:25:11 +00:00
melanson
85b287acd0
modified the new MS RLE decoder to support BGR15/16 output formats in
...
addition to BGR24/32, just like the old XAnim decoder; it's also
interesting to note that this commit wantonly violates A'rpi's newest
nonsensical CVS policy, and I quote:
Note: if you had to put if(){ .. } over big (> 5 lines) code,
do NOT change the indent of the inner part (move it right) !
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5421 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 15:33:32 +00:00
arpi
dc8013694c
copy palette to 4*256 bytes area to avoid sig11 when colors<256 but index>colors (broken files)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5420 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 10:11:49 +00:00
arpi
bbb69a2db6
migrating to Melanson's great codec name change... which is of course nonsense but why not...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5418 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-31 09:29:19 +00:00
melanson
a9803b9f75
reworked ADPCM decoders; changes include:
...
* fixed MS IMA ADPCM
* dissolved adpcm.c/.h into appropriate ad_* decoders
* DK4 audio is handled directly by IMA ADPCM decoder (this obsoletes
ad_dk4adpcm.c)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5409 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-30 22:27:45 +00:00
arpi
b338f41223
ac3_iec958_build_burst moved from ac3-iec958.c
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5371 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-27 21:05:39 +00:00
atmos4
1f8a7b1336
eeh 10l removed too much lines :(
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5367 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-27 03:07:07 +00:00
atmos4
a6723d9346
Issue a warning in VDec if disp_w and disp_h weren't set by codec and try workaround.
...
Fix ijpg codec to set sh->disp_w and sh->disp_h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5366 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-27 02:58:55 +00:00
iive
c1205011cc
ported back hack for interlaced mpeg2, without it mplayer draws whole frame for every field -100% slowdown
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5361 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-26 17:05:09 +00:00
atmos4
e62a51110c
Don't kill me, pure indent change as I forgot to reindent when copy and pasting from dec_audio.c, as this is the first revision it doesn't break changelog!
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5358 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-26 16:37:42 +00:00
atmos4
96b58cfa58
Port dec_audio.c faad aac decoder to libmpcodecs, cleaned up code, improved buffering scheme.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5357 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-26 15:53:18 +00:00
melanson
37ef9b84ec
fixed up this audio decoder too
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5354 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-26 05:34:41 +00:00
melanson
3f5ad4c82b
added YUY2 output to the widely used (heh) CYUV decoder because it seemed
...
like a good idea...isn't YUY2 better supported that UYVY?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5352 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-26 05:03:10 +00:00
melanson
18f583efc7
fixed so the decoder cooperates better with the rest of the system
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5351 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-26 04:41:43 +00:00
melanson
bfe1dcfba9
fixed to work nicely with the new system (and yes, I did originate the RoQ
...
audio decoder for this project)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5350 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-26 04:22:47 +00:00
arpi
5be3590253
ad_msgsm added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5346 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 22:25:58 +00:00
arpi
b1b5f20978
ok, use ad_* stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5345 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 22:04:33 +00:00
arpi
a823205f9f
argh... Nick messed up driver names too
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5344 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 22:03:33 +00:00
arpi
b6ef6abbd5
imporetd from MPlayerXP, with small modification
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5343 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 21:23:06 +00:00
arpi
040bc8f79a
do not export the World
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5342 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 21:13:02 +00:00
arpi
7c026066ea
imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface functions changed to static, info->author field added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5341 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 21:06:01 +00:00
arpi
94d3170bd0
changed to be more-or-less compatible with Nick's stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5340 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 19:53:41 +00:00
atmos4
a827a9ceb5
Fix aspect info for square pixel.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5332 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 09:52:15 +00:00
arpi
5d6a29f4f2
check and set codec selection - impossible to do it at find_codec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5329 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 03:19:43 +00:00
arpi
8784c88322
proposal for audio decoders
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5325 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 02:39:58 +00:00
arpi
ccd1ad61ab
common stuff moved to mpc_info.h
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5324 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-25 02:39:36 +00:00
arpi
afca126ff7
UV vs VU fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5316 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 19:01:01 +00:00
alex
b49e685913
added aspect ratio support and local ctx
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5281 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 17:29:35 +00:00
alex
3afc6449c1
10l, hopefully fixed query format
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5280 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 17:27:46 +00:00
alex
6012176aee
fixed query format
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5279 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 17:16:49 +00:00
arpi
b1594708a7
10l. IMGFLAG_ALLOCATED shouldn't be set from vd driver\! - it's for internal use by the core
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5278 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 16:56:05 +00:00
alex
8d4022576e
moved get_image into decoder (Arpi's request)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5277 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 16:46:02 +00:00