summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix and improve xinerama supportreimar2006-04-1615-103/+121
* remove completely pointless != NULL checkreimar2006-04-161-1/+1
* more .charset files based on guessworkreimar2006-04-1610-0/+10
* UTF-8 is more portable that utf8reimar2006-04-161-1/+1
* Add some files I maintainreimar2006-04-161-0/+3
* recognize future pentium-m processors, e.g. there is intel core with model 14iive2006-04-161-1/+1
* 10l in rgb2rgb_template.ciive2006-04-161-2/+2
* fallback to USERPROFILE environment variable for caching CSS keys whenreimar2006-04-152-0/+15
* ffvorbisdiego2006-04-151-0/+9
* 10l, fix broken if (X >= Y >= Z) comparison, probably stopped F-keys from wor...reimar2006-04-151-1/+1
* always cast stream IDs to unsigned before comparing to MAX_STREAMS.reimar2006-04-151-4/+4
* new monitorpixelaspect option, esp. useful for xinerama setups with upcoming ...reimar2006-04-153-0/+12
* add support for intel mac. mp3lib is not fixed yet.nplourde2006-04-1517-88/+123
* synced with 1.15gabrov2006-04-151-2/+17
* synced with 1.103gabrov2006-04-151-1/+14
* Make mp3lib say that it's using Altivec to decode instead of generic Cdiego2006-04-151-0/+7
* Switch audio delay keys to something more sane (+ to increase, - to decrease)diego2006-04-152-4/+4
* do not try to load default.sub when it doesn't exist. Fixes bug #480.reimar2006-04-151-1/+4
* Major update of all French files (except mencoder and encoding-guide)gpoirier2006-04-1513-315/+524
* avoid crash when running "mplayer -loop" (dereferencing uninitialize pointer).reimar2006-04-141-2/+2
* 10l, keyframes must have tag 0x10, not 1.reimar2006-04-141-1/+1
* missing free in case sdpplin_parse_stream returns invalid stream.reimar2006-04-141-2/+4
* free memory on error in http_add_basic_authenticationreimar2006-04-141-6/+9
* small typo/grammar fixesdiego2006-04-141-3/+3
* -ao pcm:fast suboption for faster-than-realtime dumpingreimar2006-04-143-2/+9
* remove vts_no parameter from mp_get_titleset_length - it is not only useless,reimar2006-04-141-6/+3
* remove non-ascii character outside of string, might break build with some com...reimar2006-04-141-1/+1
* 10l, forgot to move aspect_save_screenres in last commitreimar2006-04-141-1/+1
* fix A-V sync overcorrection for desync due to too slow hardware.reimar2006-04-141-1/+7
* add check for non-ascii charsets used in code and simplify showcont switch ha...reimar2006-04-141-16/+38
* 1.1253: Document sinesupress audio filter, [...]kraymer2006-04-141-1/+23
* correct fullscreen sizereimar2006-04-131-0/+2
* Document sinesupress audio filter, thanks to the help of Michael Niedermayer ...gpoirier2006-04-131-0/+17
* Simplify mkdir calls.diego2006-04-133-3/+3
* very simple filter which can remove a sine at a specified frequency, usefull ...michael2006-04-134-0/+186
* define MONITOR_DEFAULTTOPRIMARY if necessary, some mingw version seem to miss itreimar2006-04-121-0/+4
* fixes and cleanup for windows fullscreen switching (restore old position,reimar2006-04-121-1/+1
* fixes and cleanup for windows fullscreen switching (restore old position,reimar2006-04-123-23/+77
* missing ifoClose and return 1. Patch by kiriuja (mplayer-patches at en-direct...reimar2006-04-121-0/+4
* timestamps are 33 bits long, so they don't fit in an unsigned int; 10lnicodvb2006-04-111-4/+4
* Segfault fix, patch by Stanislav Maslovski stanislav POIS maslovski AH gmail ...gpoirier2006-04-111-0/+1
* try to detect flac bitrate early on to avoid division by zero problems.reimar2006-04-111-2/+16
* check wav header length against upper limit, should protect againstreimar2006-04-111-0/+8
* make failures during e.g. setting the TV norm non-fatal.reimar2006-04-113-4/+2
* make sure the check for valid timestamps does not accidentially search throughreimar2006-04-101-2/+10
* do not print the title length from a non-matching titleset.reimar2006-04-101-0/+2
* getch2 should wait for input. Fixes 100% CPU usage during cache fill.reimar2006-04-101-0/+1
* Fix a few French barbarism, add missing sentence.gpoirier2006-04-101-2/+3
* 10l, we should really, really use lzo1x_decompress_safe instead of lzo1x_deco...reimar2006-04-092-8/+10
* avoid cache fill status overflow with caches > ca. 20 MBreimar2006-04-091-1/+1
* fix segfault in the skin browser when sbSelectedSkin gets dereferenced before...gpoirier2006-04-091-5/+8
* vertical size of "Configure Equalizer" window is not enough to hold all combo...gpoirier2006-04-091-1/+1
* the title of this window was not localized => added new en and ru strings, ba...gpoirier2006-04-093-1/+3
* Add missing French charsetgpoirier2006-04-091-0/+1
* synced with 1.1252gpoirier2006-04-091-3/+6
* Explain how security issues should be reported, based on a patch by Ivann, fe...gpoirier2006-04-091-0/+14
* AMR codecs support info, patch by Rathann, with slight alteration by me.gpoirier2006-04-091-0/+32
* co_N_pilation to compilationiive2006-04-091-1/+1
* support kmvc and nuv decoders in ffmpegreimar2006-04-081-0/+15
* Replace deprecated functionnplourde2006-04-082-38/+22
* New mode for tinterlace filteriive2006-04-081-0/+3
* New mode for tinterlace filteriive2006-04-081-0/+68
* put my name in native language, remove some obsolate and irrelevant entries.iive2006-04-081-4/+1
* French fixes, by Bounecgpoirier2006-04-071-171/+171
* make sure the indx chunk is big enough to hold the basic structure.iive2006-04-061-0/+3
* use calloc instead of malloc - simplifies code and fixes overflow problems.reimar2006-04-061-6/+2
* zero sized frames are not keyframesmichael2006-04-061-0/+2
* Limit the number of entires to the amount that does fit into the chunk.iive2006-04-061-0/+5
* added myselfpacman2006-04-061-0/+4
* sh_audio->delay is adjusted in the wrong direction when changing audio_delayreimar2006-04-061-1/+1
* Reorganize vector constants to work around gcc 4.1 bug:pacman2006-04-061-4/+3
* Acording to manpage -dumpmicrodvdsub dumps to dumpsub.sub not dumpsub.txtreynaldo2006-04-061-3/+3
* workaround to prevent segfault: when using -ve lavc with b-frames write_chunk...nicodvb2006-04-051-0/+2
* segfault fix: assign param->apid (that is the audio id found) when inexistent...nicodvb2006-04-051-0/+1
* Czechification.henry2006-04-051-6/+6
* update lez's emailalex2006-04-051-1/+1
* UTF8-ize, patch by İsmail Dönmez \ismail & pardus , org ' tr/rathann2006-04-041-31/+31
* sync up to 1.1234ptt2006-04-041-16/+81
* Add 32x32 XPM icon as mandated by Debian policy.diego2006-04-044-4/+243
* Simplify some checks.diego2006-04-041-21/+15
* Fix RealAudio codecs (add descrambling)rtognimp2006-04-031-10/+151
* missing dependencyrfelker2006-04-031-1/+1
* reverse previous patch which caused sig11.rfelker2006-04-031-1/+1
* 1000l: absolutely huge missing constrfelker2006-04-031-1/+1
* 10l: huge amount of constant crap in data segmentrfelker2006-04-033-23/+23
* 10l: missing const put this in data segment instead of text/rodatarfelker2006-04-031-2/+2
* move 12k from data to bss (reduce binary size by 12k)rfelker2006-04-031-2/+4
* Slight grammar and wording fixes.corey2006-04-031-4/+4
* 1.1251: -crash-debug does not get enabled with .developer in the source tree.kraymer2006-04-021-3/+2
* 1.237: Capitalization error I missed beforekraymer2006-04-021-5/+5
* 1.234: Part2 of several printf2mp_msg changes in patch from Otvos Attilakraymer2006-04-021-1/+58
* 1.233: Part1 of several printf2mp_msg changes in patch from Otvos Attila oatt...kraymer2006-04-021-1/+58
* synced with 1.237gabrov2006-04-021-1/+115
* simplify extradata handling and make passing extradata on the default.reimar2006-04-021-38/+26
* Add a note explaining that it's okay to use a different target bitrate on the...gpoirier2006-04-021-0/+13
* Remove mpdvdkit1 cruft from the build system.diego2006-04-023-30/+4
* Remove shared libmpdvdkit leftovers.diego2006-04-022-5/+1
* AIX updates by Derek E. Lewis, dlewis__at__solnetworks.....netdiego2006-04-021-2/+2
* .developer and .libdeps do not exist any longer.diego2006-04-021-2/+0
* -crash-debug does not get enabled with .developer in the source tree.diego2006-04-021-2/+1
* There is no check for the crash debug feature, so setting the variable todiego2006-04-021-1/+1
* further fixes..rfelker2006-04-021-4/+4
* 10l: version.h was not being built in some odd casesrfelker2006-04-021-1/+4
* integrate old "libdeps" hack into makefilerfelker2006-04-022-36/+36
* first stage of build system cleanup:rfelker2006-04-022-49/+4
* Don't use free()d pointer CID 260rtognimp2006-04-011-1/+1
* More French fixes by Bounecgpoirier2006-03-311-63/+63
* Add workarounds for old prerelease versions of alsa-lib 0.9.0 that didcladisch2006-03-311-0/+6
* Capitalization error I missed beforecorey2006-03-311-1/+1
* A question needs a question mark, but in this case I think at least twocorey2006-03-311-1/+1
* Minor spelling and grammar fixes for part 1 of Otvos Attila'scorey2006-03-313-6/+6
* prevent overflow.. wtf?! from irc:rfelker2006-03-311-1/+1
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-3123-67/+139
* more cruftrfelker2006-03-302-2/+1
* arrg more of this stupid cruftrfelker2006-03-302-2/+2
* fix descrambling of asf file,iive2006-03-303-6/+8
* more cruftrfelker2006-03-302-8/+1
* forgot one occurrancerfelker2006-03-301-1/+0
* remove deprecated, never-used gnu gettext cruft.rfelker2006-03-303-46/+0
* increasing sync tag to 1.15 after update by Diegogabrov2006-03-301-1/+1
* increasing sync tag to 1.63 after update by Diegogabrov2006-03-301-1/+1
* Trust the demuxer instead of the decoder for samplerate detection.diego2006-03-301-6/+5
* Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-3011-46/+116
* Add a function to draw flat boxes and use it to make the listalbeu2006-03-305-9/+80
* Move global vars used for header parsing, etc to dewux->priv as it shouldalbeu2006-03-293-66/+79
* support for mp3lame with -oac lavcjonas2006-03-291-0/+2
* 100L to who wrote this. Also fix broken headers while at it.albeu2006-03-291-1/+6
* French proofreading, by Bounecgpoirier2006-03-291-59/+59
* added support for external VIDIXnicodvb2006-03-284-21/+61
* Removed unused constant definition (MSGTR_InvalidAOdriver)ptt2006-03-287-7/+0
* Removed unused constant definition (MSGTR_InvalidAOdriver)ptt2006-03-2817-19/+0
* sync up to 1.223ptt2006-03-281-88/+94
* sync up to 1.231 plus minor corrections...ptt2006-03-271-23/+43
* Remove verbosity parameter added to print_*_header call in last revision again.diego2006-03-271-4/+4
* Fix passing qdm2 extradata to lavc decoderrtognimp2006-03-271-1/+5
* synced with 1.1249gpoirier2006-03-271-12/+29
* Fix cycling in menu with hidden items.albeu2006-03-271-5/+9
* Fix stepping in the playtree when interupting libmpdemux.albeu2006-03-271-2/+2
* include MSGL_* definitionshenry2006-03-271-0/+2
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-2715-146/+146
* Properly document sub_alignment.diego2006-03-271-1/+4
* 1.1250: [applied by Diego, #1.216]kraymer2006-03-271-6/+7
* Rename the default GUI skins directory from 'Skin' to 'skins', keepingdiego2006-03-2741-108/+142
* reinit vo when pix_fmt changes.reimar2006-03-271-0/+3
* 10l missing header for strdupods152006-03-271-0/+1
* Change some printf calls to fprintf.diego2006-03-275-5/+5
* Remove superfluous extern variable declaration.diego2006-03-273-5/+0
* Change 'if(verbose)' to the more appropriate mp_msg_test.diego2006-03-275-21/+14
* Clarify which message levels should be translated.diego2006-03-271-1/+2
* Explain how to separate lavdopts parameters, -lavdopts fast is MPEG-2-only.diego2006-03-261-2/+3
* Simplify directory creation in the install target.diego2006-03-261-11/+11
* use shifts instead of division. 15% faster hqdn3dlorenm2006-03-261-20/+20
* Discard return value from ldconfig, it might not work on non-root installs.diego2006-03-261-4/+4
* Simplify mkdir calls, test is not necessary before creating directories,diego2006-03-261-4/+4
* NEVER assign static strings to string command line options.albeu2006-03-261-1/+1
* synced with 1.231gabrov2006-03-261-22/+39
* Fix a/v desync for real some filesrtognimp2006-03-261-1/+1
* allow values up to 100 for -mcreimar2006-03-261-1/+1
* Don't call make from shell constructs it prevent properalbeu2006-03-262-17/+13
* support custom OSD colour for vo_gl.creimar2006-03-261-0/+2
* support custom OSD colour for vo_gl.c. Based on patch by Tomas Janousek tomi ...reimar2006-03-261-0/+7
* typo, parameter naming consistencydiego2006-03-261-3/+3
* Use <value> and [value] consistently.diego2006-03-261-42/+42
* fixed framerate detection of interlaced H264 streamsnicodvb2006-03-251-0/+1
* H264: when fixed_fps is set the framerate is expressed in fields per second, ...nicodvb2006-03-251-0/+2
* Add libpostproc to PARTS, fixes distclean on OS X and other platforms.diego2006-03-251-0/+1
* fix for the macosx tiger (groff 1.19.x) indentation issuejonas2006-03-251-3/+1
* Turn the preferences menu in something usefull using the newalbeu2006-03-252-99/+176
* Unify MP3 fourccs for all decodersreimar2006-03-251-6/+12
* Add a msg type for the osd menu.albeu2006-03-252-0/+4
* Allow hiding list elements and disableing the pointer.albeu2006-03-252-17/+44
* Allow 6 ways (up/down/left/right/ok/cancel) navigation.albeu2006-03-258-9/+40
* max_distance clarificationods152006-03-251-8/+16
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-2513-23/+124
* Simplify rules with common make constructs.diego2006-03-251-11/+11
* Simplify clean rule.diego2006-03-251-1/+1
* cosmetic, table alignods152006-03-251-1/+1
* switch to using vlc for stream_flagsods152006-03-251-5/+5
* Get rid of 2 osd related hacks.albeu2006-03-241-6/