summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set correct image format for 24bit "raw " in mov files.cehoyos2007-12-141-1/+7
* Add demuxer functions for chapter feature.ulion2007-12-132-0/+81
* Add new audio filter for encoding multi-channel audio into ac3 at runtime.ulion2007-12-135-2/+337
* cosmetics: partially reformatted this monstruositynicodvb2007-12-121-33/+31
* fix memleaks; patch by andrew calkin from gmail comnicodvb2007-12-121-0/+6
* reverted r25323: deprecated by ulion's recent patchesben2007-12-121-8/+1
* synced with r25379ptt2007-12-121-15/+23
* add lagarith codec, someone finally found it in the wild.compn2007-12-121-0/+9
* Fix libass to support -nofontconfig.ulion2007-12-127-9/+31
* cosmetics: Remove ugly and inconsistent uppercasing from filenames.diego2007-12-124-3/+3
* cosmetics: Move public function declarations together.diego2007-12-121-6/+5
* Add missing declaration for dct64_altivec, fixes the warning:diego2007-12-121-0/+2
* Fix memory leak. I thought asx_get_attrib() return a const char *,ulion2007-12-121-5/+9
* Fix memory leak, reported by Andrew Calkin <andrew P calkin A gmail P com>.ulion2007-12-121-0/+1
* Remove headers not used.ulion2007-12-121-2/+0
* Add OSD menu keybindings for Apple Remote.ulion2007-12-122-3/+26
* Update comment that navigating keys is defined in menu.conf.ulion2007-12-121-1/+1
* Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.diego2007-12-112-3/+3
* Add missing #include <stdio.h>, fixes the warning:diego2007-12-111-0/+1
* support for xtensa CPU architecturediego2007-12-112-1/+16
* Slightly simplify preprocessor conditionals.diego2007-12-111-3/+1
* Ahem, fix breakage of last commit: The AltiVec detection code has threediego2007-12-111-0/+3
* allow osd menu being controlled by joystickben2007-12-112-0/+7
* Do not set SYS_AMIGAOS4, it is unused.diego2007-12-111-1/+1
* SYS_AMIGAOS4 --> __AMIGAOS4__diego2007-12-113-3/+3
* slight consistency change for default DVD device selectiondiego2007-12-111-1/+1
* Remove redundant condition from list of CD/DVD-ROM devices.diego2007-12-111-3/+0
* Do not set -DSYS_DARWIN, it is unused.diego2007-12-111-1/+1
* Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__.diego2007-12-111-1/+1
* Remove redundant and obfuscating preprocessor conditional.diego2007-12-111-3/+0
* Replace SYS_DARWIN conditional by the more correct __APPLE__.diego2007-12-111-5/+5
* There is a check for altivec.h in configure so use the preprocessor directivediego2007-12-114-4/+4
* Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__.diego2007-12-113-9/+9
* Make init_video function in dec_video static, it is not used outside that file.reimar2007-12-112-4/+1
* Identifiers starting with __ are reserved for the system.diego2007-12-112-3/+3
* Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled whendiego2007-12-111-5/+0
* Relicense as GPL v2 or later like the rest of liba52.diego2007-12-111-4/+20
* Fix spudec to display current vobsub immediately after a seek.ulion2007-12-114-17/