summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove _ld_freetype and _ld_fontconfig, they are no longer necessary.diego2006-11-221-4/+4
* fix broken characterkraymer2006-11-221-1/+1
* MSGTRs for mencoder.ckraymer2006-11-222-6/+12
* MSGTR for libmpcodecs/vd.ckraymer2006-11-222-1/+2
* sync w/ r21154gpoirier2006-11-211-216/+29
* Synced with r21152torinthiel2006-11-211-2/+2
* documented :format=pes[12] in -mpegoptsnicodvb2006-11-211-2/+5
* permit muxing to raw pes (VDR uses this)nicodvb2006-11-211-5/+26
* Make compilation depending on USE_SUB unconditional.uau2006-11-2111-104/+3
* Remove outdated and superfluous video cards section.diego2006-11-211-153/+0
* Remove outdated and superfluous sound card section.diego2006-11-211-24/+0
* Miscellaneous updates for the introduction and the requirements section.diego2006-11-211-46/+22
* typo: Bitrate is printed in kb/s, not Mb/s on the status line.diego2006-11-211-1/+1
* typodiego2006-11-211-1/+1
* r21078: add a link to Michael's de-interlacing filters...voroshil2006-11-212-6/+18
* Fix wrong fps value for TelecineMode in translationvoroshil2006-11-211-2/+2
* r21082: MSGTRs for libassvoroshil2006-11-211-1/+60
* LIBS vs LDFLAGS typodiego2006-11-211-1/+1
* Split libs that are dependencies and those that are just linker flags.diego2006-11-211-8/+10
* Fix SVN r21075, it completely disabled OpenGL in almost all cases.reimar2006-11-211-1/+1
* Treat fontconfig and FreeType linker flags just like any other linker flag.diego2006-11-212-8/+1
* Remove stray -I from include dirs in live555 check, it was being duplicated.diego2006-11-211-1/+3
* cosmeticsreimar2006-11-211-1/+1
* Also support absolute url redirection, e.g. http://www.youtube.com/v/buKaqRG2SFAreimar2006-11-211-1/+6
* cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODERdiego2006-11-212-2/+2
* _ld_tmp vs _ld_x264 typodiego2006-11-211-1/+1
* Remove --with-x11libdir and --with-livelibdir.diego2006-11-211-13/+6
* Attempt to properly fix linking of encoding libs used by libavcodec.diego2006-11-211-13/+16
* Reuse init_vo_spudec in subtitle switching code.reimar2006-11-211-24/+7
* Move vo_spudec initialization into a separate function, for later reusereimar2006-11-211-40/+46
* Remove libdha from LIBS_MPLAYER.diego2006-11-211-1/+1
* ALSA can be used by both MPlayer and MEncoder.diego2006-11-211-1/+1
* Fix linking when libavcodec uses x264.diego2006-11-211-5/+3
* Remove _ld_x264 _toolame_lib _twolame_lib, they are no longer needed.diego2006-11-211-6/+5
* _ld_xv does not exist anymore.diego2006-11-211-1/+1
* Add _libs_mplayer and _libs_mencoder to cc_check.diego2006-11-211-2/+2
* Introduce _libs_mplayer and _libs_mencoder to get rid of some _ld_ variables.diego2006-11-211-42/+46
* Move FFmpeg library dependencies into the Makefile just like everything else.diego2006-11-212-26/+33
* Move some Win32 LDFLAGS into _ld_extra.diego2006-11-211-2/+2
* Merge MPlayer-specific libs into one variable.diego2006-11-212-8/+6
* Remove _ld_win32, this is handled by the Makefile.diego2006-11-211-3/+2
* Split libvo.a into two libs so that libosd.a can be used by MEncoder.diego2006-11-212-16/+16
* Remove superfluous empty variable declaration.diego2006-11-211-1/+0
* Remove unused -D from CFLAGS.diego2006-11-211-1/+1
* Remove superfluous empty variable declaration.diego2006-11-214-4/+0
* Add VIDIX to LIBS_MPLAYER directly.diego2006-11-211-1/+1
* typo / small fixeskraymer2006-11-212-4/+4
* demux_lavf handles video stream switchingnicodvb2006-11-201-2/+3
* check we aren't short of sh_videos before allocating another onenicodvb2006-11-201-13/+35
* slight simplification in demux_control_ts: no need to check *arg with last_{a...nicodvb2006-11-201-1/+1
* Cosmetics: remove unneeded curly brackets.eugeni2006-11-201-3/+2
* Fix collision detection. The old method tried to avoid gaps between subtitleseugeni2006-11-201-21/+12
* Remove --with-xmmsplugindir and --with-xmmslibdir.diego2006-11-201-19/+0
* Remove --with-x264libdir.diego2006-11-201-12/+3
* Remove --with-xvidlibdir.diego2006-11-201-10/+3
* Remove --with-toolamelibdir from help output as well.diego2006-11-201-1/+0
* Remove --with-toolamelibdir.diego2006-11-201-4/+1
* Add support for disabling MPlayer compilation.diego2006-11-202-0/+7
* Oops, the loader stuff needs to be in COMMON_LIBS.diego2006-11-201-0/+1
* Deliver dependency handling from redundancy.diego2006-11-202-32/+3
* Remove MPlayer-specific dependencies from COMMON_DEPS.diego2006-11-201-3/+0
* VIDIX is for MPlayer only.diego2006-11-201-1/+1
* The GUI is only for MPlayer, not MEncoder.diego2006-11-201-1/+1
* Rename variables for consistency.diego2006-11-201-6/+6
* Simplify gui and menu libs handling.diego2006-11-201-4/+2
* cosmetics: Move some stuff around for better readability.diego2006-11-201-56/+52
* Move pause loop into a separate function.uau2006-11-201-58/+67
* Clean up PARTS handling.diego2006-11-201-35/+11
* Unify dep/depend targets.diego2006-11-2028-82/+30
* Uninstall should run all parts unconditionally.diego2006-11-201-2/+0
* Remove nonsense ifeq around MEncoder target and variable declaration.diego2006-11-201-2/+0
* Reorganize code to move more things out of main().uau2006-11-202-87/+94
* another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or atdiego2006-11-201-1/+1
* Some more cleanups for LDFLAGS handling.diego2006-11-201-6/+5
* 100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or atdiego2006-11-201-2/+2
* Some cleanups for LDFLAGS handling, next part.diego2006-11-201-60/+45
* in demux_ts_control unified SWITCH_AUDIO and SWITCH_VIDEO (they were identical)nicodvb2006-11-191-79/+33
* misc updatesdiego2006-11-191-1/+5
* Put libdvdcss under a separate ifeq.diego2006-11-191-0/+4
* misc small fixesdiego2006-11-191-12/+24
* in mp_property_{video,audio} permit uniniting of the corresponding chainnicodvb2006-11-191-6/+8
* during DEMUXER_CTRL_SWITCH_x *arg set to -2 identifies 'disable stream x'nicodvb2006-11-191-6/+20
* MSGTRs for libasskraymer2006-11-197-48/+106
* Remove settled FIXME.diego2006-11-191-1/+0
* Sync w/ help_mp-en.h r21001kraymer2006-11-191-3/+5
* Add a new MPEG encoding example using lavfgpoirier2006-11-191-0/+6
* add a link to Michael's de-interlacing filters, and replace the crappy gpoirier2006-11-191-4/+8
* Remove superfluous demuxer->type==DEMUXER_TYPE_MATROSKA check,reimar2006-11-191-2/+1
* allows to de- and reactivate yadif on the flygpoirier2006-11-191-1/+18
* disable x11 gl support on osxnplourde2006-11-191-1/+1
* Reinitialize some variables on af_resample reinit, fixes crashuau2006-11-191-0/+2
* Fix printf format/argument count mismatch in mp_property_videouau2006-11-191-1/+1
* sync w/ r21026gpoirier2006-11-191-201/+157
* Move subtitle updating to a separate function, fix inverted conditionuau2006-11-191-64/+73
* Fix obvious typo, although the exact effect is still unclear to me, see also ...reimar2006-11-191-1/+1
* sync w/r21004gpoirier2006-11-191-38/+30
* sync w/ r20933, patch by Jerome Ferrarigpoirier2006-11-191-30/+12
* sync tag updatevoroshil2006-11-191-1/+1
* Translated section "DECODING/FILTERING OPTIONS"voroshil2006-11-191-264/+282
* Remove (now hopefully unnecessary) workarounds added in r21056reimar2006-11-193-18/+0
* synced with r21001Gabrov2006-11-191-1/+3
* directly insert ffreep %%st(0) opcode for compatibility with oldreimar2006-11-191-8/+1
* Use ASMALIGN macro for better compatibility and remove SYS_DARWINreimar2006-11-191-4/+2
* sync with r20876, patch by Jerome Ferrarigpoirier2006-11-191-19/+136
* Avoid code like "fstps %1+64(,%%ecx,4)\n\t", it might end up asreimar2006-11-191-16/+16
* synced with r21058Gabrov2006-11-197-359/+375
* new slave command: radio_step_freqvoroshil2006-11-196-0/+32
* Fix compilation error due to unescaped "s.reimar2006-11-191-1/+1
* fix mp3lib compilation on OSXnplourde2006-11-195-1/+28
* 10l, compilation error in r21054reimar2006-11-191-1/+1
* Generalize subtitle switching, demux_ogg does not need a special casereimar2006-11-194-46/+21
* translation/spelling fix.voroshil2006-11-191-8/+8
* Make -slang work again, sub->id is -2 by default, so -slang would be ignoredreimar2006-11-191-1/+1
* Create a sh_sub_t for ogg subtitles.reimar2006-11-191-1/+1
* riformatted after previous commitnicodvb2006-11-191-2/+2
* if in the list of pids appears at least one 8192 (while TS) remove all other ...nicodvb2006-11-191-1/+18
* Support multiple subs in movreimar2006-11-191-0/+7
* Make sure sh_video == NULL when reinit_video_chain fails.reimar2006-11-191-4/+7
* Do not just skip a file when vo init fails, instead try to play itreimar2006-11-191-1/+0
* Clarify that some of the non-SIMD code is now LGPLed.lucabe2006-11-197-34/+34
* Update section "AUDIO FILTERS"; Some sync w/ r21026; kraymer2006-11-191-142/+570
* Fix clobber list, half of the modified registers were missing.reimar2006-11-191-2/+2
* Collect all includes of mplayer headers in libass in a single file (mputils.h).eugeni2006-11-197-15/+16
* sync w/ r20876, patch by Jerome Ferrarigpoirier2006-11-181-9/+9
* sync with r20876, patch by Jerome Ferrarigpoirier2006-11-181-240/+108
* fix demux_nut to give proper (estimate) of percent position after a seekods152006-11-181-1/+3
* Add disabled EAGAIN testing code for libnutods152006-11-181-6/+16
* help_mp-ru.h sync with r21001voroshil2006-11-182-201/+155
* switch_audio and switch_video properties should be in the range -2..MAX_x_STR...nicodvb2006-11-181-2/+2
* Improve Id CIN description.diego2006-11-181-1/+1
* fix wrong 60000/10001 fractionkraymer2006-11-186-6/+6
* Fix double free in af_resample when reinited with suitable parametersuau2006-11-181-0/+1
* r20969: document new key binding for switching video streams in MPEG-TSkraymer2006-11-181-54/+58
* r21012: group together "quality" control optionskraymer2006-11-181-114/+114
* r20876: rename: XviD -> Xvid (man page part)kraymer2006-11-181-24/+24
* r21008: remove xvid3's mpeg_quant, replace it by xvid4's quant_typekraymer2006-11-181-52/+27
* When changing playback speed write the current speed to OSD only afteruau2006-11-181-3/+3
* move demux_nut priv calloc to init() instead of check_file()ods152006-11-181-2/+2
* TAB switches between programsnicodvb2006-11-181-0/+2
* mention switch_video and switch_programnicodvb2006-11-181-0/+4
* bind TAB to 'step_property switch_program'nicodvb2006-11-181-0/+1
* switch_program property to switch to/set a new programnicodvb2006-11-181-0/+24
* implemented DEMUXER_CTRL_IDENTIFY_PROGRAMnicodvb2006-11-181-0/+85
* new DEMUXER_CTRL_IDENTIFY_PROGRAM to identify programs (a+v+s)nicodvb2006-11-181-0/+6
* group together B-frames options with I,P frames optionsgpoirier2006-11-181-21/+21
* group together xvid's rate control optionsgpoirier2006-11-181-19/+19
* more mp_property_deinterlace simplification, patch byreimar2006-11-182-6/+5
* group together "quant_type" and quant_*_matrix since they are relatedgpoirier2006-11-181-10/+10
* implemented M_PROPERTY_SET in mp_property_{audio,video}nicodvb2006-11-181-4/+14
* group together "debug" and "psnr", note that "threads" option is featured on ...gpoirier2006-11-181-7/+7
* reinit_video_chain might set sh_video = NULL, so check against that.reimar2006-11-181-1/+1
* Move xvid 'grayscale' option close to 'interlacing'gpoirier2006-11-181-6/+6
* group together "quality" control optionsgpoirier2006-11-181-94/+94
* group together xvid's 'closed_gop' and 'packed' optionsgpoirier2006-11-181-17/+12
* remove xvid3's divx5bvop and replace it by xvid4's closed_gopgpoirier2006-11-181-14/+6
* r21004: remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options...kraymer2006-11-181-36/+26
* remove xvid3's mpeg_quant, replace it by xvid4's quant_typegpoirier2006-11-181-15/+5
* r21001: Add *BSD BT848 radio supportkraymer2006-11-182-26/+10
* support for XAN DPCM audiodiego2006-11-182-0/+8
* document new "D" keybinding for deinterlacing, introduced inkraymer2006-11-181-0/+2
* remove xvid3's quant_range, move xvid4 [min|max]_[i|p|b]quant options there i...gpoirier2006-11-181-32/+22
* Xvid3 support is no more: Remove Xvid3-specific optionsgpoirier2006-11-181-22/+0
* Mark some functions staticuau2006-11-181-3/+3
* Add *BSD BT848 radio supportvoroshil2006-11-186-4/+198
* Remove obsolete Xvid 3 support.diego2006-11-186-870/+2
* Drop some unnecessary local changes.diego2006-11-188-113/+9
* Make sure to pick up internal dvdcss.h before a globally installed one.diego2006-11-181-1/+1
* Rename libdvdread to dvdread. We really only include only the dvdreaddiego2006-11-1826-12/+12
* support for some more fringe formats, still buggy ..diego2006-11-172-0/+35
* Try reading palette for vobsubreimar2006-11-171-1/+18
* Support palette for general vobsubreimar2006-11-171-1/+5
* Since vobsub_lang and sub_select do the same, 'b' and 'j' were boundreimar2006-11-172-3/+2
* Pseudo-support for subtitles in http://samples.mplayerhq.hu/sub/jpn_engSUB_sa...reimar2006-11-171-0/+1
* consistently use M_PROPERTY_ERROR/M_PROPERTY_OK as return values.reimar2006-11-171-68/+65
* Minor mp_property_deinterlace simplificationreimar2006-11-171-3/+3
* Add deinterlace property, patch by Carl Eugen Hoyosreimar2006-11-176-0/+52
* Adapt code to annoying ShowCursor semantics (increases/decreases and returnsreimar2006-11-171-2/+2
* missed piece in update to libnut API - non negative errorsods152006-11-171-2/+1
* r20972: defined MSGTR_OSDVideovoroshil2006-11-172-2/+5
* sync w/r20969gpoirier2006-11-171-6/+8
*