summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+37
* Make up missing changelog for dts wav support.ulion2007-12-111-0/+1
* Support to run multiple mplayer commands set in menu.confulion2007-12-113-19/+10
* Add new function for parsing and queueing multi-commands separated by \n or \r.ulion2007-12-112-0/+29
* some changescompn2007-12-101-0/+2
* Fixed VIDIX color bug that was introduced when Radeon VIDIX driverben2007-12-101-0/+1
* Dump the ati radeon DISP_MERGE_CNTL register to ease theben2007-12-101-0/+1
* Fix all current known multi-channel wrong order problems by addingulion2007-12-1012-2/+1404
* Fix memory leak that tmp allocated but maybe not used.ulion2007-12-101-4/+6
* Fix printf format string length modifiers, removes about a trillion warnings.diego2007-12-109-355/+355
* Comment out unused variable.diego2007-12-101-1/+1
* Fix mylstat() call to parent dir where the subdir has no exec permission.ulion2007-12-101-1/+22
* Remove unused parameters from main(), fixes the warnings:diego2007-12-101-1/+1
* Fix printf format string length modifiers, removes the warnings:diego2007-12-101-2/+2
* Fix printf format string length modifiers, removes the warnings:diego2007-12-101-9/+9
* spelling/grammar/wording/formattingdiego2007-12-101-16/+15
* Fix my wrong code in r25530.ulion2007-12-101-1/+1
* Make up missing header update in r25326.ulion2007-12-101-0/+2
* Move temp variable declaration into inner loop scope.ulion2007-12-101-2/+3
* Ignore heading spaces when parsing command.ulion2007-12-101-0/+4
* Fix missing command line bug by making the input parameter constant.ulion2007-12-101-6/+8
* associate mpeg12 ffourccs to vc_mpegpes (fixes playback with hw mpeg12 decode...nicodvb2007-12-091-0/+2
* Combine common code for dealing with file action and dir action.ulion2007-12-091-17/+8
* Use recorded last path only when stat it ok.ulion2007-12-091-1/+2
* Convert vobsub custom colors from rgb to yuv using a common function.ulion2007-12-092-9/+16
* identifiers starting with an underscore are reserved by the C standardben2007-12-081-3/+3
* removed stupid checksnicodvb2007-12-081-4/+0
* rework of libmenu open_dir()ben2007-12-081-2/+8
* Remove useless include added in last commit by mistake.ulion2007-12-081-1/+0
* Allow usage of icc 10.1cehoyos2007-12-081-1/+1
* Move vobsub palette->yuv convert code into a common function.ulion2007-12-083-18/+24
* Add missing declarations for AltiVec functions, fixes the warnings:diego2007-12-081-0/+7
* Remove useless variable aoIsCreated since we took good care of init failure.ulion2007-12-081-6/+3
* Restore y of palette into the same value range as it was in the .ifo file.ulion2007-12-082-0/+2
* Fix 'make checkheaders' on AltiVec-enabled systems.diego2007-12-071-0/+2
* minor spelling/grammar fixesdiego2007-12-061-5/+5
* cleanup and conformation of values description for -ass-hintingptt2007-12-061-11/+13
* Do not PostQuitMessage when destroying a child window.zuxy2007-12-062-16/+0
* suppress silly messages when checktree is not called from the root of the treeivo2007-12-051-1/+1
* only check source code for gnuismsivo2007-12-051-3/+3
* simpler and more easily expandable test whether we need a shortlist thativo2007-12-051-2/+4
* test for presence of .svn directory if we are supposed to traverse the treeivo2007-12-051-0/+7
* three little corrections...ptt2007-12-051-3/+3
* initial submit for revision... 24% synced with r22753ptt2007-12-051-0/+5326
* Prevent from outputing mass of 'skip' log messages in verbose level.ulion2007-12-051-1/+1
* when gathering the list of files to check via svn info, also includeivo2007-12-051-1/+1
* sync ivtv driver with vidix.sf.net (multiple revisions)ben2007-12-041-402/+472
* sync with vidix.sf.net r319: remove useless varsben2007-12-041-1/+0
* sync with vidix.sf.net r317: fixes colorspace issues for vidix savage driverben2007-12-041-18/+10
* Sync with vidix.sf.net r320: ati radeon >= R5xx do not have overlayben2007-12-041-64/+0
* sync with vidix.sf.net r318: resolve bitfield collision in vidix radeon drive...ben2007-12-041-14/+14
* add new configure option to disable VIDIX PCI device name database (saves a 3...ben2007-12-043-4/+22
* Rename demuxer tags to clarifylu_zero2007-12-042-4/+4
* live555 and libnemesi support coexistslu_zero2007-12-041-2/+2
* 10l ... the header was used there toolu_zero2007-12-041-2/+2
* Remove non necessary headerlu_zero2007-12-042-51/+7
* Make libnemesi use specific struct and DEMUXER_TYPElu_zero2007-12-044-5/+10
* Add cleanup codes for init() failure to prevent leak.ulion2007-12-041-20/+61
* When auto loading subs, log warning instead of error for load failure.ulion2007-12-042-6/+6
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsulion2007-12-0414-120/+196
* Use correct printf length modifiers, fixes the following warnings:diego2007-12-031-15/+15
* cosmetics/indentationivo2007-12-031-2/+3
* when gathering the list of files to check via svn info, also includeivo2007-12-031-1/+3
* add functions that are not specifically marked as being deprecated or obsolete,ivo2007-12-031-1/+1
* synchronized with vidix.sf.net r315: remove now useless definesben2007-12-031-24/+0
* synchronized with vidix.sf.net r315: update savage driver pci ids listben2007-12-031-8/+29
* syncd with r25278ptt2007-12-031-3/+14
* synced with