summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* stream_dvd: millisecond accuracy for chapters in -identify outputcigaes2010-11-071-3/+2
* demux_lavf: for avi, use packet .dts instead of .ptsUoti Urpala2010-11-061-4/+12
* build: enable vf_geq if libavutil version installs eval.hUoti Urpala2010-11-063-0/+13
* demux_lavf: avoid deprecated "first_iformat" by using newer APIUoti Urpala2010-11-061-2/+2
* demux_lavf: add hack for stream-changing ogg input (internet radio)Uoti Urpala2010-11-061-1/+56
* demux_lavf: more future proof AVInputFormat name comparisonUoti Urpala2010-11-061-6/+20
* ffmpeg_files/taglists.c: update to latest FFmpeg values (r25209)Uoti Urpala2010-11-051-2/+10
* options: add OPT_MAKE_FLAGS macro, creates "opt/noopt" flag pairClément Bœsch2010-11-044-32/+17
* options: move -name and -title to option structClément Bœsch2010-11-046-14/+11
* Makefile: enable .DELETE_ON_ERROR special targetUoti Urpala2010-11-041-0/+6
* Makefile: remove generated locale files in clean targetUoti Urpala2010-11-041-0/+2
* vf_stereo3d: Add stereo3d filterreimar2010-11-025-0/+674
* vd_ffmpeg: improve aspect ratio handlingreimar2010-11-021-5/+7
* Add a simple capture feature (-capture)Uoti Urpala2010-11-0210-1/+88
* options: move -dumpfile to option structUoti Urpala2010-11-024-6/+7
* configure: Fix detection of mips processor variantsdiego2010-11-021-1/+1
* manpage: Make commas and backslashes show properlyattila2010-11-026-6/+6
* options: modify parse_timestring(), make publiccigaes2010-11-022-12/+27
* vo_gl: Move the read_pnm function into a separate filecigaes2010-11-024-61/+152
* ao_sun: Add support for AOPLAY_FINAL_CHUNKreimar2010-11-021-3/+5
* stream_network: Fix possible crash for invalid http_proxy URLsreimar2010-11-021-0/+4
* subreader: More strict autodetection of RT subtitle formatreimar2010-11-021-6/+1
* new slave command: af_cmdline, for changing audio filter optionsreimar2010-11-024-0/+18
* libaf: Make af_reinit "public", to allow using it in future patchesreimar2010-11-022-4/+8
* command.c: Add windows.h include to fix compilation in some casesreimar2010-11-021-0/+3
* input: try to open "-input -file=" file even if stat() failsreimar2010-11-021-12/+13
* rtsp_rtp.c: Add missing avstring include for av_strlcpyreimar2010-11-021-0/+1
* configure: check if libdvdcss has been removed from treesiretart2010-11-021-1/+1
* cosmetics: remove some useless braces from command.ccigaes2010-11-021-4/+0
* command.c: use different field in property table for integer dataUoti Urpala2010-11-021-21/+21
* TOOLS/matroska.py: stop cleanly at EOF of complete file when parsingUoti Urpala2010-11-021-2/+10
* TOOLS/matroska.py: change to python3 syntaxUoti Urpala2010-11-021-37/+39
* rtsp_rtp.c: Replace snprintf by av_strlcpyreimar2010-11-021-1/+1
* vd_qtvideo: fix crash on OS X with QuickTimereimar2010-11-021-1/+1
* TOOLS/binary_codecs.sh: avoid creating fake "bestsites"siretart2010-11-021-2/+3
* TOOLS/binary_codecs.sh: fix obsolete dpkg syntaxsiretart2010-11-021-1/+1
* cosmetics: Remove some obsolete and misleading commentsdiego2010-11-022-2/+0
* Remove #warning preprocessor directivesdiego2010-11-029-14/+13
* vo_gl: Extract code to read a pnm file into a separate functionreimar2010-11-021-24/+48
* cosmetics: remove some #if 0 code from mplayer.creimar2010-11-021-8/+0
* vo_dxr3: Fix validity checks before closing a file descriptorreimar2010-11-021-3/+3
* vo_dxr3: Fix indentationreimar2010-11-021-20/+17
* vidix: Simplify code for writing to /proc/mtrrreimar2010-11-021-7/+3
* vo_mga: minor code cleanupreimar2010-11-021-13/+16
* vo_xmga: Remove an unmotivated and pointless panscan_calc callreimar2010-11-021-2/+0
* vo_xvidix: reconfigure also on window movereimar2010-11-021-1/+1
* vo_xmga: fix event handlingreimar2010-11-021-4/+4
* vo_xmga: Remove a useless MGA_VID_CONFIG ioctlreimar2010-11-021-3/+0
* x11_common: add VO_EVENT_MOVEreimar2010-11-022-2/+7
* vo_mga: switch to newer screen dimension handling APIreimar2010-11-022-79/+23
* aspect.c: use fallback if screen dimensions are not knownreimar2010-11-021-0/+6
* ao_coreaudio: byteswap AC-3 streams on little-endiandiego2010-11-021-0/+4
* DOCS/man: Add missing values for the chanlist suboption of -tvdiego2010-11-029-9/+27
* demux_ts: fix subtitle stream breaking audio track switchcehoyos2010-11-021-2/+3
* configure: Ensure that CONFIG_NETWORK is #defined to 0 or 1diego2010-11-021-1/+1
* codecs.conf: add another xdcam mpeg2 fourcc/isom xd54compn2010-11-021-6/+7
* demux_lavf: handle new streams appearing during playbackreimar2010-11-021-0/+8
* Remove remaining %lf printf conversionsreimar2010-11-025-17/+18
* vf_yadif: modify asm to make compile with clangcehoyos2010-11-021-1/+1
* demux_pva: move functions, add "static"diego2010-11-021-90/+88
* mpeg_hdr.c: move function to avoid forward declarationdiego2010-11-021-36/+34
* demux_real.c: Remove unused hexdump() forward declarationdiego2010-11-021-2/+0
* demux_[mpg|ts|ty]: #include dec_audio.h for skip_audio_frame()diego2010-11-023-5/+3
* configure: simplify X11, IVTV and V4l2 checksdiego2010-11-021-39/+5
* mplayer.c: remove some obsolete commented-out linesdiego2010-11-021-10/+0
* libvo: remove UNUSED() macrosdiego2010-11-028-63/+1
* Move code to avoid forward declarations in top-level .c filesdiego2010-11-024-264/+259
* subreader.c: malloc+memset -> calloccehoyos2010-11-021-4/+2
* subreader.c: Simplify comparisoncehoyos2010-11-021-2/+1
* spudec: support "clear" packet typereimar2010-11-021-13/+15
* m_config.c: cosmetics: Move functions to avoid forward declarationsdiego2010-11-021-114/+108
* m_config.[ch]: mark some function parameters constdiego2010-11-022-10/+10
* libfaad2: cosmetics: Make local_changes.diff apply cleanlydiego2010-11-021-2/+4
* configure: simplify some checksdiego2010-11-021-35/+7
* configure: Rename function_check{_broken}() --> statement_check{_broken}()diego2010-11-021-47/+47
* configure: simplify some testsdiego2010-11-021-49/+6
* configure: update documentation comments about adding checksdiego2010-11-021-17/+2
* DOCS/xml/hu: synced with r32361Gabrov2010-11-025-67/+133
* codecs.conf: Partial support for ffwmvp (only works with -demuxer lavf)cehoyos2010-11-021-0/+8
* audio: auto-add downmix filter when stereo output is requestedcigaes2010-11-021-0/+25
* libaf: add opts pointer to struct af_streamUoti Urpala2010-11-022-2/+4
* ad_libdca: fix assert failure on -channels >6Uoti Urpala2010-11-021-3/+10
* options: move audio_output_channels, audio_output_format to structUoti Urpala2010-11-0212-20/+30
* Makefile: don't list dependencies for codec-cf