summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* small fixes/improvementskraymer2005-01-031-5/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14345 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.832: small improvementkraymer2005-01-031-13/+21
| | | | | | | | | | | | 1.833: bump (left out since it's not in synced part) (x264) 1.834: Add -ao pcm suboptions and remove -aofile and -waveheader options. 1.835 & 1.836: bump (left out since it's not in synced part) (x264) 1.837: Default to audiodump.pcm with nowaveheader again finally added 'synced-to-here'-flag ---------------------------------------------------------------------- git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14344 b3059339-0415-0410-9bf9-f77b7e298cf2
* syncpaszczi2005-01-032-2/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14343 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.827: Better -lavdopts option descriptions.kraymer2005-01-031-7/+33
| | | | | | | | | | | 1.828: Remove spurious .RE macro. 1.829: added colorkey support for vo_directx. 1.830: added -wid support for vo_directx. 1.831: Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins. ---------------------------------------------------------------------- git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14342 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.837paszczi2005-01-031-77/+98
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14341 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.826: Created audio filters section to replace -af description.kraymer2005-01-031-123/+174
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14340 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.821: Clarify vo_yuv4mpeg filename handling. (bump, was already corrected)kraymer2005-01-031-3/+9
| | | | | | | | | | | 1.822: y420 vs i420 typo (already done, thanks diego) 1.823: Mention how to concatenate files with -vo yuv4mpeg and -fixed-vo. 1.824: added conditional lowres description 1.825: Fix paragraph indentation. ---------------------------------------------------------------------- git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14339 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.814: sstep is usually inaccurate.kraymer2005-01-031-37/+52
| | | | | | | | | | | | | 1.815: use a configurable-size ringbuffer instead of a pipe for buffering key events. 1.816: better explain -nodouble. 1.817: Add a file= suboption to set output file. (md5sum) 1.818: keyframes are more like 10 - 20 seconds apart, not 120 (was already corrected) 1.819: Some fixes and better wording, remove alsa9 and alsa1x audio output drivers and make some numeric options line up properly. 1.820: better mention -vo yuv4mpeg can change output filename git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14338 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.812: -double is now default, thus -nodouble needs to be documented instead.kraymer2005-01-031-22/+105
| | | | | | | | | 1.813: -identify now prints subtitle/audio track information. wording: Pullup -> pullup added video filter filmident git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14337 b3059339-0415-0410-9bf9-f77b7e298cf2
* af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control ↵alex2005-01-034-46/+67
| | | | | | in format.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14336 b3059339-0415-0410-9bf9-f77b7e298cf2
* Ignore .dependivo2005-01-031-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14335 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed wording enkodier* to encode* to be consistant with manpagekraymer2005-01-031-8/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14334 b3059339-0415-0410-9bf9-f77b7e298cf2
* trivial: added [cfg]-tag in cfg.c sectionkraymer2005-01-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14333 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1.154: printf --> mp_msg conversion, less verbositykraymer2005-01-031-1/+65
| | | | | | | 1.155: Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14332 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync to 1.837:gpoirier2005-01-031-1/+3
| | | | | | | | Default to audiodump.pcm with nowaveheader again, but document it in the manpage this time. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14331 b3059339-0415-0410-9bf9-f77b7e298cf2
* More commands documented, based on Reimar's findings.diego2005-01-031-11/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14330 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use the subopt-helper for parsing suboptions.reimar2005-01-031-109/+57
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14329 b3059339-0415-0410-9bf9-f77b7e298cf2
* Default to audiodump.pcm with nowaveheader again, but document it in the ↵reimar2005-01-032-2/+8
| | | | | | manpage this time. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14328 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use lavcresample only when libavcodec is compiled in.reimar2005-01-031-8/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14327 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing break that caused an irritating error message all the time when ↵reimar2005-01-031-0/+1
| | | | | | using slave mode. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14326 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.836:gpoirier2005-01-031-9/+8
| | | | | | | x264: clarify 4x4mv, b8x8mv (thanks to Bond) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14325 b3059339-0415-0410-9bf9-f77b7e298cf2
* grab_frame, osd_show_text, sub_step, screenshot documented.diego2005-01-031-6/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14324 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.74 (typo fix)gabrov2005-01-031-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14323 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.835gpoirier2005-01-031-78/+79
| | | | | | | x264: group together the primary ratecontrol options. misc clarifications. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14322 b3059339-0415-0410-9bf9-f77b7e298cf2
* Clarification as suggested by Alexander Strasser.diego2005-01-031-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14321 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixesgabrov2005-01-031-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14320 b3059339-0415-0410-9bf9-f77b7e298cf2
* whitespace fixesgabrov2005-01-031-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14319 b3059339-0415-0410-9bf9-f77b7e298cf2
* many 10ls fixed... also better debuggingarpi2005-01-031-27/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14318 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.21gabrov2005-01-031-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14317 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.51gabrov2005-01-031-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14316 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.58gabrov2005-01-031-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14315 b3059339-0415-0410-9bf9-f77b7e298cf2
* x264: clarify 4x4mv, b8x8mv (thanks to Bond)lorenm2005-01-031-9/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14314 b3059339-0415-0410-9bf9-f77b7e298cf2
* Framestepping does not require pause mode.diego2005-01-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14313 b3059339-0415-0410-9bf9-f77b7e298cf2
* happy new yeardiego2005-01-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14312 b3059339-0415-0410-9bf9-f77b7e298cf2
* Document minimum required ALSA version.diego2005-01-021-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14311 b3059339-0415-0410-9bf9-f77b7e298cf2
* Forward framestepping is now implemented.diego2005-01-021-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14310 b3059339-0415-0410-9bf9-f77b7e298cf2
* x264: group together the primary ratecontrol options. misc clarifications.lorenm2005-01-021-66/+73
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14309 b3059339-0415-0410-9bf9-f77b7e298cf2
* change rc_init_buffer to be a fraction of total buffer size.lorenm2005-01-021-6/+7
| | | | | | | disallow qp_step=0. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14308 b3059339-0415-0410-9bf9-f77b7e298cf2
* Decode WV1F version of MPEG4 with libavcodecrtognimp2005-01-021-0/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14307 b3059339-0415-0410-9bf9-f77b7e298cf2
* more credits, some wording consistencydiego2005-01-021-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14306 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.834: Add -ao pcm suboptions and remove -aofile and -waveheader ↵gpoirier2005-01-021-14/+19
| | | | | | options. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14305 b3059339-0415-0410-9bf9-f77b7e298cf2
* Raw encoder does not support stride.reimar2005-01-021-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14304 b3059339-0415-0410-9bf9-f77b7e298cf2
* win95 fix fix by Rune Petersen <rune.mail-list at mail.tele.dk>faust32005-01-021-5/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14303 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not use strndup, it is missing on MinGW.reimar2005-01-021-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14302 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing ;faust32005-01-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14301 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mingw compile fix, hm doesn't the inttypes solution always work?faust32005-01-021-6/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14300 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -ao pcm suboptions and remove -aofile and -waveheader options.reimar2005-01-025-22/+39
| | | | | | | Base on idea by Olivier Rolland (billl at users dot sf dot net) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14299 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use libc qsort to sort ODML index.reimar2005-01-021-40/+5
| | | | | | | Based on patch by phillip at phdcam dot com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14298 b3059339-0415-0410-9bf9-f77b7e298cf2
* happy new yeardiego2005-01-022-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14297 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.58gabrov2005-01-011-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14296 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix string argument parsing (e.g. one char strings were not accepted)reimar2005-01-011-14/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14295 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.14gabrov2005-01-011-12/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14294 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make af_control_any_rev return the matching filterreimar2005-01-012-7/+12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14293 b3059339-0415-0410-9bf9-f77b7e298cf2
* Install libdha into LIBDIR.reimar2005-01-011-5/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14292 b3059339-0415-0410-9bf9-f77b7e298cf2
* rate/format matching and volume get/set supportarpi2005-01-011-28/+151
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14291 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced to 1.72, initial translationgabrov2005-01-011-0/+2556
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14290 b3059339-0415-0410-9bf9-f77b7e298cf2
* synced with 1.833paszczi2004-12-311-12/+44
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14289 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix quicksort to avoid stack overflow and extreme runtimesreimar2004-12-311-6/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14288 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use subopt helper to parse argumentsreimar2004-12-311-50/+19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14287 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add a type name for the test functionreimar2004-12-311-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14286 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use subopt parserreimar2004-12-311-36/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14285 b3059339-0415-0410-9bf9-f77b7e298cf2
* faster packed<->planar conversationmichael2004-12-311-6/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14284 b3059339-0415-0410-9bf9-f77b7e298cf2
* replaced deprecated FE_GET_EVENT with FE_READ_STATUS (only for DVB_HEAD); ↵nicodvb2004-12-311-29/+31
| | | | | | added a workaround for drivers that don't support FE_TIMEDOUT git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14283 b3059339-0415-0410-9bf9-f77b7e298cf2
* suboption parser for vo and ao modulesal2004-12-313-1/+296
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14282 b3059339-0415-0410-9bf9-f77b7e298cf2
* internal Tremor decoder for Ogg/Vorbishenry2004-12-3034-7/+8942
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14281 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix channels, sample rate and sample size for 3gp filesrtognimp2004-12-291-8/+26
| | | | | | | Patch by Richard van der Hoff [ richardv at mxtelecom dot com ] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14280 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support amr_nb and amr_wb via libavcodecrtognimp2004-12-292-0/+113
| | | | | | | Add fourcc for H.263 used in 3gp files (s263) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14279 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update for after-pre6 changesrtognimp2004-12-291-0/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14278 b3059339-0415-0410-9bf9-f77b7e298cf2
* TwinVQ decoder and demuxerrtognimp2004-12-299-3/+976
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14277 b3059339-0415-0410-9bf9-f77b7e298cf2
* less namespace pollution #2 (prefixed globals in filter.c with af_filter_)alex2004-12-296-28/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14276 b3059339-0415-0410-9bf9-f77b7e298cf2
* less namespace pollutionalex2004-12-293-22/+22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14275 b3059339-0415-0410-9bf9-f77b7e298cf2
* more verbose messagesalex2004-12-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14274 b3059339-0415-0410-9bf9-f77b7e298cf2
* accelerated conversionsalex2004-12-291-6/+98
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14273 b3059339-0415-0410-9bf9-f77b7e298cf2
* Updated with a reminder for mplayer-announcertognimp2004-12-291-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14272 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove unused definesreimar2004-12-291-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14271 b3059339-0415-0410-9bf9-f77b7e298cf2
* Doxygen comments improvedreimar2004-12-292-1/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14270 b3059339-0415-0410-9bf9-f77b7e298cf2
* wording/spellingdiego2004-12-291-14/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14269 b3059339-0415-0410-9bf9-f77b7e298cf2
* last draft with some insignificant changesrathann2004-12-291-0/+199
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14268 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with 1.833gpoirier2004-12-281-8/+41
| | | | | | | | | new x264 options: b8x8mv, direct_pred changed explanation: 4x4mv changed defaults: subq, pb_factor git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14267 b3059339-0415-0410-9bf9-f77b7e298cf2
* Try http if pnm connection failsrtognimp2004-12-281-3/+7
| | | | | | | Fixes pnm://www.darrelbowen.com/videos/commercials256.rm git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14266 b3059339-0415-0410-9bf9-f77b7e298cf2
* af_fmt2str_shortalex2004-12-2810-27/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14265 b3059339-0415-0410-9bf9-f77b7e298cf2 </