summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* video_out.h: change VOCTRL_* defines to enumharklu2011-08-251-54/+56
* ad_ffmpeg: free resources on init failureUoti Urpala2011-08-211-4/+12
* ad_ffmpeg: handle timing for partially decoded packets betterUoti Urpala2011-08-211-7/+23
* cosmetics: ad_ffmpeg.c: reformatUoti Urpala2011-08-211-131/+137
* demux_lavf: Adding av_dup_packet() missing from recent 6e8d420a41Uoti Urpala2011-08-211-0/+5
* osdep/mplayer.rc: change to use "mplayer2" nameMartin Herkt2011-08-211-7/+6
* configure: libav: use "pkg-config --print-errors", "Libav" nameUoti Urpala2011-08-211-9/+9
* demux_mkv: fix failure to open some files from 0ece360eeaf95Uoti Urpala2011-08-201-32/+23
* core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpegUoti Urpala2011-08-208-40/+91
* demux_mkv: support extradata for wavpack audio tracksUoti Urpala2011-08-201-12/+11
* demux_mkv: clean up audio codec handling somewhatUoti Urpala2011-08-201-91/+78
* demux_mkv: check for valid track in video/audio switchingUoti Urpala2011-08-201-6/+20
* demux_mkv: remove bad mkv_free() from 0ece360eeaf9Uoti Urpala2011-08-191-1/+0
* demuxer.h: avoid including stream.hUoti Urpala2011-08-195-1/+6
* aviheader.h: avoid including demuxer.hUoti Urpala2011-08-193-2/+4
* demux: avoid a copy of demux packets with lavf, reduce paddingUoti Urpala2011-08-193-26/+45
* talloc.[ch]: remove "type safety" hack that violates C typesUoti Urpala2011-08-192-8/+4
* vf_screenshot: better check for pixel format swscale supportharklu2011-08-171-40/+14
* av_log: don't crash if called with NULL AVClassUoti Urpala2011-08-151-2/+6
* options, subs: add --ass-vsfilter-aspect-compatharklu2011-08-1210-3/+58
* vo_vpdau: fix preemption recovery broken in decec7f2a37e559dUoti Urpala2011-08-111-11/+22
* ao_pcm: fix pointless message due to uninitialize variableUoti Urpala2011-08-111-1/+1
* dvdnav: fix crash caused by missing line from 58834653c0Uoti Urpala2011-08-101-0/+1
* demux_lavf: don't interpret MPEG codec tags as generic tagsUoti Urpala2011-08-101-3/+8
* core: allocate OSD text buffers dynamicallyharklu2011-08-094-17/+25
* options: remove old disabled options that just print an errorUoti Urpala2011-08-091-60/+1
* options: support --leak-report (double dash form)Uoti Urpala2011-08-081-1/+2
* core: minor audio-only+timeline fix for chapter handlingUoti Urpala2011-08-081-2/+2
* subs: libass: apply option changes to all track typesUoti Urpala2011-08-084-10/+13
* subs: libass: remove bad ass_set_margins() on settings resetUoti Urpala2011-08-081-1/+4
* cleanup: move global ass_force_reload to struct osd_stateUoti Urpala2011-08-086-27/+27
* commands: property sub_scale: update old subs immediatelyharklu2011-08-081-0/+2
* cleanup: reformat command.cUoti Urpala2011-08-071-1022/+1014
* cleanup: reformat mplayer.cUoti Urpala2011-08-071-2000/+2174
* commands: osd_show_property_text: fix \xNN escapesharklu2011-08-051-1/+1
* commands: parsing: fix string argument quoting/escapingUoti Urpala2011-08-051-38/+26
* core: fix detection of files with no chaptersUoti Urpala2011-08-041-3/+3
* demux_mkv: skip files faster in ordered chapter file searchUoti Urpala2011-08-044-51/+95
* options: commandline: don't print video filter list twiceUoti Urpala2011-07-311-14/+14
* options: fix failure to parse trailing ',' in string listUoti Urpala2011-07-312-4/+5
* audio: export audio pts to AO driversUoti Urpala2011-07-315-28/+40
* options: commandline: don't set bogus playtree option paramsUoti Urpala2011-07-311-0/+2
* core: audio: improve audio-only seeks and position reportingUoti Urpala2011-07-312-11/+32
* core: audio: if audio pts is missing return MP_NOPTS_VALUEUoti Urpala2011-07-302-3/+8
* build: fix --enable-debug, remove some "#ifdef MP_DEBUG"Uoti Urpala2011-07-306-124/+1
* stream_cdda: fix incorrectly allocated option fieldUoti Urpala2011-07-301-3/+5
* vo: X key input: remove ambiguous KeySym remappingUoti Urpala2011-07-292-68/+63
* options: commandline: print error type for parse failuresUoti Urpala2011-07-293-2/+29
* options: commandline: accept --foo=xyz style optionsUoti Urpala2011-07-297-132/+131
* playtree: use talloc to allocate file parametersUoti Urpala2011-07-291-23/+12
* options: commandline: allow "--" without filenames after itUoti Urpala2011-07-291-8/+2
* core: improve --loop handlingUoti Urpala2011-07-294-7/+9
* options: change option parsing to use bstrUoti Urpala2011-07-2917-690/+685
* cosmetics: parser-cfg.c: reformatUoti Urpala2011-07-291-208/+208
* options: indicate ambiguous option parameters explicitlyUoti Urpala2011-07-2911-85/+96
* bstr: rename BSTR() -> bstr()Uoti Urpala2011-07-279-30/+31
* options: move command line preparse together with parseUoti Urpala2011-07-264-53/+55
* asxparser: remove code confusing asx/player optionsUoti Urpala2011-07-261-25/+0
* cleanup: reformat parser-mpcmd.cUoti Urpala2011-07-261-218/+200
* subs: fix per-file --ass-force-styleUoti Urpala2011-07-235-5/+5
* cleanup: subs: remove global ass_library variableUoti Urpala2011-07-236-15/+18
* input: fix input.conf parse errorsUoti Urpala2011-07-203-115/+67
* input: fix problem with key autorepeatUoti Urpala2011-07-181-4/+3
* cleanup: do libav* initialization on startupUoti Urpala2011-07-1820-79/+10
* vf_qp: enable compilation depending on libavutil eval APIUoti Urpala2011-07-183-11/+6
* configure: make libavutil eval API check require newer versionUoti Urpala2011-07-181-1/+1
* vo_vdpau: skip resize code if not fully initializedUoti Urpala2011-07-171-0/+5
* input: don't make fd 0 nonblockingUoti Urpala2011-07-172-10/+0
* input: rework event reading and command queuingUoti Urpala2011-07-179-227/+224
* cleanup: remove some unnecessary input.[ch] typedefsUoti Urpala2011-07-167-117/+85
* cosmetics: reformat input.h, fix commentsUoti Urpala2011-07-161-184/+181
* img_format.h, vo_gl: fix IMGFMT_IS_YUVP16() definitionUoti Urpala2011-07-141-1/+3
* input.c: remove write to buffer[-1] in parse_config()Uoti Urpala2011-07-111-1/+0
* stream_bluray: switch to new libbluray APIRico Tzschichholz2011-07-102-8/+8
* options: fix -use-filename-title crash after recent 39e373aaUoti Urpala2011-07-101-1/+2
* vd_ffmpeg: make "-lavdopts lowres" handling more robustUoti Urpala2011-07-091-11/+11
* vd_ffmpeg: fix "-lavdopts skipframe" supportUoti Urpala2011-07-091-1/+5
* cleanup: silence most of the clang warningsClément Bœsch2011-07-099-16/+17
* build: add a hack to prevent name collision with libtallocUoti Urpala2011-07-071-0/+10
* vo_directx: include <libavutil/common.h> for FFMINUoti Urpala2011-07-071-0/+1
* configure: clang: set custom warning flags for clangUoti Urpala2011-07-071-0/+2
* build: Revert "codec-cfg.c: avoid including aviheader.h"Uoti Urpala2011-07-071-3/+2
* configure: rename "--disable-ass" to "--disable-libass"Uoti Urpala2011-07-061-4/+4
* demux/mp_taglists: Move Bink audio tags to override listAnton Khirnov2011-07-061-2/+2
* Merge branch 'mplayer1_changes'Uoti Urpala2011-07-0653-1158/+1072
|\
| * stream.c: make reconnect checks more robustreimar2011-07-061-14/+21
| * stream.c: Pass streaming_ctrl eof on to struct stream fieldreimar2011-07-061-0/+2
| * stream/network: don't clobber buffer byte counts on errorreimar2011-07-061-0/+1
| * stream/network: distinguish EOF/error in streaming control APIreimar2011-07-061-1/+2
| * cache: don't modify argument when stream control failsreimar2011-07-061-2/+3
| * cleanup: silence some clang warningsreimar2011-07-063-4/+4
| * demux_rtp.cpp: Add a hack to receive audio while probing video FPSreimar2011-07-061-1/+26
| * manpage: improve vo_gl "stereo" suboption descriptionptt2011-07-061-19/+21
| * codecs.conf: add yv16 raw fourcccompn2011-07-061-0/+2
| * configure: Remove obsolete test for ARM pld instructiondiego2011-07-061-7/+1
| * cleanup: demux_vqf: typo/wording fixesdiego2011-07-061-2/+2
| * loader/module.c: Fix compilation with --disable-qtxreimar2011-07-061-5/+5
| * stream/tvi_v4l[2]: fix calculation of free RAM for buffersiive2011-07-063-17/+11
| * codecs.conf: add vfw csmcodec for fourcc CSM0, map YV24 fourcc to raw444P codeccompn2011-07-061-0/+11
| * configure: fix check for clang compilerdiego2011-07-061-2/+1
| * configure: fix mmxext detection with --disable-ssereimar2011-07-061-3/+2
| * cpudetect.c: check OS SSE support only with runtime detectionreimar2011-07-061-1/+4
| * cleanup: tvi_dshow: add "static", fix printf formatdiego2011-07-061-9/+16
| * demux_lavf: Do not set AVIOContext for AVFMT_NOFILE formatsreimar2011-07-061-5/+7
| * vo_gl: fix YUY2/YVYU colorspace mixupreimar2011-07-062-2/+4
| * options: allow colorspace options to recognize "yvyu"reimar2011-07-061-0/+1
| * cosmetics: img_format.h: document some formatsreimar2011-07-061-11/+11
| * options: Allow a larger range for -aspectreimar2011-07-061-1/+1
| * cleanup: vo_directx: remove redundant codereimar2011-07-061-94/+23
| * demux_lavf: fix code printing subtitle typereimar2011-07-061-2/+2
| * cleanup: mplayer.c: Factor out a bit of spudec codereimar2011-07-061-4/+8
| * vo_directx: Change vo_directx to use w32_common.creimar2011-07-061-370/+43
| * VO: w32_common: also generate VO_EVENT_MOVEreimar2011-07-061-0/+8
| * codec-cfg.c: avoid including aviheader.hreimar2011-07-061-2/+3
| * vf_stereo3d: Add support for converting to interleaved 3Dreimar2011-07-062-6/+45
| * playlist: Support "Length" option in .pls playlist filesreimar2011-07-061-2/+10
| * VO: support Pause/Break key in X11 inputdiego2011-07-062-1/+3
| * playtree: make some char * function arguments constreimar2011-07-062-11/+10
| * cache: allow STREAM_CTRL_GET_CURRENT_TIME with cachereimar2011-07-061-3/+12
| * cosmetics: cache2.c: Fix commentreimar2011-07-061-2/+2
| * cosmetics: stream_dvdnav.c: Remove pointless ()reimar2011-07-061-9/+9
| * stream_dvd: fix dvd_get_current_time()reimar2011-07-061-5/+5
| * cleanup: vobsub.c: simplify parsingcboesch2011-07-061-57/+10
| * dvdnav: make mp_dvdnav_save_smpi() more robustreimar2011-07-061-6/+10
| * configure: only set NEED_GLOB on Windowsreimar2011-07-061-2/+5
| * stream_pvr: Replace <sys/fcntl.h> include by <fcntl.h>reimar2011-07-061-1/+1
| * configure: when cross-compiling default host_cc to "cc"reimar2011-07-061-4/+5
| * cosmetics: Fix typoscehoyos2011-07-062-5/+5
| * stream_cdda: work around libcdparanoia caching issuesreimar2011-07-061-0/+3
| * stream: show negative seek position value in error messagereimar2011-07-061-1/+2
| * configure: fix _libcdio variable staying on "auto"reimar2011-07-061-0/+1
| * etc/mplayer.desktop: revise desktop fileib2011-07-061-8/+17
| * vf_ilpack: fix incompatible function typesreimar2011-07-061-5/+8
| * cosmetics: vf_ilpack.c: tabs to 4 spacesUoti Urpala2011-07-061-341/+341
| * configure: add an initial check to verify compiler works at alliive2011-07-061-0/+4
| * vf_dint, vf_divtc: fix code assuming "char" is signedreimar2011-07-062-9/+9
| * cleanup: x11_common: remove pointless GC operationsiive2011-07-061-3/+2
| * vo_xv: avoid setting background color due to resize flickeriive2011-07-061-4/+5
| * stream_cue: Avoid probing empty filename in cue_find_bin()iive2011-07-061-0/+3
| * stream_cue: fix multiple bugsreimar2011-07-061-24/+25
| * vo_gl: Support 9- and 10-bit YUV input for OpenGL VOsreimar2011-07-065-15/+46
| * cleanup: vo_direct3d: Mark a function staticdiego2011-07-061-2/+3
| * demux_asf: Fix play duration calculation errorib2011-07-061-1/+1
| * vf_delogo: allow to change the rectangle based on the timecigaes2011-07-062-17/+134
| * cosmetics: vf_delogo.c: remove tabs to allow direct mergeUoti Urpala2011-07-061-57/+57
| * cosmetics: asf.h: Fix comment errorib2011-07-061-1/+1
| * stream dump: print progress informationcigaes2011-07-051-1/+55
* | configure: Use -Werror-implicit-function-declaration with GCCUoti Urpala2011-07-061-2/+3
* | demux_lavf: add missing #include <libavutil/mathematics.h>Uoti Urpala2011-07-061-0/+1
* | vo: avoid losing initial expose eventUoti Urpala2011-07-061-3/+2
* | vo_xv: avoid clearing too much on resizeUoti Urpala2011-07-064-32/+6
* | options: free option defaults when freeing configUoti Urpala2011-07-061-0/+5
* | options: allocate dynamic options with tallocUoti Urpala2011-07-062-100/+83
* | cleanup: remove useless set_codec_path() functionUoti Urpala2011-07-062-19/+0
* | cleanup: reformat and clean up m_config.[ch]Uoti Urpala2011-07-062-528/+504
|/
* debug output: reduce verbosity of some frequent messagesUoti Urpala2011-07-052-6/+5
* VO: silence "[ASPECT] Warning: No suitable new res found!"Uoti Urpala2011-07-051-1/+1
* VO: clean up aspect.c, remove aspecttest toolUoti Urpala2011-07-053-136/+44
* OSD: when switching sub/audio tracks show title of new trackUoti Urpala2011-07-034-12/+33
* commands: change property mechanism to use talloc stringsUoti Urpala2011-07-037-140/+91
* cosmetics: reformat demux_lavf.c, m_option.[ch] and m_property.cUoti Urpala2011-07-034-2710/+2905
* demux: use talloc for sh_* structs and "lang" fieldUoti Urpala2011-07-034-17/+16
* cleanup: reindent stheader.hUoti Urpala2011-07-031-100/+102
* audio: move ready-for-ao data buffer from decoder to AOUoti Urpala2011-07-026-86/+77
* Makefile: show brief build output by defaultClément Bœsch2011-07-021-0/+7
* Makefile: use $(RM) builtinClément Bœsch2011-07-021-21/+20
* cleanup: fix mp_dbg() format string warningsClément Bœsch2011-07-015-20/+11
* cleanup: mark some vo_directfb2.c and vo_s3fb.c functions staticUoti Urpala2011-06-292-12/+22
* Merge branch 'mplayer1_changes'Uoti Urpala2011-06-2932-108/+209
|\
| * subreader: SAMI subs: wrap line if neededreimar2011-06-291-0/