summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* mp_common: add MPMAX/MPMIN macroswm42013-07-151-0/+3
* Fix build on Libavwm42013-07-151-0/+1
* sd_ass: scale blur by original video size if requestedwm42013-07-152-0/+3
* sd_add: add terrible hack for (xy-)vsfilter compatibilitywm42013-07-153-0/+10
* demux_lavf: add terrible hack to make DVD playback just workwm42013-07-141-0/+1
* Merge branch 'remove_old_demuxers'wm42013-07-1412-300/+201
|\
| * mplayer: remove generic duration calculationwm42013-07-121-11/+1
| * demux: assume correct-pts mode by defaultwm42013-07-121-3/+3
| * Cleanup some include statementswm42013-07-121-1/+0
| * demux: rewrite probing and demuxer initializationwm42013-07-124-7/+4
| * mplayer: minor memory leak in error handling codewm42013-07-121-0/+1
| * core: change open_stream and demux_open signaturewm42013-07-128-60/+17
| * core: completely change handling of attached picture pseudo videowm42013-07-112-16/+52
| * demux: improve DVD sub auto-selection hackwm42013-07-111-18/+8
| * video: eliminate frametime variablewm42013-07-111-13/+9
| * core: don't access demux_stream outside of demux.c, make it privatewm42013-07-112-21/+21
| * mplayer: invert negated boolean variablewm42013-07-111-10/+10
| * mplayer: fix incorrect audio sync after format changeswm42013-07-111-2/+6
| * mplayer: remove "old" audio PTS calculation codewm42013-07-111-27/+9
| * mplayer: don't set bogus video pts after seek resetwm42013-07-111-5/+2
| * demux: remove facility for partial packet readswm42013-07-111-56/+30
| * core: remove demux_mpg subtitle PTS hackwm42013-07-101-23/+4
| * core: simplify some no-correct-pts codewm42013-07-101-33/+13
| * core: move code from demux/video.c to mplayer.cwm42013-07-101-0/+63
| * audio: remove decoder input bufferwm42013-07-101-4/+2
| * options: remove --ignore-startwm42013-07-083-13/+0
| * Merge branch 'master' into remove_old_demuxerswm42013-07-087-33/+179
| |\
| * | demux: simplify demux_open() callswm42013-07-084-25/+4
| * | demux: remove separate arrays for audio/video/sub streams, simplifywm42013-07-082-13/+10
| * | demux: remove video_read_propertieswm42013-07-081-18/+13
| * | Remove old demuxerswm42013-07-072-8/+6
* | | input: never wait if there are new events in the input queuewm42013-07-141-22/+20
* | | input: invert negated boolean fieldwm42013-07-141-7/+6
* | | input: use only one array for input sourceswm42013-07-142-145/+128
* | | w32: silence some warningsJames Ross-Gowan2013-07-131-0/+2
* | | mp_ring: improve documentationStefano Pigozzi2013-07-131-4/+9
* | | mp_ring: make mp_ring_read_cb provide an exact amount of bytesStefano Pigozzi2013-07-131-1/+1
* | | m_struct: try to be more standard Cwm42013-07-121-5/+5
* | | build: make the "built on" report opt-outStephen Hutchinson2013-07-111-1/+5
* | | options: add --cache-default optionwm42013-07-104-2/+8
| |/ |/|
* | command: add screenshot_to_file commandwm42013-07-087-28/+103
* | input: actually copy sub commandswm42013-07-081-0/+12
* | input: allow binding multiple commands to a keywm42013-07-083-5/+64
|/
* Remove internal network supportwm42013-07-073-15/+33
* core: make network options available even if old net code is disabledwm42013-07-072-2/+18
* playlist: don't add entries in reversewm42013-07-051-0/+1
* core: remove mp_fifo leftoverswm42013-07-041-40/+0
* cocoa: remove usage of mp_fifoStefano Pigozzi2013-07-031-1/+0
* core: cleanup more mp_fifo leftoverswm42013-07-023-3/+0
* core: remove mp_fifo indirectionwm42013-07-029-106/+73
* command: add some playlist manipulation commandswm42013-07-025-0/+44
* core: update metadata during playback, allow streams to export metadatawm42013-07-022-0/+6
* input: require VOs to send key up events, redo input key lookupwm42013-07-024-76/+80
* input: fix behavior if there are actually key up eventswm42013-07-021-1/+2
* input: don't ignore press-only mouse button eventswm42013-06-301-1/+2
* dec_sub: introduce sub_control(), use it for sub_stepwm42013-06-291-8/+7
* command: redraw subs if sub-delay is changedwm42013-06-291-1/+1
* sub: update subtitle time offset even if pausedwm42013-06-291-5/+5
* input: store number of binds, instead of using 0-terminationwm42013-06-291-60/+54
* input: store number of keys, instead of using 0-terminationwm42013-06-291-21/+24
* input: don't keep separate sections for builtin key bindingswm42013-06-291-62/+76
* mplayer: don't hide mouse cursor if mouse is inside mouse areawm42013-06-292-1/+5
* input: trigger mouse_leave key bindings if mouse leaves mouse areawm42013-06-293-12/+52
* command: add commands to enable/disable input sectionswm42013-06-293-0/+19
* input: handle mouse movement differentlywm42013-06-296-145/+328
* command: make raw percent-pos property return fractionswm42013-06-291-3/+6
* command: add properties for playlist positionwm42013-06-295-9/+102
* core: add libquvi 0.9 supportwm42013-06-285-9/+286
* core: rename mplayer.h and quvi.cwm42013-06-284-10/+6
* options: rename --mkv-subtitle-preroll, --dtshdwm42013-06-281-2/+6
* options: rename --rawvideo to --demuxer-rawvideo, same with --rawaudiowm42013-06-281-3/+2
* options: rename -lavdopts to -vd-lavc, -lavfdopts to -demuxer-lavfwm42013-06-281-3/+4
* options: remove -lavdopts debug suboptionwm42013-06-281-1/+0
* Merge branch 'sub_mess2'wm42013-06-259-92/+325
|\
| * options: add -sub-speed optionwm42013-06-252-0/+3
| * sub: libguess support for -subcpwm42013-06-251-1/+27
| * sub: add subtitle charset conversionwm42013-06-252-0/+257
| * sub: add demux_libass wrapper, drop old hackswm42013-06-255-78/+15
| * core: don't set correct-pts mode randomlywm42013-06-251-0/+8
| * subreader: turn into actual demuxerwm42013-06-252-8/+2
| * Move/rename subreader.cwm42013-06-251-1/+1
| * sub: do some timing postprocessing on preloaded subswm42013-06-231-4/+2
| * sub: preload external text subtitleswm42013-06-231-0/+10
| * sub: remove redundant conditionwm42013-06-231-2/+2
| * stream: remove padding parameter from stream_read_complete()wm42013-06-232-2/+2
* | av_log: change how ffmpeg log messages are formattedwm42013-06-221-4/+8
* | 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
|/
* Merge branch 'cache_new'wm42013-06-163-24/+22
|\
| * cache: use threads instead of fork()wm42013-06-161-1/+2
| * cache: make the stream cache a proper stream that wraps other streamswm42013-06-162-12/+11
| * core: use STREAM_CTRL instead of accessing stream_dvd internalswm42013-06-091-11/+9
* | audio/out: remove ao->outburst/buffersize fieldswm42013-06-163-5/+0
* | core: add a spsc ringbuffer implementationStefano Pigozzi2013-06-163-0/+303
* | encode_lavc strings: use new option syntaxRudolf Polzer2013-06-161-19/+19
* | mplayer: update window title if its properties changeJohn Hawthorn2013-06-161-10/+18
* | video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEwm42013-06-151-0/+1
* | command: use more standard time format for clock propertywm42013-06-141-1/+1
* | x11: enable screensaver when paused, rename/change --stop-xscreensaverwm42013-06-143-5/+6
* | core: introduce separate VOCTRLs for screensaver stop/resumewm42013-06-141-8/+14
* | support "-" as file name when encodingRudolf Polzer2013-06-131-7/+15
* | options: remove --stereowm42013-06-131-6/+0
* | mplayer: save sub-visibility propertywm42013-06-131-1/+1
* | mplayer: try to handle PTS forward jumpswm42013-06-131-1/+6
* | options: fix compilation on Windowswm42013-06-111-0/+1
* | command: fix empty metadata casewm42013-06-111-2/+2
* | Option -omaxfps: limit fps when encodingRudolf Polzer2013-06-092-0/+2
|/
* core: make options.c compile standalonewm42013-06-084-59/+55
* core: rename cfg-mplayer.h to options.cwm42013-06-082-2/+2
* core: merge defaultopts.c into cfg-mplayer.hwm42013-06-084-124/+110
* command: replace some show_ commands with propertieswm42013-06-073-122/+126
* command: human readable output for metadata propertywm42013-06-071-0/+10
* core: reset pause state by default when going to next filewm42013-06-071-0/+2
* m_option: allow setting empty listswm42013-06-071-2/+5
* keycodes: fix copy paste errorStefano Pigozzi2013-06-051-3/+3
* command: add the current local time as a propertyJan-Marek Glogowski2013-06-041-0/+16
* osx: improve Media Keys supportStefano Pigozzi2013-06-044-2/+23
* Merge branch 'sub_mess'wm42013-06-049-357/+209
|\
| * sub: always show subtitles on terminal with -no-videowm42013-06-041-2/+4
| * core: add common function to initialize AVPacketwm42013-06-032-0/+22
| * sub: pass subtitle packets directlywm42013-06-031-11/+8
| * sub: use libass even if -no-ass is usedwm42013-06-031-2/+1
| * sub: turn subassconvert_ functions into sub converterswm42013-06-031-20/+15
| * sub: basic subtitle converterswm42013-06-031-7/+0
| * sub: refactorwm42013-06-012-33/+51
| * core: add demux_sub pseudo demuxerwm42013-06-012-42/+42
| * sub: various minor subtitle related changeswm42013-06-011-11/+10
| * sub: remove some global variableswm42013-05-305-19/+32
| * options: add --no-sub-visibility for symmetrywm42013-05-302-24/+2
| * sub: add sd_spu.c to wrap spudec, cleanup mplayer.cwm42013-05-303-132/+20
| * sub: use DVD PTS fallback code in normal sub decoding pathwm42013-05-301-0/+14
| * sub: redo how -no-ass is handledwm42013-05-304-121/+55
* | fix build on linuxStefano Pigozzi2013-06-031-0/+2
* | osx: add Apple Remote supportStefano Pigozzi2013-06-036-3/+54
* | osx: create macosx_events to deal with keyDown eventsStefano Pigozzi2013-06-032-0/+8
* | m_option: fix -vo opengl lscale validationwm42013-06-031-0/+7
|/
* core: avoid deselecting and reselecting stream needlesslywm42013-05-291-2/+6
* options: remove some questionable -lavdopts suboptionswm42013-05-292-12/+0
* mplayer: fix volume setting with --gapless-audiowm42013-05-292-16/+26
* demux_lavf: minimal probing and reduced analyzeduration for AAC over HTTPwm42013-05-271-1/+1
* options: add allow-mimetype suboption for demux_lavfwm42013-05-272-0/+4
* mplayer: output status line normally with --no-consolecontrolswm42013-05-271-1/+1
* Replace calls to usec_sleep()wm42013-05-262-2/+2
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-267-75/+66
* vo: rip out VO timer wakeup mechanism againwm42013-05-261-12/+2
* timer: refactor, add 64 bit timer functionwm42013-05-261-5/+2
* core: do mouse cursor hiding business in frontendwm42013-05-265-7/+57
* vf_lavfi: allow setting avoptswm42013-05-261-0/+4
* macosx_application: implement "Quit & remember position"Stefano Pigozzi2013-05-231-1/+1
* command: auto-insert yadif when switching deinterlacingwm42013-05-231-6/+40
* m_option: allow removing filter entries by content with -vf-delwm42013-05-231-89/+88
* m_option: move code aroundwm42013-05-231-139/+146
* m_option, vf: add label supportwm42013-05-232-25/+83
* core: support mpv directory itself as a valid location for config files on Wi...elevengu2013-05-231-9/+22
* mplayer: don't cut status line if --no-consolecontrols is usedwm42013-05-211-1/+4
* options: remove dead -dr1 optionwm42013-05-212-3/+0
* dec_video: get rid of two global variableswm42013-05-213-3/+6
* mplayer: re-add some legacy slave mode output for issue #92wm42013-05-211-5/+15
* m_option: fi