| Commit message (Expand) | Author | Age | Files | Lines |
* | libvo: remove UNUSED() macros | diego | 2010-11-02 | 8 | -63/+1 |
* | Move code to avoid forward declarations in top-level .c files | diego | 2010-11-02 | 4 | -264/+259 |
* | subreader.c: malloc+memset -> calloc | cehoyos | 2010-11-02 | 1 | -4/+2 |
* | subreader.c: Simplify comparison | cehoyos | 2010-11-02 | 1 | -2/+1 |
* | spudec: support "clear" packet type | reimar | 2010-11-02 | 1 | -13/+15 |
* | m_config.c: cosmetics: Move functions to avoid forward declarations | diego | 2010-11-02 | 1 | -114/+108 |
* | m_config.[ch]: mark some function parameters const | diego | 2010-11-02 | 2 | -10/+10 |
* | libfaad2: cosmetics: Make local_changes.diff apply cleanly | diego | 2010-11-02 | 1 | -2/+4 |
* | configure: simplify some checks | diego | 2010-11-02 | 1 | -35/+7 |
* | configure: Rename function_check{_broken}() --> statement_check{_broken}() | diego | 2010-11-02 | 1 | -47/+47 |
* | configure: simplify some tests | diego | 2010-11-02 | 1 | -49/+6 |
* | configure: update documentation comments about adding checks | diego | 2010-11-02 | 1 | -17/+2 |
* | DOCS/xml/hu: synced with r32361 | Gabrov | 2010-11-02 | 5 | -67/+133 |
* | codecs.conf: Partial support for ffwmvp (only works with -demuxer lavf) | cehoyos | 2010-11-02 | 1 | -0/+8 |
* | audio: auto-add downmix filter when stereo output is requested | cigaes | 2010-11-02 | 1 | -0/+25 |
* | libaf: add opts pointer to struct af_stream | Uoti Urpala | 2010-11-02 | 2 | -2/+4 |
* | ad_libdca: fix assert failure on -channels >6 | Uoti Urpala | 2010-11-02 | 1 | -3/+10 |
* | options: move audio_output_channels, audio_output_format to struct | Uoti Urpala | 2010-11-02 | 12 | -20/+30 |
* | Makefile: don't list dependencies for codec-cfg.d | diego | 2010-11-02 | 1 | -1/+1 |
* | configure: Add HAVE_STDLIB_H to config.h for libfaad2 | diego | 2010-11-02 | 1 | -0/+1 |
* | libdvdcss: Sync some minor changes from upstream, up to r237 | diego | 2010-11-02 | 8 | -4/+36 |
* | Makefile: Remove __USE_UNIX98 from libdvd* CFLAGS | diego | 2010-11-02 | 1 | -3/+3 |
* | af.c: Minor simplification of af_init | reimar | 2010-11-02 | 1 | -5/+6 |
* | af.c: add "const" to af_append(), af_prepend() prototypes | reimar | 2010-11-02 | 1 | -2/+2 |
* | Makefile: Do not compile libfaad2 with -D_GNU_SOURCE | diego | 2010-11-02 | 1 | -1/+1 |
* | libfaad2: make a function static | diego | 2010-11-02 | 2 | -7/+11 |
* | configure: Move network requirement check for FTP into the FTP test | diego | 2010-11-02 | 1 | -3/+5 |
* | configure: Move ASMALIGN check into x86 section | diego | 2010-11-02 | 1 | -12/+14 |
* | libfaad2: change lrintf availability logic | diego | 2010-11-02 | 2 | -18/+7 |
* | libfaad2: Restore trailing whitespace in local diff file | diego | 2010-11-02 | 1 | -31/+31 |
* | 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 |
* | TOOLS/subrip: fix linking failure | diego | 2010-11-02 | 1 | -0/+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 |
* | configure: simplify libbluray test | diego | 2010-11-02 | 1 | -7/+1 |
* | demux_mkv: fix decoded length calculation of LZO decompression | reimar | 2010-11-02 | 1 | -2/+4 |
* | demux_mkv: add some sanity checks | Uoti Urpala | 2010-11-02 | 1 | -16/+31 |
* | configure: Make sure that HAVE_MKSTEMP is always #defined to a value | diego | 2010-11-02 | 1 | -1/+1 |
* | configure: Make sure that CONFIG_LIBMP3LAME is always #defined | diego | 2010-11-02 | 1 | -2/+1 |
* | configure: Add function_check_broken(), simplify test | diego | 2010-11-02 | 1 | -9/+15 |
* | configure: minor cleanups | diego | 2010-11-02 | 1 | -11/+5 |
* | configure: Fix compilation on Windows: MinGW unistd.h does not define NULL | reimar | 2010-11-02 | 1 | -1/+5 |
* | configure: Ignore possible errors from dvdread-config invocation | diego | 2010-11-02 | 1 | -2/+2 |
* | configure: change VESA test to check for vbeInit() instead of vbeVersion() | diego | 2010-11-02 | 1 | -1/+1 |
* | vesa_lvo.c: make functions static | diego | 2010-11-02 | 2 | -11/+6 |
* | vesa_lvo.c: Move vlvo_preinit() below the functions that it uses | diego | 2010-11-02 | 1 | -23/+23 |
* | vo_vesa: Mark vlvo_draw_slice_420() as static | diego | 2010-11-02 | 1 | -1/+2 |
* | vo_vesa: mark a function static | diego | 2010-11-02 | 1 | -1/+1 |
* | DOCS/xml: Remove outdated warning about obsolete gcc 2.96. | diego | 2010-11-02 | 1 | -5/+0 |
* | vo_vesa, vo_directfb2: Replace local min/max macros by FFMIN/FFMAX | diego | 2010-11-02 | 2 | -18/+8 |
* | cfg-mplayer.h: Remove old obsolete warning about dfbopts | diego | 2010-11-02 | 1 | -5/+0 |
* | vo_mga: use libswscale interface for g200 (untested) | ramiro | 2010-11-02 | 1 | -16/+21 |
* | configure: misc whitespace cosmetics | diego | 2010-11-02 | 1 | -30/+16 |
* | configure: simplify and improve some checks | diego | 2010-11-02 | 1 | -62/+15 |
* | vo_caca: Update URL to patch for new API support | diego | 2010-11-02 | 1 | -1/+1 |
* | build: update DirectFB requirements, reduce #ifdefs | diego | 2010-11-02 | 6 | -166/+22 |
* | configure: cosmetics: Replace some double quotes by single quotes | diego | 2010-11-02 | 1 | -4/+4 |
* | configure: add inline_asm_check() and simplify some tests | diego | 2010-11-02 | 1 | -36/+18 |
* | configure: simplify some checks | diego | 2010-11-02 | 1 | -215/+66 |
* | configure: fix warnings in check programs | diego | 2010-11-02 | 1 | -11/+13 |
* | 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 | 16 | -221/+87 |
* | Remove MEncoder | Uoti Urpala | 2010-11-02 | 42 | -16613/+6 |
* | stream/tv: move new_handle() function from header to tv.c | diego | 2010-11-02 | 8 | -29/+31 |
* | tvi_def.h: sizeof(type) -> sizeof(*ptr) | diego | 2010-11-02 | 1 | -1/+1 |
* | cosmetics: Remove vim/emacs coding style hints from sources | diego | 2010-11-02 | 5 | -13/+0 |
* | vf_sab, vf_smartblur: add "const" to match swscale API | diego | 2010-11-02 | 2 | -2/+2 |
* | vo_corevideo.h: Add standard multiple inclusion guards | diego | 2010-11-02 | 1 | -0/+5 |
* | demux_nemesi: Remove a pointless if | reimar | 2010-11-02 | 1 | -15/+6 |
* | cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr) | reimar | 2010-11-02 | 45 | -173/+143 |
* | cosmetics: reformat vf_ass to K&R style | Uoti Urpala | 2010-11-02 | 1 | -289/+318 |
* | mpcommon.h: reduce header dependencies on other headers | Uoti Urpala | 2010-11-02 | 2 | -11/+18 |
* | configure: change Apple remote test to just compile, not run | diego | 2010-11-02 | 1 | -1/+1 |
* | stream/tv: move free_handle() from header to tv.c | diego | 2010-11-02 | 6 | -18/+20 |
* | configure: remove duplicated CFLAGS from DEPFLAGS | Uoti Urpala | 2010-11-02 | 1 | -1/+1 |
* | configure: Separate compiler warning flags from other flags | diego | 2010-11-02 | 1 | -13/+19 |
* | demux_rtp: Remove pointless typedef keyword | diego | 2010-11-02 | 1 | -1/+1 |
* | osdep/macosx_finder_args.h: include required header m_config.h | diego | 2010-11-02 | 1 | -0/+1 |
* | cosmetics: av_sub | diego | 2010-11-02 | 2 | -4/+7 |
* | loader: Move local_wm extern variable declaration to loader.h | diego | 2010-11-02 | 2 | -4/+5 |
* | vo_ivtv; Move ivtv_fd extern variable declaration to vo_ivtv.h | diego | 2010-11-02 | 2 | -2/+2 |
* | vo_v4l2: Move v4l2_fd extern declaration to vo_v4l2.h | diego | 2010-11-02 | 2 | -2/+2 |
* | ao_mpegpes,vo_mpegpes: Rename vo_mpegpes_fd2 variable to ao_mpegpes_fd | diego | 2010-11-02 | 2 | -26/+26 |
* | cosmetics: input/ar.c: Mark is_mplayer_front() static | diego | 2010-11-02 | 1 | -1/+1 |
* | ass_mp.[ch]: #include "config.h" | Uoti Urpala | 2010-11-02 | 2 | -2/+2 |
* | loader: Move fs_seg extern variable declaration to ldt_keeper.h | diego | 2010-11-02 | 2 | -2/+3 |
* | mplayer.c: remove unnecessary #define | diego | 2010-11-02 | 1 | -2/+0 |
* | DOCS/man/zh_CN: Synced with rev. 32066 | jrash | 2010-11-02 | 1 | -4/+45 |
* | cosmetics: mplayer.c: Remove obsolete declarations | diego | 2010-11-02 | 1 | -2/+0 |
* | cache: Remove unused cache_stats function | diego | 2010-11-02 | 1 | -10/+0 |
* | cache: Move cache_fill_status extern declaration to cache2.h | diego | 2010-11-02 | 3 | -6/+2 |
* | enable vo_mga, vo_xmga, vf_palette, vf_halfpack | Uoti Urpala | 2010-11-02 | 3 | -29/+6 |
* | vf_fixpts: Mark vf_info_t declaration const | diego | 2010-11-02 | 1 | -1/+1 |
* | cosmetics: mpcommon.h: Group all extern variable declarations together | diego | 2010-11-02 | 1 | -3/+3 |
* | mga: disable g200 support | ramiro | 2010-11-02 | 1 | -2/+8 |
* | stream/http.c: Move mime_type_table extern declaration to network.h | diego | 2010-11-02 | 2 | -1/+2 |
* | menu: Move vf_info_menu extern declaration to menu.h | diego | 2010-11-02 | 3 | -2/+2 |
* | cosmetics: remove "_s" prefix from "struct vf_info_s" | Uoti Urpala | 2010-11-02 | 1 | -1/+1 |
* | menu: Move menu_mouse_* extern declarations to menu.h | diego | 2010-11-02 | 2 | -3/+4 |
* | cosmetics: Remove commented-out mpcodecs_ad_null leftovers | diego | 2010-11-02 | 1 | -2/+0 |
* | vobsub.c: Remove useless casts | reimar | 2010-11-02 | 1 | -11/+11 |
* | configure: Add a hack to work with BeOS/Haiku libsdl | reimar | 2010-11-02 | 1 | -0/+4 |
* | Add central init_avcodec() to avoid duplicated libavcodec init code | diego | 2010-11-02 | 14 | -81/+62 |
* | 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 |
* | configure: Attempt to fix compilation with FreeBSD's dvdio.h | reimar | 2010-11-02 | 1 | -1/+2 |
* | vd_ffmpeg: Set avctx->coded_width/coded_height instead of width/height | reimar | 2010-11-02 | 1 | -2/+2 |
* | codecs.conf: add fourcc AMV2, WAWV | compn | 2010-11-02 | 1 | -3/+11 |
* | subreader: fix crash with un-commonly formated ASS files | aurel | 2010-11-02 | 1 | -2/+3 |
* | demux_lavf: Always use convergence_duration for subtitles | reimar | 2010-11-02 | 1 | -1/+4 |
* | demuxer.c: reset subtitle EOF on seeking | reimar | 2010-11-02 | 1 | -0/+1 |
* | loader: Disable loading codecs from the current directory | reimar | 2010-11-02 | 2 | -1/+9 |
* | configure: make libarts check verify linking | reimar | 2010-11-02 | 1 | -1/+2 |
* | codecs.conf: add matchware screen codec fourcc MWSC | compn | 2010-11-02 | 1 | -0/+8 |
* | manpage: Clarify the meaning of the -nosub option | reimar | 2010-11-02 | 1 | -1/+2 |
* | ad_ffmpeg, vd_ffmpeg: remove pointless casts | diego | 2010-11-02 | 2 | -2/+2 |
* | demux_lavf: print subtitle type in more cases | reimar | 2010-11-02 | 3 | -1/+21 |
* | av_sub: Pass video dimensions specified in subtitle to spudec | reimar | 2010-11-02 | 1 | -3/+1 |
* | stream: make stream_read_line() terminate line on EOF | reimar | 2010-11-02 | 1 | -1/+1 |
* | rpm: Update to include latest x86 binary codec packs. | rathann | 2010-11-02 | 1 | -10/+68 |
* | codecs.conf: add fourcc: IMM4, LZOC, DIRC, MHFY, MSA1, vvvc | compn | 2010-11-02 | 1 | -0/+42 |
* | configure: Fix documentation language variables in summary output | diego | 2010-11-02 | 1 | -2/+2 |
* | DOCS/xml: edit TV/radio chapters | diego | 2010-11-02 | 40 | -3152/+3401 |
* | ao_coreaudio: fix grammar/spelling in mp_msg calls | diego | 2010-11-02 | 1 | -11/+19 |
* | DOCS/xml: Merge CD/DVD chapter into the usage chapter | diego | 2010-11-02 | 30 | -2882/+2852 |
* | Makefile: remove distclean hack for dependency files | diego | 2010-11-02 | 1 | -3/+0 |
* | DOCS/xml/zh_CN: replace usage.xml symlink to English with copy | diego | 2010-11-02 | 1 | -1/+1123 |
* | stream_file: Simplify and document MinGW stdin hack | reimar | 2010-11-02 | 1 | -3/+4 |
* | core: Do not call *_aid_from_lang when audio_lang is NULL | reimar | 2010-11-02 | 1 | -2/+2 |
* | playtree: don't try to parse playlists without recognized entries | siretart | 2010-11-02 | 1 | -0/+3 |
* | playtree: fix segfault on empty playlist | siretart | 2010-11-02 | 1 | -1/+8 |
* | spudec.c: mark a parameter const | diego | 2010-11-02 | 1 | -2/+2 |
* | stream_dvd[nav]: Add const qualifiers to string arguments | reimar | 2010-11-02 | 4 | -8/+8 |
* | Simplify code: make open_stream() accept NULL file_format argument | reimar | 2010-11-02 | 4 | -4/+5 |
* | DOCS/xml: Remove pointless compilation sections from radio and TV input chapters | diego | 2010-11-02 | 2 | -37/+8 |
* | demux_ogg.c: remove unused variable | diego | 2010-11-02 | 1 | -2/+1 |
* | DOCS/xml: Integrate advanced audio usage sections into the general usage chap... | diego | 2010-11-02 | 1 | -4/+0 |
* | DOCS/xml: Remove bogus teletext hotkeys section | diego | 2010-11-02 | 6 | -224/+0 |
* | printf format fixes ("%d" -> "%zd") | diego | 2010-11-02 | 4 | -5/+9 |
* | demux: Move mp_a52_framesize from demux_ts.c to parse_es.c | diego | 2010-11-02 | 4 | -45/+46 |
* | demux_ts.c: cleanup | reimar | 2010-11-02 | 1 | -11/+7 |
* | cosmetics: Remove useless cast | reimar | 2010-11-02 | 1 | -1/+1 |
* | cache: add sanity-check for sector size | reimar | 2010-11-02 | 2 | -2/+9 |
* | spelling fixes | siretart | 2010-11-02 | 17 | -28/+28 |
* | configure: avoid unsupported options with clang on Darwin/PPC | diego | 2010-11-02 | 1 | -1/+4 |
* | configure: Add -Wno-parentheses to CFLAGS | diego | 2010-11-02 | 1 | -1/+1 |
* | configure: fix OpenBSD default for CD-ROM device | diego | 2010-11-02 | 1 | -1/+1 |
* | cache: Don't mess up current position if time-based seek fails | reimar | 2010-11-02 | 1 | -1/+2 |
* | loader: Add msvcr100 support to the win32 loader | alexc | 2010-11-02 | 1 | -0/+10 |
* | loader: Reuse do_cpuid from cpudetect.c in loader/win32.c | reimar | 2010-11-02 | 3 | -16/+4 |
* | cpuid.c: Remove outdated code | reimar | 2010-11-02 | 1 | -8/+0 |
* | loader/win32.c: misc cleanup | reimar | 2010-11-02 | 1 | -32/+33 |
* | stream_dvd: Improve seeking by position | diego | 2010-11-02 | 1 | -15/+8 |
* | stream_dvd: Improve seeking by chapters | diego | 2010-11-02 | 1 | -5/+12 |
* | stream_dvd: fix incorrect assumption about chapter count | diego | 2010-11-02 | 1 | -10/+38 |
* | vo_gl.c: Use early return instead of large if block | reimar | 2010-11-02 | 1 | -26/+26 |
* | vo_gl: Make OSD rendering code more readable | reimar | 2010-11-02 | 1 | -7/+12 |
* | options: Also allow setting msglevel for MSGT_FIXME | reimar | 2010-11-02 | 1 | -0/+2 |
* | dvdcss: Fix typo in documentation | reimar | 2010-11-02 | 1 | -1/+1 |
* | dvdcss: Handle failing ioctls more gracefully | reimar | 2010-11-02 | 3 | -48/+16 |
* | dvdcss: Fix DVD playback with region-free drives | reimar | 2010-11-02 | 1 | -2/+3 |
* | configure: Default to -O2 optimization level for the clang compiler | diego | 2010-11-02 | 1 | -0/+2 |
* | stream_dvb.c: avoid compiler warning by adding initialization | diego | 2010-11-02 | 1 | -0/+1 |
* | demux_ts.c: avoid compiler warning by adding initialization | diego | 2010-11-02 | 1 | -1/+1 |
* | codecs.conf: add binary expression codec for fourcc MTS2 | compn | 2010-11-02 | 1 | -0/+10 |
* | ao_mpegpes: Properly close file on error or uninit | reimar | 2010-11-02 | 1 | -5/+11 |
* | ao_mpegpes.c: minor simplification | reimar | 2010-11-02 | 1 | -1/+1 |
* | loader/win32.c: remove sys/timeb.h include | compn | 2010-11-02 | 1 | -1/+0 |
* | DOCS/man/zh_CN: sync with en/mplayer.1 rev. 31814 | jrash | 2010-11-02 | 1 | -3/+5 |
* | |