summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dec_sub: add hack to display last MicroDVD subtitle eventwm42013-06-251-0/+11
* sub: libguess support for -subcpwm42013-06-253-1/+57
* sub: add hack for Libav SRT demuxerwm42013-06-253-1/+102
* dec_sub: allow postprocessing between decoderswm42013-06-251-14/+41
* dec_sub: change sublist memory allocationwm42013-06-251-10/+9
* dec_sub: move code aroundwm42013-06-251-45/+51
* demux_libass: do charset conversion by -subcpwm42013-06-251-3/+16
* sub: prevent subtitle conversion if subs are known UTF-8wm42013-06-253-1/+3
* demux_subreader: remove iconv/enca codewm42013-06-251-154/+1
* sub: add subtitle charset conversionwm42013-06-255-5/+332
* sub: attempt to use video FPS for frame based subtitle formatswm42013-06-253-0/+6
* sub: add demux_libass wrapper, drop old hackswm42013-06-2514-177/+131
* core: don't set correct-pts mode randomlywm42013-06-252-5/+8
* subreader: turn into actual demuxerwm42013-06-258-202/+229
* demux: add utility functions for preloading demuxerswm42013-06-252-5/+81
* stream: remove stream_unread_buffer()wm42013-06-252-21/+0
* demux_lavf: use stream_peek() instead of read/unreadwm42013-06-251-6/+4
* stream: add stream_peek functionwm42013-06-252-0/+35
* stream: never let read functions return values < 0wm42013-06-251-3/+5
* stream: readd memory streamswm42013-06-252-5/+21
* Move/rename subreader.cwm42013-06-258-6/+3
* sd_ass: fix nonsensewm42013-06-251-1/+4
* sd_ass: disable special handling of subtitles with duration 0wm42013-06-252-1/+22
* sd_ass: handle libavformat ASS comment packets as wellwm42013-06-232-18/+14
* subreader: remove overlap handling codewm42013-06-231-243/+3
* sub: do some timing postprocessing on preloaded subswm42013-06-233-13/+53
* sub: preload external text subtitleswm42013-06-235-2/+109
* sub: remove redundant conditionwm42013-06-231-2/+2
* stream: remove padding parameter from stream_read_complete()wm42013-06-239-25/+24
* demux: don't require fill_buffer callbackwm42013-06-233-13/+1
* cache: fix build on OSX (again)wm42013-06-161-0/+7
* cache: fix compilation on Libavwm42013-06-161-1/+8
* cache: use correct header for clock_gettimewm42013-06-161-0/+1
* ao_dsound: fix compilationwm42013-06-161-0/+2
* configure: make check for stream cache verbosewm42013-06-162-2/+5
* Merge branch 'cache_new'wm42013-06-1627-1049/+907
|\
| * stream: don't set sector size on cachewm42013-06-161-3/+1
| * cache: attempt to improve slow cache warningwm42013-06-161-26/+35
| * cache: report more precise stream timewm42013-06-161-9/+39
| * stream: don't align stream position if not neededwm42013-06-161-3/+1
| * stream: don't adjust stream position if seek succeeds, but read failswm42013-06-161-3/+2
| * stream: fix some aspects of EOF handlingwm42013-06-162-13/+24
| * stream: don't set EOF flag in stream implementationswm42013-06-167-13/+1
| * stream: remove stream_reset()wm42013-06-168-25/+3
| * stream: check for interruption when trying to reconnect streamwm42013-06-161-3/+3
| * stream: cosmeticswm42013-06-162-26/+12
| * stream: reset buffer even on EOF/errorwm42013-06-161-4/+2
| * cache: use threads instead of fork()wm42013-06-166-553/+425
| * stream: add partial read functionwm42013-06-162-17/+28
| * demux_lavf: change probing, use stream_unread_buffer()wm42013-06-161-31/+33
| * stream: add stream_unread_buffer()wm42013-06-162-4/+33
| * cache: make the stream cache a proper stream that wraps other streamswm42013-06-168-352/+234
| * stream: remove pointless checkwm42013-06-091-7/+3
| * stream: remove unused functionwm42013-06-091-9/+0
| * stream: move VCD specific stuff to stream_vcdwm42013-06-093-5/+4
| * stream_cdda, stream_vcd: check read buffer sizewm42013-06-092-0/+5
| * stream_dvd: remove some deadly insane codewm42013-06-091-15/+0
| * stream: misleading statementwm42013-06-091-1/+1
| * core: use STREAM_CTRL instead of accessing stream_dvd internalswm42013-06-094-11/+33
| * stream: rename cache2.c to cache.cwm42013-06-092-1/+1
| * cache2: uncrustifywm42013-06-091-452/+521
* | audio/out: remove ao->outburst/buffersize fieldswm42013-06-1616-82/+64
* | audio/out: don't require AOs to set ao->bpswm42013-06-169-40/+28
* | audio: fix af_fmt_seconds_to_bytesStefano Pigozzi2013-06-164-8/+13
* | audio/out: remove wrapper for old AOswm42013-06-163-130/+0
* | ao_jack: use mp_ringStefano Pigozzi2013-06-161-31/+12
* | ao_portaudio: use mp_ringStefano Pigozzi2013-06-162-57/+15
* | core: add a spsc ringbuffer implementationStefano Pigozzi2013-06-169-166/+338
* | ao_coreaudio: fix output with spdifStefano Pigozzi2013-06-161-5/+4
* | ao_coreaudio: split ringbuffer in it's own fileStefano Pigozzi2013-06-164-74/+161
* | ao_coreaudio: move to new libao APIStefano Pigozzi2013-06-161-310/+339
* | ao_coreaudio: uncrustifyStefano Pigozzi2013-06-161-491/+553
* | fix compile, sorryRudolf Polzer2013-06-161-0/+1
* | vf_dlopen ildetect: fix numdecidedadjacentframes counterRudolf Polzer2013-06-161-1/+5
* | vf_dlopen ildetect: make the wrapper shell script more robustRudolf Polzer2013-06-161-7/+2
* | encode_lavc strings: use new option syntaxRudolf Polzer2013-06-163-22/+22
* | vf_dlopen filters: add an "ildetect" filter that detects interlacingRudolf Polzer2013-06-164-5/+357
* | cocoa_common: implement VOCTRL_UPDATE_WINDOW_TITLEStefano Pigozzi2013-06-161-2/+11
* | wayland: use VOCTRL_UPDATE_WINDOW_TTILEAlexander Preisinger2013-06-161-1/+3
* | mplayer: update window title if its properties changeJohn Hawthorn2013-06-162-10/+21
* | vo: fix build on Libavwm42013-06-151-0/+2
* | video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEwm42013-06-155-5/+22
* | vo: define VO_TRUE/FALSE to C99 constantswm42013-06-151-2/+2
* | w32_common: remove some unneeded codewm42013-06-151-5/+3
* | w32_common: fix non-sensewm42013-06-151-2/+3
* | demux_lavf: show metadata for OGG audio fileswm42013-06-151-5/+18
* | vo_xv: always request redraw on resizewm42013-06-151-3/+3
* | vo: redo video display rectangle calculationswm42013-06-151-24/+49
* | gl_video: rearrange some codewm42013-06-151-23/+20
* | gl_video: fix scaling when image is cropped, or with no-npotwm42013-06-151-22/+39
* | gl_video: typo in commentwm42013-06-151-1/+1
* | image_writer: Add PNG filter option (default "mixed")Martin Herkt2013-06-154-1/+15
* | cocoa_common: remove play/pause VOCTRL functionsStefano Pigozzi2013-06-142-14/+2
* | command: use more standard time format for clock propertywm42013-06-141-1/+1
* | w32: enable screensaver when pausedwm42013-06-142-2/+13
* | x11: enable screensaver when paused, rename/change --stop-xscreensaverwm42013-06-146-14/+22
* | core: introduce separate VOCTRLs for screensaver stop/resumewm42013-06-143-11/+19
* | support "-" as file name when encodingRudolf Polzer2013-06-131-7/+15
* | options: remove --stereowm42013-06-134-27/+1
* | gl_video: remove redundant conditionwm42013-06-131-6/+1
* | mplayer: save sub-visibility propertywm42013-06-131-1/+1
* | vo_lavc: silence warning when writing y4mwm42013-06-131-1/+1
* | mplayer: try to handle PTS forward jumpswm42013-06-131-1/+6
* | manpage: adjust y4m output examplewm42013-06-131-1/+1
* | cocoa_common: fix ontop switching when fullscreenStefano Pigozzi2013-06-111-2/+2
* | ao_oss: fix compilation on BSDwm42013-06-111-2/+3
* | options: fix compilation on Windowswm42013-06-111-0/+1
* | command: fix empty metadata casewm42013-06-111-2/+2
* | cocoa_common: fix window level when going fullscreenStefano Pigozzi2013-06-101-1/+1
* | encoding: fix -oneverdrop logic when -omaxfps is usedRudolf Polzer2013-06-091-5/+8
* | encoding -omaxfps: rewrite logicRudolf Polzer2013-06-091-29/+32
* | encoding -omaxfps: do not shift pts when pts are repeated entirelyRudolf Polzer2013-06-091-1/+1
* | Option -omaxfps: limit fps when encodingRudolf Polzer2013-06-095-0/+29
|/
* manpage: improve documentation of property expansionwm42013-06-082-45/+90
* core: make options.c compile standalonewm42013-06-086-59/+58
* core: rename cfg-mplayer.h to options.cwm42013-06-082-2/+2
* core: merge defaultopts.c into cfg-mplayer.hwm42013-06-085-125/+110
* command: replace some show_ commands with propertieswm42013-06-075-131/+135
* command: human readable output for metadata propertywm42013-06-071-0/+10
* core: reset pause state by default when going to next filewm42013-06-072-0/+5
* m_option: allow setting empty listswm42013-06-071-2/+5
* ao_jack: remove global variableswm42013-06-071-71/+79
* ao_jack: align data sizes on audio frame sizewm42013-06-071-5/+5
* ao_jack: switch to new AO APIwm42013-06-071-62/+62
* ao_jack: uncrustifywm42013-06-071-211/+236
* ao_oss: remove duplicated format infowm42013-06-071-50/+27
* ao_oss: remove global variableswm42013-06-071-80/+104
* ao_oss: switch to new AO APIwm42013-06-071-128/+117
* ao_oss: uncrustifywm42013-06-071-298/+334
* macosx_events: handle key modifiers with media keysStefano Pigozzi2013-06-062-27/+56
* macosx_events: DRY up key lookup over dictionaryStefano Pigozzi2013-06-051-10/+12
* docs: update tech-overview.txtwm42013-06-051-9/+19
* keycodes: fix copy paste errorStefano Pigozzi2013-06-051-3/+3
* macosx_events: make remote property an instance variableStefano Pigozzi2013-06-052-7/+8
* command: add the current local time as a propertyJan-Marek Glogowski2013-06-041-0/+16
* osx: improve Media Keys supportStefano Pigozzi2013-06-0410-33/+140
* ao_openal: switch to new AO APIwm42013-06-041-52/+66
* ao_openal: uncrustifywm42013-06-041-172/+185
* ao_jack: add (no-)connect suboptionreimar2013-06-042-11/+21
* ao_dsound: remove global variableswm42013-06-041-100/+129
* ao_dsound: switch to new AO APIwm42013-06-041-61/+70
* ao_dsound: uncrustifywm42013-06-041-339/+375
* Merge branch 'sub_mess'wm42013-06-0442-1525/+1770
|\
| * sub: always show subtitles on terminal with -no-videowm42013-06-041-2/+4
| * sd_srt, sd_microdvd: set ASS script resolutionwm42013-06-033-1/+18
| * sub: add name field to all sub decoderswm42013-06-039-0/+20
| * sd_ass: add default style if there aren't any styleswm42013-06-031-4/+8
| * ass_mp: provide function to add default styleswm42013-06-033-17/+30
| * core: add common function to initialize AVPacketwm42013-06-035-20/+27
| * sub: pass subtitle packets directlywm42013-06-033-21/+18
| * sub: never set VSFilter aspect if the ASS subtitle is convertedwm42013-06-033-1/+7
| * sub: don't check for duplicates on sub conversionwm42013-06-033-6/+17
| * sd_lavc_conv: strip style headerwm42013-06-031-0/+19
| * sub: use libass even if -no-ass is usedwm42013-06-032-8/+5
| * sd_lavc_conv: add hack if AV_CODEC_PROP_TEXT_SUB is not availablewm42013-06-032-1/+29
| * sd_ass: strip empty/whitespace lines in -no-ass modewm42013-06-031-1/+13
| * demux_lavf: always set packet durationwm42013-06-031-5/+2
| * sub: make use of libavcodec subtitle converterswm42013-06-035-0/+152
| * sub: turn subassconvert_ functions into sub converterswm42013-06-0312-255/+169
| * sub: split subassconvert.c into sd_microdvd.c and sd_srt.cwm42013-06-033-257/+313
| * sub: basic subtitle converterswm42013-06-037-42/+220
| * sub: refactorwm42013-06-0111-205/+287
| * core: add demux_sub pseudo demuxerwm42013-06-019-77/+108
| * sub: various minor subtitle related changeswm42013-06-016-43/+35
| * sub: remove some global variableswm42013-05-3012-137/+108
| * options: add --no-sub-visibility for symmetrywm42013-05-303-25/+6
| * spudec: restore --sub-forced-only supportwm42013-05-301-0/+2
| * sub: add sd_spu.c to wrap spudec, cleanup mplayer.cwm42013-05-3013-179/+171
| * sub: use DVD PTS fallback code in normal sub decoding pathwm42013-05-301-0/+14
| * sub: remove check_duplicate_plaintext_event()wm42013-05-301-19/+0
| * sub: redo how -no-ass is handledwm42013-05-3016-445/+214
* | fix build on linuxStefano Pigozzi2013-06-031-0/+2
* | osx: add Apple Remote supportStefano Pigozzi2013-06-0314-8/+2587