summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* core: redo how codecs are mapped, remove codecs.confwm42013-02-1054-3926/+1220
* dec_audio: uncrustifywm42013-02-092-193/+203
* options: change --no-config option, make it apply to input.conf as wellwm42013-02-098-46/+38
* Check return values of some mp_find_..._config_file function calls for NULLwm42013-02-092-4/+8
* mplayer: remove seconds/centiseconds display from terminal status linewm42013-02-091-6/+2
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGwm42013-02-097-52/+50
* options: unify single dash and double dash optionswm42013-02-098-207/+175
* config: do not require option valuewm42013-02-091-54/+38
* options: change handling of "no-" optionswm42013-02-097-60/+101
* audio/out, video/out: hide encoding VO/AOwm42013-02-066-12/+31
* video/out: change autoprobe orderwm42013-02-061-16/+12
* audio/out: prefer ao_dsound over ao_portaudiowm42013-02-061-3/+3
* mixer: prefer AO softvol control over volume filterwm42013-02-062-2/+3
* ao_dsound: support 6.1 and 7.1 channel configurationswm42013-02-061-30/+43
* Remove BSD legacy TV/radio support (BT848 stuff)wm42013-02-068-1184/+5
* core: remove --edlout functionalitywm42013-02-069-52/+1
* command: add command to show playlist on OSDwm42013-02-063-0/+22
* version.sh: fix git rev. generation (.git is not always a directory)wm42013-02-061-1/+1
* mplayer: don't show bogus audio PTS during hr-seekwm42013-02-051-0/+2
* mplayer: properly handle framestep when showing last video framewm42013-02-031-10/+12
* mplayer: reset audio/video delay if there's no next video framewm42013-02-031-0/+4
* input: free all queued/allocated commands on exitwm42013-02-031-4/+21
* vf_stereo3d: add support for green-magenta and yellow-blue duboiscehoyos2013-02-031-1/+11
* manpage: document option syntax variations betterwm42013-02-032-4/+29
* demux_lavf: default PTS to 0 for attached pictureswm42013-02-031-0/+4
* vf_dlopen: fix external pixel format nameswm42013-02-031-7/+35
* DOCS: remove files documenting removed/rewritten functionalitywm42013-02-0312-3267/+0
* Copyright: cleanup entries for removed codewm42013-02-031-63/+3
* mplayer: make advancing the playlist respect loopingwm42013-02-033-10/+23
* demux_lavf: remove weird stream auto-selectionwm42013-02-032-21/+0
* demux_lavf: remove "internet radio hack"wm42013-02-031-39/+1
* mp_common: improve OSD/status time formattingwm42013-02-031-4/+11
* cocoa_common: fix `--ontop` behaviour when windowedStefano Pigozzi2013-02-031-4/+4
* cocoa_common: fix focus with --ontop and space switchingStefano Pigozzi2013-02-031-4/+5
* cocoa_common: make the resize window menu items use video sizeStefano Pigozzi2013-02-031-10/+5
* cocoa_events: remove this functionalityStefano Pigozzi2013-02-025-185/+2
* DOCS: update encoding profiles installation instructionsStefano Pigozzi2013-02-011-2/+4
* build: make it work on somewhat older ffmpeg versionswm42013-01-313-3/+3
* stream: set default HTTP user agent to "Mozilla/5.0"wm42013-01-311-1/+1
* manpage: fixeswm42013-01-312-3/+11
* screenshot: minor simplification, prefer VF over VOwm42013-01-306-52/+15
* mplayer: add newline for --print-msgwm42013-01-301-1/+1
* demux_mkv: support more formats with V_UNCOMPRESSEDwm42013-01-301-0/+6
* demux: don't use codec_tag for raw PCM formatswm42013-01-301-0/+8
* osx_common: cache OSX version numberStefano Pigozzi2013-01-272-37/+34
* vo_x11: fix redrawing on expose eventswm42013-01-271-9/+2
* x11: simplify handling of X Visuals and Colormaps in VOswm42013-01-276-101/+71
* x11: fix some obvious video mode switching bugswm42013-01-272-20/+31
* x11: reduce VO mode switching code duplicationwm42013-01-275-85/+35
* x11_common: do not set custom error handler when calling XSelectInputwm42013-01-271-47/+21
* x11: cleanup, refactorwm42013-01-2710-975/+781
* windows support: support 64-bit MS Windows in EXTERN_PREFIX definitionUoti Urpala2013-01-271-1/+1
* vf_scale: fix warningwm42013-01-271-1/+0
* sws_utils: use libswscale for GBRP output if availablewm42013-01-271-1/+1
* vo_opengl: always ditherWessel Dankers2013-01-272-30/+12
* stream: fix reconnecting on broken network connectionswm42013-01-243-21/+50
* stream: uncrustify stream.c/.hwm42013-01-242-582/+664
* demux_mkv: support V_UNCOMPRESSED video trackswm42013-01-244-3/+20
* stream: implement some HTTP specific options for stream_lavfwm42013-01-249-30/+61
* cookies: fix crashwm42013-01-241-3/+3
* vd_lavc: add stupid hack to fix decoding of some files with Libav 0.8.xwm42013-01-241-5/+8
* sub: add stupid hack for vobsub decoding with Libavwm42013-01-241-1/+10
* stream_cdda: support latest libcdio versionUoti Urpala2013-01-242-2/+32
* configure: for now reject the newer libcdio APIRudolf Polzer2013-01-241-1/+1
* mp_msg, getch2: unix tty background supportRudolf Polzer2013-01-235-17/+124
* vo_xv: always try to use native bit depthwm42013-01-231-5/+2
* vo_vdpau: always try to native bit depth (makes 30 bit work)wm42013-01-231-5/+2
* options: make --fullscreen not a global optionwm42013-01-231-2/+2
* video: remove -x/-y/-xy optionswm42013-01-235-53/+2
* video: add --autofit and --autofit-larger optionswm42013-01-237-2/+118
* options: allow using % for width and height in --geometrywm42013-01-233-76/+106
* options: move -geometry parsing to m_option.cwm42013-01-2313-163/+153
* video: move handling of -x/-y/-xy options to VOwm42013-01-2311-88/+94
* cocoa_common: improved trackpad scrollingMad Fish2013-01-201-5/+45
* cocoa_common: handle all pending events instead of just oneMad Fish2013-01-201-19/+24
* ao_coreaudio: use 0 as timeout for CFRunLoopRunInModeMad Fish2013-01-201-1/+1
* video: reset filters on seekwm42013-01-205-0/+33
* core: make gapless-audio also apply to format changes within a fileRudolf Polzer2013-01-181-1/+2
* encoding-example-profiles: typo fixesRudolf Polzer2013-01-181-3/+3
* vf_format: fix forcing output formatwm42013-01-171-1/+11
* options: also accept ffmpeg pixel format nameswm42013-01-172-6/+20
* manpage: fix places that still treat FourCCs and pixel formats equalwm42013-01-172-13/+12
* osxbundle: cocoa_common: change playlist on fileopen eventsStefano Pigozzi2013-01-163-0/+42
* input: enqueue commands to the end of the queueStefano Pigozzi2013-01-161-1/+1
* osxbundle: add header padding to the binaryStefano Pigozzi2013-01-161-0/+1
* Silence two compiler warningswm42013-01-162-4/+2
* vo_opengl_old: add missing include statementwm42013-01-151-0/+1
* vo_sdl: I think the XVidmode hack is no longer neededRudolf Polzer2013-01-151-5/+0
* vo_sdl: request "desktop" fullscreen mode if -vm is not usedRudolf Polzer2013-01-151-8/+7
* vo_corevideo: make compile with recent changesStefano Pigozzi2013-01-151-1/+1
* video: print filter chain in verbose modewm42013-01-143-10/+42
* img_format: do not mark hwaccel formats as planar yuv formatswm42013-01-141-7/+8
* gl_common: move things used by vo_opengl_old.c only to vo_opengl_old.cwm42013-01-133-1244/+1241
* vd_lavc: remove -lavdopts vstats suboptionwm42013-01-134-100/+0
* vd_lavc: remove lowres decodingwm42013-01-133-25/+2
* vo_x11: use two buffers like XvRudolf Polzer2013-01-131-71/+94
* vo_x11, vo_xv: XShmCompletion event supportRudolf Polzer2013-01-134-16/+73
* sub: add experimental --force-rgba-osd-rendering switchwm42013-01-134-1/+16
* draw_bmp: use multiple bounding boxeswm42013-01-131-27/+20
* img_convert: use multiple bounding boxes for ASS->RGBAwm42013-01-131-26/+47
* img_convert: add sub_bitmap bounding box functionswm42013-01-135-25/+97
* mp_common: add some rectangle utility functionswm42013-01-132-0/+26
* draw_bmp: don't copy Y plane on up/down-samplingwm42013-01-131-5/+46
* draw_bmp: do not reallocate upsample temp image on each framewm42013-01-131-2/+14
* draw_bmp: refactorwm42013-01-131-17/+31
* draw_bmp: always allocate cachewm42013-01-131-26/+25
* vo_direct3d: remove 2ch hack for 10 bit playbackwm42013-01-134-270/+5
* vo_sdl: avoid copying just for taking screenshotswm42013-01-131-5/+3
* vd_lavc: prefer AVFrame over AVCodecContext fieldswm42013-01-131-18/+17
* mp_image: remove mp_image.bppwm42013-01-135-12/+5
* imgfmt: add more ffmpeg pixel formatswm42013-01-133-2/+136
* img_format: change meaning of MP_IMGFLAG_PLANARwm42013-01-132-2/+2
* vf_sub: allow more formats, simplify codewm42013-01-131-82/+15
* vf_expand: support more image formatswm42013-01-134-109/+88
* vf_rotate: support more image formatswm42013-01-131-34/+25
* vf_softpulldown: reject unsupported image formats, fix code duplicationwm42013-01-131-47/+24
* vf_yadif: Y8 is not supportedwm42013-01-131-1/+0
* vf_swapuv: support more image formatswm42013-01-131-12/+8
* vf_pullup: remove check for MP_IMGFLAG_PLANARwm42013-01-131-4/+0
* vf_phase: reject unsupported image formatswm42013-01-131-21/+20
* vf_mirror: rewritewm42013-01-131-65/+52
* vf_gradfun: does not work with NV pixel formatswm42013-01-131-2/+0
* vf_flip: make it work with more image formatswm42013-01-131-15/+15
* vf_divtc: reduce code duplicationwm42013-01-131-14/+7
* vf_crop: make it work with more image formatswm42013-01-132-39/+24
* vf: add vf_rescale_dsize()wm42013-01-132-0/+18
* mp_image: add mp_image_crop()wm42013-01-135-12/+35
* vo_image: render subswm42013-01-131-15/+36
* vo_xv: fix OSD redrawing flickerwm42013-01-131-13/+11
* vo_xv, vo_x11: simplify OSD redrawingwm42013-01-136-179/+39
* sub: do not copy the target image if there is no OSD/subswm42013-01-135-8/+29
* vo_lavc: use reference countingwm42013-01-131-17/+4
* video: remove img_format compat hackswm42013-01-1310-210/+85
* draw_bmp: better way to find 444 formatwm42013-01-133-43/+30
* video: decouple internal pixel formats from FourCCswm42013-01-1352-695/+695
* video: cleanup: replace old mp_image function nameswm42013-01-1315-44/+37
* video: cleanup: move and rename vf_mpi_clear and vf_clone_attributeswm42013-01-137-96/+80
* mp_image: change how palette is handledwm42013-01-1314-91/+19
* mp_image: simplify image allocationwm42013-01-134-120/+60
* video: use libavutil pixel format descriptorswm42013-01-134-264/+307
* vf_screenshot: simplifywm42013-01-133-104/+39
* video/out: replace VFCAP_TIMER with vo->untimed, fix vo_image and vo_lavcwm42013-01-135-6/+6
* vd_lavc: make non-reference frames writeablewm42013-01-131-1/+18
* video: remove things related to old DR codewm42013-01-1314-181/+92
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-1343-1241/+649
* vo_caca: accept any stride for output imagewm42013-01-131-3/+10
* vo_corevideo: use stridewm42013-01-131-1/+1
* vo_corevideo: correct stride usagewm42013-01-131-5/+6
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-1314-46/+41
* mp_image_pool: add pool to avoid frequent image reallocationswm42013-01-133-0/+156
* vd_lavc: use refcountingwm42013-01-133-16/+58
* 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
*