summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* README: small addition to encoding dependencieswm42013-07-151-2/+2
* configure: add /usr/local on FreeBSD, also NetBSD/DragonFlywm42013-07-151-0/+10
* stream: remove unused vcd functionswm42013-07-154-22/+0
* demux_subreader: make clang happy to fix warningwm42013-07-151-1/+1
* Fix build on Libav stable (dammit)wm42013-07-151-0/+8
* Fix build on Libav (again)wm42013-07-151-0/+1
* Fix build on Libavwm42013-07-152-0/+2
* sd_ass: scale blur by original video size if requestedwm42013-07-154-1/+22
* sd_add: add terrible hack for (xy-)vsfilter compatibilitywm42013-07-158-9/+177
* vd: add VDCTRL_GET_PARAMSwm42013-07-152-0/+4
* video: unify colorspace setupwm42013-07-154-24/+38
* vf: add vf_control wrapperwm42013-07-153-6/+12
* dec_video: add vd_control wrapperwm42013-07-152-7/+12
* mp_image: explicitly forbid using RGB colorspace with YUV formatswm42013-07-151-0/+9
* mp_image: refactor colorspace guessing/fallbackwm42013-07-152-9/+46
* demux_lavf: add terrible hack to make DVD playback just workwm42013-07-143-8/+96
* Merge branch 'remove_old_demuxers'wm42013-07-1484-13057/+1299
|\
| * demux_raw: uncrustifywm42013-07-141-160/+162
| * tech-overview.txt: minor changes and additionswm42013-07-141-27/+38
| * demux_mkv: remove weird i_bps calculation codewm42013-07-121-20/+0
| * mplayer: remove generic duration calculationwm42013-07-121-11/+1
| * demux_raw: calculate durationwm42013-07-121-0/+23
| * demux_rawvideo/demux_rawaudio: move both demuxers to demux_raw.cwm42013-07-123-151/+99
| * demux: make claiming accurate seek the defaultwm42013-07-124-4/+4
| * demux_rawvideo: fix timestamps in correct-pts modewm42013-07-121-1/+1
| * demux: assume correct-pts mode by defaultwm42013-07-126-13/+4
| * demux: remove useless author/comment fieldswm42013-07-1213-60/+21
| * stream: remove useless author/comment fieldswm42013-07-1217-58/+19
| * stream: remove unused functionswm42013-07-121-36/+0
| * stream: remove fd memberwm42013-07-128-66/+57
| * stream: use talloc for some string memberswm42013-07-121-7/+7
| * stream: don't require streams to set a typewm42013-07-129-34/+13
| * Cleanup some include statementswm42013-07-1214-22/+10
| * demux: rewrite probing and demuxer initializationwm42013-07-1222-437/+223
| * mplayer: minor memory leak in error handling codewm42013-07-121-0/+1
| * core: change open_stream and demux_open signaturewm42013-07-1229-158/+84
| * demux: change signature of open functions, cleanupswm42013-07-1113-177/+152
| * demux: allow passing NULL as packet to demuxer_add_packet()wm42013-07-111-1/+1
| * stheader: minor cleanupwm42013-07-113-6/+3
| * core: completely change handling of attached picture pseudo videowm42013-07-115-50/+63
| * demux_lavf: do stream selection centrallywm42013-07-111-12/+13
| * demux: improve DVD sub auto-selection hackwm42013-07-114-42/+37
| * demux_lavf: use AVDISCARD_DEFAULT instead of AVDISCARD_NONEwm42013-07-111-1/+1
| * video: eliminate frametime variablewm42013-07-118-21/+9
| * ad_lavc: re-unsimplify, fix libavcodec API usagewm42013-07-111-2/+19
| * demux: refactorwm42013-07-113-145/+126
| * core: don't access demux_stream outside of demux.c, make it privatewm42013-07-1113-123/+97
| * tv: add hack in preparation of demux_stream removalwm42013-07-113-4/+25
| * demux_lavf: different hack for DVD sub autoselection hackwm42013-07-111-3/+2
| * mplayer: invert negated boolean variablewm42013-07-111-10/+10
| * mplayer: fix incorrect audio sync after format changeswm42013-07-114-12/+9
| * ad_spdif: better PTS syncwm42013-07-111-1/+3
| * 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-1111-283/+126
| * 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-104-98/+63
| * ad_lavc: simplifywm42013-07-101-30/+5
| * ms_hdr: remove unused definitionswm42013-07-101-46/+0
| * demux: remove ds_read_packet()wm42013-07-103-21/+15
| * audio: remove decoder input bufferwm42013-07-104-21/+2
| * demux: remove some more minor unused thingswm42013-07-104-16/+0
| * options: remove --ignore-startwm42013-07-085-21/+0
| * Merge branch 'master' into remove_old_demuxerswm42013-07-0825-2196/+2487
| |\
| * | demux: simplify demux_open() callswm42013-07-086-47/+15
| * | demux: remove separate arrays for audio/video/sub streams, simplifywm42013-07-0812-134/+45
| * | demux: merge functionswm42013-07-081-17/+9
| * | demux: remove unused functionwm42013-07-081-5/+0
| * | demux: remove video_read_propertieswm42013-07-083-23/+13
| * | demux: remove some old stream header functionswm42013-07-087-47/+14
| * | demux: remove audio parserwm42013-07-086-104/+5
| * | Remove old demuxerswm42013-07-0737-10597/+38
* | | w32: update manifest for high DPI and Windows 8.1James Ross-Gowan2013-07-141-0/+18
* | | getch2-win: uncrustifywm42013-07-141-116/+118
* | | 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-132-1/+3
* | | 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
* | | stream_vcd: use intptr_t cast for _open_osfhandle in accordance to MSDNJonathan Yong2013-07-131-1/+1
* | | configure: fix vcd detection on WindowsJonathan Yong2013-07-131-1/+1
* | | ao_wasapi0: use new mp_ring bufferJonathan Yong2013-07-121-82/+25
* | | m_struct: try to be more standard Cwm42013-07-121-5/+5
* | | stream: remove some more forgotten network stuffwm42013-07-121-13/+0
* | | build: change vf_dlopen testwm42013-07-123-5/+16
* | | build: make the "built on" report opt-outStephen Hutchinson2013-07-112-1/+19
* | | Fix loading external subtitles with libassBin Jin2013-07-111-1/+1
* | | cocoa_common: change video size when changing screen DPIStefano Pigozzi2013-07-101-0/+8
* | | options: add --cache-default optionwm42013-07-107-20/+26
* | | configure: add libdl detection to ladspa, vf_dlopenRudolf Polzer2013-07-093-2/+14
| |/ |/|
* | configure: fix oversight in log messagewm42013-07-081-1/+1
* | command: add screenshot_to_file commandwm42013-07-088-28/+116
* | input: actually copy sub commandswm42013-07-081-0/+12
* | cache: fix compilation without posix timersStefano Pigozzi2013-07-081-0/+1
* | input: allow binding multiple commands to a keywm42013-07-084-6/+74
* | configure: make zlib non-optionalwm42013-07-081-1/+1
* | Merge remote-tracking branch 'origin/low_quality_intel_crap'Martin Herkt2013-07-082-14/+17
|\ \
| * \ Merge branch 'master' into low_quality_intel_crapwm42013-04-30147-7124/+7534
| |\ \
| * | | vo_opengl: avoid texture arrays for compatibility with Intel low quality crapwm42013-03-052-10/+12
* | | | manpage: proofread and fix formattingMartin Herkt2013-07-089-2124/+2246
* | | | stream/tv: remove unused dshow-specific optionsMartin Herkt2013-07-082-26/+1
* | | | sub: Do not use deprecated “Sans” fontconfig aliasMartin Herkt2013-07-081-1/+1
* | | | stream_radio: fix buildwm42013-07-081-0/+4
* | | | configure: fix previous commitwm42013-07-081-1/+1
* | | | configure: link with -lrtwm42013-07-081-0/+16
* | | | Fix building with --disable-libasswm42013-07-081-0/+2
| |_|/ |/| |
* | | stream: unbreak streams with large sector sizes (stream_cdda)wm42013-07-071-1/+2
* | | osdep: remove unused mmap compatibility hackswm42013-07-075-176/+1
* | | configure: simplify arch macroswm42013-07-071-33/+12
* | | configure: prune some more crapwm42013-07-071-45/+0
* | | stream: don't treat position 0 speciallywm42013-07-071-7/+6
* | | Remove some leftovers from network removalwm42013-07-077-213/+4
* | | stream: remove weird STREAMTYPE_STREAM special handlingwm42013-07-076-50/+27
* | | stream: re-add accidentally removed seek callwm42013-07-071-0/+7
* | | manpage: fix section headingsMartin Herkt2013-07-073-26/+27
* | | Remove internal network supportwm42013-07-0728-6240/+43
* | | core: make network options available even if old net code is disabledwm42013-07-077-25/+21
* | | ao_jack: allow more control about channel layoutswm42013-07-073-1/+37
* | | ao_jack: increase buffer size, always round up buffer sizewm42013-07-061-2/+2
* | | configure: rename --enable/disable-libquvi to --enable/disable-libquvi4wm42013-07-051-15/+15
* | | dither: don't use long doublewm42013-07-051-2/+2
* | | playlist: don't add entries in reversewm42013-07-051-0/+1
* | | stream: make eof flag more consistentwm42013-07-041-1/+6
* | | core: remove mp_fifo leftoverswm42013-07-044-43/+0
* | | wayland: remove mp_fifo headerAlexander Preisinger2013-07-031-1/+0
* | | cocoa: remove usage of mp_fifoStefano Pigozzi2013-07-035-12/+2
* | | wayland: fix typoAlexander Preisinger2013-07-031-1/+1
* | | wayland: remove unused membersAlexander Preisinger2013-07-031-2/+0
* | | wayland: remove mp_fifoAlexander Preisinger2013-07-021-7/+7
* | | wayland: implement MOUSE_LEAVEAlexander Preisinger2013-07-021-0/+2
* | | core: cleanup more mp_fifo leftoverswm42013-07-0211-45/+39
* | | core: remove mp_fifo indirectionwm42013-07-0212-110/+74
* | | command: add some playlist manipulation commandswm42013-07-026-0/+55
* | | stream_lavf: request and read streamcast/ICY metadatawm42013-07-021-4/+89
* | | core: update metadata during playback, allow streams to export metadatawm42013-07-026-1/+45
* | | cache: fix per-block metadata memory leakwm42013-07-021-0/+1
* | | input: require VOs to send key up events, redo input key lookupwm42013-07-0210-87/+94
* | | input: fix behavior if there are actually key up eventswm42013-07-021-1/+2
* | | demux_mkv: pass extradata for opuswm42013-07-011-0/+1
* | | input: don't ignore press-only mouse button eventswm42013-06-301-1/+2
* | | Merge pull request #124 from rossy2401/w32-display-requiredMartin Herkt2013-06-301-0/+3
|\ \ \
| * | | w32_common: prevent display power managementJames Ross-Gowan2013-06-301-0/+3
|/ / /
* | | osxbundle: suggest some ways to correct missing dependenciesStefano Pigozzi2013-06-301-2/+11
* | | sd_lavc: respect forced subs only setting for DVD subswm42013-06-291-3/+9
* | | sd_ass: convert pts to integer for get_text()wm42013-06-291-3/+2
* | | dec_sub: introduce sub_control(), use it for sub_stepwm42013-06-295-24/+41
* | | command: redraw subs if sub-delay is changedwm42013-06-291-1/+1
* | | sub: update subtitle time offset even if pausedwm42013-06-293-7/+7
* | | 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
* | | w32_common: prevent that window dragging and mouse input interferewm42013-06-291-1/+1
* | | w32_common: refactor mouse button code, handle mouse up eventswm42013-06-291-31/+39
* | | mplayer: don't hide mouse cursor if mouse is inside mouse areawm42013-06-292-1/+5
* |