summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sub_mess2'wm42013-06-2537-924/+1348
|\
| * DOCS: update tech-overview.txt to reflect some subtitle related changeswm42013-06-251-13/+19
| * options: add -sub-speed optionwm42013-06-254-2/+24
| * 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: cache number of chapterswm42013-06-241-0/+10
* | av_log: change how ffmpeg log messages are formattedwm42013-06-221-4/+8
* | configure: cocoa: link to libarcliteStefano Pigozzi2013-06-221-0/+1
* | ildetect: $ILDETECT_RUN_INTERLACED_ONLY to only run the job if not progressiveRudolf Polzer2013-06-211-4/+10
* | ildetect.sh: add a quiet mode; verify telecine decisionRudolf Polzer2013-06-201-5/+18
* | ildetect.sh: skip needlessly going through vo_lavcRudolf Polzer2013-06-201-2/+2
* | encoding: use --start for ratios, etc.Rudolf Polzer2013-06-202-7/+24
* | command line: allow --o= to disable encoding (i.e. empty string file name)Rudolf Polzer2013-06-201-3/+3
* | encode_lavc: simplify encoding status output; remove percentageRudolf Polzer2013-06-204-19/+18
* | ildetect.sh: better interlace detection rangeRudolf Polzer2013-06-201-1/+1
* | ildetect.sh: env vars supportRudolf Polzer2013-06-201-8/+35
* | OSX: fix compilation with 10.7 SDKStefano Pigozzi2013-06-194-1/+62
* | ao_wasapi0: add new wasapi event mode aoJonathan Yong2013-06-184-1/+892
* | vo_lavc: remove unused variablewm42013-06-181-1/+1
* | configure: remove redundant WINVER setJonathan Yong2013-06-181-1/+1
* | cache: fix stream_pts cachingwm42013-06-181-20/+20
* | sd_srt: handle '<font color="##FFA500">'wm42013-06-181-0/+2
* | osdep: remove shmem wrapperwm42013-06-186-170/+0
* | cache: actually use time instead of retry count for slow cache warningwm42013-06-181-9/+11
* | vo_lavc: do NOT fill pict_type from the mp_imageRudolf Polzer2013-06-171-0/+4
* | vo_lavc: use mp_image_copy_fields_to_av_frameRudolf Polzer2013-06-171-4/+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
| *