summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* audio copy fixarpi2002-01-271-10/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4370 b3059339-0415-0410-9bf9-f77b7e298cf2
* bitrate calculator for 650/700 mb cdromarpi2002-01-271-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4369 b3059339-0415-0410-9bf9-f77b7e298cf2
* 3-pass encoding support (reads frame skip/dup control and audio stream from ↵arpi2002-01-261-8/+46
| | | | | | frameno.avi) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4368 b3059339-0415-0410-9bf9-f77b7e298cf2
* added dmb1 fourcc to m3jpeg by Thomas Kranzalex2002-01-261-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4367 b3059339-0415-0410-9bf9-f77b7e298cf2
* added better fourcc handling for lavc, exiting if no lavc video codec name ↵alex2002-01-261-14/+46
| | | | | | specified git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4366 b3059339-0415-0410-9bf9-f77b7e298cf2
* goto man mplayer, leymagabucino2002-01-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4365 b3059339-0415-0410-9bf9-f77b7e298cf2
* preinit moved to right placealex2002-01-261-37/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4364 b3059339-0415-0410-9bf9-f77b7e298cf2
* preinit usagenick2002-01-262-32/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4363 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix a decimation/scaling bug in vo_zr and some verbose messages have changed ↵arpi2002-01-261-4/+28
| | | | | | - patch by Rik Snel <rsnel@cube.dyndns.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4362 b3059339-0415-0410-9bf9-f77b7e298cf2
* commited Rik Snel's patch (thx!)gabucino2002-01-261-7/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4361 b3059339-0415-0410-9bf9-f77b7e298cf2
* no longer required to call preinit from init and query_format, mplayer.c ↵alex2002-01-261-3/+3
| | | | | | does this git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4360 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo's preinit supportnick2002-01-261-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4359 b3059339-0415-0410-9bf9-f77b7e298cf2
* ideisgabucino2002-01-261-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4358 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied al3x's peccsgabucino2002-01-262-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4357 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -nosound/-sound and -ovc null to mencoder.kmkaplan2002-01-264-5/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4356 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed preinit conflictalex2002-01-261-8/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4355 b3059339-0415-0410-9bf9-f77b7e298cf2
* i420/iyuv supportalex2002-01-261-4/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4354 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extensions for video accelerated architecturenick2002-01-2630-16/+306
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4353 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed i420 handlingalex2002-01-261-2/+10
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4352 b3059339-0415-0410-9bf9-f77b7e298cf2
* yuy2 reported as workingalex2002-01-261-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4351 b3059339-0415-0410-9bf9-f77b7e298cf2
* pre-check for audio/video streams (hope it fix wma steraming)arpi2002-01-261-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4350 b3059339-0415-0410-9bf9-f77b7e298cf2
* use the new jpeg encoder - patch by Rik Snel <rsnel@cube.dyndns.org>arpi2002-01-261-225/+163
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4349 b3059339-0415-0410-9bf9-f77b7e298cf2
* fast 4:2:2 jpeg encoder, based on libavcodec. - patch by Rik Snel ↵arpi2002-01-261-0/+899
| | | | | | <rsnel@cube.dyndns.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4348 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_zr no more depends on libjpeg - it requires libavcodec now. patch by Rik ↵arpi2002-01-262-35/+17
| | | | | | Snel <rsnel@cube.dyndns.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4347 b3059339-0415-0410-9bf9-f77b7e298cf2
* original patch by malc <malc@tmbg.co.uk>pl2002-01-251-2/+5
| | | | | | | slightly edited by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4346 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't segfault with empty -chapter spec.kmkaplan2002-01-251-0/+2
| | | | | | | Quiet one GCC warning. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4345 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extended DVD chapter specification. Remove -last-chapter option.kmkaplan2002-01-244-4/+37
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4344 b3059339-0415-0410-9bf9-f77b7e298cf2
* Let mplayer handle signals so terminal gets cleaned up.atmos42002-01-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4343 b3059339-0415-0410-9bf9-f77b7e298cf2
* qscale 3->2 (Thank you Michael)arpi2002-01-241-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4342 b3059339-0415-0410-9bf9-f77b7e298cf2
* added support for i420 and iyuvalex2002-01-241-4/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4341 b3059339-0415-0410-9bf9-f77b7e298cf2
* entudjam?gabucino2002-01-249-10/+108
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4340 b3059339-0415-0410-9bf9-f77b7e298cf2
* keep me chean ;-)jaf2002-01-241-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4339 b3059339-0415-0410-9bf9-f77b7e298cf2
* freebsd fix by bjoern fischeratmos42002-01-241-0/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4338 b3059339-0415-0410-9bf9-f77b7e298cf2
* aspect ratio 9 added.jaf2002-01-241-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4337 b3059339-0415-0410-9bf9-f77b7e298cf2
* mpsub dump bug fix. 100l for laazpontscho2002-01-241-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4336 b3059339-0415-0410-9bf9-f77b7e298cf2
* Readded the content-type checking, in case of the no HTTP body arebertrand2002-01-241-23/+24
| | | | | | | sent we can still try with the content-type. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4335 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a parser for the "ASF group stream object" and display the bitrate valuesbertrand2002-01-241-0/+30
| | | | | | | of all the streams. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4334 b3059339-0415-0410-9bf9-f77b7e298cf2
* QT demuxer now supports the default QT palettesmelanson2002-01-242-11/+321
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4333 b3059339-0415-0410-9bf9-f77b7e298cf2
* freq fix, removed muxer delayarpi2002-01-241-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4332 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_pts fix (10l)arpi2002-01-241-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4331 b3059339-0415-0410-9bf9-f77b7e298cf2
* initialalex2002-01-231-0/+55
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4330 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed num_of_packets and current_packet handling, bug found by Mike Melansonalex2002-01-231-7/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4329 b3059339-0415-0410-9bf9-f77b7e298cf2
* upgraded to newest vidix interfacealex2002-01-232-11/+150
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4328 b3059339-0415-0410-9bf9-f77b7e298cf2
* upgraded to newest vidix interface. in eq: return if g200 moved to the ↵alex2002-01-231-25/+34
| | | | | | beginning of seteq git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4327 b3059339-0415-0410-9bf9-f77b7e298cf2
* added cap.authoralex2002-01-231-2/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4326 b3059339-0415-0410-9bf9-f77b7e298cf2
* don't render UV planes if interleaved (also add support later)alex2002-01-231-0/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4325 b3059339-0415-0410-9bf9-f77b7e298cf2
* some typos fixed ;), added author to capabilites and extended name to 64 ↵alex2002-01-231-6/+11
| | | | | | bytes. added interleaved uv planes support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4324 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixing compilation on non-MMX but x86 systemsnick2002-01-232-13/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4323 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixing compilation on non-MMX but x86 systemsnick2002-01-232-4/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4322 b3059339-0415-0410-9bf9-f77b7e298cf2
* RGB independed correction for GATOS's radeon_video driver!nick2002-01-231-1/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4321 b3059339-0415-0410-9bf9-f77b7e298cf2
* intense->intensity + capability extension + fixing R200 color correction bugnick2002-01-231-17/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4320 b3059339-0415-0410-9bf9-f77b7e298cf2
* intense -> intensity + capability extensionnick2002-01-232-6/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4319 b3059339-0415-0410-9bf9-f77b7e298cf2
* intense -> intensitynick2002-01-234-30/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4318 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix screen saver bug under guipontscho2002-01-234-17/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4317 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l ...nexus2002-01-232-5/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4316 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD need this to compile after last changesnexus2002-01-231-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4315 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added buffering of output dataanders2002-01-231-18/+51
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4314 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a turn around for badly configured web servers.bertrand2002-01-231-4/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4313 b3059339-0415-0410-9bf9-f77b7e298cf2
* Modified the output of the http_debug function.bertrand2002-01-231-6/+12
| | | | | | | Fixed a bug in the reading of the "reason answer" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4312 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed unused code that I commented earlier.bertrand2002-01-231-37/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4311 b3059339-0415-0410-9bf9-f77b7e298cf2
* Implementation of entryrefalbeu2002-01-222-4/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4310 b3059339-0415-0410-9bf9-f77b7e298cf2
* Objectization of the play_tree_parser for more flexiblityalbeu2002-01-222-102/+167
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4309 b3059339-0415-0410-9bf9-f77b7e298cf2
* Attempt to fix NVidia problemsnick2002-01-221-7/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4308 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup of video packet writer, PTS sent only oncearpi2002-01-221-14/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4307 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, debug printf removedarpi2002-01-221-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4306 b3059339-0415-0410-9bf9-f77b7e298cf2
* minor bugfix in the -v outputmichael2002-01-221-2/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4305 b3059339-0415-0410-9bf9-f77b7e298cf2
* move bug fixedpontscho2002-01-221-13/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4304 b3059339-0415-0410-9bf9-f77b7e298cf2
* Modified the cache option value setting/reading, so we can reportbertrand2002-01-221-9/+21
| | | | | | | in any case the cache size value used. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4303 b3059339-0415-0410-9bf9-f77b7e298cf2
* added skeleton for Duck Truemotion v1 decoder (doesn't do anything yet)melanson2002-01-226-1/+43
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4302 b3059339-0415-0410-9bf9-f77b7e298cf2
* passing samplerate to LPCM writer - 44, 32 and 96khz are also supported from nowarpi2002-01-221-2/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4301 b3059339-0415-0410-9bf9-f77b7e298cf2
* LPCM write code rewritten, thanks to Marcus at mocm@convergence.dearpi2002-01-221-29/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4300 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed some major flaws; decoder is now almost correctmelanson2002-01-221-12/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4299 b3059339-0415-0410-9bf9-f77b7e298cf2
* 15/16 bit dithering in C (5% slower, can be disabled by comenting #define ↵michael2002-01-214-45/+228
| | | | | | | | | | | DITHER1XBPP out) x/yInc bugfix (bug was introduced during the global var removial) more emms & no messing with ARCH_X86 (=workaround against not cleared mmx state somewhere) sharpening filter (-ssf cs=<int> & -ssf ls=<int>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4298 b3059339-0415-0410-9bf9-f77b7e298cf2
* Gamma correction (based on patch of Pásztor Szilárd ↵nick2002-01-211-1/+55
| | | | | | | | | | | | <silicon@falcon.sch.bme.hu>) Seriously modified. Use mplayer specific command line arguments for that: -brightness -contrast -saturation -hue (For detail see DOCS) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4297 b3059339-0415-0410-9bf9-f77b7e298cf2
* copyright(swscaler) = GPLmichael2002-01-213-13/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4296 b3059339-0415-0410-9bf9-f77b7e298cf2
* a few filters (should be removed/merged when arpis videofilter stuff is ↵michael2002-01-213-27/+109
| | | | | | | | | | | | | finished) -ssf cgb=<float> -> chrominance gaussian blur (nice to improve picture quality) -ssf lgb=<float> -> luminance gaussian blur (dunno what its good for) -ssf chs=<int> -> shift chrominance horizontally -ssf cvs=<int> -> shift chrominance vertically these will only work if the swscaler is used at all git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4295 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a check to not set the cache size if the user alredy set it.albeu2002-01-211-12/+13
| | | | | | | Use m_config_set_int in place of m_config_set_option. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4294 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bug fix for subconfig option. A -tv option containing the on parameteralbeu2002-01-213-40/+380
| | | | | | | | is now take as an entry. New functions to set/get options and know if an option is alredy set. A few comments. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4293 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add option -last-chapter for DVD playing/encodingkmkaplan2002-01-213-3/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4292 b3059339-0415-0410-9bf9-f77b7e298cf2
* general convolution filtering of the source picturemichael2002-01-213-116/+408
| | | | | | | dynamic memory allocation for the buffers (needed for the filter stuff) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4291 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set the cache value if the network layer was able to compute it.bertrand2002-01-201-7/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4290 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed the asf_file_header_t struct to read all the fields properly.bertrand2002-01-203-9/+41
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4289 b3059339-0415-0410-9bf9-f77b7e298cf2
* /usr//include/inttypes.h for CYGWINatmos42002-01-20