summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* DOCS/tech/codecs.conf.txt: document how to add ffmpeg codecscompn2010-11-141-0/+40
* stream/network.c: Replace hardcoded str size with sizeofcboesch2010-11-141-5/+5
* sub_cc.c: minor cleanupreimar2010-11-141-6/+5
* demux_lavf: mark AVI timestamps non-pts to avoid messagesUoti Urpala2010-11-143-1/+9
* options: more mplayer.c options moved to option structClément Bœsch2010-11-146-47/+46
* options: move various mplayer.c options to option structClément Bœsch2010-11-135-28/+22
* demux_lavf: use lavf for all formats except those listedAnton Khirnov2010-11-131-18/+12
* core: do initial A-V sync by modifying audio streamUoti Urpala2010-11-138-19/+130
* core: give pts as parameter to demuxer_get_current_chapter()Uoti Urpala2010-11-133-11/+7
* demux_nsv: don't write to sh_video->ptsUoti Urpala2010-11-131-1/+1
* .gitignore: add /tags, /TAGSUoti Urpala2010-11-131-2/+2
* audio: add -gapless-audio optionUoti Urpala2010-11-125-14/+37
* audio: don't try to send partial samples to AO at EOFUoti Urpala2010-11-121-1/+2
* options: move -cache-min and cache-seek-min to option structClément Bœsch2010-11-115-11/+10
* options: move [no]hr-mp3-seek to option structClément Bœsch2010-11-114-9/+6
* options: move some demux options to option structClément Bœsch2010-11-116-57/+47
* core: rename update_video_immediately->restart_playbackUoti Urpala2010-11-112-9/+9
* demux: change "%s file format detected" messageUoti Urpala2010-11-103-2/+11
* core: print an explicit error if file format detection failsUoti Urpala2010-11-101-2/+4
* demuxer.c: clean up demux_open_stream()Uoti Urpala2010-11-101-136/+98
* demux: error out if given invalid -demuxer optionUoti Urpala2010-11-101-0/+5
* demux_lavf: add simple seek-by-bytes mode for MPEGUoti Urpala2010-11-101-3/+39
* demux: improve -alang / -slang track choosing logicUoti Urpala2010-11-084-64/+57
* demux_mkv: seek: with no track-specific index entries use anyUoti Urpala2010-11-081-38/+46
* demux_mkv: fix relative seeks without indexUoti Urpala2010-11-081-3/+3
* TOOLS/matroska.py: recognize MaxCache elementUoti Urpala2010-11-081-0/+1
* demux_mkv: fix seek hang when going past end of file without indexUoti Urpala2010-11-081-0/+2
* demux_mkv: cleanup: separate index creation part of seekingUoti Urpala2010-11-081-59/+69
* core: use correct demuxer with -audiofile / -subfileUoti Urpala2010-11-083-22/+23
* demux_demuxers: initialize stream_pts to MP_NOPTS_VALUEUoti Urpala2010-11-081-0/+1
* core: move video pos/length query functions from demux to coreUoti Urpala2010-11-086-115/+91
* demux: fix -correct-pts autoselection with -audiofileUoti Urpala2010-11-081-1/+1
* cleanup: don't check for NULL before free()diego2010-11-0832-223/+146
* codecs.conf: document need to add fourccs to parser list in demuxer.ccehoyos2010-11-081-0/+16
* demuxer.c: add missing parser list fourccscehoyos2010-11-081-0/+3
* demuxer.c: fix parser list fourcc typo: 'MPE '->'MP3 'cehoyos2010-11-081-1/+1
* vd_ffmpeg: compare IMGFMT instead of PIX_FMTreimar2010-11-081-3/+3
* codecs.conf: add missing YV12 output formats for FFmpeg codecsreimar2010-11-081-4/+4
* stream_dvd: fill_buffer(): use given buffer, not stream's defaultreimar2010-11-081-2/+5
* stream_dvd: minor cleanupreimar2010-11-081-7/+4
* demux_ts: Fix subtitle sync issuesreimar2010-11-081-0/+5
* codecs.conf: mark fflatm non-buggy (now default for AAC/LATM)reimar2010-11-081-1/+1
* ad_faad: Make work with -demuxer lavfreimar2010-11-081-1/+1
* codecs_conf, mp_taglists: Use only one fourcc for LATMreimar2010-11-082-2/+2
* ad_ffmpeg: Handle EAGAIN, needed for LATM to work properly with demux_tsreimar2010-11-081-0/+3
* demuxer.c: Add support for parsing LATMreimar2010-11-081-0/+5
* demux_lavf: Fix program switchingreimar2010-11-081-0/+12
* demux_lavf: Print PROGRAM_ID -identify output similar to demux_tsreimar2010-11-081-0/+1
* vf_scale: accept all non-hw-accel formats we know a PIX_FMT forreimar2010-11-081-35/+1
* video: simplify some tests with a new IMGFMT_IS_HWACCEL macroreimar2010-11-084-6/+7
* mplayer.desktop: Add video/3gpp and application/x-flash-video mime typesdiego2010-11-081-1/+1
* configure: Do not enable rpath on NetBSDdiego2010-11-081-1/+0
* configure: Enable joystick support on FreeBSDdiego2010-11-081-1/+1
* codecs.conf, mp_taglists: Support FFmpeg LATM decodingcehoyos2010-11-082-15/+25
* vo_kva: Restore all the attributes after changing aspect ratiokomh2010-11-071-0/+9
* vo_kva: Prevent a parent window from painting over ours in slave modekomh2010-11-071-0/+6
* vo_directx: Fix possible out-of-bounds accessreimar2010-11-071-2/+2
* DOCS/man/zh_CH: sync with en/mplayer.1 rev. 32566jrash2010-11-071-3/+123
* TOOLS/binary_codecs.sh: make indentation consistentsiretart2010-11-071-143/+136
* cache, stream: avoid extra memcpy when using cachereimar2010-11-073-38/+59
* cosmetics: cache2.c: Remove some irrelevant commented-out codereimar2010-11-071-8/+1
*