| Commit message (Expand) | Author | Age | Files | Lines |
* | switch the build system to waf | Stefano Pigozzi | 2013-11-21 | 1 | -564/+0 |
* | timeline: remove support for the mplayer2 EDL format | wm4 | 2013-11-19 | 1 | -1/+0 |
* | timeline: add edl:// URIs | wm4 | 2013-11-19 | 1 | -0/+1 |
* | timeline: add new EDL format | wm4 | 2013-11-19 | 1 | -0/+1 |
* | audio/filter: rename af_tools.c to tools.c | wm4 | 2013-11-18 | 1 | -1/+1 |
* | stream: split out pthread helper function | wm4 | 2013-11-17 | 1 | -0/+1 |
* | Merge branch 'planar_audio' | wm4 | 2013-11-12 | 1 | -0/+1 |
|\ |
|
| * | audio: add mp_audio_buffer | wm4 | 2013-11-12 | 1 | -0/+1 |
* | | demux: kill libmng support | wm4 | 2013-11-11 | 1 | -1/+0 |
|/ |
|
* | vo_opengl: support for vdpau hardware decoding | wm4 | 2013-11-05 | 1 | -0/+1 |
* | vo_opengl: add support for VA-API OpenGL interop | wm4 | 2013-11-04 | 1 | -0/+1 |
* | Split mplayer.c | wm4 | 2013-10-30 | 1 | -1/+9 |
* | Move files part of the playback core to player sub-directory | wm4 | 2013-10-30 | 1 | -16/+16 |
* | audio/filter: rename af_force.c to af_format.c | wm4 | 2013-10-23 | 1 | -1/+1 |
* | audio/filter: split af_format into separate filters, rename af_force | wm4 | 2013-10-23 | 1 | -1/+2 |
* | Replace talloc | wm4 | 2013-10-13 | 1 | -2/+4 |
* | audio/out: add sndio support | Christian Neukirchen | 2013-10-03 | 1 | -0/+2 |
* | cocoa_common: split the code, refactoring and cleanups | Stefano Pigozzi | 2013-09-28 | 1 | -3/+7 |
* | Add the on-screen-controller | ChrisK2 | 2013-09-26 | 1 | -0/+5 |
* | Add initial Lua scripting support | wm4 | 2013-09-26 | 1 | -0/+12 |
* | vaapi: add vf_vavpp and use it for deinterlacing | xylosper | 2013-09-25 | 1 | -1/+3 |
* | install: don’t force append /mpv to docdir | Martin Herkt | 2013-09-23 | 1 | -3/+3 |
* | macosx: move bundle path stuff to path-macosx.m | Stefano Pigozzi | 2013-09-18 | 1 | -1/+1 |
* | path, win32: redo user configfile path handling | wm4 | 2013-09-18 | 1 | -0/+1 |
* | Add mpv.desktop, let Makefile install the desktop file and the icons | wm4 | 2013-09-15 | 1 | -4/+24 |
* | macosx: always active bundle path lookup if cocoa is active | Stefano Pigozzi | 2013-09-12 | 1 | -1/+1 |
* | Makefile: update DIRS to fix cleaning | Stefano Pigozzi | 2013-09-11 | 1 | -1/+2 |
* | Makefile: restore manpage dependency rules | wm4 | 2013-09-10 | 1 | -0/+9 |
* | Add PDF manual target | Martin Herkt | 2013-09-09 | 1 | -13/+23 |
* | x11: add window icon | wm4 | 2013-09-01 | 1 | -0/+5 |
* | stream: add uncompressed rar support | wm4 | 2013-08-26 | 1 | -0/+2 |
* | core: add a playlist demuxer | wm4 | 2013-08-26 | 1 | -1/+2 |
* | wayland: shm based software rendering | Alexander Preisinger | 2013-08-25 | 1 | -0/+1 |
* | video: add vda decode support (with hwaccel) and direct rendering | Stefano Pigozzi | 2013-08-22 | 1 | -0/+1 |
* | video: add vaapi decode and output support | wm4 | 2013-08-12 | 1 | -0/+2 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -39/+39 |
* | Remove m_struct | wm4 | 2013-08-02 | 1 | -1/+0 |
* | vo_corevideo: move to C from Objective-C | Stefano Pigozzi | 2013-08-01 | 1 | -1/+1 |
* | mpv.rc: update Windows icon | James Ross-Gowan | 2013-07-30 | 1 | -1/+1 |
* | build: fix build with vdpau, simplify | wm4 | 2013-07-29 | 1 | -4/+0 |
* | build: fix vdpau_template.c generation | wm4 | 2013-07-29 | 1 | -1/+1 |
* | vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel API | wm4 | 2013-07-28 | 1 | -1/+3 |
* | Remove subopt-helper | wm4 | 2013-07-22 | 1 | -1/+0 |
* | ao_coreaudio: split ao_coreaudio_common in two files | Stefano Pigozzi | 2013-07-22 | 1 | -1/+3 |
* | audio/decode: remove macro crap | wm4 | 2013-07-22 | 1 | -1/+0 |
* | ao_wasapi0: Rename to ao_wasapi | Diogo Franco (Kovensky) | 2013-07-22 | 1 | -1/+1 |
* | Merge branch 'remove_old_demuxers' | wm4 | 2013-07-14 | 1 | -14/+1 |
|\ |
|
| * | demux_rawvideo/demux_rawaudio: move both demuxers to demux_raw.c | wm4 | 2013-07-12 | 1 | -2/+1 |
| * | demux: rewrite probing and demuxer initialization | wm4 | 2013-07-12 | 1 | -1/+0 |
| * | core: move code from demux/video.c to mplayer.c | wm4 | 2013-07-10 | 1 | -1/+0 |
| * | Remove old demuxers | wm4 | 2013-07-07 | 1 | -10/+0 |
* | | build: change vf_dlopen test | wm4 | 2013-07-12 | 1 | -4/+1 |
* | | configure: add libdl detection to ladspa, vf_dlopen | Rudolf Polzer | 2013-07-09 | 1 | -1/+5 |
|/ |
|
* | osdep: remove unused mmap compatibility hacks | wm4 | 2013-07-07 | 1 | -1/+1 |
* | Remove some leftovers from network removal | wm4 | 2013-07-07 | 1 | -1/+0 |
* | Remove internal network support | wm4 | 2013-07-07 | 1 | -11/+1 |
* | core: remove mp_fifo indirection | wm4 | 2013-07-02 | 1 | -1/+0 |
* | core: add libquvi 0.9 support | wm4 | 2013-06-28 | 1 | -0/+1 |
* | core: rename mplayer.h and quvi.c | wm4 | 2013-06-28 | 1 | -1/+1 |
* | stream: redo memory streams | wm4 | 2013-06-28 | 1 | -0/+1 |
* | Merge branch 'sub_mess2' | wm4 | 2013-06-25 | 1 | -3/+5 |
|\ |
|
| * | sub: add hack for Libav SRT demuxer | wm4 | 2013-06-25 | 1 | -0/+1 |
| * | sub: add subtitle charset conversion | wm4 | 2013-06-25 | 1 | -0/+1 |
| * | sub: add demux_libass wrapper, drop old hacks | wm4 | 2013-06-25 | 1 | -2/+2 |
| * | Move/rename subreader.c | wm4 | 2013-06-25 | 1 | -1/+1 |
* | | ao_wasapi0: add new wasapi event mode ao | Jonathan Yong | 2013-06-18 | 1 | -0/+1 |
* | | osdep: remove shmem wrapper | wm4 | 2013-06-18 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'cache_new' | wm4 | 2013-06-16 | 1 | -1/+1 |
|\ |
|
| * | stream: rename cache2.c to cache.c | wm4 | 2013-06-09 | 1 | -1/+1 |
* | | core: add a spsc ringbuffer implementation | Stefano Pigozzi | 2013-06-16 | 1 | -2/+2 |
* | | ao_coreaudio: split ringbuffer in it's own file | Stefano Pigozzi | 2013-06-16 | 1 | -1/+2 |
|/ |
|
* | core: make options.c compile standalone | wm4 | 2013-06-08 | 1 | -0/+1 |
* | core: merge defaultopts.c into cfg-mplayer.h | wm4 | 2013-06-08 | 1 | -1/+0 |
* | Merge branch 'sub_mess' | wm4 | 2013-06-04 | 1 | -2/+6 |
|\ |
|
| * | sub: make use of libavcodec subtitle converters | wm4 | 2013-06-03 | 1 | -0/+1 |
| * | sub: split subassconvert.c into sd_microdvd.c and sd_srt.c | wm4 | 2013-06-03 | 1 | -1/+2 |
| * | sub: basic subtitle converters | wm4 | 2013-06-03 | 1 | -0/+1 |
| * | core: add demux_sub pseudo demuxer | wm4 | 2013-06-01 | 1 | -0/+1 |
| * | sub: add sd_spu.c to wrap spudec, cleanup mplayer.c | wm4 | 2013-05-30 | 1 | -0/+1 |
| * | sub: redo how -no-ass is handled | wm4 | 2013-05-30 | 1 | -1/+0 |
* | | osx: add Apple Remote support | Stefano Pigozzi | 2013-06-03 | 1 | -1/+2 |
* | | osx: create macosx_events to deal with keyDown events | Stefano Pigozzi | 2013-06-03 | 1 | -3/+3 |
* | | macosx_application: move escape_loadfile_name in this file | Stefano Pigozzi | 2013-05-30 | 1 | -1/+1 |
|/ |
|
* | gl_video: improve dithering | wm4 | 2013-05-26 | 1 | -1/+1 |
* | timer: refactor, add 64 bit timer function | wm4 | 2013-05-26 | 1 | -1/+2 |
* | af_lavfi: add libavfilter bridge | wm4 | 2013-05-23 | 1 | -0/+1 |
* | Merge branch 'audio_changes' | wm4 | 2013-05-12 | 1 | -0/+5 |
|\ |
|
| * | audio: add channel map selection function | wm4 | 2013-05-12 | 1 | -0/+1 |
| * | audio/filters: add af_force | wm4 | 2013-05-12 | 1 | -0/+1 |
| * | audio: add some setters for mp_audio, and require filters to use them | wm4 | 2013-05-12 | 1 | -0/+1 |
| * | audio: add channel map API | wm4 | 2013-05-12 | 1 | -0/+1 |
| * | ad_lavc: use fmt-conversion to map sample formats | Stefano Pigozzi | 2013-04-13 | 1 | -0/+1 |
* | | OSX: use native Cocoa's event loop | Stefano Pigozzi | 2013-05-12 | 1 | -2/+2 |
* | | osd: convert OSD font to OpenType | wm4 | 2013-04-27 | 1 | -1/+1 |
* | | vf_lavfi: add libavfilter bridge | wm4 | 2013-04-21 | 1 | -0/+2 |
|/ |
|
* | make: add osxbundle-skip-deps | Stefano Pigozzi | 2013-04-08 | 1 | -0/+3 |
* | remove Apple Remote related code | Stefano Pigozzi | 2013-03-31 | 1 | -2/+0 |
* | vo_opengl: split into multiple files, convert to new option API | wm4 | 2013-03-28 | 1 | -4/+5 |
* | gl_common: split into platform specific files | wm4 | 2013-03-28 | 1 | -3/+6 |
* | af_lavrresample: add new resampling filter to replace the old ones | Stefano Pigozzi | 2013-03-13 | 1 | -2/+1 |
* | video: make use of libavcodec refcounting | wm4 | 2013-03-13 | 1 | -1/+3 |
* | wayland: add wayland support | Alexander Preisinger | 2013-02-28 | 1 | -0/+1 |
* | Rename af_volnorm to af_drc | Martin | 2013-02-12 | 1 | -1/+1 |
* | demux_lavf, ad_lavc, vd_lavc: pass codec header data directly | wm4 | 2013-02-10 | 1 | -1/+0 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 1 | -6/+3 |
* | Remove BSD legacy TV/radio support (BT848 stuff) | wm4 | 2013-02-06 | 1 | -1/+0 |
* | cocoa_events: remove this functionality | Stefano Pigozzi | 2013-02-02 | 1 | -2/+1 |
* | demux_mkv: support V_UNCOMPRESSED video tracks | wm4 | 2013-01-24 | 1 | -2/+8 |
* | options: move -geometry parsing to m_option.c | wm4 | 2013-01-23 | 1 | -1/+0 |
* | mp_image_pool: add pool to avoid frequent image reallocations | wm4 | 2013-01-13 | 1 | -0/+1 |
* | vd_lavc: add DR1 support | wm4 | 2013-01-13 | 1 | -0/+1 |
* | Remove netstream support | wm4 | 2013-01-13 | 1 | -2/+1 |
* | Replace strsep() uses | wm4 | 2013-01-13 | 1 | -1/+0 |
* | osdep: remove setenv() emulation | wm4 | 2013-01-13 | 1 | -1/+0 |
* | osdep: remove broken vsscanf() emulation | wm4 | 2013-01-13 | 1 | -1/+0 |
* | vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driver | Rudolf Polzer | 2012-12-28 | 1 | -0/+2 |
* | path: add mp_find_config_file and reorganize some of the code | Stefano Pigozzi | 2012-12-15 | 1 | -0/+1 |
* | audio/decode: remove ad_dvdpcm and use ad_lavc for DVD PCM | wm4 | 2012-12-11 | 1 | -1/+0 |
* | audio/decode: remove ad_pcm and use ad_lavc for PCM | wm4 | 2012-12-11 | 1 | -1/+0 |
* | sub: remove vobsub reader in favor of ffmpeg vobsub demuxer | wm4 | 2012-12-11 | 1 | -1/+0 |
* | demux_gif: remove this demuxer in favor of libavformat | wm4 | 2012-12-03 | 1 | -1/+0 |
* | demux_lavf: add support for libavdevice | wm4 | 2012-12-03 | 1 | -0/+1 |
* | osx_common: Avoid deprecated Gestalt calls | Stefano Pigozzi | 2012-12-02 | 1 | -1/+1 |
* | video/filter: rename vf_eq2 to vf_eq | wm4 | 2012-11-16 | 1 | -1/+1 |
* | Makefile: don't strip by default, add install-strip targets | wm4 | 2012-11-14 | 1 | -8/+13 |
* | Makefile: do not create config directory with install target | wm4 | 2012-11-14 | 1 | -1/+0 |
* | build: build manpage by default if rst2man is detected | wm4 | 2012-11-14 | 1 | -9/+8 |
* | Makefile: add mpv.rst dependencies | wm4 | 2012-11-14 | 1 | -0/+9 |
* | TOOLS: remove checktree.sh | wm4 | 2012-11-14 | 1 | -4/+1 |
* | build: remove doc/locale language auto-detection, simplify | wm4 | 2012-11-14 | 1 | -39/+7 |
* | Makefile: fix install targets | Johannes Nixdorf | 2012-11-13 | 1 | -2/+2 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -302/+300 |
* | Port several python scripts to Perl | Kovensky | 2012-11-08 | 1 | -7/+7 |
* | configure: detect rst2man binary name | Stefano Pigozzi | 2012-11-02 | 1 | -2/+2 |
* | Merge branch 'master' into osd_changes | wm4 | 2012-10-24 | 1 | -3/+6 |
|\ |
|
| * | build: fix compilation on Windows (manifest files) | wm4 | 2012-10-20 | 1 | -3/+3 |
| * | TOOLS: add script for osx bundle generation | Stefano Pigozzi | 2012-10-16 | 1 | -0/+3 |
* | | VF: rename vf_ass to vf_sub | wm4 | 2012-10-24 | 1 | -3/+2 |
* | | Remove things related to old OSD | wm4 | 2012-10-24 | 1 | -1/+0 |
* | | sub: add helper to draw sub-bitmaps into an image | Rudolf Polzer | 2012-10-24 | 1 | -0/+1 |
* | | libmpcodecs: move vf_scale.c swscale helper functions to sws_utils.c | Rudolf Polzer | 2012-10-24 | 1 | -0/+1 |
* | | Merge branch 'master' into osd_changes | wm4 | 2012-10-16 | 1 | -85/+32 |
|\| |
|
| * | core: show quvi page title in window title, clean up libquvi handling | wm4 | 2012-10-14 | 1 | -1/+1 |
| * | Rename to "mpv" | wm4 | 2012-10-12 | 1 | -27/+25 |
| * | build: fix ao_dsound config checks | wm4 | 2012-10-05 | 1 | -0/+1 |
| * | VO: rename file: vo_gl3_shaders.glsl -> vo_opengl_shaders.glsl | wm4 | 2012-10-03 | 1 | -3/+3 |
| * | VO: rename file: vo_gl3.c -> vo_opengl.c | wm4 | 2012-10-03 | 1 | -2/+2 |
| * | VO: rename file: vo_gl.c -> vo_opengl_old.c | wm4 | 2012-10-03 | 1 | -2/+2 |
| * | Remove useless video filters | wm4 | 2012-10-03 | 1 | -52/+0 |
* | | libvo: remove eosd_packer.c | wm4 | 2012-10-16 | 1 | -1/+0 |
* | | vo_gl3: move OSD code to gl_osd.c | wm4 | 2012-10-16 | 1 | -1/+1 |
* | | sub: allow rendering OSD in ASS image format directly, simplify | wm4 | 2012-10-16 | 1 | -0/+1 |
|/ |
|
* | encode: video encoding now supported using mencoder-like options | Rudolf Polzer | 2012-09-18 | 1 | -0/+1 |
* | vf_rectangle: remove as it is very dirty and we have a replacement now | Rudolf Polzer | 2012-09-18 | 1 | -1/+0 |
* | ad_dvdpcm: add back PCM decoder for DVD | wm4 | 2012-09-18 | 1 | -0/+1 |
* | libmpdemux: add back demux_ts | wm4 | 2012-09-18 | 1 | -0/+1 |
* | libmpdemux: add back demux_mpg | wm4 | 2012-09-18 | 1 | -0/+4 |
* | ad_pcm: add back raw decoder | wm4 | 2012-09-18 | 1 | -0/+1 |
* | build: move mpcommon.c to version.c | wm4 | 2012-09-18 | 1 | -1/+2 |
* | vo_vdpau: split bitmap packing code into a separate file | Uoti Urpala | 2012-09-18 | 1 | -0/+1 |
* | sd_lavc: use subtitle framework for former av_sub.c code | Uoti Urpala | 2012-09-18 | 1 | -1/+1 |
* | core: move implementation for -audiofile to the frontend | wm4 | 2012-09-18 | 1 | -1/+0 |
* | vf_dlopen: add a generic filter to load external filters | Rudolf Polzer | 2012-08-23 | 1 | -0/+1 |
* | libmpcodecs: remove redundant audio and video decoders | wm4 | 2012-08-20 | 1 | -22/+0 |
* | Remove support for libdv | wm4 | 2012-08-20 | 1 | -3/+0 |
* | Remove support for libnemesi RTSP streaming | wm4 | 2012-08-20 | 1 | -2/+0 |
* | Remove support for LIVE555 RTSP streaming | wm4 | 2012-08-20 | 1 | -3/+0 |
* | libmpdemux: remove demux_real, demux_viv, demux_audio | wm4 | 2012-08-20 | 1 | -4/+0 |
* | build: remove leftover bits for internal libdvdread support | wm4 | 2012-08-20 | 1 | -4/+0 |
* | VO: remove vo_directfb2 and vo_directx | wm4 | 2012-08-16 | 1 | -2/+0 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 1 | -33/+0 |
* | Remove win32/qt/xanim/real binary codecs loading | wm4 | 2012-08-16 | 1 | -57/+0 |
* | vo_sharedbuffer: remove this VO | Stefano Pigozzi | 2012-08-15 | 1 | -1/+0 |
* | VO: remove old VO glue | wm4 | 2012-08-07 | 1 | -1/+0 |
* | Remove V4L2 decoder support (vo_v4l2 and ao_v4l2) | wm4 | 2012-08-07 | 1 | -3/+0 |
* | VO: remove vo_gif89a, vo_md5sum, vo_yuv4mpeg | wm4 | 2012-08-06 | 1 | -3/+0 |
* | VO: remove vo_jpeg, vo_png, vo_pnm, vo_tga | wm4 | 2012-08-06 | 1 | -4/+0 |
* | vo_image: add new video output for writing images | wm4 | 2012-08-06 | 1 | -0/+1 |
* | screenshot: move image writer code into new file image_writer.c | wm4 | 2012-08-06 | 1 | -0/+1 |
* | AF: remove af_stats | wm4 | 2012-08-03 | 1 | -1/+0 |
* | libmpcodecs: add ad_spdif.c, S/PDIF passthrough decoder | mplayer-svn | 2012-08-03 | 1 | -0/+1 |
* | Remove leftover BeOS support stuff | wm4 | 2012-08-03 | 1 | -1/+0 |
* | Remove teletext support | wm4 | 2012-08-03 | 1 | -1/+0 |
* | stream: remove V4L TV input and V4L radio support | wm4 | 2012-08-02 | 1 | -1/+0 |
* | stream: remove stream_cue | wm4 | 2012-08-02 | 1 | -1/+0 |
* | AF: remove af_gate and af_comp | wm4 | 2012-08-02 | 1 | -2/+0 |
* | manpage: merge new manpage | wm4 | 2012-08-02 | 1 | -3/+17 |
* | Makefile: move commands from distclean to clean and add missing files | wm4 | 2012-08-01 | 1 | -3/+8 |
* | build: remove references to cpuinfo | wm4 | 2012-08-01 | 1 | -1/+0 |
* | input: replace internal key binds with included etc/input.conf | wm4 | 2012-08-01 | 1 | -0/+4 |
* | stream: remove native RTSP/RTP/PNM support | wm4 | 2012-08-01 | 1 | -20/+0 |
* | Remove dead code | wm4 | 2012-08-01 | 1 | -3/+0 |
* | mplayer: turn playtree into a list, and change per-file option handling | wm4 | 2012-07-31 | 1 | -2/+2 |
* | Remove some demuxers and decoders | wm4 | 2012-07-30 | 1 | -30/+0 |
* | Remove XMMS plugin support | wm4 | 2012-07-30 | 1 | -1/+0 |
* | sub: remove unrar_exec | wm4 | 2012-07-30 | 1 | -1/+0 |
* | libvo: remove custom assembler memcpy implementations (aka fastmemcpy) | wm4 | 2012-07-30 | 1 | -1/+0 |
* | osd: osd_font.h -> osd_font.pfb | wm4 | 2012-07-28 | 1 | -0/+4 |
* | osd: remove freetype font rendering code | wm4 | 2012-07-28 | 1 | -3/+1 |
* | osd: use libass for OSD rendering | wm4 | 2012-07-28 | 1 | -0/+4 |
* | libvo, libao: remove useless video and audio output drivers | wm4 | 2012-07-28 | 1 | -28/+2 |
* | Makefile: remove unused rule for mplayer-nomain.o | wm4 | 2012-07-28 | 1 | -3/+0 |
* | Makefile: move dependency rules for autogenerated files | wm4 | 2012-07-28 | 1 | -7/+5 |
* | Remove QTX tests | wm4 | 2012-07-28 | 1 | -22/+2 |
* | Makefile: clean up | wm4 | 2012-07-28 | 1 | -29/+2 |
* | Rename DOCS/tech/ to DOCS/OUTATED-tech/ | wm4 | 2012-07-28 | 1 | -5/+1 |
* | Remove TOOLS/realcodecs | wm4 | 2012-07-28 | 1 | -11/+0 |
* | Remove ancient kernel device drivers | wm4 | 2012-07-28 | 1 | -34/+0 |
* | build: remove bin_to_header.py and use TOOLS/file2string.py instead | wm4 | 2012-07-28 | 1 | -2/+2 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-07-28 | 1 | -18/+18 |
|\ |
|
| * | Makefile: delete .d files in "clean" target too | Uoti Urpala | 2012-07-16 | 1 | -2/+1 |
| * | build, codec-cfg.c: simplify builtin codecs.conf handling | Uoti Urpala | 2012-07-16 | 1 | -13/+4 |
| * | build: use python3 to generate some files previously in git | Uoti Urpala | 2012-07-16 | 1 | -4/+14 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-05-20 | 1 | -3/+1 |
|\| |
|
| * | ao_arts, ao_esd: remove these AOs | Uoti Urpala | 2012-05-06 | 1 | -2/+0 |
| * | build: remove IRIX support | Uoti Urpala | 2012-05-06 | 1 | -1/+0 |
| * | ao_portaudio: add new PortAudio audio output driver | wm4 | 2012-05-06 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-29 | 1 | -2/+5 |
|\| |
|
| * | Makefile: fix OSX compilation with --disable-corevideo | Stefano Pigozzi | 2012-04-26 | 1 | -3/+4 |
| * | OSX, input: implement wakeup in response to Cocoa events | Stefano Pigozzi | 2012-04-26 | 1 | -0/+1 |
| * | vo_sharedbuffer: add this video output | Stefano Pigozzi | 2012-04-26 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-13 | 1 | -4/+0 |
|\| |
|
| * | build: remove OS/2 support | Uoti Urpala | 2012-04-06 | 1 | -4/+0 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-01 | 1 | -5/+4 |
|\| |
|
| * | vo_quartz: remove this video output | Stefano Pigozzi | 2012-03-25 | 1 | -1/+0 |
| * | macosx_finder_args: use cocoa instead of carbon | Stefano Pigozzi | 2012-03-25 | 1 | -2/+2 |
| * | cosmetics: misc minor cleanups | Uoti Urpala | 2012-03-25 | 1 | -2/+2 |
* | | libvo: add vo_gl3 | wm4 | 2012-03-31 | 1 | -1/+7 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-16 | 1 | -1/+1 |
|\| |
|
| * | core: remove old EDL mode (--edl option) | Uoti Urpala | 2012-03-09 | 1 | -1/+0 |
| * | windows support: unicode filenames | wm4 | 2012-03-09 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-05 | 1 | -6/+3 |
|\| |
|
| * | configure, build: support compiling without libpostproc | Uoti Urpala | 2012-02-27 | 1 | -1/+1 |
| * | configure, ao_alsa: drop support for obsolete ALSA versions | Uoti Urpala | 2012-02-27 | 1 | -5/+2 |
* | | core: add new support for reading .cue files | wm4 | 2012-01-18 | 1 | -0/+2 |
* | | Merge branch 'eosd' into my_master | wm4 | 2012-01-18 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | libvo, vo_vdpau: make the EOSD packer code from vo_vdpau generic | wm4 | 2011-12-25 | 1 | -0/+1 |
* | | vf_fspp: make compile without Libav internals | Uoti Urpala | 2012-01-02 | 1 | -2/+2 |
* | | configure, build: require at least Libav 0.7 | Uoti Urpala | 2011-12-22 | 1 | -4/+2 |
|/ |
|
* | configure, build: remove --disable-libav support | Uoti Urpala | 2011-12-11 | 1 | -14/+14 |
* | vo_gl: add native mac osx Cocoa backend for vo_gl | Stefano Pigozzi | 2011-11-26 | 1 | -0/+1 |
* | core: add infrastructure to get screenshots from VOs | wm4 | 2011-11-25 | 1 | -0/+1 |
* | libmenu: remove OSD menu functionality (--menu) | Uoti Urpala | 2011-10-25 | 1 | -13/+0 |
* | vo_gl2, vo_matrixview: remove these VOs | wm4 | 2011-10-24 | 1 | -2/+1 |
* | Makefile: fix build without OpenGL after 75eab4f72af7b10e52a | Uoti Urpala | 2011-10-24 | 1 | -2/+2 |
* | vf_qp: enable compilation depending on libavutil eval API | Uoti Urpala | 2011-07-18 | 1 | -6/+2 |
* | VO: clean up aspect.c, remove aspecttest tool | Uoti Urpala | 2011-07-05 | 1 | -3/+1 |
* | Makefile: show brief build output by default | Clément Bœsch | 2011-07-02 | 1 | -0/+7 |
* | Makefile: use $(RM) builtin | Clément Bœsch | 2011-07-02 | 1 | -21/+20 |
* | ao_rsound: add new RSound audio output driver | Hans-Kristian Arntzen | 2011-06-26 | 1 | -0/+1 |
* | vo_xvmc: drop XvMC support | Uoti Urpala | 2011-05-09 | 1 | -1/+0 |
* | find_subfiles: move sub_filenames() here | Clément Bœsch | 2011-04-20 | 1 | -0/+1 |
* | Merge branch 'edl' | Uoti Urpala | 2011-04-08 | 1 | -1/+4 |
|\ |
|
| * | EDL: add support for new EDL file format | Uoti Urpala | 2011-04-05 | 1 | -0/+2 |
| * | tl_matroska.c: move the find_files() function here | Uoti Urpala | 2011-03-03 | 1 | -1/+0 |
| * | core: ordered chapters: move timeline creation to timeline/ | Uoti Urpala | 2011-02-26 | 1 | -0/+2 |
* | | mp3lib: drop internal mp3lib tree | Uoti Urpala | 2011-04-02 | 1 | -21/+1 |
* | | demux_ty: disable -subcc functionality (demux_ty_osd) | Uoti Urpala | 2011-03-24 | 1 | -1/+0 |
|/ |
|
* | build: change version number generation | Uoti Urpala | 2011-02-19 | 1 | -3/+6 |
* | tremor: drop internal tremor library | Uoti Urpala | 2011-02-01 | 1 | -18/+0 |
* | libmpeg2: drop libmpeg2 support | Uoti Urpala | 2011-02-01 | 1 | -21/+0 |
* | vo_zr2: drop Zoran support | Uoti Urpala | 2011-01-31 | 1 | -3/+0 |
* | vo_dxr2, ao_dxr2: drop dxr2 support | Uoti Urpala | 2011-01-31 | 1 | -1/+0 |
* | vidix: drop VIDIX support | Uoti Urpala | 2011-01-31 | 1 | -79/+4 |
* | libfaad2:/ Remove forked internal libfaad2 copy | diego | 2011-01-31 | 1 | -41/+0 |
* | Merge branch 'sub' | Uoti Urpala | 2011-01-26 | 1 | -14/+18 |
|\ |
|
| * | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 1 | -14/+14 |
| * | subtitles: style support for common SubRip tags and MicroDVD | Uoti Urpala | 2011-01-18 | 1 | -0/+1 |
| * | subtitles: add framework for subtitle decoders | Uoti Urpala | 2011-01-18 | 1 | -0/+3 |
* | | configure: remove MEncoder-related options and tests | Clément Bœsch | 2011-01-25 | 1 | -2/+2 |
|/ |
|
* | vd_ffmpeg: set thread count to number of cores on machine by default | Uoti Urpala | 2010-12-20 | 1 | -0/+1 |
* | build: enable vf_geq if libavutil version installs eval.h | Uoti Urpala | 2010-11-06 | 1 | -0/+3 |
* | Makefile: enable .DELETE_ON_ERROR special target | Uoti Urpala | 2010-11-04 | 1 | -0/+6 |
* | Makefile: remove generated locale files in clean target | Uoti Urpala | 2010-11-04 | 1 | -0/+2 |
* | vf_stereo3d: Add stereo3d filter | reimar | 2010-11-02 | 1 | -0/+1 |
* | vo_gl: Move the read_pnm function into a separate file | cigaes | 2010-11-02 | 1 | -1/+2 |
* | Makefile: don't list dependencies for codec-cfg.d | diego | 2010-11-02 | 1 | -1/+1 |
* | Makefile: Remove __USE_UNIX98 from libdvd* CFLAGS | diego | 2010-11-02 | 1 | -3/+3 |
* | Makefile: Do not compile libfaad2 with -D_GNU_SOURCE | diego | 2010-11-02 | 1 | -1/+1 |
* | Makefile: Drop separate compilation rules for dhahelperwin files | diego | 2010-11-02 | 1 | -6/+0 |
* | Makefile: Merge dhahelperwinclean and dhahelperclean targets | diego | 2010-11-02 | 1 | -5/+3 |
* | Makefile: Remove remnants of explicit dependency file generation | diego | 2010-11-02 | 1 | -3/+2 |
* | Makefile: Fix osdep/mplayer.rc.o vs. osdep/mplayer-rc.o typo | diego | 2010-11-02 | 1 | -1/+1 |
* | Makefile: read dependency files for assembler files too | diego | 2010-11-02 | 1 | -1/+1 |
* | Makefile: Rename DEPS variable to DEP_FILES | diego | 2010-11-02 | 1 | -2/+2 |
* | build: update DirectFB requirements, reduce #ifdefs | diego | 2010-11-02 | 1 | -2/+1 |
* | Makefile: remove obsolete DIRS list entries | Uoti Urpala | 2010-11-02 | 1 | -7/+0 |
* | build: enable/disable all FFmpeg libraries together | Uoti Urpala | 2010-11-02 | 1 | -17/+16 |
* | Remove MEncoder | Uoti Urpala | 2010-11-02 | 1 | -52/+5 |
* | enable vo_mga, vo_xmga, vf_palette, vf_halfpack | Uoti Urpala | 2010-11-02 | 1 | -7/+2 |
* | Makefile: remote obsolete dep/depend targets, mark "locales" phony | Uoti Urpala | 2010-11-02 | 1 | -4/+2 |
* | Makefile: Move header compilation rules to the bottom of the rules list | diego | 2010-11-02 | 1 | -5/+5 |
* | Makefile: remove distclean hack for dependency files | diego | 2010-11-02 | 1 | -3/+0 |
* | configure: Rename "network" variable and option to "networking" | diego | 2010-11-02 | 1 | -1/+1 |
* | subs: Add support for PGS subtitle decoding via libavcodec | reimar | 2010-11-02 | 1 | -0/+1 |
* | libgsm: Remove libgsm wrapper | reimar | 2010-11-02 | 1 | -2/+0 |
* | stream_bluray: add unencrypted Blu-ray playback | ben | 2010-11-02 | 1 | -0/+1 |
* | Windows support: add a manifest file | reimar | 2010-11-02 | 1 | -0/+2 |
* | configure: Separate dependency flags from general CFLAGS | diego | 2010-11-02 | 1 | -4/+4 |
* | ad_mpg123: add MP3 decoding through libmpg123 | diego | 2010-11-02 | 1 | -0/+1 |
* | Factorize MPlayer/MEncoder version string handling. | diego | 2010-11-02 | 1 | -1/+1 |
* | Makefile: Move and comment the .SUFFIXES rule | diego | 2010-11-02 | 1 | -2/+4 |
* | build: Rename configure.log file to config.log | diego | 2010-11-02 | 1 | -1/+1 |
* | Makefile: Add path.o to the dependency list of the loader test programs | diego | 2010-11-02 | 1 | -1/+1 |
* | Makefile: Add a command to the binary build rule. | diego | 2010-11-02 | 1 | -0/+1 |
* | Makefile: Add missing '$' to EXESUF variable in binary build rule. | diego | 2010-11-02 | 1 | -1/+1 |
* | vf_rgb2bgr: remove the filter | siretart | 2010-11-02 | 1 | -2/+1 |
* | Merge svn changes up to r31176 | Uoti Urpala | 2010-05-30 | 1 | -2/+2 |
|\ |
|
| * | remove vf_yuy2, functionality is replaced by -vf format=yuv2 | siretart | 2010-05-14 | 1 | -1/+0 |
* | | Merge svn changes up to r31169 | Uoti Urpala | 2010-05-30 | 1 | -15/+1 |
|\| |
|
| * | Remove internal liba52 copy. | diego | 2010-05-09 | 1 | -15/+1 |
* | | bstr.[ch]: add new files for struct bstr related functionality | Uoti Urpala | 2010-05-20 | 1 | -0/+1 |
* | | af_lavcac3enc: make the filter work without FFmpeg internals | Uoti Urpala | 2010-05-14 | 1 | -3/+3 |
* | | Merge svn changes up to r31097 | Uoti Urpala | 2010-04-26 | 1 | -1/+2 |
|\| |
|
| * | Add sdl_common file and use it to share the input handling between -vo gl | reimar | 2010-04-25 | 1 | -1/+2 |
* | | Merge svn changes up to r31033 | Uoti Urpala | 2010-04-26 | 1 | -8/+8 |
|\| |
|
| * | Generate dependency information as a sideeffect of compilation. | diego | 2010-04-06 | 1 | -9/+0 |
* | | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 1 | -4/+7 |
|\| |
|
| * | cosmetics: Break some overly long lines. | diego | 2010-03-26 | 1 | -3/+6 |
| * | Rename get_path.[ch] --> path.[ch]. | diego | 2010-03-20 | 1 | -1/+1 |
| * | Move SetCodecPath() from loader to get_path.c and make it unconditional. | diego | 2010-03-20 | 1 | -1/+0 |
| * | Split codec path related code into a separate file to fix Windows build. | reimar | 2010-03-18 | 1 | -0/+1 |
* | | build: create and install .mo translation files | Uoti Urpala | 2010-04-01 | 1 | -2/+22 |
* | | Makefile: fix %.S rule (broke loader build on x86) | Uoti Urpala | 2010-03-10 | 1 | -1/+1 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -8/+4 |
* | | Merge svn changes up to r30876 | Uoti Urpala | 2010-03-10 | 1 | -0/+2 |
|\| |
|
| * | Implement DirectShow filter graph. | sesse | 2010-03-08 | 1 | -0/+1 |
| * | Enable ASS/SSA subtitle support in mencoder | greg | 2010-03-05 | 1 | -0/+1 |
* | | Merge svn changes up to r30732 | Uoti Urpala | 2010-03-10 | 1 | -0/+4 |
|\| |
|
| * | Disable old-style implicit rules to fix MinGW/Cygwin compilation | reimar | 2010-02-23 | 1 | -0/+10 |
| * | FFmpeg: Add tomi to architecture list. | diego | 2010-02-20 | 1 | -0/+1 |
| * | Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch]. | diego | 2010-02-14 | 1 | -1/+1 |
* | | Makefile: remove outdated vf_halfpack entry | Uoti Urpala | 2010-03-09 | 1 | -1/+1 |
* | | Merge svn changes up to r30550 | Uoti Urpala | 2010-03-09 | 1 | -4/+7 |
|\| |
|
| * | osdep/mplayer.rc.o depends on version.h. | diego | 2010-02-13 | 1 | -1/+1 |
| * | Fix linking of loader test programs when loader is disabled. | diego | 2010-02-12 | 1 | -3/+6 |
* | | Merge svn changes up to r30529 | Uoti Urpala | 2010-03-09 | 1 | -4/+8 |
|\| |
|
| * | Fix linking of mp3lib test programs when internal mp3lib is disabled. | diego | 2010-02-08 | 1 | -2/+4 |
| * | Fix linking of liba52 test program when internal liba52 is disabled. | diego | 2010-02-08 | 1 | -2/+4 |
* | | Merge svn changes up to r30484 | Uoti Urpala | 2010-03-09 | 1 | -0/+1 |
|\| |
|
| * | Add OS/2 KAI audio driver support | komh | 2010-02-01 | 1 | -0/+1 |
* | | build: remove separate mp_msg-mencoder.c | Uoti Urpala | 2010-03-09 | 1 | -3/+2 |
* | | Makefile: vf_halfpack no longer needs libswscale internals | Uoti Urpala | 2010-02-26 | 1 | -2/+2 |
* | | Merge branch 'matroska' | Uoti Urpala | 2010-01-28 | 1 | -1/+3 |
|\ \ |
|
| * | | matroska: add new parsing code | Uoti Urpala | 2010-01-27 | 1 | -1/+3 |
* | | | Merge svn changes up to r30301 | Uoti Urpala | 2010-01-25 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication, | reimar | 2010-01-11 | 1 | -2/+2 |
| * | Update internal libass copy to commit 8db4a5 | greg | 2010-01-08 | 1 | -0/+3 |
* | | Merge svn changes up to r30216 | Uoti Urpala | 2010-01-08 | 1 | -3/+4 |
|\| |
|
| * | Invoke pci_db2c.awk as an argument to awk instead of letting the shell run it. | diego | 2010-01-04 | 1 | -1/+1 |
| * | Remove previous failed attempt at disabling that auto-generation of some C code. | diego | 2010-01-04 | 1 | -1/+1 |
| * | Drop -Iloader from CPPFLAGS for the loader subdirectory. | diego | 2010-01-04 | 1 | -1/+1 |
| * | Add loader/wine/ to DIRS; its headers should be part of checkheaders. | diego | 2010-01-04 | 1 | -0/+1 |
* | | Merge svn changes up to r30187 | Uoti Urpala | 2010-01-08 | 1 | -1/+1 |
|\| |
|
| * | 100l, vo_png must go in SRCS_MPLAYER, not SRCS_COMMON. | reimar | 2010-01-03 | 1 | -1/+1 |
| * | Change vo_png to use FFmpeg's png encoder instead of libpng. | reimar | 2010-01-03 | 1 | -1/+1 |
* | | Merge svn changes up to r30185 | Uoti Urpala | 2010-01-08 | 1 | -0/+1 |
|\| |
|
| * | Finally add matrixview vo. | reimar | 2010-01-03 | 1 | -0/+1 |
* | | Merge svn changes up to r30165 | Uoti Urpala | 2010-01-08 | 1 | -1/+1 |
|\| |
|
| * | Extract functions to generate yuv->rgb matrices and lookup tables into a | reimar | 2009-12-31 | 1 | -1/+1 |
* | | Merge svn changes up to r30104 | Uoti Urpala | 2009-12-30 | 1 | -3/+3 |
|\| |
|
| * | Do not auto-generate the C code to handle PCI vendor and device names. | diego | 2009-12-20 | 1 | -1/+1 |
| * | Do not autogenerate vidix/pci_names.h. | diego | 2009-12-20 | 1 | -1/+1 |
| * | Run vidix/pci_db2c.awk directly instead of passing it to awk. | diego | 2009-12-20 | 1 | -1/+1 |
| * | Experimental support for external libass. | reimar | 2009-12-19 | 1 | -3/+4 |
* | | Merge svn changes up to r30065 | Uoti Urpala | 2009-12-29 | 1 | -0/+1 |
|\| |
|
| * | Add x11_common as dependency for OpenGL with X11 backend. | reimar | 2009-12-19 | 1 | -0/+1 |
* | | Merge svn changes up to r30055 | Uoti Urpala | 2009-12-18 | 1 | -1/+4 |
|\| |
|
| * | DShow TV input needs part of the our DirectShow code, so add the proper | reimar | 2009-12-09 | 1 | -1/+4 |
* | | build: Generate version numbers for git | Uoti Urpala | 2009-11-23 | 1 | -4/+0 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 | 1 | -1/+3 |
|\| |
|
| * | Add preliminary support for streaming via FFmpeg's URProtocol functions. | reimar | 2009-11-17 | 1 | -1/+3 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 1 | -14/+6 |
|\| |
|
| * | Remove CONFIG_TV_TELETEXT. | cehoyos | 2009-11-07 | 1 | -1/+1 |
| * | Move teletext specific code from stream into libmpcodecs. | cehoyos | 2009-10-29 | 1 | -1/+1 |
| * | Get rid of COMMON_LDFLAGS variable. It was a pointless indirection. | diego | 2009-10-19 | 1 | -7/+4 |
| * | Merge rules for building mencoder and mplayer. | diego | 2009-10-18 | 1 | -3/+4 |
| * | Get rid of LDFLAGS_MPLAYER and LDFLAGS_MENCODER variables. | diego | 2009-10-18 | 1 | -8/+2 |
* | | av_log callback handling overhaul | Uoti Urpala | 2009-10-31 | 1 | -0/+1 |
* | | Merge svn changes up to r29644 | Uoti Urpala | 2009-09-04 | 1 | -2/+2 |
|\| |
|
| * | Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer | reimar | 2009-08-28 | 1 | -1/+1 |
| * | Add osx_common.c and move the keycode conversion (OSX to MPlayer) there. | reimar | 2009-08-28 | 1 | -1/+1 |
* | | vf_uspp: Mark as depending on avcodec API only, not internals | Uoti Urpala | 2009-07-26 | 1 | -1/+1 |
* | | build: Readd support for code depending on FFmpeg internals | Uoti Urpala | 2009-07-26 | 1 | -1/+12 |
* | | build: Remove code for internal FFmpeg build | Uoti Urpala | 2009-07-26 | 1 | -45/+1 |
* | | Remove internal libass tree | Uoti Urpala | 2009-07-26 | 1 | -9/+1 |
* | | Disable functionality requiring libswscale internals | Uoti Urpala | 2009-07-26 | 1 | -4/+4 |
* | | Merge svn changes up to r29417 | Uoti Urpala | 2009-07-12 | 1 | -0/+1 |
|\| |
|
| * | new debanding filter | lorenm | 2009-07-07 | 1 | -0/+1 |
* | | Remove the internal GUI | Anton Khirnov | 2009-07-07 | 1 | -59/+1 |
* | | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 | 1 | -8/+8 |
|\| |
|
| * | Rename LIBVORBIS Makefile variable to VORBIS. | diego | 2009-06-14 | 1 | -2/+2 |
| * | cosmetics: alphabetically sort SRCS_MPLAYER | diego | 2009-05-21 | 1 | -4/+4 |
| * | Add missing path to find invocation for tags/TAGS creation. | diego | 2009-05-15 | 1 | -2/+2 |
| * | Simplify find invocation in tags/TAGS generation command: | diego | 2009-05-15 | 1 | -2/+2 |
* | | Merge svn changes up to r29304 | Uoti Urpala | 2009-07-07 | 1 | -5/+6 |
|\| |
|
| * | Make sure that -I flags for internal library copies come before other CFLAGS | diego | 2009-05-12 | 1 | -5/+6 |
| * | libdvdread4 does not use HAVE_CONFIG_H, so drop the -D flag for libdvdread4. | diego | 2009-05-12 | 1 | -1/+1 |
* | | Merge svn changes up to r29277 | Uoti Urpala | 2009-05-08 | 1 | -268/+279 |
|\| |
|
| * | Rename macosx video output driver to corevideo. | diego | 2009-05-04 | 1 | -1/+1 |
| * | Rename macosx audio output driver to coreaudio. | diego | 2009-05-04 | 1 | -1/+1 |
| * | Move non-conditional SRCS lists below the conditional parts. This allows | diego | 2009-04-20 | 1 | -222/+223 |
| * | whitespace cosmetics | diego | 2009-04-20 | 1 | -0/+3 |
| * | Use temporary variables to add objects that depend on more than one | diego | 2009-04-20 | 1 | -24/+29 |
| * | Only add existing files to the FFMPEGFILES variable. | diego | 2009-04-20 | 1 | -1/+1 |
| * | Use ADDSUFFIXES function to simplify version.h dependency declaration. | diego | 2009-04-20 | 1 | -1/+1 |
| * | Introduce ADDSUFFIXES function and use it to simplify the | diego | 2009-04-20 | 1 | -2/+3 |
| * | cosmetics: Move ADD_ALL_* functions to a more sensible place. | diego | 2009-04-20 | 1 | -3/+3 |
| * | whitespace cosmetics | diego | 2009-04-19 | 1 | -5/+5 |
| * | cosmetics: Rename PARTS variable to FFMPEGPARTS. | diego | 2009-04-19 | 1 | -4/+4 |
| * | Introduce ADD_ALL_DIRS function to factorize clean and distclean target commands | diego | 2009-04-19 | 1 | -2/+3 |
| * | Convert another forgotten ADD_ALL_EXESUFS call. | diego | 2009-04-19 | 1 | -1/+1 |
| * | Extend ADD_ALL_EXESUFS to work with a list of files instead of a single one. | diego | 2009-04-19 | 1 | -4/+4 |
| * | Remove duplicate entry from DIRS. | diego | 2009-04-19 | 1 | -1/+0 |
| * | Add files in all library subdirectories to FFMPEGFILES variable, not | diego | 2009-04-19 | 1 | -1/+1 |
* | | Merge svn changes up to r29154 | Uoti Urpala | 2009-04-09 | 1 | -1/+3 |
|\| |
|
| * | Specify precise dependencies for generated header file codecs.conf.h. | diego | 2009-04-08 | 1 | -1/+2 |
| * | Reduce compilation time after version.h was updated. | cehoyos | 2009-04-08 | 1 | -1/+2 |
* | | Merge svn changes up to r29150 | Uoti Urpala | 2009-04-08 | 1 | -0/+10 |
|\| |
|
| * | Add rules to install gmplayer manual pages. | diego | 2009-04-06 | 1 | -0/+10 |
* | | Merge branch 'ordered_chapters' | Uoti Urpala | 2009-04-08 | 1 | -0/+1 |
|\ \ |
|
| * | | Initial ordered chapters support | Uoti Urpala | 2009-04-02 | 1 | -0/+1 |
* | | | Merge svn changes up to r29134 | Uoti Urpala | 2009-04-02 | 1 | -0/+12 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Add libbs2b audio filter itself. | bircoph | 2009-04-02 | 1 | -0/+1 |
| * | Add recently added FFmpeg subdirs to DIRS variable. | diego | 2009-04-02 | 1 | -0/+11 |
| * | Do not use full CFLAGS to build codec-cfg, they are unnecessary. | diego | 2009-03-23 | 1 | -1/+1 |
* | | Merge svn changes up to r28951 | Uoti Urpala | 2009-03-14 | 1 | -19/+5 |
|\| |
|
| * | KVA vo driver for OS/2, patch by KO Myung-Hun, komh chollian net | diego | 2009-03-14 | 1 | -0/+1 |
| * | Only compile fastmemcpybench on x86. | diego | 2009-03-14 | 1 | -2/+2 |
| * | Fix and restructure fastmemcpybench. It is now one binary that runs all | diego | 2009-03-10 | 1 | -19/+3 |
| * | Remove native nuv demuxer, it only needs more code to achieve the same thing | reimar | 2009-03-09 | 1 | -1/+0 |
| * | Make fastmemcpybench almost working - only thing missing is a way to | reimar | 2009-03-09 | 1 | -2/+2 |
| * | Fix fastmemcpybench tools build: | diego | 2009-03-09 | 1 | -11/+15 |
| * | Add test for C memcpy() | michael | 2009-03-08 | 1 | -0/+1 |
| * | rtjpegn.c is only needed by the NuppelVideo encoder, change Makefile accordingly | reimar | 2009-03-08 | 1 | -2/+1 |
| * | Remove internal NuppelVideo decoder, the code in libavcodec can decode | reimar | 2009-03-08 | 1 | -2/+0 |
* | | Merge svn changes up to r28862 | Uoti Urpala | 2009-03-07 | 1 | -20/+20 |
|\| |
|
| * | Only add -Ilibdvdnav to the CFLAGS of the files that require it. | diego | 2009-03-05 | 1 | -0/+1 |
| * | Simplify CFLAGS generation for individual targets. | diego | 2009-03-05 | 1 | -9/+9 |
| * | Simplify some vidix dhahelper build commands with automatic make variables. | diego | 2009-03-05 | 1 | -5/+4 |
| * | DART audio output driver for OS/2 by KO Myung-Hun, komh chollian net | diego | 2009-03-01 | 1 | -0/+1 |
| * | Fix 10l typo in ADD_ALL_EXESUFS function name. | diego | 2009-03-01 | 1 | -1/+1 |
| * | codec-cfg does not depend on codecs.conf.h, it is used to generate it. | diego | 2009-03-01 | 1 | -1/+1 |
| * | Make all object files depend on generated header files. | diego | 2009-03-01 | 1 | -4/+2 |
| * | Add explicit dependencies on generated header files for the object files along | diego | 2009-03-01 | 1 | -1/+2 |
| * | Fix dependencies on generated header files for the codec* binaries. | diego | 2009-03-01 | 1 | -3/+3 |
* | | Merge svn changes up to r28712 | Uoti Urpala | 2009-02-23 | 1 | -0/+1 |
|\| |
|
| * | Add statistics audio filter that prints information about the audio stream. | diego | 2009-02-21 | 1 | -0/+1 |
* | | Merge svn changes up to r28641 | Uoti Urpala | 2009-02-18 | 1 | -0/+1 |
|\| |
|
| * | Add support for VDPAU video out, including hardware decoding. | reimar | 2009-02-16 | 1 | -0/+1 |
* | | Merge svn changes up to r28610 | Uoti Urpala | 2009-02-16 | 1 | -0/+1 |
|\| |
|
| * | Create a fmt-conversion.c file so fmt-conversion.h can be included by multipl... | reimar | 2009-02-14 | 1 | -0/+1 |
* | | Merge svn changes up to r28549 | Uoti Urpala | 2009-02-13 | 1 | -34/+25 |
|\| |
|
| * | Ignore errors from all rm commands in clean targets. | diego | 2009-02-12 | 1 | -12/+12 |
| * | On clean/distclean, remove binaries with all types of executable suffixes. | diego | 2009-02-12 | 1 | -17/+17 |
| * | Use addprefix and addsuffix functions to generate TOOLS variable. | diego | 2009-02-12 | 1 | -10/+1 |
* | | Merge svn changes up to r28537 | Uoti Urpala | 2009-02-12 | 1 | -3/+4 |
|\| |
|
| * | Add priority support for OS/2 and factorize the Windows priority support. | diego | 2009-02-10 | 1 | -0/+1 |
| * | Conditionally compile aclib.c instead of placing #ifdef around its content. | diego | 2009-02-08 | 1 | -1/+1 |
| * | cosmetics: Remove stray tab. | diego | 2009-02-04 | 1 | -1/+1 |
| * | We use libdvdcss 1.2.10, not 1.2.9. | diego | 2009-02-04 | 1 | -1/+1 |
* | | Merge svn changes up to r28461 | Uoti Urpala | 2009-02-04 | 1 | -4/+4 |
|\| |
|
| * | Remove -c option from install commands. It is ignored by GNU install and | diego | 2009-02-01 | 1 | -2/+2 |
| * | Slightly simplify VIDIX_PCI_FILES command. | diego | 2009-01-31 | 1 | -2/+2 |
* | | Merge svn changes up to r28403 | Uoti Urpala | 2009-01-31 | 1 | -12/+12 |
|\| |
|
| * | HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 | 1 | -10/+10 |
| * | version.h depends on version.sh. | diego | 2009-01-26 | 1 | -2/+2 |
* | | Merge svn changes up to r28366 | Uoti Urpala | 2009-01-26 | 1 | -2/+2 |
|\| |
|
| * | HAVE_3DNOWEX --> HAVE_3DNOWEXT | diego | 2009-01-25 | 1 | -1/+1 |
| * | Factorize print_version(). | diego | 2009-01-25 | 1 | -1/+1 |
* | | Merge svn changes up to r28310 | Uoti Urpala | 2009-01-15 | 1 | -11/+25 |
|\| |
|
| * | Support an "internal" dvdnav version to make it easier to compile with, | reimar | 2009-01-10 | 1 | -0/+14 |
| * | Switch internal dvdread to libdvdread SVN external. | reimar | 2009-01-08 | 1 | -11/+11 |
* | | Merge svn changes up to r28204 | Uoti Urpala | 2008-12-27 | 1 | -1/+1 |
|\| |
|
| * | libavcodec/i386/ was renamed to libavcodec/x86/. | diego | 2008-12-22 | 1 | -1/+1 |
* | | Makefile: Fix live555 compilation | Uoti Urpala | 2008-12-22 | 1 | -1/+1 |
* | | Merge svn changes up to r28162 | Uoti Urpala | 2008-12-19 | 1 | -2/+2 |
|\| |
|
| * | another round of armv4l --> arm changes | diego | 2008-12-17 | 1 | -1/+1 |
| * | libavcodec/armv4l/ was renamed to libavcodec/arm/. | diego | 2008-12-17 | 1 | -1/+1 |
* | | Makefile: prevent default build rules being used on FFmpeg files | Uoti Urpala | 2008-12-06 | 1 | -1/+5 |
* | | Makefile: Rebuild FFmpeg libraries when .asm and .o files change | Uoti Urpala | 2008-12-06 | 1 | -1/+1 |
* | | Makefile, common.mak: Create .d files when creating corresponding .o | Uoti Urpala | 2008-12-06 | 1 | -11/+8 |
* | | Makefile: Don't use "install -d" on existing directories | Uoti Urpala | 2008-12-06 | 1 | -3/+5 |
* | | Merge svn changes up to r28087 | Uoti Urpala | 2008-12-04 | 1 | -5/+60 |
|\| |
|
| * | Treat video output objects the same as everything else in the build system, | diego | 2008-12-03 | 1 | -6/+44 |
| * | cosmetics: Rename ZORAN Makefile variable to ZR for consistency. | diego | 2008-12-03 | 1 | -1/+1 |
| * | Treat audio output objects the same as everything else in the build system, | diego | 2008-12-03 | 1 | -2/+19 |
* | | Makefile, codec-cfg.c: Don't use EXTRA_INC flags for codec-cfg compile | Uoti Urpala | 2008-12-02 | 1 | -1/+1 |
* | | Merge svn changes up to r28065 | Uoti Urpala | 2008-12-02 | 1 | -0/+1 |
|\| |
|
| * | MNG demuxer by Stefan Schuermans, stefan blinkenarea org | diego | 2008-11-30 | 1 | -0/+1 |
* | | Merge svn changes up to r27949 | Uoti Urpala | 2008-11-17 | 1 | -2/+2 |
|\| |
|
| * | Add yasm support to the build system. | bircoph | 2008-11-16 | 1 | -2/+2 |
* | | Merge svn changes up to 27824 | Uoti Urpala | 2008-10-25 | 1 | -1/+1 |
|\| |
|
| * | Create LIBDIR for binary codecs upon make install. | diego | 2008-10-16 | 1 | -1/+1 |
* | | Merge svn changes up to r27682 | Uoti Urpala | 2008-10-02 | 1 | -2/+1 |
|\| |
|
| * | 10l: Remove deleted file libmpeg2/motion_comp_iwmmxt.c from Makefile as well. | diego | 2008-10-01 | 1 | -2/+1 |
* | | Merge svn changes up to r27649 | Uoti Urpala | 2008-09-20 | 1 | -4/+4 |
|\| |
|
| * | Add shared libswscale support. | rathann | 2008-09-16 | 1 | -1/+1 |
| * | External liba52 support, part 2 of 2. | rathann | 2008-09-15 | 1 | -2/+2 |
| * | Use standard -I flags to compile codec-cfg. | diego | 2008-09-15 | 1 | -1/+1 |