summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* documented angle commandsnicodvb2008-01-052-0/+7
* Fix typo, LIBNAME should be LIBNAME_COMMON.diego2008-01-051-1/+1
* properties to get and set angle; patch by oattila chello hunicodvb2008-01-052-0/+65
* properties to change angle; patch by oattila chello hunicodvb2008-01-052-0/+3
* wrapper functions to get/set angle: the wrapping is needed to RESYNC the demu...nicodvb2008-01-052-0/+55
* implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu nicodvb2008-01-051-0/+27
* implemented _ANGLE STREAM_CTRLs, patch by oattila chello hu nicodvb2008-01-051-0/+19
* NEW STREAM_CTRLs: STREAM_CTRL_GET_NUM_ANGLES STREAM_CTRL_GET_ANGLE STREAM_CTR...nicodvb2008-01-051-0/+3
* in the PMT stream_type==0x11 identified AAC in LATM-over-LOAS syntax that isn...nicodvb2008-01-051-1/+0
* remove code for colorspaces x264 doesn't supportlorenm2008-01-051-26/+1
* fixed bug when playing multi-angle titles: the address field in the agli datanicodvb2008-01-051-1/+2
* fix artifacts in -vf fspp. regression in r23476.lorenm2008-01-051-2/+2
* Fix property audio_delay bug when step up/down with arg value NULL.ulion2008-01-051-5/+5
* sync w/r25587gpoirier2008-01-041-2/+9
* synced with r25592Gabrov2008-01-032-4/+12
* Add HAVE_SOCKLEN_T to config.h for FFmpeguau2008-01-031-0/+2
* Relicense file to GPL v2 or later with the permission of Rudolf Marek,diego2008-01-021-2/+2
* Add proper license header.diego2008-01-021-3/+20
* Get rid of build system hackery to generate mga_crtc2_vid.o and rage128_vid.o.diego2008-01-023-13/+8
* Properly express dependencies for generated .c and .h files.diego2008-01-021-4/+8
* when {v|a}_o_mpegpes:card isn't specified by the user mplayer uses the first ...nicodvb2008-01-021-0/+2
* when :card isn't specified by the user search the first available cardnicodvb2008-01-022-2/+32
* Add an example for dvdnav:// usage with path.cehoyos2008-01-021-0/+6
* Use _ISOC99_SOURCE instead of _GNU_SOURCE.diego2008-01-021-1/+1
* Happy New Year!zuxy2008-01-023-3/+3
* 10l: Replace #define with #endif where I really meant to write #endif.diego2008-01-022-2/+2
* Add multiple inclusion guards to all header files that lack them.diego2008-01-0160-10/+256
* Add a comment that explains why this header has no multiple inclusion guards.diego2008-01-011-0/+3
* Replace multiple inclusion guards with leading underscores by default names.diego2008-01-0110-30/+30
* Consistently use _H in multiple inclusion guard.diego2008-01-011-3/+3
* consistency cosmetics: Do not #define multiple inclusion guards to 1.diego2008-01-011-1/+1
* Consistently use just the name of the #ifdef directive in preprocessor comments.diego2008-01-016-11/+11
* consistency cosmeticsdiego2008-01-016-6/+6
* Consistently use just the name of the #ifdef directive in #endif comments.diego2008-01-014-5/+5
* Fix wrong #endif comment that does not match the #ifdef directive.diego2008-01-011-1/+1
* Port typo fixes from FFmpeg.diego2008-01-011-9/+9
* Remove compilation command from source file, it is already in the Makefile.diego2008-01-011-1/+0
* Fix license header to read Lesser General Public License 2.1,diego2008-01-011-1/+1
* unrarlib.o no longer exists, link against unrar_exec.o.diego2008-01-011-1/+1
* Add explanatory comments to #endif preprocessor directives.diego2008-01-012-3/+2
* include dvdnav.h from its installation directory rather than appendingnicodvb2008-01-012-2/+2
* update copyright year to 2008gpoirier2008-01-0119-13/+23
* removed inclusion of unneeded header (forgotten in previous commit)nicodvb2008-01-011-2/+0
* private structures belong to the C file using them, not to header files inclu...nicodvb2008-01-012-11/+11
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-31103-122/+107
* Add comments to some #endif directives.diego2007-12-311-3/+4
* Remove superfluous README file, its content is in the Copyright file.diego2007-12-311-3/+0
* Comment out the correct #endif directive.diego2007-12-311-2/+2
* Relicense files marked as GPL v2 to GPL v2 or later.diego2007-12-312-2/+2
* Fix typo in multiple inclusion guard comment.diego2007-12-311-2/+1
* Relicense GPL v2 files as GPL v2+ and add proper license headers.diego2007-12-312-4/+38
* Default use the dir where the current playing file located if path not set.ulion2007-12-311-2/+16
* Relicense files written by Nick Kurshev and marked as "GPL v2" todiego2007-12-303-3/+3
* Add proper license header.diego2007-12-301-4/+22
* Add missing #include, fixes the warning:diego2007-12-301-0/+1
* Remove unused variable, fixes the warning:diego2007-12-301-1/+1
* Remove redundant extern declarations, fixes the warnings:diego2007-12-301-4/+0
* sync w/r25529, patch by JRaSH: jrash06 A 163 P comgpoirier2007-12-301-16/+19
* Remove unused static variables, fixes the warnings:diego2007-12-301-1/+1
* Remove unused variables, fixes the warnings:diego2007-12-301-3/+1
* Disable unused code, fixes the warning:diego2007-12-301-0/+2
* Add missing #include for vo_draw_text.diego2007-12-301-0/+1
* Do not duplicate MJpegContext struct, #include the proper header instead.diego2007-12-301-14/+1
* Add missing #include, fixes the warning:diego2007-12-301-0/+1
* typodiego2007-12-302-2/+2
* Improve comments for ass_process_* functions.eugeni2007-12-301-2/+2
* Return from ass_start_frame immediately if the track is empty.eugeni2007-12-301-0/+3
* synced with r25539Gabrov2007-12-292-19/+68
* Use proper length specifiers in mp_msg calls, fixes the warnings:diego2007-12-281-3/+3
* Fix warnings when compiling test application.diego2007-12-281-1/+2
* Fix update_subtitles() checking subtitle type for the wrong track.eugeni2007-12-281-2/+3
* synced with r25455ptt2007-12-281-2/+42
* Add detection of *lrint* and round* functions to configure.eugeni2007-12-281-9/+16
* Make windres binary name configurable, useful for cross-compiling.diego2007-12-283-2/+8
* Remove redundant option 'auto-close' from cmdlist and filesel.ulion2007-12-282-17/+3
* typo in preprocessor conditiondiego2007-12-271-1/+1
* Remove unused static variable pass, fixes the warning:diego2007-12-271-2/+0
* From now on, libmenu does not steal all input keys from input modules.ulion2007-12-268-22/+23
* Support ?(!NAME:TEXT) format for expanding string by property.ulion2007-12-262-3/+10
* Add a missing free of the avctxreimar2007-12-251-0/+1
* Use '-' instead of '_' in option name.ulion2007-12-251-1/+1
* Remove useless scope.ulion2007-12-251-2/+2
* Change the default osd menu command for AR_MENU in comment of input.conf.ulion2007-12-251-1/+1
* Simplify the condition code.ulion2007-12-251-1/+1
* Add some const/static qualifiers as appropriatereimar2007-12-243-6/+6
* Use realloc_struct in more places for consistencyreimar2007-12-241-3/+3
* Get rid of some of the more excessive () and casts.reimar2007-12-241-24/+24
* pci_db2c.awk creates more than just two .c files, add the rest to the rule.diego2007-12-241-1/+1
* Skip unnecessary (debug) output; obey the rule of silence.diego2007-12-241-1/+1
* Make sure we have an rtsp sessionlu_zero2007-12-241-0/+3
* typo: begining --> beginningdiego2007-12-235-6/+6
* Replace LOAD_LE32 etc. by AV_RL32 etc.reimar2007-12-231-28/+8
* Add a read_varlen function to reduce some code duplicationreimar2007-12-231-44/+24
* Fix compilation of liba52/test.c testing and benchmarking application.iive2007-12-232-12/+12
* Set vo_mouse_autohide in gl and gl2 vos, so the mouse hiding behaviourreimar2007-12-222-0/+2
* cosmetics: Remove trailing whitespace, reformat one comment.diego2007-12-223-23/+23
* Add proper copyright/license headers.diego2007-12-224-3/+93
* Add missing X11/extensions/scrnsaver.h includereimar2007-12-221-0/+4
* Remove wrong and misleading comments.diego2007-12-222-3/+0
* typosdiego2007-12-221-1/+1
* cosmetics: grammar/spellingdiego2007-12-221-3/+2
* 100l, fix compilation.reimar2007-12-221-2/+2
* Grammar fix.ulion2007-12-221-1/+1
* Add copyright info for s/pdif code from VideoLAN.ulion2007-12-221-0/+4
* Add missing #include, fixesdiego2007-12-221-0/+1
* cosmetics: Remove trailing whitespace.diego2007-12-221-10/+10
* cosmetics: spelling fixesdiego2007-12-221-6/+7
* Set is_streamed correctly, should make network playback work more reliably.reimar2007-12-221-0/+1
* Get rid of URLProtocol mess (especially problematic since it made usereimar2007-12-221-34/+12
* Typo fix in messagereimar2007-12-221-1/+1
* Simplify int_fastXY_t test in configure.reimar2007-12-221-4/+1
* Do not send mouse movements events in root win mode.ulion2007-12-221-1/+1
* Remove useless #ifdefsreimar2007-12-221-4/+0
* Add support for XScreenSaverSuspendreimar2007-12-222-1/+46
* Check availability before check argument for getting gamma properties.ulion2007-12-221-7/+8
* Revert to r25490, since the r25491 is not correct.ulion2007-12-221-3/+4
* Combine code for check availability of property audio(id).ulion2007-12-221-4/+3
* Combine common code for check whether chapter is available.ulion2007-12-221-12/+4
* OSD menu support mouse selection.ulion2007-12-227-1/+74
* Move two variable to the scope where they are indeed used.ulion2007-12-221-2/+2
* Simplify a little bitreimar2007-12-211-6/+4
* Remove a check that is never in any way usefulreimar2007-12-211-5/+0
* comment typo fixesdiego2007-12-212-4/+4
* Avoid some le2me_ASF_* stuff operating directly on buffer, shouldreimar2007-12-211-5/+3
* The lagarith DLL requires an MMX2 CPU.diego2007-12-211-1/+1
* Remove another useless castreimar2007-12-211-1/+1
* 100l, buffer bound checks work better when done _before_ access.reimar2007-12-211-3/+2
* Reduce some extreme parsing ugliness (mostly cosmetic)reimar2007-12-211-10/+12
* Remove useless alloc castsreimar2007-12-211-3/+3
* Reduce code duplication: add a asf_read_wrapper function that never does part...reimar2007-12-211-34/+23
* 30% synced with r22753ptt2007-12-201-209/+215
* Move more variables into the block where they are usedreimar2007-12-201-3/+1
* Move a variable to where it is usedreimar2007-12-201-2/+1
* Support send mouse movements commands to mplayer.ulion2007-12-201-2/+13
* Fix stream_cache to use sector_size set in stream_t.ulion2007-12-201-1/+1
* Move ds->current=NULL; further up to the free_demux_packet.reimar2007-12-201-1/+1
* Fix comment from unrarlib to unrar_execulion2007-12-201-1/+1
* Remove redundant code since unrarlib was removed.ulion2007-12-201-3/+2
* Use tv_sec instead of tv_usec to set 1 second timeout, e.g. NetBSDreimar2007-12-201-2/+2
* Remove internal unrarlib copy, the new unrarexec code is a strict superset.diego2007-12-207-2985/+18
* Make sure strides have positive values before converting.benoit2007-12-201-1/+1
* Add variable bx, dx to simplify code of function menu_draw_list.ulion2007-12-201-7/+9
* Add local variable 'line_h' to simplify code of function menu_list_draw.ulion2007-12-201-8/+10
* Ignore mouse pos command when pausing.ulion2007-12-191-1/+7
* Currently menu title did not align center together with menu items when x>=0.ulion2007-12-191-3/+3
* Calculate and draw osd accurately.ulion2007-12-191-2/+7
* Make libmenu init and uninit in proper place.ulion2007-12-191-3/+7
* Vobsub support tridx setting in .idx file.ulion2007-12-193-9/+18
* Use calloc instead of malloc when allocate vobsub_t.ulion2007-12-191-11/+1
* sync w/r25455gpoirier2007-12-191-1/+1
* Protocol name should be case insensitive.ulion2007-12-191-1/+1
* Merge 'Jump to ...' with 'Prev/Next' menu item into one item 'Prev/Next ...'.ulion2007-12-191-2/+2
* typo noticed by Paul TTdiego2007-12-181-1/+1
* change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do ...rik2007-12-185-5/+5
* sync w/25440gpoirier2007-12-181-2/+2
* Use NSMakeRect and NSRect in correct way:ulion2007-12-181-5/+5
* Fix wrong code in last commit.ulion2007-12-181-2/+2
* Fix mouse button mapping:ulion2007-12-182-6/+12
* Here should add the minb to x when x>=0 because in later codeulion2007-12-181-1/+1
* Fix the menu uninit function name.ulion2007-12-182-2/+2
* Replace another m_struct_t by 'struct m_struct_st' to remove depedencyulion2007-12-181-1/+1
* Stop MPlayer from complaining about bogus AviSynth DLL load failures.diego2007-12-181-1/+1
* Remove dependency on m_struct.h when include libmenu/menu.h.ulion2007-12-181-1/+3
* Do not operate on vobsub when no video (Bug #312).ulion2007-12-181-1/+1
* r25345 patched the wrong line.ben2007-12-171-1/+1
* Record screen size and display size in vo_ variables.ulion2007-12-171-1/+8
* screen_frame is only used for fullscreen mode.ulion2007-12-171-5/+5
* Fix the expand text's format by the source.ulion2007-12-171-1/+1
* Caching toc header in vcd private structure for later use.ulion2007-12-172-12/+6
* Add cdda stream control for chapter commmands.ulion2007-12-171-0/+48
* Fix indent for last commit.ulion2007-12-171-15/+15
* Ignore elements of keybindings other than 'binding'.ulion2007-12-171-0/+2
* Remove NO_REPEAT mask from keycode, fix keycode matching for JOY_BTN0, etc.ulion2007-12-171-0/+1
* Display parsed keycode in verbose output.ulion2007-12-171-2/+2
* mention that the sync is partialgpoirier2007-12-171-1/+1
* partial sync w/r25389, patch by JRaSH %jrash06 A 163 P com%gpoirier2007-12-171-18/+73
* cosmetics: Remove trailing whitespace.diego2007-12-171-2/+2
* Modified for using chapter property for $(NAME:TEXT) or ?(NAME:TEXT).ulion2007-12-171-1/+4
* Fix memory leak.ulion2007-12-171-0/+4
* The function parameter 'preferred_language' should be const char *.ulion2007-12-172-4/+4