summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stream_bluray: add unencrypted Blu-ray playbackben2010-11-028-5/+318
* Windows support: add a manifest filereimar2010-11-023-0/+24
* codecs.conf: Support libgsm via libavcodecreimar2010-11-021-0/+11
* mp_msg.c: Avoid out-of-bounds read if empty string is printedreimar2010-11-021-1/+3
* x11_common: Get window dimensions also for -wid 0reimar2010-11-021-1/+2
* x11_common.c: minor cleanupreimar2010-11-021-3/+1
* configure: Add return statement to function_check test program.diego2010-11-021-1/+1
* configure: use cflag_check function for more casesdiego2010-11-021-28/+19
* configure: Separate dependency flags from general CFLAGSdiego2010-11-022-5/+6
* configure: add function to check compiler flags directlydiego2010-11-021-50/+33
* configure: Rename _warn_CFLAGS variable to warn_cflags.diego2010-11-021-5/+5
* vd_xanim.c: Give functions proper prototypesreimar2010-11-021-24/+45
* asfguid.h: Use AV_RL32 also in x86reimar2010-11-021-4/+0
* vf_geq: Fix function prototypes to match the required type.reimar2010-11-021-3/+3
* af_export: Avoid void *-arithmentic warningsreimar2010-11-021-2/+2
* cleanup: Add const qualifiers for struct ad_functions pointersreimar2010-11-022-2/+2
* ad_faad: fix compilation using external libfaadattila2010-11-021-0/+11
* x11_common.c: Some indentation fixesreimar2010-11-021-10/+10
* x11_common: Do not try to grab input from -wid windowsreimar2010-11-021-8/+21
* vo_gl: Fix -geometry with -wid behaviour (y position was flipped)reimar2010-11-021-3/+4
* DOCS/tech/slave.txt: Add disabling input to hintsreimar2010-11-021-0/+2
* configure: Add function to check for particular function in headerdiego2010-11-021-0/+9
* configure: Place temporary files in a subdirectory of their owndiego2010-11-021-8/+10
* ad_mpg123: add MP3 decoding through libmpg123diego2010-11-025-0/+621
* configure: Fix detection of SDL backend for vo_gl on OS Xastrange2010-11-021-1/+1
* vidix/pci.c: Add config.h includereimar2010-11-021-0/+1
* demux_lavf: Avoid a crash if stream->url is not setreimar2010-11-021-0/+4
* vd_ffmpeg: add av_unused attribute to swap_palette()diego2010-11-021-1/+1
* codecs.conf: Update ffvp8 comment.cehoyos2010-11-021-1/+1
* DOCS/xml/Makefile: Remove help target that prints available targetsdiego2010-11-021-16/+2
* Factorize MPlayer/MEncoder version string handling.diego2010-11-027-18/+18
* codecs.conf: change ffvp8 status from "buggy" to "working"cehoyos2010-11-021-1/+1
* configure: Fix indentationreimar2010-11-021-16/+16
* configure: Experimental support for clang compiler.reimar2010-11-021-2/+11
* stream: Use MSG_NOSIGNAL flag if available for send().reimar2010-11-027-8/+15
* vidix: Fix missing iopl declaration on x86_64 systems.reimar2010-11-021-1/+1
* vf_ffmpeg: make VP8 decoder work by disabling drreimar2010-11-021-1/+1
* m_option.c: fix list termination with -*-pre optionsreimar2010-11-021-2/+4
* af_ladspa: Fix multiple instances of a filter typereimar2010-11-021-3/+2
* DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31552jrash2010-11-021-2/+2
* manpage: improve "-identify" description of "-frames 0"attila2010-11-021-1/+1
* loader/dshow/graph.h: Add prototypes for exported FilterGraph_ functionsdiego2010-11-021-0/+19
* configure: Fix catch() callback function declaration in two compile testsdiego2010-11-021-2/+2
* configure: whitespace cosmeticsdiego2010-11-021-4/+4
* configure: Remove unnecessary #includes from libnut test.diego2010-11-021-3/+0
* configure: Replace manual header checks by header_check functiondiego2010-11-021-152/+36
* af_extrastereo: Improve filter descriptiondiego2010-11-021-1/+1
* ad_faad: Improve LATM recognitioncehoyos2010-11-024-5/+32
* codecs_conf: Add FFmpeg VP8 decoderreimar2010-11-021-0/+9
* demux_ts: change IS_ macros to functionsreimar2010-11-021-3/+40
* DOCS/xml: Get rid of xsltproc wrapper redirectiondiego2010-11-022-24/+6
* DOCS/xml: Move xsltproc target file hack to the Makefile.diego2010-11-022-8/+6
* configure: drop support for Jade/OpenJade/Saxon XSLT processorsdiego2010-11-022-129/+0
* DOCS/xml: Get rid of xmllint wrapper redirectiondiego2010-11-022-14/+7
* demux_real: use MKTAG definition from libavutildiego2010-11-021-3/+1
* Makefile: Move and comment the .SUFFIXES rulediego2010-11-021-2/+4
* configure: Remove some unnecessary #includes from testsdiego2010-11-021-20/+0
* demux_ts: detect LATM AAC as a separate typereimar2010-11-022-3/+8
* subreader.c: place conditionally declaration under #ifdefdiego2010-11-021-0/+2
* stream/dvbin.h: Use angular brackets for system #includes.diego2010-11-021-2/+1
* cfg-common.h: Fix type of dvbin_opts_conf extern declarationdiego2010-11-021-1/+1
* stream_cddb: move structs to the file they're used indiego2010-11-022-18/+18
* stream_cdda: change printf format for cdda_tracks to %ddiego2010-11-021-1/+1
* stream_cdda.c: Reorder functions to avoid forward declarations.diego2010-11-021-110/+106
* stream_cdd*: Move declarations for stream_cddb.c functions to cdd.hdiego2010-11-022-4/+4
* stream_cddb: Remove unused static functionsdiego2010-11-021-31/+0
* stream_ccda: Move cdda_priv structure to the only place it is useddiego2010-11-022-23/+21
* stream/tcp.c: Prefer the use of inet_ntop over inet_ntoaattila2010-11-021-3/+3
* codec-cfg.c: Remove unused parsehtml parameters.reimar2010-11-021-7/+6
* codec-cfg.c: Add static to functions used only locally.reimar2010-11-021-2/+2
* codec-cfg: set CODEC_CFG_MIN to the release value in codecs.confreimar2010-11-022-3/+8
* stream.h: support backswards stream_skip() within bufferreimar2010-11-021-1/+1
* demux_y4m: increase error message verbosity from MSGL_V to MSGL_ERRreimar2010-11-021-1/+1
* DOCS/man/zc_CH: sync with en/mplayer.1 rev. 31372jrash2010-11-021-12/+9
* configure: Simplify fribidi check - console output is not necessarydiego2010-11-021-4/+1
* loader: Rename loader/qt_comp.h --> loader/qt_comp_template.cdiego2010-11-022-7/+2
* configure: Add header_check convenience functiondiego2010-11-021-0/+9
* cfg-common*: Replace common options template by a common options arraydiego2010-11-026-372/+354
* configure: change gettimeofday() test function parametersdiego2010-11-021-1/+1
* core: Try to exit cleanly on SIGPIPEreimar2010-11-021-0/+1
* configure: Remove some unnecessary #includes from compilation testsdiego2010-11-021-3/+0
* vo_mga: Rename libvo/mga_common.c --> libvo/mga_template.cdiego2010-11-023-2/+2
* vo_gl: More sensible behaviour for -geometry with -widreimar2010-11-021-1/+1
* cosmetics: Remove some unused linesdiego2010-11-024-11/+0
* demux_ty: Cleanup some code, possibly fix vstream support (untested)reimar2010-11-021-7/+3
* x11_common: Consistently use "None" instead of "NULL" for X resourcesreimar2010-11-021-7/+7
* ao_ivtv: Add header for ivtv_write() instead of forward declaring itdiego2010-11-023-2/+34
* configure: Drop linux-devfs configure option.diego2010-11-021-28/+19
* build: Rename configure.log file to config.logdiego2010-11-0234-53/+53
* cleanup: #include loader/wine/winbase.h instead of local declarationsdiego2010-11-024-14/+5
* Makefile: Add path.o to the dependency list of the loader test programsdiego2010-11-021-1/+1
* loader/qtx: cleanupdiego2010-11-022-30/+2
* Makefile: Add a command to the binary build rule.diego2010-11-021-0/+1
* Makefile: Add missing '$' to EXESUF variable in binary build rule.diego2010-11-021-1/+1
* tv.h: Change function pointer types to proper declarationsreimar2010-11-026-13/+16
* SDL input: add missing 0-termination of keymap filereimar2010-11-021-0/+1
* vo_gl, csputils: dual-license under LGPL v2.1reimar2010-11-025-0/+25
* configure: make gif test check linking tooreimar2010-11-021-1/+1
* DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31364jrash2010-11-021-35/+106
* cache: Respect -cache-seek-min also for on-disk filesreimar2010-11-021-3/+5
* codecs.conf: remove yuv422 format from VDPAU sectioncehoyos2010-11-021-1/+0
* ao_jack: increase maximum allowed channels from 6 to 8.tack2010-11-021-1/+1
* Copyright: clean up libdvdcss entryreimar2010-11-021-1/+1
* libvo: Reduce verbosity of suboption parsing messagesdiego2010-11-023-12/+12
* cosmetics: Drop leading underscore from configuration variable.diego2010-11-021-5/+5
* vf_rgb2bgr: remove the filtersiretart2010-11-026-138/+3
* rtsp: Support RTSP/RTP over HTTP via LIVE555cehoyos2010-11-025-1/+17
* subreader.c: Extract duplicated code into a separate function.reimar2010-11-021-6/+11
* subreader.c: check for max line count in SAMI subtitle readerreimar2010-11-021-2/+2
* -identify output: print media start timereimar2010-11-021-0/+13
* mplayer.c: move some --identify code to a separate functionreimar2010-11-021-35/+40
* codecs.conf: add M701: Matrox MPEG-2 intra-only.cehoyos2010-11-021-0/+3
* cosmetics: Fix typo in commenthyc2010-11-021-1/+1
* vo_gl: Remove nonsense commented-out function headerreimar2010-10-271-1/+0
* demuxer.c: Make ds_get_next_pts work for the first packet of a streamreimar2010-10-271-1/+6
* vd_ffmpeg: Minor code simplification.reimar2010-10-271-1/+2
* demux_real: Don't try to read index if stream is not seekablereimar2010-10-271-1/+2
* demux_mkv: support V_MJPEG video tagUoti Urpala2010-10-272-0/+2
* demux_mkv: accept files with no doctype in EBML headerUoti Urpala2010-10-211-1/+4
* TOOLS/matroska.py: recognize ChapCountryUoti Urpala2010-10-211-0/+1
* vd_ffmpeg: fix aspect ratio problems with recent FFmpegUoti Urpala2010-10-161-0/+2
* vd_ffmpeg: fix calloc/av_free mixupUoti Urpala2010-10-161-7/+4
* af_lavcac3enc: fix assert failure "s->expect_len <= s->pending_data_size"Uoti Urpala2010-10-141-11/+11
* vo: improve fixed-vo behavior when video size changes in x11 VOsUoti Urpala2010-07-232-0/+26
* Merge svn changes up to r31332Uoti Urpala2010-06-054-4/+31
|\
| * Update codecs.conf version again, we had quite a few additions to it.reimar2010-06-051-1/+1
| * Extend -vf format to allow substituting the format for a compatible onereimar2010-06-052-3/+28
| * Fix -vf format and -vf noformat to work with slices.reimar2010-06-052-0/+2
* | Skip svn change r31329Uoti Urpala2010-06-050-0/+0
|\|
| * Add webm/VP8 support to native matroska demuxer.reimar2010-06-052-1/+3
* | Merge svn changes r31318 to r31328Uoti Urpala2010-06-0511-297/+38
|\|
| * If we have no FPS value, try enabling -correct-pts mode, it doesreimar2010-06-051-2/+2
| * Add partial support for dirac to TS demuxer.reimar2010-06-051-1/+9
| * Also print current stream position in mp_read debug output.reimar2010-06-051-1/+2
| * Remove explicit eof check for mp_read code, stream code handles this casereimar2010-06-051-2/+0
| * Di not do a stream_reset on seeking backwards, the seek itself shouldreimar2010-06-051-2/+0
| * Do not make seek fail explicitly simply because eof was hit somewhen,reimar2010-06-051-2/+0
| * Fix compilation after FFmpeg r23485.cehoyos2010-06-052-5/+5
| * sync with en/mplayer.1 rev. 31292jrash2010-06-051-9/+6
| * Remove colorspace conversion code from -vo yuv4mpeg, -vf scale shouldreimar2010-06-053-271/+5
| * Sync libdvdcss with their latest SVN.reimar2010-06-052-6/+6
| * Add support for -geometry x syntax since the documentation claimsreimar2010-06-051-1/+4
* | Skip svn changes r31316, r31317Uoti Urpala2010-06-050-0/+0
|\|
| * Do not use libass functions if it is disabled.reimar2010-06-041-1/+1
| * Default to -correct-pts off if -fps was given, since -fps has no effectreimar2010-06-041-3/+2
* | Merge svn change r31315Uoti Urpala2010-06-051-0/+1
|\|
| * Force window placement also if -xineramascreen was set >= 0,reimar2010-06-041-0/+1
* | Skip svn changes r31308 to r31314Uoti Urpala2010-06-050-0/+0
|\|
| * apply missing bits from http://repo.or.cz/w/mplayer.git/commitdiff/cd4e8dc1fa...siretart2010-06-031-0/+6
| * Try always enabling correct pts again for lavf demuxer, since the knowreimar2010-06-031-4/+0
| * Limit buffered PTS only when we actually got a frame from the decoder.reimar2010-06-031-14/+17
| * If an invalid pts value is detected, try to to make up some if it seemsreimar2010-06-031-2/+8
| * vo_yuv4mpeg: disable RGB support when compiling against a shared libswscalesiretart2010-06-031-4/+10
| * Simplify libass version check.cehoyos2010-06-031-1/+1
| * Raise LIBASS_VERSION, forgotten in r31293.cehoyos2010-06-031-1/+1
* | Merge svn changes r31306, r31307Uoti Urpala2010-06-051-1/+4
|\|
| * Add the -march fallback for amdfam10 also to the x86_64 case.reimar2010-06-021-0/+3
| * libavcodec/libx264.c requires x264 0.98 since r23430.cehoyos2010-06-021-1/+1
* | Skip svn changes r31304, r31305Uoti Urpala2010-06-050-0/+0
|\|
| * Fix compilation with external libass.cehoyos2010-06-021-1/+1
| * ass_set_aspect_ratio() takes three arguments since 0x00907010.cehoyos2010-06-022-2/+2
* | configure: fix disabling of (x)mga without swscale internalsUoti Urpala2010-06-041-1/+3
* | mp3lib: use ffmpeg_files/x86_cpu.hUoti Urpala2010-06-034-4/+4
* | options: fix -a52drc default value (should be 1)Uoti Urpala2010-06-031-0/+1
* | demux_mkv: enable automatic index generation by defaultUoti Urpala2010-06-021-1/+1
* | Merge svn changes up to r31303Uoti Urpala2010-06-026-44/+68
|\|
| * avoid using swscale internals by copying in palette8torbg16 and its bgr variantsiretart2010-06-011-1/+18
| * Extend geometry parsing to reject all invalid strings.reimar2010-06-011-9/+12
| * deprecate palette8topacked32 in favor of public API functions sws_convertPale...siretart2010-06-015-39/+81
| * Move internal scal