summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 typosdiego2007-12-021-2/+2
* Make vo info structs constreimar2007-12-0246-46/+46
* Remove last remains of long-gone VOCTRL_SCREENSHOTreimar2007-12-022-2/+1
* Remove video_out_png extern in vo_vesa (remains of ill-advisedreimar2007-12-021-4/+0
* Remove casts that are (no longer) necessaryreimar2007-12-021-7/+7
* Use proper type for vidix_preinit parameter instead of void *reimar2007-12-022-3/+3
* Mark all stream_info_t as constreimar2007-12-0225-53/+53
* When IFO file is opened (detected by extension), set dvd-device to IFO file'svoroshil2007-12-022-0/+45
* Make auto_open_streams array itself constreimar2007-12-021-1/+1
* Add type info to menu_t, now we can get the menu name and the type name of menu.ulion2007-12-022-2/+6
* auto_open_streams should have const type, fix also the places where it is usedreimar2007-12-011-3/+3
* Finally replace get_uint?? by AV_RL??reimar2007-12-011-35/+31
* Get rid of annoying, space-wasting sizeof(uint32_t)reimar2007-12-011-2/+2
* Bigendian fix for ogg in AVIreimar2007-12-011-2/+4
* Use a loop instead of doing the same thing three timesreimar2007-12-011-14/+7
* Use a pointer variable for extradata to simplify init_avi_with_oggreimar2007-12-011-4/+9
* Set sh_video->format when parsing aviheader, otherwise it might neverreimar2007-12-011-0/+1
* Remove some pointless castsreimar2007-12-011-2/+2
* Create correct extradata for vorbis audio when used as avi sub-demuxerreimar2007-12-011-0/+1
* Fix some typos in comments, grammar is still bad.reimar2007-12-011-3/+3
* Fix typos in comments to stop them hurting my eyesreimar2007-12-011-5/+5
* at startup show audio and subtitle streams available in the chosen title with...nicodvb2007-12-011-0/+52
* Fix ao_null with float samplesuau2007-12-011-1/+1
* ao_null: Make duration of "buffered" audio constantuau2007-12-011-5/+5
* simplifymichael2007-11-301-1/+1
* 10l for me. I should read my own comments just above it ;)ivo2007-11-301-1/+1
* less code for initializing default settingsivo2007-11-301-21/+13
* add test for deprecated and obsolete functionsivo2007-11-301-2/+21
* Make outburst and buffersize depend on channel count.reimar2007-11-301-2/+2
* 100l, bzero is deprecated, use memset insteadreimar2007-11-301-1/+1
* this variable was nothing but a useless memleakben2007-11-301-3/+1
* this local variable can be staticben2007-11-301-1/+1
* Remove stray line that slipped through in last commit.ulion2007-11-301-1/+0
* Fix warnings:ulion2007-11-301-3/+4
* Comment some #endif directives.diego2007-11-301-14/+14
* Add support for Apple's yuv2 raw formatreimar2007-11-302-0/+16
* Add the correct format substitutions to make the raw decodersreimar2007-11-301-18/+18
* Support double buffering, fix osd flicker.ulion2007-11-302-5/+26
* Fix play window not get actived problem on Leopard.ulion2007-11-301-0/+13
* Ignore empty event.ulion2007-11-291-0/+2
* -identify also shows the duration(s) of the title(s)nicodvb2007-11-291-2/+4
* cosmetics: moved identification code to a separate functionnicodvb2007-11-291-8/+14
* Proper license header.ivo2007-11-291-11/+13
* Remove redundant changelog from commentsivo2007-11-291-9/+17
* Proper license header.ivo2007-11-291-2/+14
* Remove redundant changelog comments. There's always svn log.ivo2007-11-291-11/+0
* Remove redundant changelog from comments. There's always svn log.ivo2007-11-291-33/+0
* Fix multiple inclusion guards, identifiers starting with __ are reserveddiego2007-11-292-6/+6
* Even when vobsub is forced, .ifo file is still not necessary,ulion2007-11-291-1/+1
* when no title is chosen -identify all titles present in the dvdnicodvb2007-11-291-0/+6
* with -identify show the title being describednicodvb2007-11-291-1/+1
* -identify shows chapters times when playing dvd streamsnicodvb2007-11-281-2/+2
* -identify chapters of chosen titlenicodvb2007-11-281-0/+18
* r24924: Add audio filter scaletempovoroshil2007-11-281-6/+97
* r25011: a couple of tricks to improve playback resistance and usability of dv...voroshil2007-11-283-11/+39
* r25058: Add missed translatable string in my previous commitvoroshil2007-11-281-2/+7
* Add an example for play DTS-CD with passsthrough.ulion2007-11-281-0/+11
* Correct VCD track no. calculation on Windows.zuxy2007-11-281-1/+1
* Avoid gcc warning:zuxy2007-11-281-1/+1
* Return correct length in ID_VCD_TRACK_n_MSFzuxy2007-11-281-0/+2
* Set protocol for the vo proxy used in shared-buffer mode.ulion2007-11-282-6/+31
* Enable -rtsp-port for nemesilu_zero2007-11-272-3/+2
* Remove stray varlu_zero2007-11-271-1/+0
* synced with r25179ptt2007-11-271-5/+4
* Added myself, as suggested by Diego.ulion2007-11-271-0/+5
* Takeover as maintainer of mplayer osx port with Nicolas' blessing.ulion2007-11-271-2/+4
* Add missing forced linebreak, slight wording improvement.diego2007-11-271-4/+3
* Use const char * to replace a char * parameter.ulion2007-11-271-1/+1
* Fix warnings:ulion2007-11-271-2/+2
* synced with r24954ptt2007-11-261-3/+6
* synced with r24604ptt2007-11-261-1/+97
* synced with r24346ptt2007-11-261-12/+33
* was synced to r25017, my fault sorryptt2007-11-261-1/+1
* synced with r25011ptt2007-11-261-1/+27
* synced with r25146ptt2007-11-261-6/+7
* synced with 25158ptt2007-11-261-1/+15
* 100l in play_tree_parser_get_line, check that there actually isreimar2007-11-261-1/+1
* Replace http:// URLs in asx files by mmshttp://.reimar2007-11-261-0/+8
* Simplify convert_14bits_to_16bits function in ad_hwac3reimar2007-11-261-18/+10
* Add missing '\n' in tv scanner results output.voroshil2007-11-261-0/+1
* Fix warning on Leopard, tested ok on Tiger:ulion2007-11-261-1/+1
* Fix warning:ulion2007-11-261-1/+2
* Support stream redirection from http to mms, fix bug #927.ulion2007-11-263-5/+36
* Fix code to make sure the browse starting path within the menu-chroot path.ulion2007-11-261-16/+26
* 10l, removing the conditional bitfields from (audio|sub)_mapping_t requires t...nicodvb2007-11-251-0/+4
* Restore copyright/license notices that were stripped off.diego2007-11-2518-0/+603
* Remove mapdev.vxd. It is a non-free Win9x/DOS binary and its usage remainsdiego2007-11-253-76/+0
* Make up missed update for osd message.ulion2007-11-251-0/+4
* Support select subtitle by source, add 4 properties:ulion2007-11-254-2/+228
* Since FFmpeg r11077, some muxers/demuxers don't exist in libavformat anymore.cehoyos2007-11-241-2/+2
* Revert r25089 (Ignore video formats which are supported by devicevoroshil2007-11-241-14/+3
* Move requested format at top and shift all oters downvoroshil2007-11-241-8/+11
* Сreate empty format arrays in case of error in init_chain_common.voroshil2007-11-241-6/+27
* Support convert 14-bit DTS stream into 16-bit stream if needed,ulion2007-11-241-6/+65
* pgc->subp_control and pgc->audio_control are no more bitfields,nicodvb2007-11-231-20/+0
* replaced audio_mapping_t and sub_mapping_t with uint16_t and uint32_tnicodvb2007-11-233-55/+6
* Fix memory leak of image_data.ulion2007-11-231-0/+5
* Fix a memory leak when working in shared_buffer mode.ulion2007-11-231-1/+2
* Check boundary for queue's current_index.ulion2007-11-231-1/+2
* Clarify playtree explanation.diego2007-11-231-6/+7
* Bring (de)muxer_lavf up to date with the libavformat API changes introduced b...iive2007-11-232-5/+5
* Enable Theora supportlu_zero2007-11-231-0/+1
* Prevent from using data->len when data is NULL (when play() return NULL).ulion2007-11-231-1/+1
* Move the setCurrentTexture call into flip_page(), fix osd flicker problem.ulion2007-11-231-5/+3
* Fix half-baked last commit.diego2007-11-221-3/+4
* don't include anymore the dvdread headers from the dvdnav directorynicodvb2007-11-221-5/+0
* Remove ! operator hack, we require a POSIX-compatible-shell.diego2007-11-221-31/+18
* Invert the logic to check the cmp return value cmp to avoid using the ! opera...diego2007-11-221-1/+1
* comment spelling/grammar fixesdiego2007-11-221-36/+31
* mention VC-1/WMV MMX speed-up in the changeloggpoirier2007-11-221-0/+1
* Fix compilation error.iive2007-11-221-1/+1
* Fix a wrong cmdline example of using -menu-chroot.ulion2007-11-211-1/+1
* Compilation fix (typo)voroshil2007-11-211-1/+1
* AAC support (aac-hbr only)lu_zero2007-11-211-0/+1
* Media Format to fourcc conversion (from amol)lu_zero2007-11-211-22/+42
* Make hwdts support more dts format identification, 14bits or 16bits, LE or BE.ulion2007-11-211-24/+128
* Rename timer-lx.c --> timer-linux.c.diego2007-11-212-1/+1
* main() --> main(void)diego2007-11-216-6/+6
* main() --> main(void)diego2007-11-211-14/+14
* Remove unused function write_psm_block(), fixes the warning:diego2007-11-211-19/+0
* Support dump AF_FORMAT_AC3 format.ulion2007-11-211-0/+3
* Sizes of arpmt and arStreamCaps must be equal.voroshil2007-11-211-0/+3
* vcd://<n> now works for MinGW32 too, hence the updated doczuxy2007-11-211-0/+3
* Move code related to chain initialization and similarvoroshil2007-11-201-80/+78
* Fix mplayer crash caused by r25116voroshil2007-11-201-0/+10
* Musepack SV8 lavc decoder supportkostya2007-11-202-0/+9
* Put colon inside replaceable tag.diego2007-11-201-1/+1
* Remove no more needed checkvoroshil2007-11-201-1/+1
* Fix totally wrong (due to mess of brackets) structures size check.voroshil2007-11-201-7/+7
* Replace several parameters for get_available_formats_streamvoroshil2007-11-201-60/+24
* New routine for reconnecting two pins with new media typevoroshil2007-11-191-23/+68
* Move pointer to SampleGrabber filter into chain structure.voroshil2007-11-191-6/+6
* Move common chain uninit code into separate routine.voroshil2007-11-191-52/+38
* pass chain structure instead of several variables to build_sub_graphvoroshil2007-11-191-18/+16
* fix missed changevoroshil2007-11-191-1/+1
* Add capture filter's pointer to vbi chain structure too.voroshil2007-11-191-0/+3
* Code unification: get rid of local variable arpmtVBIvoroshil2007-11-191-4/+11
* Add major media type to chain structurevoroshil2007-11-191-6/+10
* One step of code cleanup: move all variables, relatedvoroshil2007-11-191-204/+221
* Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView.ulion2007-11-191-0/+3
* 100l: Fix long standing copy-paste error:voroshil2007-11-191-1/+1
* Add padding and unroll loop 4x for at least another 10% speedupreimar2007-11-181-4/+11
* Change to a 64 bit accumulation variable instead of shifting.reimar2007-11-181-5/+5
* 100l, *ppc++ was supposed to be replaced by ppc[i] in r25100, but that is not...reimar2007-11-181-2/+0
* Use "long" instead of "int" for innermost loop variable.reimar2007-11-181-1/+2
* Rearrange scaletempo inner loop.reimar2007-11-181-2/+5
* warn users to disable dvdread internal (at least for the moment: there'snicodvb2007-11-181-1/+3
* 100l, someone mixed up && and ||, so if allocation of only one buffers failedreimar2007-11-181-1/+1
* Avoid some casts by changing int8_t* to void* in af_scaletemporeimar2007-11-181-25/+27
* Add all passed to VID_SET_FORMAT formats to the end ofvoroshil2007-11-181-2/+27
* Ensure that when VID_GET_FORMAT ioctl is called,voroshil2007-11-181-0/+5
* (cosmetics) Indentation fix of previous commit.voroshil2007-11-181-11/+11
* New media format negotiation code:voroshil2007-11-181-2/+14
* Move setting media format code voroshil2007-11-181-7/+6
* Pass all available formats to chain building routine andvoroshil2007-11-181-18/+30
* 100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc tablereimar