summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use correct #include for waitpid, fixes the warning:diego2007-12-171-1/+1
* Remove useless stray #include.diego2007-12-161-1/+0
* Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.diego2007-12-163-4/+4
* Should not change stream->pos in fill_buffer function.ulion2007-12-161-1/+0
* cosmetics: reformattingdiego2007-12-161-17/+16
* There are no special rules for commits to the build system.diego2007-12-161-1/+1
* Support cddb on darwin.ulion2007-12-162-2/+52
* make libass use sub_font_name whenever it's possibleben2007-12-161-3/+6
* sync w/ r25389 (up-to-date!!)gpoirier2007-12-161-1/+14
* sync w/r25315gpoirier2007-12-161-23/+36
* 10l, in dvb_free_config() channels' names must be free individuallynicodvb2007-12-151-3/+6
* cosmetic: indent after r25415ben2007-12-151-1/+1
* do not override *file_format if already set by asf_streaming_start()ben2007-12-151-0/+1
* pa_stream_write reportedly needs locking of the main loopreimar2007-12-151-1/+3
* Fix indentationreimar2007-12-151-4/+4
* Remove pointless pa_stream_trigger callreimar2007-12-151-10/+0
* Documentation for waitop functionreimar2007-12-151-0/+6
* Make the end_sector accessable (it should be).ulion2007-12-151-7/+7
* Add auto-update property for property menu item.ulion2007-12-151-9/+25
* removed the obscene priv->stream entry. Someone must have injected vodka in m...nicodvb2007-12-152-5/+3
* get rid of the file-static dvb_config and free the config at close() . Patch...nicodvb2007-12-153-10/+24
* Only read disc info once and save it for later using.ulion2007-12-151-17/+6
* dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv...nicodvb2007-12-154-28/+14
* The buffer used for pread need be aligned, but currently it got an offset 23ulion2007-12-151-1/+1
* Get end position of last track by adding its starting address with track size.ulion2007-12-151-2/+17
* Replace printf with mp_msg.ulion2007-12-151-9/+9
* partial sync with some of the latest commitsgpoirier2007-12-141-3/+110
* Always enable largefile support by defaultuau2007-12-141-2/+2
* implemented frame selection for savage driverben2007-12-141-0/+20
* fix frame size calculationben2007-12-141-63/+41
* remove useless code partsben2007-12-141-54/+0
* bgr24 and bgr32 supportben2007-12-141-1/+6
* rgb -> bgrben2007-12-141-2/+2
* register values were already set: simplifyben2007-12-141-3/+1
* Only print one track info when exactly seeking to the beginning of a track.ulion2007-12-141-1/+3
* Support chapter in OSD menu.ulion2007-12-146-0/+197
* Support chapter as a property.ulion2007-12-142-35/+80
* Fix stream cdda seeks to CD's end and hangs forever bug.ulion2007-12-141-2/+2
* Support using unrar executable to access rar-compressed vobsub files.ulion2007-12-147-7/+338
* Cosmetics: Fix indentation.cehoyos2007-12-141-1/+1
*