aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10
* options: change --no-config option, make it apply to input.conf as wellGravatar wm42013-02-09
* mplayer: remove seconds/centiseconds display from terminal status lineGravatar wm42013-02-09
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGGravatar wm42013-02-09
* options: unify single dash and double dash optionsGravatar wm42013-02-09
* config: do not require option valueGravatar wm42013-02-09
* options: change handling of "no-" optionsGravatar wm42013-02-09
* Remove BSD legacy TV/radio support (BT848 stuff)Gravatar wm42013-02-06
* core: remove --edlout functionalityGravatar wm42013-02-06
* command: add command to show playlist on OSDGravatar wm42013-02-06
* mplayer: don't show bogus audio PTS during hr-seekGravatar wm42013-02-05
* mplayer: properly handle framestep when showing last video frameGravatar wm42013-02-03
* mplayer: reset audio/video delay if there's no next video frameGravatar wm42013-02-03
* input: free all queued/allocated commands on exitGravatar wm42013-02-03
* mplayer: make advancing the playlist respect loopingGravatar wm42013-02-03
* demux_lavf: remove weird stream auto-selectionGravatar wm42013-02-03
* mp_common: improve OSD/status time formattingGravatar wm42013-02-03
* cocoa_events: remove this functionalityGravatar Stefano Pigozzi2013-02-02
* screenshot: minor simplification, prefer VF over VOGravatar wm42013-01-30
* mplayer: add newline for --print-msgGravatar wm42013-01-30
* x11: cleanup, refactorGravatar wm42013-01-27
* stream: implement some HTTP specific options for stream_lavfGravatar wm42013-01-24
* sub: add stupid hack for vobsub decoding with LibavGravatar wm42013-01-24
* mp_msg, getch2: unix tty background supportGravatar Rudolf Polzer2013-01-23
* options: make --fullscreen not a global optionGravatar wm42013-01-23
* video: remove -x/-y/-xy optionsGravatar wm42013-01-23
* video: add --autofit and --autofit-larger optionsGravatar wm42013-01-23
* options: allow using % for width and height in --geometryGravatar wm42013-01-23
* options: move -geometry parsing to m_option.cGravatar wm42013-01-23
* video: reset filters on seekGravatar wm42013-01-20
* core: make gapless-audio also apply to format changes within a fileGravatar Rudolf Polzer2013-01-18
* input: enqueue commands to the end of the queueGravatar Stefano Pigozzi2013-01-16
* vd_lavc: remove -lavdopts vstats suboptionGravatar wm42013-01-13
* vd_lavc: remove lowres decodingGravatar wm42013-01-13
* sub: add experimental --force-rgba-osd-rendering switchGravatar wm42013-01-13
* mp_common: add some rectangle utility functionsGravatar wm42013-01-13
* sub: do not copy the target image if there is no OSD/subsGravatar wm42013-01-13
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* vf_screenshot: simplifyGravatar wm42013-01-13
* video/out: replace VFCAP_TIMER with vo->untimed, fix vo_image and vo_lavcGravatar wm42013-01-13
* video/filter: change filter API, use refcounting, remove filter DRGravatar wm42013-01-13
* video: different way to enable hardware decoding, add software fallbackGravatar wm42013-01-13
* video: simplify decoder pixel format handlingGravatar wm42013-01-13
* video: remove slice based filtering and video outputGravatar wm42013-01-13
* Replace strsep() usesGravatar wm42013-01-13
* core: timeline: prevent inaccurate seeks outside timelineGravatar Uoti Urpala2013-01-13
* sub: do not apply timeline offset to external subtitlesGravatar wm42013-01-12
* Fix lots of bugs in mp_http URL handlingGravatar Rudolf Polzer2013-01-10
* mplayer: make --loop loop the playlist instead of each playlist entryGravatar wm42013-01-09
* mplayer: keep pause state when frame stepping in last frameGravatar wm42013-01-09