summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mp_image: refcounting helperswm42013-01-132-25/+265
* vd_lavc: add DR1 supportwm42013-01-134-21/+274
* video: different way to enable hardware decoding, add software fallbackwm42013-01-137-68/+240
* vd_lavc: remove codec DRwm42013-01-133-203/+14
* video: make vdpau hardware decoding not use DR code pathwm42013-01-135-66/+117
* vd_lavc: do not mutate global threads optionwm42013-01-131-10/+9
* vd_lavc: cosmetics: move debugging code out of the waywm42013-01-131-75/+82
* video: simplify decoder pixel format handlingwm42013-01-1310-209/+34
* vo_direct3d: simplifywm42013-01-131-198/+55
* vo_xv: simplifywm42013-01-131-47/+2
* video: remove slice based filtering and video outputwm42013-01-1333-499/+23
* video: make vdpau hardware decoding not use slices code pathwm42013-01-135-9/+25
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatwm42013-01-1315-41/+33
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEwm42013-01-1315-93/+62
* Remove netstream supportwm42013-01-134-474/+1
* configure: change libcaca test to pkg-configwm42013-01-131-12/+1
* configure: remove references to naswm42013-01-131-4/+2
* configure: remove unused check for mkstemp()wm42013-01-131-12/+0
* Replace strsep() useswm42013-01-139-115/+37
* windows support: fix _wstat misusagewm42013-01-132-2/+2
* osdep: remove gettimeofday() emulationwm42013-01-132-44/+0
* osdep: remove setenv() emulationwm42013-01-132-44/+0
* osdep: remove broken vsscanf() emulationwm42013-01-133-58/+0
* configure: remove check for .align semanticswm42013-01-135-23/+8
* configure: remove __builtin_expect checkwm42013-01-132-21/+1
* configure: cleanup: remove unused --datadir switchwm42013-01-131-7/+0
* configure: cleanup: remove unused xshape switcheswm42013-01-131-4/+0
* mixer: keep fractional part of volume settingUoti Urpala2013-01-131-2/+2
* af_volnorm: fix output range with float inputUoti Urpala2013-01-131-3/+3
* demux_mkv: work around bad OutputSamplingFrequency valuesUoti Urpala2013-01-131-0/+8
* core: timeline: prevent inaccurate seeks outside timelineUoti Urpala2013-01-131-2/+3
* vo_sdl: fix for rename of a function in SDL2's interfaceRudolf Polzer2013-01-121-2/+4
* sub: do not apply timeline offset to external subtitleswm42013-01-121-3/+8
* Fix lots of bugs in mp_http URL handlingRudolf Polzer2013-01-103-9/+22
* demux_lavf: avio_flush in DEMUXER_CTRL_RESYNCRudolf Polzer2013-01-101-0/+2
* vo_sdl: add a "sw" flag like in openglRudolf Polzer2013-01-102-36/+78
* encoding-example-profiles: restructure iPhone profilesRudolf Polzer2013-01-101-11/+11
* mplayer: make --loop loop the playlist instead of each playlist entrywm42013-01-093-33/+11
* mplayer: keep pause state when frame stepping in last framewm42013-01-091-0/+3
* DOCS: add some basic MinGW cross compilation instructionswm42013-01-081-0/+59
* osxbundle: fix unicode support in fonts.confkax42013-01-071-5/+116
* README: add a new one using ReSTStefano Pigozzi2013-01-072-27/+69
* demux_lavf: implement DEMUXER_CTRL_RESYNCRudolf Polzer2013-01-071-0/+15
* vo_xv: fix compilation when shared memory header files are not availablewm42013-01-061-5/+2
* ao_alsa: do not call snd_pcm_delay() when pausedwm42013-01-061-0/+8
* cleanup: ass_mp.h: remove dummy declarationswm42013-01-061-15/+1
* sub: use correct fallback font for subtitleswm42013-01-061-1/+2
* ao_sdl: fix compilation with Libavwm42013-01-061-0/+1
* manpage: document the dangers of some subtitle optionswm42013-01-051-7/+20
* sub: add --sub-text-* options to unstyled text subtitles fontwm42013-01-056-33/+40
* manpage: sort --osd-* optionswm42013-01-041-36/+36
* Update copyright yearwm42013-01-042-2/+2
* cocoa_common: add support for `--no-border`Stefano Pigozzi2012-12-311-0/+1
* vo_sdl: support -geometry properlyRudolf Polzer2012-12-311-2/+7
* vo_sdl: some OSD optimizationsRudolf Polzer2012-12-281-23/+41
* stream_lavf: warn if protocol not foundwm42012-12-281-1/+6
* vf_scale: prefer 420P10 -> YV12 instead of 444Pwm42012-12-281-0/+1
* vo_opengl_old: reject 9-15 bit formats if textures have less than 16 bitwm42012-12-283-1/+22
* gl_common: properly reject old OpenGL versionswm42012-12-281-11/+20
* core: fix crash if VO init failswm42012-12-281-1/+1
* manpage: minor improvementswm42012-12-281-9/+14
* DOCS: document EDL formatwm42012-12-281-0/+139
* audio: make de-planarization fasterwm42012-12-283-16/+44
* vo_opengl: use more precise gamma for BT.709 with color managementnand2012-12-283-7/+7
* sdl, encode_lavc: fix copyright headersRudolf Polzer2012-12-286-14/+15
* encoding-example-profiles: fix "oac" typoRudolf Polzer2012-12-281-2/+2
* vdpau: silence a clang warningRudolf Polzer2012-12-281-1/+2
* demux_mpg, ass_mp: fix warningsRudolf Polzer2012-12-282-2/+6
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverRudolf Polzer2012-12-288-0/+1458
* vf_scale: support more pixel formatsRudolf Polzer2012-12-281-0/+4
* sub: add ASS to RGBA conversionwm42012-12-284-2/+83
* stream_dvd: fix angle mathRudolf Polzer2012-12-221-8/+7
* configure: clean up use of extra_ldflags and libs_mplayerRudolf Polzer2012-12-191-16/+17
* core: make WAKEUP_PERIOD overridable by the voRudolf Polzer2012-12-193-12/+30
* osxbundle: print meaningful error when a dylib is missingStefano Pigozzi2012-12-161-1/+7
* osxbundle: add fonts.conf to distributed bundleStefano Pigozzi2012-12-151-0/+9
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-1513-137/+190
* core: path: run uncrustifyStefano Pigozzi2012-12-151-80/+86
* ass_mp: allow to use a custom fontconfig configuration fileStefano Pigozzi2012-12-151-9/+14
* video: silence warnings for missing libavutils pixel formatswm42012-12-141-1/+1
* sd_ass: free external subtitle trackswm42012-12-141-0/+6
* ao_lavc: stop using av_get_alt_sample_fmtRudolf Polzer2012-12-131-6/+6
* Fix compilation with ffmpeg 1.0wm42012-12-132-6/+2
* options: move -ass-bottom-margin/-ass-top-margin options to vf_subwm42012-12-126-23/+25
* vf_sub: fix aspect ratio when using marginswm42012-12-121-3/+3
* cleanup: remove ao.brokenptswm42012-12-122-8/+0
* options: handle -v during pre-parsing command linewm42012-12-121-5/+2
* sd_lavc: keep subs on subtitle track switchingwm42012-12-122-2/+8
* Fix compilation with Libavwm42012-12-112-0/+12
* manpage: mark HTTP related options as deprecated/brokenwm42012-12-112-1/+21
* mplayer: prefer audio PTS over video PTS for status linewm42012-12-111-3/+3
* demux: fix behavior with files that have sparse video packetsreimar2012-12-113-6/+33
* core: allow disabling display of "album art" in audio fileswm42012-12-118-6/+32
* audio: remove support for native alaw/mulaw/adpcm outputwm42012-12-1111-1232/+5
* audio/decode: remove ad_dvdpcm and use ad_lavc for DVD PCMwm42012-12-115-166/+47
* audio/decode: remove ad_pcm and use ad_lavc for PCMwm42012-12-116-266/+122
* windows support: fix compilation with pthreadswm42012-12-112-1/+5
* mplayer: make --length work if --start is missingwm42012-12-111-1/+1
* stream_lavf/demux_lavf: export/use HTTP MIME typewm42012-12-114-15/+34
* demux_lavf: make minimum probe score customizable, remove lavf_preferredwm42012-12-116-59/+43
* configure: remove --disable-sortsubwm42012-12-112-60/+4
* stream: handle mms streaming with ffmpegwm42012-12-113-14/+23
* sub: remove vobsub reader in favor of ffmpeg vobsub demuxerwm42012-12-1114-1205/+74
* core: improve seeking in external fileswm42012-12-113-13/+41
* sub: use ffmpeg decoder for DVD subswm42012-12-101-1/+47
* stream_dvd: add a stream_seek() callRudolf Polzer2012-12-071-0/+2
* core/cfg-mplayer: fix segfault when using DVD subsRudolf Polzer2012-12-051-1/+1
* Fix compilation with Libavwm42012-12-041-12/+13
* input: do not generate double clicks for mouse wheelwm42012-12-031-1/+1
* sub: clear libavformat demuxed subtitles on seekingwm42012-12-031-0/+6
* audio: make AC3 pass-through with ad_spdif workreimar2012-12-034-24/+30
* stream_ftp: cleanupsal2012-12-031-19/+13
* audio: improve decoder open failure handlingUoti Urpala2012-12-033-15/+4
* subreader: fix some of ASS parser issuesUoti Urpala2012-12-031-45/+22
* subs: remove --utf8, simplify codeUoti Urpala2012-12-035-28/+6
* core: automatically pause on low cachewm42012-12-038-5/+66
* stream_lavf: use ffmpeg for http/https streamingwm42012-12-032-3/+5
* cache: simplify furtherwm42012-12-039-42/+45
* cache: refactor how cache enabling is doneUoti Urpala2012-12-0311-55/+41
* video: add support for 12 and 14 bit YUV pixel formatsStephen Hutchinson2012-12-036-3/+95
* build: identify the build time of the binary in the versioning outputStephen Hutchinson2012-12-034-1/+7
* demux_gif: remove this demuxer in favor of libavformatwm42012-12-034-437/+0
* demux_lavf: add support for libavdevicewm42012-12-038-25/+151
* demux_lavf: do not prefix filename passed to libavformat with "mp:"wm42012-12-031-8/+9
* vo_xv: try harder to get correctly aligned pointers/strideswm42012-12-031-4/+6
* configure: don't check for inttypes.h, it always existswm42012-12-032-20/+0
* configure: remove unused libpng detectionwm42012-12-031-29/+0
* ao_pcm: fix references to -novideowm42012-12-033-9/+3
* af_lavcac3enc, encode: support planar formatsRudolf Polzer2012-12-034-7/+138
* osx_common: Avoid deprecated Gestalt callsStefano Pigozzi2012-12-022-17/+27
* encoding-example-profiles: updates, iphone 5 supportRudolf Polzer2012-12-012-5/+13
* encoding-example-profiles: fix aac bitrateRudolf Polzer2012-12-011-2/+0
* encoding-example-profiles: use 96kbps aacRudolf Polzer2012-12-011-2/+1
* encode: print on log which muxers/codecs are in useRudolf Polzer2012-12-011-0/+12
* DOCS: Add manpage metadata to the rst files.Rudolf Polzer2012-11-291-2/+13
* DOCS: Fix some rst error messagesRudolf Polzer2012-11-292-16/+17
* subassconverter: correctly handle RRGGBB and unknow formatsStefano Pigozzi2012-11-251-22/+31
* mplayer: fix track language displaywm42012-11-251-1/+2
* sub: add --sub-gray option to display image subs in grayscalewm42012-11-257-3/+51
* sub: reimplement -spugauss as --sub-gausswm42012-11-259-7/+97
* memcpy_pic: kill useless/dangerous optimizationwm42012-11-251-10/+6
* ao_pulse: do not allow setting volume over 100%wm42012-11-241-2/+2
* sws_utils: remove unused helperwm42012-11-243-33/+10
* manpage: remove --zoom remainswm42012-11-242-6/+3
* configure: use pkg-config for detecting OpenALwm42012-11-231-18/+8
* vo_xv: allocate Xv images with aligned stridewm42012-11-221-4/+5
* mp_image: make alloc_mpi() always allocate with aligned stridewm42012-11-222-17/+6
* osd: fix z-order of subtitle OSD elementswm42012-11-221-2/+3
* draw_bmp: add RGB rendering to fix image quality issueswm42012-11-223-1/+61
* stream_ftp: fix compilation with libavStefano Pigozzi2012-11-221-1/+1
* stream_ftp: support longer filenamesal2012-11-211-31/+73
* subreader: do not skip the first char of ASS fields.cigaes2012-11-211-1/+1
* screenshot: add subs even with vf_screenshotwm42012-11-212-5/+12
* video: fix bogus uses of mp_image.w/widthwm42012-11-214-16/+15
* vo_x11: don't require framestepping to update OSDwm42012-11-211-1/+20
* vo_x11: add screenshot supportwm42012-11-211-0/+16
* vo_xv: don't require frame stepping to remove OSD or subswm42012-11-215-36/+173
* cfg-config: avoid warning with -Wincompatible-pointer-typesStefano Pigozzi2012-11-211-1/+1
* cocoa_common: create window in the correct screenStefano Pigozzi2012-11-211-1/+2
* gl_common: improve Mesa compatibility for GL3 context creationwm42012-11-201-2/+2
* core: minor cleanupswm42012-11-202-3/+4
* osd: fix OSD status symbol display in some caseswm42012-11-204-14/+22
* command: use yes/no instead of enabled/disabled for consistencywm42012-11-201-4/+2
* configure: make --enable-debug defaultwm42012-11-201-2/+2
* configure: add --disable-optimization, change --enable-debug semanticswm42012-11-201-3/+10
* mplayer: disable auto-loading of external codecs.confwm42012-11-204-21/+6
* manpage: minor fixeswm42012-11-202-2/+2
* m_option: print valid integer range for choices on parsing errorswm42012-11-201-0/+2
* osd: make the OSD and sub font more customizablewm42012-11-2012-135/+232
* m_option: add color option typewm42012-11-202-0/+54
* vf_softpulldown: fix possible regressionwm42012-11-201-1/+2
* core: fix crash when video filter returns inf as PTSwm42012-11-202-2/+2
* mplayer: fix potential issue when ao_play() failswm42012-11-201-1/+2
* stream: fix dvd:// + cache crashingwm42012-11-204-5/+7
* stream, demux_lavf: minor cleanup for stream size codewm42012-11-203-3/+11
* stream, demux: replace off_t with int64_twm42012-11-2030-114/+114
* stream: change STREAM_CTRL_GET_SIZE argument type to uint64_treimar2012-11-205-5/+14
* asf_streaming: remove broken MMSU support codeupsuper2012-11-201-15/+3
* Fix potential bugs and issues, general cleanupsreimar2012-11-2017-118/+113
* options: support chapters for --start and --endwm42012-11-204-2/+21
* m_option: fix braindead --start, --length, --end option parsing bugswm42012-11-181-4/+4
* sd_ass: fix ASS subtitles coming from demux_lavfwm42012-11-16</