| Commit message (Expand) | Author | Age | Files | Lines |
* | manpage: remove references to bitmap fonts | wm4 | 2012-09-18 | 2 | -7/+1 |
* | demuxer: remove ImageDesc field | wm4 | 2012-09-18 | 3 | -23/+0 |
* | demuxer: do not set sub_utf8 option | wm4 | 2012-09-18 | 2 | -5/+0 |
* | Remove VESA/FBDEV remains, clean up example.conf | wm4 | 2012-09-18 | 4 | -149/+5 |
* | subs: restore support for sub_step command with libass | wm4 | 2012-09-18 | 3 | -10/+28 |
* | subs, vo: do sub bitmap change detection by comparing IDs | Uoti Urpala | 2012-09-18 | 8 | -32/+39 |
* | vo_vdpau: split bitmap packing code into a separate file | Uoti Urpala | 2012-09-18 | 4 | -146/+484 |
* | cleanup: video_out: remove vo_subdevice global variable | wm4 | 2012-09-18 | 2 | -8/+2 |
* | subs: always use sub decoder framework for libass rendering | Uoti Urpala | 2012-09-18 | 16 | -105/+164 |
* | subs: libass: use a single persistent renderer for subtitles | Uoti Urpala | 2012-09-18 | 10 | -119/+72 |
* | sd_lavc: use subtitle framework for former av_sub.c code | Uoti Urpala | 2012-09-18 | 7 | -109/+75 |
* | cleanup: remove pointless #defines | Uoti Urpala | 2012-09-18 | 7 | -28/+1 |
* | core: fix DVD subtitle selection | wm4 | 2012-09-18 | 7 | -31/+112 |
* | demux_mkv: fix minor memory leak | wm4 | 2012-09-18 | 1 | -0/+1 |
* | mplayer: don't clear OSD when new file is played | wm4 | 2012-09-18 | 1 | -19/+0 |
* | core: runtime Matroska edition switching | wm4 | 2012-09-18 | 6 | -5/+84 |
* | video_out: free memory if initializing a VO fails | wm4 | 2012-09-18 | 1 | -1/+3 |
* | mplayer: do not cancel playback if VF/VO config fails | wm4 | 2012-09-18 | 1 | -2/+6 |
* | core: move implementation for -audiofile to the frontend | wm4 | 2012-09-18 | 6 | -313/+129 |
* | core: manage tracks in the frontend | wm4 | 2012-09-18 | 12 | -1017/+694 |
* | core: refactor MPContext.demuxer field accesses | wm4 | 2012-09-18 | 3 | -132/+142 |
* | command: remove sub_remove command | wm4 | 2012-09-07 | 3 | -70/+0 |
* | command: remove sub_log command | wm4 | 2012-09-07 | 5 | -53/+1 |
* | core, timeline: don't keep separate stream field | wm4 | 2012-09-07 | 5 | -60/+41 |
* | timer: remove timer_name | wm4 | 2012-09-07 | 4 | -14/+0 |
* | osd: reset OSD progression display | wm4 | 2012-09-07 | 1 | -28/+9 |
* | libaf: rename af_format.h to format.h | wm4 | 2012-08-29 | 21 | -20/+20 |
* | options, libaf: unify audio format name handling | wm4 | 2012-08-29 | 4 | -123/+36 |
* | options, codecs.conf, img_format: unify imgfmt name handling | wm4 | 2012-08-29 | 5 | -196/+41 |
* | cleanup: remove XvMC remains, reformat img_format.c | Uoti Urpala | 2012-08-28 | 5 | -46/+33 |
* | cocoa_common: improve conditional dock hiding from 3259e4a7a | Stefano Pigozzi | 2012-08-28 | 1 | -2/+3 |
* | OSD/commands: use osdlevel=3 for osd_show_progression command | Uoti Urpala | 2012-08-28 | 1 | -14/+25 |
* | af_scaletempo: fix crash on channel reconfiguration | wm4 | 2012-08-26 | 1 | -0/+6 |
* | DOCS: add big picture overview over the code | wm4 | 2012-08-26 | 1 | -0/+206 |
* | DOCS: remove outdated/useless files | wm4 | 2012-08-25 | 2 | -34/+0 |
* | Merge remote-tracking branch 'cantabile/manpage_fixes' | wm4 | 2012-08-25 | 5 | -121/+68 |
|\ |
|
| * | manpage: update default jpeg quality for vo_image | cantabile | 2012-08-24 | 1 | -1/+1 |
| * | manpage: update default value of --softvol-max | cantabile | 2012-08-24 | 1 | -1/+1 |
| * | manpage: --screenshot-template: update %n, add %{prop} | cantabile | 2012-08-24 | 1 | -6/+14 |
| * | manpage: update the list of available screenshot formats | cantabile | 2012-08-24 | 1 | -3/+7 |
| * | manpage: update example of the status line | cantabile | 2012-08-24 | 1 | -3/+3 |
| * | manpage: fix ambiguous statement about --(no-)keepaspect | cantabile | 2012-08-24 | 1 | -1/+1 |
| * | manpage: mention that videos' colormatrix and color range flags are honored | cantabile | 2012-08-24 | 1 | -2/+4 |
| * | manpage: don't mention nonexistent VOs, command line switches, etc. | cantabile | 2012-08-24 | 3 | -84/+17 |
| * | manpage: fix various typos | cantabile | 2012-08-24 | 5 | -20/+20 |
* | | configure: disable optimization if --enable-debug is used | wm4 | 2012-08-25 | 1 | -4/+8 |
* | | configure: minor improvement to summary output | wm4 | 2012-08-25 | 1 | -6/+2 |
* | | configure: restore DVB support | wm4 | 2012-08-25 | 1 | -0/+2 |
* | | input: add ability to disable all default bindings for an input section | wm4 | 2012-08-24 | 3 | -8/+20 |
* | | vf_dlopen: add a generic filter to load external filters | Rudolf Polzer | 2012-08-23 | 11 | -0/+1014 |
* | | img_format, m_option: make image format name list globally available | wm4 | 2012-08-23 | 3 | -81/+111 |
|/ |
|
* | osd_libass: fix displaying empty text, fix API usage | wm4 | 2012-08-21 | 1 | -11/+6 |
* | Adjust ffmpeg/libav #includes to work with recent upstream changes | Uoti Urpala | 2012-08-21 | 13 | -17/+27 |
* | video: honor the video's colormatrix and color range flags | cantabile | 2012-08-21 | 5 | -0/+49 |
* | manpage: correct the definition of full range video | cantabile | 2012-08-21 | 1 | -1/+1 |
* | manpage: document -use-filename-title removal/replacement | wm4 | 2012-08-20 | 1 | -0/+1 |
* | parser-cfg: specify which config file contains the unknown option | cantabile | 2012-08-20 | 1 | -2/+2 |
* | mplayer: enable talloc leak report if special environment is variable set | wm4 | 2012-08-20 | 1 | -4/+7 |
* | mplayer: fix command line arguments log output | wm4 | 2012-08-20 | 1 | -1/+1 |
* | osd: get rid of useless initialization function | wm4 | 2012-08-20 | 3 | -29/+1 |
* | sub: remove unused definitions | wm4 | 2012-08-20 | 1 | -12/+0 |
* | demux_gif: change format of packets to make it work again | wm4 | 2012-08-20 | 1 | -9/+23 |
* | vd_ffmpeg, demux_mng: allow general raw formats, fix MNG demuxer | wm4 | 2012-08-20 | 2 | -9/+20 |
* | libmpcodecs: remove redundant audio and video decoders | wm4 | 2012-08-20 | 27 | -7822/+1 |
* | Remove support for libdv | wm4 | 2012-08-20 | 11 | -593/+0 |
* | Remove support for libnemesi RTSP streaming | wm4 | 2012-08-20 | 8 | -632/+0 |
* | Remove support for LIVE555 RTSP streaming | wm4 | 2012-08-20 | 14 | -1476/+2 |
* | libmpdemux: remove demux_real, demux_viv, demux_audio | wm4 | 2012-08-20 | 15 | -4275/+58 |
* | build: remove leftover bits for internal libdvdread support | wm4 | 2012-08-20 | 2 | -28/+0 |
* | cocoa_common: add HiDPI/retina support | Stefano Pigozzi | 2012-08-16 | 3 | -17/+63 |
* | macosx_finder_args: fix file open order | Stefano Pigozzi | 2012-08-16 | 1 | -1/+3 |
* | macosx_finder_args: make work with recent changes | Stefano Pigozzi | 2012-08-16 | 2 | -4/+4 |
* | cocoa_common.m: add missing config.h include | Stefano Pigozzi | 2012-08-16 | 1 | -0/+2 |
* | cleanup: osx_common: remove unused functions | Stefano Pigozzi | 2012-08-16 | 2 | -53/+0 |
* | cocoa_common: refactor menu generation | Stefano Pigozzi | 2012-08-16 | 1 | -16/+41 |
* | gl_common: fix compilation on OS X 10.8 | Stefano Pigozzi | 2012-08-16 | 1 | -0/+6 |
* | VO: remove vo_directfb2 and vo_directx | wm4 | 2012-08-16 | 7 | -2785/+0 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 17 | -1704/+15 |
* | Remove win32/qt/xanim/real binary codecs loading | wm4 | 2012-08-16 | 114 | -44013/+2 |
* | demux_lavf: assume audio codec_tag 0 means unset | Uoti Urpala | 2012-08-16 | 1 | -0/+2 |
* | ad_ffmpeg: add sanity check against decoder overreads | Uoti Urpala | 2012-08-16 | 1 | -2/+4 |
* | stream_file: print strerror() when failing to open a file | Uoti Urpala | 2012-08-16 | 1 | -1/+3 |
* | command: expand properties for "run" command | mplayer-svn | 2012-08-16 | 1 | -1/+5 |
* | vo_vdpau: fix crash when vo_vdpau initialization fails | wm4 | 2012-08-16 | 1 | -1/+1 |
* | video_out: fix crash when VO autoselection fails | wm4 | 2012-08-16 | 1 | -2/+3 |
* | configure: check for python3 existence | Rudolf Polzer | 2012-08-16 | 1 | -0/+13 |
* | mplayer: cosmetic changes to status line output | wm4 | 2012-08-16 | 1 | -9/+9 |
* | mplayer: remove playlist demuxer hack | wm4 | 2012-08-16 | 1 | -63/+0 |
* | image_writer: make JPG default and increase quality (for screenshots) | wm4 | 2012-08-16 | 1 | -2/+2 |
* | vf_expand: remove OSD support | wm4 | 2012-08-16 | 3 | -140/+4 |
* | core: intentionally cripple slave mode | wm4 | 2012-08-15 | 2 | -11/+16 |
* | vo_sharedbuffer: remove this VO | Stefano Pigozzi | 2012-08-15 | 6 | -348/+0 |
* | command: fix crash when setting nonexistent property | wm4 | 2012-08-10 | 1 | -0/+2 |
* | command: fix subtitle selection display | wm4 | 2012-08-08 | 2 | -4/+8 |
* | osx: fix build | Stefano Pigozzi | 2012-08-08 | 2 | -3/+3 |
* | manpage: document gl3, direct3d, portaudio, remove v4l2 | wm4 | 2012-08-08 | 2 | -18/+308 |
* | manpage: document per-file options | wm4 | 2012-08-07 | 1 | -0/+42 |
* | manpage: add initial documentation about changes | wm4 | 2012-08-07 | 2 | -0/+156 |
* | sub: fix confusion of ass_library handles | wm4 | 2012-08-07 | 4 | -12/+15 |
* | codecs.cfg: do not prefer spdifmpa over mpg123 decoder | wm4 | 2012-08-07 | 1 | -1/+1 |
* | playlist: do not add playlist base path to URLs | wm4 | 2012-08-07 | 1 | -3/+10 |
* | command: skipping past the last chapter explicitly stops playback | wm4 | 2012-08-07 | 1 | -1/+1 |
* | osd: remove FAST_OSD code | wm4 | 2012-08-07 | 4 | -85/+1 |
* | osd_libass: allocate separate ASS_Library for OSD | wm4 | 2012-08-07 | 4 | -6/+10 |
* | osd: reset OSD change state even if VO doesn't draw OSD | wm4 | 2012-08-07 | 3 | -1/+12 |
* | VO: remove old VO glue | wm4 | 2012-08-07 | 15 | -356/+3 |
* | osx_common: remove old VO include, modify change_movie_aspect() | wm4 | 2012-08-07 | 2 | -4/+5 |
* | vo_directx: convert to new VO API | wm4 | 2012-08-07 | 1 | -68/+78 |
* | win32: fix compilation on MinGW | wm4 | 2012-08-07 | 4 | -11/+15 |
* | vo_null: reformat and use new VO API | wm4 | 2012-08-07 | 1 | -48/+42 |
* | Remove V4L2 decoder support (vo_v4l2 and ao_v4l2) | wm4 | 2012-08-07 | 9 | -673/+0 |
* | vo_v4l2: reformat, use new VO API | wm4 | 2012-08-07 | 1 | -165/+153 |
* | vo_caca: use new VO API | wm4 | 2012-08-07 | 1 | -33/+54 |
* | vo_directfb2: reformat and convert to new VO API | wm4 | 2012-08-07 | 1 | -938/+1083 |
* | vo_x11: reformat, use new VO API | wm4 | 2012-08-07 | 1 | -375/+397 |
* | TOOLS/uncrustify.cfg: add uncrustify profile for code reformatting | wm4 | 2012-08-06 | 1 | -0/+158 |
* | manpage: reflect recent VO changes | wm4 | 2012-08-06 | 1 | -108/+33 |
* | image_writer: rename "filetype" option to "format" | wm4 | 2012-08-06 | 3 | -5/+5 |
* | libvo: remove videodev_mjpeg.h | wm4 | 2012-08-06 | 1 | -141/+0 |
* | VO: remove vo_gif89a, vo_md5sum, vo_yuv4mpeg | wm4 | 2012-08-06 | 6 | -1033/+0 |
* | VO: remove vo_jpeg, vo_png, vo_pnm, vo_tga | wm4 | 2012-08-06 | 7 | -1484/+1 |
* | vo_image: add outdir option | wm4 | 2012-08-06 | 1 | -8/+42 |
* | vo_image: add new video output for writing images | wm4 | 2012-08-06 | 4 | -1/+173 |
* | video_out: rename privsize member to priv_size | wm4 | 2012-08-06 | 3 | -5/+5 |
* | image_writer: support all JPEG specific options vo_jpeg supports | wm4 | 2012-08-06 | 2 | -1/+32 |
* | image_writer: add TGA image format | wm4 | 2012-08-06 | 1 | -0/+5 |
* | image_writer: add some PNM family image formats | wm4 | 2012-08-06 | 1 | -9/+20 |
* | image_writer: add option parsing | wm4 | 2012-08-06 | 5 | -15/+28 |
* | image_writer: allow specifying pixel formats for image writers | wm4 | 2012-08-06 | 1 | -2/+13 |
* | image_writer: never pass anamorphic images to image writer | wm4 | 2012-08-06 | 1 | -1/+2 |
* | screenshot: move image writer code into new file image_writer.c | wm4 | 2012-08-06 | 4 | -204/+324 |
* | m_config: support auto-allocated sub-structs | wm4 | 2012-08-06 | 4 | -37/+75 |
* | m_config: support flatten and merge flags for suboptions | wm4 | 2012-08-06 | 3 | -14/+42 |
* | options: get rid of some compatibility stuff | wm4 | 2012-08-06 | 5 | -53/+12 |
* | options: get rid of ambiguous option parsing | wm4 | 2012-08-05 | 14 | -306/+317 |
* | options: remove CONF_TYPE_PRINT_INDIRECT | wm4 | 2012-08-05 | 2 | -10/+1 |
* | input.conf: put dvdnav commands under {dvdnav} | wm4 | 2012-08-05 | 1 | -8/+8 |
* | osd: free buffer allocated with av_malloc with av_free | wm4 | 2012-08-04 | 1 | -4/+4 |
* | m_config: always reject setting global options in per-file mode | wm4 | 2012-08-04 | 2 | -6/+13 |
* | m_options: get rid of CONF_NOSAVE | wm4 | 2012-08-04 | 3 | -14/+6 |
* | m_config: implement m_config_new in terms of m_config_simple | wm4 | 2012-08-04 | 3 | -18/+14 |
* | options: revert passing around talloc contexts | wm4 | 2012-08-04 | 5 | -75/+46 |
* | mplayer: make OSD stack a member of MPContext | wm4 | 2012-08-04 | 4 | -54/+54 |
* | mplayer: free return value of chapter_name() | wm4 | 2012-08-04 | 1 | -5/+8 |
* | mplayer: never exit mplayer from within the play loop | wm4 | 2012-08-04 | 5 | -25/+34 |
* | command, mplayer: free return value of demuxer_stream_lang() | wm4 | 2012-08-04 | 2 | -0/+2 |
* | mplayer: fix invalid memory access in print_stream() | wm4 | 2012-08-04 | 1 | -1/+1 |
* | playlist: rename params_count field to num_params for consistency | wm4 | 2012-08-04 | 3 | -5/+5 |
* | mplayer: rearrange misleading code | wm4 | 2012-08-04 | 1 | -3/+4 |
* | mplayer: fix idle mode regressions | wm4 | 2012-08-04 | 3 | -42/+78 |
* | options: fix forgotten --sound => --audio rename | wm4 | 2012-08-03 | 1 | -1/+1 |
* | demuxer: introduce a general stream struct | wm4 | 2012-08-03 | 7 | -169/+176 |
* | command: make audio switching persistent across file switches | wm4 | 2012-08-03 | 1 | -0/+1 |
* | mplayer: fix output of audio/sub language in terminal output | wm4 | 2012-08-03 | 2 | -7/+14 |
* | mplayer: move file loading out of main() | wm4 | 2012-08-03 | 1 | -253/+264 |
* | mplayer: move things out of main() | wm4 | 2012-08-03 | 1 | -213/+240 |
* | sub: simplify code by always defining sub_cp | wm4 | 2012-08-03 | 4 | -11/+3 |
* | x11_common: remove some code duplication | wm4 | 2012-08-03 | 1 | -114/+54 |
* | mplayer: do not create X11 state in player frontend | wm4 | 2012-08-03 | 7 | -23/+24 |
* | mplayer: move highly OS specific initialization code out of main() | wm4 | 2012-08-03 | 1 | -44/+47 |
* | mplayer, stream_tv: move variable initialization | wm4 | 2012-08-03 | 2 | -5/+1 |
* | demux_audio: always enable parsing for audio streams | mplayer-svn | 2012-08-03 | 1 | -1/+2 |
* | subassconvert: order colour names alphabetically / better match W3 list | mplayer-svn | 2012-08-03 | 1 | -7/+23 |
* | tv: reduce code duplication | mplayer-svn | 2012-08-03 | 1 | -21/+14 |
* | vf_unsharp: direct rendering fixes | mplayer-svn | 2012-08-03 | 1 | -5/+5 |
* | vf_ass: use correct height when copying image | wm4 | 2012-08-03 | 1 | -1/+1 |
* | vf_ass: request a sufficiently large image for direct rendering | mplayer-svn | 2012-08-03 | 1 | -1/+3 |
* | bstr.h: fix compilation with C++ | wm4 | 2012-08-03 | 1 | -3/+3 |
* | configure: fix directx check on Cygwin | mplayer-svn | 2012-08-03 | 1 | -0/+1 |
* | mp3_hdr: cleanups | mplayer-svn | 2012-08-03 | 1 | -59/+37 |
* | demux_audio: fix calculation of audio length | mplayer-svn | 2012-08-03 | 1 | -1/+2 |
* | demux_audio: avoid integer overflows | mplayer-svn | 2012-08-03 | 1 | -3/ |