summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 r25282Gabrov2007-12-035-20/+64
* 10l, len may change after initialization timerfelker2007-12-031-1/+1
* fix declaration after statement, take 2rfelker2007-12-031-9/+10
* fix declaration after statementrfelker2007-12-031-2/+2
* Skip empty vobsub streams when selecting subtitles.ulion2007-12-034-10/+63
* fix typocorey2007-12-031-1/+1
* Fix custom palette format from rgb to yuv, we use it as yuv in the spudec.ulion2007-12-031-2/+10
* Remove unused variables, fixes the warnings:diego2007-12-021-2/+1
* Get rid of some useless extra ()reimar2007-12-021-11/+11
* mime_type_table is const as wellreimar2007-12-022-2/+2
* Add a few forgotten static/const attributes in tvi_vbi.creimar2007-12-021-7/+7
* Make wsKeyNames array constreimar2007-12-022-2/+2
* evNames / evBoxs should be "static const"reimar2007-12-022-5/+2
* stream_opts arrays should be constreimar2007-12-0213-13/+13
* Make m_option_t arrays referenced by cfg-common.h constreimar2007-12-028-14/+14
* Table of ID3 genres should be const as wellreimar2007-12-021-1/+1
* Format mapping table should be constreimar2007-12-021-2/+2
* Preserve unsv:// protocol specifier over http redirects.reimar2007-12-021-0/+5
* Fix playback of streams with more than one video track (only one supported).cehoyos2007-12-021-1/+7
* Get rid of fsPressed variable and related code. It does not reallyreimar2007-12-021-24/+0
* Parameter of Filter function can be const, removes the warningreimar2007-12-021-1/+1
* Fix return type of getGtkEntryText, it must be constreimar2007-12-021-1/+1
* Make the main m_option_t arrays constreimar2007-12-023-20/+20
* Add appropriate const specifiers to some custom parse functions.reimar2007-12-023-4/+4
* Move fakemono extern to cfg-common.h where it is actually used.reimar2007-12-023-3/+1
* Remove pointless ifdefs around extern declarationsreimar2007-12-023-65/+0
* Option print functions may not and do not modify valuereimar2007-12-022-9/+9
* Do not queue empty cmd.ulion2007-12-021-1/+1
* Mark more m_option_t uses as constreimar2007-12-022-2/+2
* Get rid of some "discards qualifiers" warningsreimar2007-12-021-4/+4
* First try to mark some things in m_config correctly as constreimar2007-12-022-11/+11
* get/set video colors string is constantreimar2007-12-023-6/+6
* vf_equalizer_t string is constantreimar2007-12-021-1/+1
* Make osd font constreimar2007-12-021-1/+1
* Make all vf_info_t structs constreimar2007-12-0270-71/+71
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-0238-38/+38
* Mark several uses of vo_functions_t as const to stop some of the currentreimar2007-12-0212-20/+20
* Remove completely outdated commented-out codereimar2007-12-021-1/+0
* Fix some spelling typos<