summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stream/http: assume MakeMKV webservers always support rangesreimar2011-01-311-2/+6
* TOOLS/: minor fixes in tool codesiretart2011-01-312-3/+9
* codecs.conf, vd_ffmpeg: Enable fflagarith video decodercehoyos2011-01-312-1/+9
* ao_coreaudio: fix compilation on OS X 10.4.diego2011-01-311-0/+15
* DOCS/tech/codecs.conf.txt: add notes about BE/LE colorspacescompn2011-01-311-1/+5
* codecs.conf: add format id for FLAC in movcehoyos2011-01-311-0/+1
* libmpdemux/mf.c: Don't hardcode filename lengthranma2011-01-311-2/+3
* codecs.conf: Fix playback of ffv1 yuv422p16cehoyos2011-01-311-1/+1
* osdep: tweak some #includesdiego2011-01-315-1/+6
* configure: Define _XOPEN_SOURCE to 600 in mkstemp checkreimar2011-01-311-1/+1
* configure: add define_statement_check functiondiego2011-01-311-73/+23
* stream/tvi_v4l2.c: simplify by using getfps helper functionreimar2011-01-311-9/+2
* example.conf: Disambiguate remarks about profilesdiego2011-01-311-15/+19
* cleanup: define ROUND() macro in mpcommon.hcboesch2011-01-314-6/+3
* DOCS/xml: don't use old "--with-extralibdir" configure optiondiego2011-01-317-7/+7
* configure: simplify some testsdiego2011-01-311-53/+36
* libfaad2:/ Remove forked internal libfaad2 copydiego2011-01-31116-62605/+7
* DOCS/tech/: remove several obsolete filesUoti Urpala2011-01-2917-2544/+0
* loader: Remove __ptr32 and __ptr64 typedefsreimar2011-01-291-12/+0
* build: cygwin: don't rely on _WIN32 being definedreimar2011-01-292-3/+6
* cleanup: Replace two malloc+memset with calloc.cboesch2011-01-292-6/+2
* vo_gl: mark llvmpipe as a software rendererreimar2011-01-291-1/+2
* DOCS/man/zh_CN: sync with en/mplayer.1 rev. 32699jrash2011-01-291-3/+3
* stream/http: support 307 (Temporary Redirect) responsescboesch2011-01-291-0/+2
* core: timing: fix overflow with extreme playback speedUoti Urpala2011-01-281-1/+5
* commands: improve playback speed property/commandsUoti Urpala2011-01-281-19/+15
* Merge branch 'sub'Uoti Urpala2011-01-2696-768/+1625
|\
| * sub/OSD: move some related files to sub/Uoti Urpala2011-01-2677-101/+97
| * subtitles: options: enable -ass by defaultUoti Urpala2011-01-262-13/+15
| * subtitles: change default libass rendering styleUoti Urpala2011-01-261-18/+16
| * demux_mkv, chapters: change millisecond arithmetic to nsUoti Urpala2011-01-264-45/+42
| * cleanup: rename ass_* functions to mp_ass_*Uoti Urpala2011-01-266-37/+38
| * subs: use correct font aspect ratio for libass + converted subsUoti Urpala2011-01-267-28/+85
| * cleanup: some random minor code simplification and cleanupUoti Urpala2011-01-267-22/+19
| * vf_vo: fix EOSD change detection bugUoti Urpala2011-01-181-1/+0
| * sd_ass: remove subreader use, support plaintext markupUoti Urpala2011-01-183-14/+67
| * subtitles: style support for common SubRip tags and MicroDVDUoti Urpala2011-01-186-21/+669
| * core: ordered chapters: fix bad subtitle parameterUoti Urpala2011-01-181-1/+1
| * subs/demux: don't try to enable sub track when creating itUoti Urpala2011-01-181-4/+0
| * subtitles/demux: store duration instead of endpts in demux packetsUoti Urpala2011-01-185-15/+18
| * subtitles: add framework for subtitle decodersUoti Urpala2011-01-1810-55/+244
| * options: add special -leak-report optionUoti Urpala2011-01-153-2/+4
| * subtitles: remove code trying to handle text subs with libavcodecUoti Urpala2011-01-153-31/+22
| * cleanup: move MP_NOPTS_VALUE definition to mpcommon.hUoti Urpala2011-01-156-14/+8
| * subtitles: move global ass_track to struct osd_stateUoti Urpala2011-01-157-37/+36
| * core: move most mpcommon.c contents to mplayer.cUoti Urpala2011-01-157-356/+314
| * core: move global "subdata" and "vo_sub_last" to mpctxUoti Urpala2011-01-116-26/+27
| * subtitles: remove sub_last_pts hackUoti Urpala2011-01-112-10/+3
| * options: move -noconfig to option struct, simplifyUoti Urpala2011-01-115-25/+6
* | configure: remove obsolete things used for internal FFmpeg buildUoti Urpala2011-01-251-63/+1
* | TOOLS: Remove most of the mencoder scripts and referencesClément Bœsch2011-01-257-1467/+5
* | mp_msg: Remove uses of MSGT_MENCODERClément Bœsch2011-01-255-11/+7
* | cleanup: remove unused MEncoder-related codeClément Bœsch2011-01-2513-32/+10
* | rpm: Remove MEncoder from rpm packagingClément Bœsch2011-01-251-33/+0
* | configure: remove MEncoder-related options and testsClément Bœsch2011-01-252-173/+4
* | version.sh: update copyright yearUoti Urpala2011-01-251-3/+3
* | manpage: document -playlist being unsafe in its option descriptionUoti Urpala2011-01-241-0/+9
* | demux_ty: fix "seek to negative position" warningUoti Urpala2011-01-211-0/+1
* | demux_lavf: reject format probe matches with low scoreUoti Urpala2011-01-211-1/+1
* | cleanup: mp_msg.h: simplify mp_dbg definitionUoti Urpala2011-01-181-10/+6
* | cleanup: mplayer.c: use VFCAP_ names instead of numeric valuesUoti Urpala2011-01-171-2/+2
* | demux: add sanity checks to packet allocation functionsUoti Urpala2011-01-172-11/+26
* | cleanup: move demux packet functions from demuxer.h to demuxer.cUoti Urpala2011-01-172-61/+67
|/
* manpage: Remove forgotten "MPlayer only" notesClément Bœsch2011-01-091-5/+5
* manpage: Remove "MPlayer only" notesClément Bœsch2011-01-061-16/+16
* vo_vdpau: allow "deint=-N" to specify mode without enabling deintUoti Urpala2011-01-042-13/+20
* core: add timing workaround for PulseAudio misbehaviorUoti Urpala2011-01-011-0/+3
* manpage: Remove MEncoder referencesClément Bœsch2010-12-251-3808/+25
* core: fix audio-only + framestep weird behaviorUoti Urpala2010-12-201-0/+5
* Merge branch 'hr-seek'Uoti Urpala2010-12-2018-482/+801
|\
| * input: add default keybindings Shift+[arrow] for small exact seeksUoti Urpala2010-12-203-0/+13
| * input: support bindings with modifier keys for X inputUoti Urpala2010-12-205-56/+114
| * core: audio: make ogg missing audio timing workaround more complexUoti Urpala2010-12-201-2/+15
| * core: add support for precise non-keyframe-limited seeksUoti Urpala2010-12-208-22/+82
| * core: add struct for queued seek infoUoti Urpala2010-12-203-61/+106
| * commands: add generic option -> property wrapperUoti Urpala2010-12-184-2/+46
| * options: add "choice" option type, use for -pts-association-modeUoti Urpala2010-12-184-5/+59
| * core: remove looping in update_video(), modify command handling a bitUoti Urpala2010-12-162-27/+47
| * core: seek: use accurate seek mode with audio-only filesUoti Urpala2010-12-141-1/+1
| * core: avoid using sh_video->pts as "current pts"Uoti Urpala2010-12-143-15/+19
| * libvo: register X11 connection fd in input event systemUoti Urpala2010-12-144-17/+26
| * core: timing: add special handling of long frame intervalsUoti Urpala2010-12-141-35/+36
| * core: move central play loop to a separate functionUoti Urpala2010-12-131-289/+287
* | cosmetics: remove unused code, small formatting tweaksUoti Urpala2010-12-206-79/+10
* | commands: clean up get_metadata() and related codeUoti Urpala2010-12-202-141/+82
* | vd_ffmpeg: set thread count to number of cores on machine by defaultUoti Urpala2010-12-206-4/+88
* | demux_mkv: remove old code for -nocorrect-pts supportUoti Urpala2010-12-201-131/+0
* | demux_mkv: fix seeks to before the first index entryUoti Urpala2010-12-201-19/+16
* | DOCS/tech/slave.txt: update some obsolete informationUoti Urpala2010-12-181-10/+7
* | demux_asf: Add a missing free to ASF demuxer closereimar2010-12-161-0/+1
* | playtreeparser.c: Add playlist parser for .nsc filesreimar2010-12-161-0/+114
* | example.conf: add some profile information and user-agent examplescompn2010-12-161-0/+16
* | demux_mov: fix possible hang on invalid inputreimar2010-12-161-1/+1
* | aviheader.c: avoid using uninitialized data in an error casereimar2010-12-161-1/+3
* | ad_faad: fix crash when used on an empty audio streamreimar2010-12-161-0/+5
* | ad_speex: improve timestamp handlingreimar2010-12-161-1/+9
* | demux_mov: fix some memory allocation handlingreimar2010-12-161-5/+13
* | stream.h: check against huge negative values in stream_seek()reimar2010-12-161-0/+4
* | demux_gif: Fix memleaks on errorreimar2010-12-161-0/+2
* | vd_ffmpeg: fix MP_IMGTYPE selection for non-ref non-B framesreimar2010-12-161-1/+1
* | manpage: correct -tv audiorate description, change bitrate to sampleratecompn2010-12-161-1/+1
* | demux_ts: change overlapping memcpy to memmovereimar2010-12-161-1/+1
* | demux_ts: fix several memleaksreimar2010-12-161-1/+17
* | demux_ts: cleanupreimar2010-12-161-5/+4
* | demux_ts: avoid using unitialized datareimar2010-12-161-0/+1
* | mp3_hdr.h: fix mp_check_mp3_header()reimar2010-12-161-3/+4
* | demux_demuxers: Fix crash with -audiofile and audio disabledreimar2010-12-161-1/+1
* | vd_ffmpeg: Reset ctx->vo_initialized to 0 on a resolution changereimar2010-12-161-0/+1
* | ad_speex: Fix possible memory leaks on errorreimar2010-12-161-2/+8
* | demux_asf, asfheader.c: cleanupreimar2010-12-162-6/+3
* | demux_real: fix some unaligned writesreimar2010-12-161-7/+8
* | commands: Allow cycling subtitles backwards with 'J'reimar2010-12-164-11/+19
* | demux_audio: Do not generate nonsensical pts values for FLACreimar2010-12-161-2/+1
* | Change some filename-handling code to use mp_basename()cboesch2010-12-163-35/+8
* | DOCS/man/zh_CN: sync with en/mplayer.1 rev. 32661jrash2010-12-161-5/+25
* | stream/http: Add support for login/password in http_proxy env variablecboesch2010-12-163-3/+19
* | stream/: delete base64_encode(), use libavutil av_base64_encode()cboesch2010-12-163-74/+13
* | DOCS/xml: change --with-extraincdir to --extra-cflagscompn2010-12-169-11/+11
* | demux_audio: Set needs_parsing to 1 for DTS audioreimar2010-12-161-1/+3
* | demux-ts: fix TS files with MP4 ES AAC descriptorreimar2010-12-161-1/+7
* | vidix: radeon and big-endian fixesreimar2010-12-162-9/+51
* | codecs.conf: add ffmpeg g722 audio codeccompn2010-12-161-0/+7
* | mp_taglists.c: add tag for svq3compn2010-12-161-0/+1
* | demux_lavf: Add support for uncompressed BGR24 pixfmtreimar2010-12-161-0/+2
* | vd_qtvideo: Do not dump image description by defaultreimar2010-12-161-1/+2
* | cosmetics: make some arguments const, "unsigned char"->uint8_treimar2010-12-165-11/+13
* | av_sub: Support clearing subtitlesreimar2010-12-161-0/+2
* | codecs.conf: add Avid DNxHD through QuickTimereimar2010-12-161-1/+10
* | core: avoid using build_afilter_chain() directlyreimar2010-12-163-9/+9
* | stream/network.c, stream/http.c: cleanupcboesch2010-12-162-13/+4
* | stream/http: Do not keep authentication in URL when proxiedcboesch2010-12-163-2/+24
* | demux_avi: Add WAVEFORMATEXTENSIBLE supportreimar2010-12-162-1/+3
* | demux_audio: fix WAVEFORMATEXTENSIBLE supportreimar2010-12-161-2/+2
* | font_load_ft.c: disable -fontconfig if compiled without libfontconfigkomh2010-12-161-0/+4
* | demux_ts: fix -sb when -aid stream is not foundreimar2010-12-161-1/+3
* | stream/http: Add Proxy-Authorization header to authenticate on proxiescboesch2010-12-163-4/+19
* | stream/http: don't use proxy values for "Authorization" headercboesch2010-12-161-1/+1
* | path.c: add function for mp_basename, remove duplicated macroscboesch2010-12-164-10/+23
* | vf_stereo3d: Properly support src/dst stridereimar2010-12-161-31/+38
* | vf_stereo3d: Adjust d_height instead of bad ad-hoc scalingreimar2010-12-161-44/+28
|/
* vo_vdpau: remove wrong mp_image usage_count change (no visible effect)Uoti Urpala2010-12-131-1/+1
* audio: FLAC: support new libavcodec parser, use lavf to demuxUoti Urpala2010-12-093-1/+9
* ao_pcm: change message to mention "-novideo" instead of "-vc null"Uoti Urpala2010-12-082-2/+2
* core: ordered chapters: add heuristic for merging inaccurate chaptersUoti Urpala2010-11-265-6/+32
* ad_liba52: fix -a52drc handlingUoti Urpala2010-11-231-1/+1
* core: make initial audio sync more robust against bad demuxersUoti Urpala2010-11-211-41/+45
* demux_mkv, ad_ffmpeg: use Matroska OutputSamplingFrequency if availableUoti Urpala2010-11-213-11/+25
* TOOLS/matroska.py: recognize 3 more elementsUoti Urpala2010-11-213-6/+39
* demux_lavf: fix check for files lavf doesn't recognizeUoti Urpala2010-11-171-1/+2
* demux: fix initial subtitle track selectionUoti Urpala2010-11-161-4/+4
* options: fix autoloaded profile handling of flag optionsUoti Urpala2010-11-151-0/+3
* demux_mkv: seek: fix bogus audio packet from earlier positionUoti Urpala2010-11-151-1/+2
* demux_mkv: fix minor seek problemUoti Urpala2010-11-151-1/+1
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-14119-481/+277
* demux_avi: remove pointless checksreimar2010-11-141-7/+6
* demux_avi: modify to avoid -aid problem in svnreimar2010-11-141-22/+29
* stream/url.c: Unescape username/password when parsing URLsreimar2010-11-141-1/+4
* vo_gl: create stereo-capable window when using Quadbuffer 3Dreimar2010-11-143-0/+5
* libvo/w32_common.c: Move setting of pixel format from init to configreimar2010-11-141-21/+21
* cache: read up to 64 KiB at once from stream_filereimar2010-11-143-1/+7
* mp3lib/dct64_sse.c: fix compilation with clangcehoyos2010-11-141-34/+34
* libvo/w32_common.c: minor cleanupreimar2010-11-141-18/+19
* sub_cc: modify parsing to fix problem with one samplereimar2010-11-141-6/+3
* sub_cc: Allow selecting the Close Captioning channelreimar2010-11-143-13/+19
* cosmetics: Fix Bluray vs. Blu-ray typodiego2010-11-141-1/+1
* codecs.conf: Prefer FFmpeg AAC decoder over libfaad2diego2010-11-141-2/+1
*