summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 10l: Gilles uses a series of "*" to mark untranslated strings, which shouldn'...gpoirier2006-04-231-25/+25
* Partial sync with one of the latest English version, patch by Gilles Pelletie...gpoirier2006-04-231-123/+194
* Cosmetic fix, splitting long mencoder cmd linereynaldo2006-04-231-1/+7
* Part 4 of otvos attila's oattila AT chello-hu mp_msg changes, no modification...reynaldo2006-04-231-6/+6
* Add FIXME skeletons for -msgcharset and MPLAYER_CHARSET.diego2006-04-221-0/+8
* Add support for shared libavutil.diego2006-04-221-0/+27
* Small fix, incorrect MSGL at fatal errorreynaldo2006-04-222-2/+2
* The tv color control commands can now also adjust the values.albeu2006-04-221-8/+8
* sync to x264 r503 (dct_decimate)lorenm2006-04-223-1/+14
* Handle the tv color control commands with the properties.albeu2006-04-222-21/+10
* Add --disable-libavutil option to --help output.diego2006-04-221-0/+1
* Verticaly center the background around the text.albeu2006-04-221-3/+3
* synced with 1.243gabrov2006-04-221-4/+23
* Add command line options to enable/disable libavutil.diego2006-04-221-0/+2
* muxer_mpeg rewrittennicodvb2006-04-221-0/+2
* removed more unused code and struct membersnicodvb2006-04-221-17/+6
* removed unused variablesnicodvb2006-04-221-6/+5
* synced with 1.76gabrov2006-04-221-1/+33
* moved inline at beginning of declarationnicodvb2006-04-221-1/+1
* finally replaced the old interleaving with the new one that respects bufferin...nicodvb2006-04-221-591/+137
* Make static libavutil detection semantics explicit.diego2006-04-221-4/+7
* There is a draw_alpha for uyvy, use it.albeu2006-04-221-0/+2
* Fix menu background drawing.albeu2006-04-223-8/+12
* introduced new functions to handle pack writing and interleaving strategy (wi...nicodvb2006-04-221-0/+351
* 10l: Add missing fallback case for internal FAAD compiler blacklist.diego2006-04-221-0/+3
* Add properties for the tv input color controls.albeu2006-04-222-7/+67
* Add the declarations for mp_property_find/do.albeu2006-04-221-0/+8
* Make the sse CPU flag imply mmxext, Intel CPUs with SSE support mmxextdiego2006-04-221-1/+1
* fixed muxrates for xvcd and xsvcdnicodvb2006-04-221-4/+2
* audio init code was previously moved to fix_parameters() so removed from writ...nicodvb2006-04-221-18/+0
* simpler and better subtitles switching, patch by Stanislav Maslovski <stanisl...gpoirier2006-04-221-22/+4
* Set all processor flags individually, not implied.diego2006-04-221-2/+2
* introduced structures and code to keep track of decoder's buffers sizesnicodvb2006-04-221-0/+88
* Disable RTC on PowerPC.diego2006-04-221-0/+1
* new code to simplify assignment of timestamps; removed temp_ref from mpeg_fra...nicodvb2006-04-221-258/+133
* 10l: Fix internal FAAD check for non-x86.diego2006-04-221-3/+2
* We now have CJPG samples and they work with the CJPG and ijpg decoders.diego2006-04-221-2/+2
* Blacklist certain gcc versions instead of running an expensive compilationdiego2006-04-221-15/+10
* Small hack suggested by dalias to avoid flickering at I framesreynaldo2006-04-221-1/+1
* Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...reynaldo2006-04-2212-17/+40
* minor fixes: get rid of pointless inline attributes and some additional checksreimar2006-04-212-8/+12
* forgotten update_xinerama_info prototypesreimar2006-04-212-0/+3
* Implement getting colors. The mapping between MPlayer's gamma rangealbeu2006-04-211-17/+24
* Implement tv_get_color_options() and make tv_set_color_options() returnalbeu2006-04-212-9/+27
* 1.260: 10lkraymer2006-04-211-2/+4
* 10lkraymer2006-04-211-1/+1
* syntax fix for "s" (keyboard control)kraymer2006-04-211-1/+1
* typo (noticed by "veal" on freenode)kraymer2006-04-211-1/+1
* Fix BGR32 big-endian outputpacman2006-04-201-0/+6
* removed useless (and broken as hell) buffering code from muxer1; buffering co...nicodvb2006-04-201-42/+1
* removed skip_padding (never used and totally useless)nicodvb2006-04-201-11/+1
* added support for DX50 and dx50 4CCsnicodvb2006-04-201-1/+3
* fixed wrong operator precedence in parse_mpeg4_video()nicodvb2006-04-201-1/+1
* simplified code to patch the video framerate (removed silly comparisons)nicodvb2006-04-201-11/+13
* changed timebase from 1024 to 300 (no rounding errors with any of the allowed...nicodvb2006-04-201-73/+55
* 10l, aspect_save_screenres must be always called in update_xinerama_info.reimar2006-04-201-1/+1
* better set audio_out_minsize to MAX_FRAMESIZEreimar2006-04-201-1/+1
* set audio_out_minsize, should avoid all "maxlen too small" casesreimar2006-04-191-1/+1
* bug fixes: left-over mode variable used uninitialized,reimar2006-04-191-2/+10
* 1.242: small grammar fixkraymer2006-04-191-2/+2
* small grammar fixkraymer2006-04-191-1/+1
* remove private comment tagkraymer2006-04-191-1/+0
* 1.241: add a newline before the "Playing"... linekraymer2006-04-191-2/+2
* German translation for usage.xmlkraymer2006-04-191-0/+1086
* add a newline before the "Playing"... linereimar2006-04-192-2/+2
* Using channel count, samplerate and input bps values from the containerdiego2006-04-191-1/+2
* Register for window-manager delete window events and quit MPlayer.reimar2006-04-191-0/+10
* also print an error when parsing fails with M_OPT_INVALID or M_OPT_PARSER_ERR.reimar2006-04-192-0/+3
* spellcheck revealed 2 more typos..kraymer2006-04-191-2/+2
* typo fix: s/20060915/20040915/gpoirier2006-04-191-1/+1
* small grammar fixkraymer2006-04-181-2/+2
* German translation for documentation.xmlkraymer2006-04-181-0/+196
* Remove some libmpdvdkit vs libmpdvdkit2 cruft.diego2006-04-181-8/+3
* faad2 updatedrtognimp2006-04-182-1/+2
* Update to faad2 cvs 20040915+MPlayer fixesrtognimp2006-04-1889-1427/+2143
* 1.15: Explain how security issues should be reported, based on a patch by Ivannkraymer2006-04-181-1/+16
* German translation for mail-lists.xmlkraymer2006-04-181-0/+131
* German translation for install.xmlkraymer2006-04-181-0/+988
* Make the RTP demuxer work with libdvdread 0.9.5.diego2006-04-181-1/+1
* Remove outdated references to Arpi as admin.diego2006-04-181-3/+1
* rtsp options should be available for mencoder as wellreimar2006-04-182-15/+14
* Clarify ffvorbis comment.diego2006-04-181-1/+1
* A new German translation of the XML documentation is in the works.diego2006-04-1810-8024/+0
* minor markup fixesdiego2006-04-181-2/+2
* removed unreachable code: this filter can't compile with external libavcodec ...nicodvb2006-04-174-21/+0
* 10l: build fix.gpoirier2006-04-171-8/+8
* Include buffered decoded audio in A-V sync calculations.corey2006-04-171-3/+2
* fixes decoding demoscene.tv nsv at http://213.186.36.129:8000gpoirier2006-04-171-1/+1
* add translation of audio.xmlkraymer2006-04-171-0/+61
* English docs should be built first.diego2006-04-171-1/+1
* Simplify link removal.diego2006-04-171-3/+1
* add support for German translationkraymer2006-04-171-1/+1
* add finished translations forkraymer2006-04-173-0/+640
* add missing Makefile for German xml docskraymer2006-04-171-0/+11
* sync with 1.1257gpoirier2006-04-161-2/+40
* 1.1257: Fix and improve xinerama supportkraymer2006-04-161-2/+22
* 1.240: Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or M...kraymer2006-04-161-2/+4
* Adds "cheap" subtitle switching for non-DVD playouts (for ex. OGG or MKV).gpoirier2006-04-165-1/+44
* Use ULL for > 32 bits constant.reimar2006-04-161-1/+1
* 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.