summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | | | 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
|/ / /
* | | 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
* | | input: trigger mouse_leave key bindings if mouse leaves mouse areawm42013-06-295-14/+58
* | | command: add commands to enable/disable input sectionswm42013-06-294-0/+34
* | | manpage: document input sectionswm42013-06-291-1/+21
* | | input: handle mouse movement differentlywm42013-06-2911-151/+354
* | | command: make raw percent-pos property return fractionswm42013-06-292-3/+7
* | | command: add properties for playlist positionwm42013-06-296-10/+105
* | | cocoa_common: uninit fs window properlyStefano Pigozzi2013-06-291-0/+3
* | | csputils.h: don't recursively include libavcodec headerwm42013-06-283-16/+16
* | | vo_opengl: handle chroma locationwm42013-06-2810-3/+74
* | | video: add a new method to configure filters and VOswm42013-06-2817-141/+211
* | | mp_image: copy palette only if allocatedwm42013-06-281-1/+2
* | | vf_rotate: fix params >= 4wm42013-06-281-0/+2
* | | configure: prefer libquvi 0.4.x over libquvi 0.9.xwm42013-06-281-18/+18
* | | core: add libquvi 0.9 supportwm42013-06-2810-10/+330
* | | core: rename mplayer.h and quvi.cwm42013-06-286-12/+7
* | | stream: redo memory streamswm42013-06-284-8/+92
* | | options: rename --mkv-subtitle-preroll, --dtshdwm42013-06-282-32/+41
* | | options: rename --rawvideo to --demuxer-rawvideo, same with --rawaudiowm42013-06-283-37/+41
* | | options: rename -lavdopts to -vd-lavc, -lavfdopts to -demuxer-lavfwm42013-06-283-104/+98
* | | options: remove -lavdopts debug suboptionwm42013-06-283-31/+1
* | | dec_sub: fix memory leak when using subtitle codepage conversionwm42013-06-281-0/+1
* | | dec_sub: don't print sub charset of it's emptywm42013-06-281-1/+1
* | | configure: fix wasapi0 checksJames Ross-Gowan2013-06-261-6/+6
* | | cocoa_common: schedule a redraw frame after a non live resizeStefano Pigozzi2013-06-251-3/+18
* | | demux_lavf: add one more AAC mimetypewm42013-06-251-0/+1
* | | 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()wm4