summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 1.832: small improvementkraymer2005-01-031-13/+21
* syncpaszczi2005-01-032-2/+7
* 1.827: Better -lavdopts option descriptions.kraymer2005-01-031-7/+33
* synced with 1.837paszczi2005-01-031-77/+98
* 1.826: Created audio filters section to replace -af description.kraymer2005-01-031-123/+174
* 1.821: Clarify vo_yuv4mpeg filename handling. (bump, was already corrected)kraymer2005-01-031-3/+9
* 1.814: sstep is usually inaccurate.kraymer2005-01-031-37/+52
* 1.812: -double is now default, thus -nodouble needs to be documented instead.kraymer2005-01-031-22/+105
* af_bits2fmt and af_str2fmt_short, also removed the extra FORMAT_BPS control i...alex2005-01-034-46/+67
* Ignore .dependivo2005-01-031-0/+1
* changed wording enkodier* to encode* to be consistant with manpagekraymer2005-01-031-8/+8
* trivial: added [cfg]-tag in cfg.c sectionkraymer2005-01-031-1/+1
* 1.154: printf --> mp_msg conversion, less verbositykraymer2005-01-031-1/+65
* Sync to 1.837:gpoirier2005-01-031-1/+3
* More commands documented, based on Reimar's findings.diego2005-01-031-11/+18
* Use the subopt-helper for parsing suboptions.reimar2005-01-031-109/+57
* Default to audiodump.pcm with nowaveheader again, but document it in the manp...reimar2005-01-032-2/+8
* Use lavcresample only when libavcodec is compiled in.reimar2005-01-031-8/+21
* Add missing break that caused an irritating error message all the time when u...reimar2005-01-031-0/+1
* Sync with 1.836:gpoirier2005-01-031-9/+8
* grab_frame, osd_show_text, sub_step, screenshot documented.diego2005-01-031-6/+8
* synced to 1.74 (typo fix)gabrov2005-01-031-2/+2
* Sync with 1.835gpoirier2005-01-031-78/+79
* Clarification as suggested by Alexander Strasser.diego2005-01-031-0/+2
* typo fixesgabrov2005-01-031-1/+1
* whitespace fixesgabrov2005-01-031-9/+9
* many 10ls fixed... also better debuggingarpi2005-01-031-27/+45
* synced to 1.21gabrov2005-01-031-1/+2
* synced to 1.51gabrov2005-01-031-1/+5
* synced to 1.58gabrov2005-01-031-3/+3
* x264: clarify 4x4mv, b8x8mv (thanks to Bond)lorenm2005-01-031-9/+6
* Framestepping does not require pause mode.diego2005-01-021-1/+1
* happy new yeardiego2005-01-021-0/+1
* Document minimum required ALSA version.diego2005-01-021-0/+4
* Forward framestepping is now implemented.diego2005-01-021-2/+2
* x264: group together the primary ratecontrol options. misc clarifications.lorenm2005-01-021-66/+73
* change rc_init_buffer to be a fraction of total buffer size.lorenm2005-01-021-6/+7
* Decode WV1F version of MPEG4 with libavcodecrtognimp2005-01-021-0/+8
* more credits, some wording consistencydiego2005-01-021-3/+7
* Sync with 1.834: Add -ao pcm suboptions and remove -aofile and -waveheader op...gpoirier2005-01-021-14/+19
* Raw encoder does not support stride.reimar2005-01-021-0/+1
* win95 fix fix by Rune Petersen <rune.mail-list at mail.tele.dk>faust32005-01-021-5/+6
* Do not use strndup, it is missing on MinGW.reimar2005-01-021-1/+3
* missing ;faust32005-01-021-1/+1
* Mingw compile fix, hm doesn't the inttypes solution always work?faust32005-01-021-6/+6
* Add -ao pcm suboptions and remove -aofile and -waveheader options.reimar2005-01-025-22/+39
* Use libc qsort to sort ODML index.reimar2005-01-021-40/+5
* happy new yeardiego2005-01-022-2/+2
* synced to 1.58gabrov2005-01-011-3/+3
* fix string argument parsing (e.g. one char strings were not accepted)reimar2005-01-011-14/+5
* synced to 1.14gabrov2005-01-011-12/+29
* Make af_control_any_rev return the matching filterreimar2005-01-012-7/+12
* Install libdha into LIBDIR.reimar2005-01-011-5/+5
* rate/format matching and volume get/set supportarpi2005-01-011-28/+151
* synced to 1.72, initial translationgabrov2005-01-011-0/+2556
* synced with 1.833paszczi2004-12-311-12/+44
* fix quicksort to avoid stack overflow and extreme runtimesreimar2004-12-311-6/+22
* Use subopt helper to parse argumentsreimar2004-12-311-50/+19
* Add a type name for the test functionreimar2004-12-311-1/+3
* Use subopt parserreimar2004-12-311-36/+28
* faster packed<->planar conversationmichael2004-12-311-6/+24
* replaced deprecated FE_GET_EVENT with FE_READ_STATUS (only for DVB_HEAD); add...nicodvb2004-12-311-29/+31
* suboption parser for vo and ao modulesal2004-12-313-1/+296
* internal Tremor decoder for Ogg/Vorbishenry2004-12-3034-7/+8942
* Fix channels, sample rate and sample size for 3gp filesrtognimp2004-12-291-8/+26
* Support amr_nb and amr_wb via libavcodecrtognimp2004-12-292-0/+113
* Update for after-pre6 changesrtognimp2004-12-291-0/+24
* TwinVQ decoder and demuxerrtognimp2004-12-299-3/+976
* less namespace pollution #2 (prefixed globals in filter.c with af_filter_)alex2004-12-296-28/+28
* less namespace pollutionalex2004-12-293-22/+22
* more verbose messagesalex2004-12-291-2/+2
* accelerated conversionsalex2004-12-291-6/+98
* Updated with a reminder for mplayer-announcertognimp2004-12-291-0/+2
* Remove unused definesreimar2004-12-291-5/+0
* Doxygen comments improvedreimar2004-12-292-1/+6
* wording/spellingdiego2004-12-291-14/+14
* last draft with some insignificant changesrathann2004-12-291-0/+199
* Sync with 1.833gpoirier2004-12-281-8/+41
* Try http if pnm connection failsrtognimp2004-12-281-3/+7
* af_fmt2str_shortalex2004-12-2810-27/+24
* af_fmt2str_shortalex2004-12-282-0/+34
* 10l, variable declarations must be before mp_msg.reimar2004-12-281-1/+1
* 100l use right mask type when checking for input formatrtognimp2004-12-281-9/+4
* 100l set default format for AF_FORMATs not supported by sound cardrtognimp2004-12-281-3/+9
* new x264 options: b8x8mv, direct_predlorenm2004-12-281-9/+41
* Make af_ladspa use new AF_FORMAT define that was introduced by Alex'sivo2004-12-281-1/+1
* sync to x264 r72.lorenm2004-12-281-5/+14
* ensure af_fmt2str always return a 0 terminated stringreimar2004-12-271-0/+5
* 100l, buf etc. in af_fmt2str call are already pointers...reimar2004-12-277-10/+10
* Do not use audio plugins anymorereimar2004-12-276-36/+77
* win95 does not support GetMonitorInfofaust32004-12-271-1/+12
* 10l, nasty ao driversalex2004-12-271-1/+2
* maybe now..alex2004-12-271-1/+1
* 10l, patch by Martin Braun <braun12@gmx.de>faust32004-12-271-0/+3
* hopefully final fixalex2004-12-276-20/+21
* removing AFMT_ dependancyalex2004-12-271-14/+14
* 10lalex2004-12-271-30/+16
* CONF_TYPE_AFMT similar to CONF_TYPE_IMGFMTalex2004-12-272-0/+91
* removing AFMT_ dependancyalex2004-12-2765-585/+483
* Fix ontop for some WMs that lose ontop state after fullscreen event.al2004-12-271-2/+4
* Use lavcresample when accuracy-optimized audio filter chain is requested.reimar2004-12-261-3/+4
* Demuxer was fixed, so do not skip the first frame anymorereimar2004-12-261-1/+0
* Set message level of the added subtitle message to INFO, fixes bug #139reimar2004-12-261-1/+1
* big syncpaszczi2004-12-256-595/+1333
* synced with 1.832paszczi2004-12-251-2/+28
* typodiego2004-12-251-1/+1
* fix memleak in idx parser. patch by elupus [elupus {at] ecce <dot) se]reimar2004-12-251-3/+3
* fix stream selection and -bandwidth for mms-over-http.reimar2004-12-252-186/+336
* Sync with 1.832: small improvementsgpoirier2004-12-241-5/+6
* small improvementsdiego2004-12-241-4/+4
* synced to 1.155gabrov2004-12-241-10/+73
* even more ffmpeg changesdiego2004-12-231-0/+2
* some more FFmeg changesdiego2004-12-231-0/+3
* release namediego2004-12-231-1/+1
* Sync with 1.831:gpoirier2004-12-231-0/+29
* one more itemdiego2004-12-231-0/+1
* fixesdiego2004-12-231-3/+2
* do not use pthreads on hpux (broken, hardly useful).reimar2004-12-231-0/+2
* When setting HAVE_PTHREADS, set HAVE_THREADS also to avoid linking problems w...reimar2004-12-231-0/+5
* support for Real codecs on OS Xdiego2004-12-231-0/+1
* forgot to remove now useless extern monitor_aspectreimar2004-12-231-1/+0
* wording, spelling, new categories, reordered entriesdiego2004-12-231-47/+54
* vo_screenwidth/vo_screenheight is _not_ monitor_aspect.reimar2004-12-231-1/+0
* sync 1.830wight2004-12-231-125/+177
* Synced with 1.831danny2004-12-231-0/+27
* Synced with 1.830danny2004-12-231-128/+184
* Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.ivo2004-12-239-2/+1095
* Adds support for LADSPA (Linux Audio Developer's Simple Plugin API) plugins.ivo2004-12-231-0/+1
* 1l misplaced variable declarationrtognimp2004-12-221-2/+1
* fix a segfault when calling loadfile during v4l2 playbackaurel2004-12-221-1/+1
* Make filters request a supported input format instead of failing.reimar2004-12-225-20/+12
* add missing registers in clobber list, fixes bug #169reimar2004-12-212-0/+2
* Cumulative sync:gpoirier2004-12-211-4/+7
* Last round French corrections for this file (spelling, corrects wronggpoirier2004-12-211-190/+219
* French corrections:gpoirier2004-12-211-84/+84
* additional fixes by Torinthiel and Rathannpaszczi2004-12-213-10/+11
* added -wid support for vo_directx.joey2004-12-215-8/+34
* automatic monitoraspect calculation for vo_directx.joey2004-12-211-0/+2
* added colorkey support for vo_directx.joey2004-12-212-2/+4
* savage_vid addedfaust32004-12-211-0/+1
* experimental savage vidix driver by Reza Jelveh <reza.jelveh at tu-harburg.de>faust32004-12-213-1/+1788
* Sync with 1.828: Remove spurious .RE macrogpoirier2004-12-211-1/+0
* sumulative sync with 1.827:gpoirier2004-12-211-123/+176
* small updates, spellingdiego2004-12-211-2/+3
* Remove spurious .RE macro.diego2004-12-211-1/+0
* fix position bar and length display for mov filesreimar2004-12-212-6/+51
* Use demuxer_get_percent_pos for the OSD position barreimar2004-12-212-7/+10
* Synced with 1.825danny2004-12-211-64/+81
* Radeon R200 QM (Radeon 9100) support patch by Simone <beniamino.scanzoni at f...faust32004-12-202-0/+3
* patches suggested by rathannpaszczi2004-12-204-21/+21
* Better -lavdopts option descriptions.diego2004-12-201-5/+5
* Created audio filters section to replace -af description.diego2004-12-201-111/+161
* Sync with 1.822jheryan2004-12-201-32/+26
* Sync with 1.154jheryan2004-12-201-1/+43
* More French correctionsgpoirier2004-12-191-61/+68
* Hopefully fixes problems with non-working vobsubs.reimar2004-12-191-1/+3
* 10l fix I hope, reverse if notalex2004-12-191-0/+2
* Initialize cutoff, too. Fixes crash when AF_CONTROL_COMMAND_LINE is not set.reimar2004-12-191-4/+6
* sync 1.825wight2004-12-181-4/+11
* Sync to 1.825gpoirier2004-12-181-4/+9
* add the flip filter at the end of the filter chain.reimar2004-12-183-1/+23
* Fix paragraph indentation.diego2004-12-181-2/+4
* Fixes the bug that after opening the preferences panel gmplayer plays filesreimar2004-12-181-1/+2
* added conditional lowres descriptionnicodvb2004-12-181-1/+4
* Handle raw yv12 video as I420 to fix some Broadcast 2000 created samples.diego2004-12-181-0/+3
* Sync with 1.823: Mention how to concatenate files with -vo yuv4mpeg and -fixe...gpoirier2004-12-171-2/+4
* Somebody obviously took a course "coding non-portable".reimar2004-12-171-1/+1
* Christoph Egger is now the vo_ggi maintainer.diego2004-12-172-1/+4
* - Fixed mode setting, so any video can be played on all supported ggi targets.diego2004-12-171-84/+154
* Mention how to concatenate files with -vo yuv4mpeg and -fixed-vo.diego2004-12-171-0/+2
* some clarificationdiego2004-12-171-2/+4
* Set mixer.afilter at a more appropriate place.reimar2004-12-171-2/+7
* Added rawy800 codec as according to the manpage it should be therereimar2004-12-171-0/+9
* Allow Y8 and Y800 as OUT format in codecs.confreimar2004-12-171-0/+2
* conditional lowres: activate lowres if frame width >= thresholdnicodvb2004-12-171-2/+12
* sync tag bumpwight2004-12-171-1/+1
* pre5try2 releasediego2004-12-171-5/+12
* y420 vs i420 typodiego2004-12-1611-11/+11
* Fixes suggested by Diegogpoirier2004-12-151-5/+5
* Security fixes ported from upstream (xine)rtognimp2004-12-151-2/+26
* fix a problem pointed out by iDEFENSE and several similar ones.reimar2004-12-151-1/+25
* Looks like it was too weird after all ;-)reimar2004-12-151-130/+0
* fix a vulnerability reported by iDEFENSE.reimar2004-12-151-3/+17
* disable demuxer_bmp,iive2004-12-153-24/+1
* fix security vulnerability reported by iDEFENSEreimar2004-12-151-1/+11