summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stream_dvd: minor cleanupreimar2010-11-081-7/+4
* demux_ts: Fix subtitle sync issuesreimar2010-11-081-0/+5
* codecs.conf: mark fflatm non-buggy (now default for AAC/LATM)reimar2010-11-081-1/+1
* ad_faad: Make work with -demuxer lavfreimar2010-11-081-1/+1
* codecs_conf, mp_taglists: Use only one fourcc for LATMreimar2010-11-082-2/+2
* ad_ffmpeg: Handle EAGAIN, needed for LATM to work properly with demux_tsreimar2010-11-081-0/+3
* demuxer.c: Add support for parsing LATMreimar2010-11-081-0/+5
* demux_lavf: Fix program switchingreimar2010-11-081-0/+12
* demux_lavf: Print PROGRAM_ID -identify output similar to demux_tsreimar2010-11-081-0/+1
* vf_scale: accept all non-hw-accel formats we know a PIX_FMT forreimar2010-11-081-35/+1
* video: simplify some tests with a new IMGFMT_IS_HWACCEL macroreimar2010-11-084-6/+7
* mplayer.desktop: Add video/3gpp and application/x-flash-video mime typesdiego2010-11-081-1/+1
* configure: Do not enable rpath on NetBSDdiego2010-11-081-1/+0
* configure: Enable joystick support on FreeBSDdiego2010-11-081-1/+1
* codecs.conf, mp_taglists: Support FFmpeg LATM decodingcehoyos2010-11-082-15/+25
* vo_kva: Restore all the attributes after changing aspect ratiokomh2010-11-071-0/+9
* vo_kva: Prevent a parent window from painting over ours in slave modekomh2010-11-071-0/+6
* vo_directx: Fix possible out-of-bounds accessreimar2010-11-071-2/+2
* DOCS/man/zh_CH: sync with en/mplayer.1 rev. 32566jrash2010-11-071-3/+123
* TOOLS/binary_codecs.sh: make indentation consistentsiretart2010-11-071-143/+136
* cache, stream: avoid extra memcpy when using cachereimar2010-11-073-38/+59
* cosmetics: cache2.c: Remove some irrelevant commented-out codereimar2010-11-071-8/+1
* stream_dvd: millisecond accuracy for chapters in -identify outputcigaes2010-11-071-3/+2
* demux_lavf: for avi, use packet .dts instead of .ptsUoti Urpala2010-11-061-4/+12
* build: enable vf_geq if libavutil version installs eval.hUoti Urpala2010-11-063-0/+13
* demux_lavf: avoid deprecated "first_iformat" by using newer APIUoti Urpala2010-11-061-2/+2
* demux_lavf: add hack for stream-changing ogg input (internet radio)Uoti Urpala2010-11-061-1/+56
* demux_lavf: more future proof AVInputFormat name comparisonUoti Urpala2010-11-061-6/+20
* ffmpeg_files/taglists.c: update to latest FFmpeg values (r25209)Uoti Urpala2010-11-051-2/+10
* options: add OPT_MAKE_FLAGS macro, creates "opt/noopt" flag pairClément Bœsch2010-11-044-32/+17
* options: move -name and -title to option structClément Bœsch2010-11-046-14/+11
* Makefile: enable .DELETE_ON_ERROR special targetUoti Urpala2010-11-041-0/+6
* Makefile: remove generated locale files in clean targetUoti Urpala2010-11-041-0/+2
* vf_stereo3d: Add stereo3d filterreimar2010-11-025-0/+674
* vd_ffmpeg: improve aspect ratio handlingreimar2010-11-021-5/+7
* Add a simple capture feature (-capture)Uoti Urpala2010-11-0210-1/+88
* options: move -dumpfile to option structUoti Urpala2010-11-024-6/+7
* configure: Fix detection of mips processor variantsdiego2010-11-021-1/+1
* manpage: Make commas and backslashes show properlyattila2010-11-026-6/+6
* options: modify parse_timestring(), make publiccigaes2010-11-022-12/+27
* vo_gl: Move the read_pnm function into a separate filecigaes2010-11-024-61/+152
* ao_sun: Add support for AOPLAY_FINAL_CHUNKreimar2010-11-021-3/+5
* stream_network: Fix possible crash for invalid http_proxy URLsreimar2010-11-021-0/+4
* subreader: More strict autodetection of RT subtitle formatreimar2010-11-021-6/+1
* new slave command: af_cmdline, for changing audio filter optionsreimar2010-11-024-0/+18
* libaf: Make af_reinit "public", to allow using it in future patchesreimar2010-11-022-4/+8
* command.c: Add windows.h include to fix compilation in some casesreimar2010-11-021-0/+3
* input: try to open "-input -file=" file even if stat() failsreimar2010-11-021-12/+13
* rtsp_rtp.c: Add missing avstring include for av_strlcpyreimar2010-11-021-0/+1
* configure: check if libdvdcss has been removed from treesiretart2010-11-021-1/+1
* cosmetics: remove some useless braces from command.ccigaes2010-11-021-4/+0
* command.c: use different field in property table for integer dataUoti Urpala2010-11-021-21/+21
* TOOLS/matroska.py: stop cleanly at EOF of complete file when parsingUoti Urpala2010-11-021-2/+10
* TOOLS/matroska.py: change to python3 syntaxUoti Urpala2010-11-021-37/+39
* rtsp_rtp.c: Replace snprintf by av_strlcpyreimar2010-11-021-1/+1
* vd_qtvideo: fix crash on OS X with QuickTimereimar2010-11-021-1/+1
* TOOLS/binary_codecs.sh: avoid creating fake "bestsites"siretart2010-11-021-2/+3
* TOOLS/binary_codecs.sh: fix obsolete dpkg syntaxsiretart2010-11-021-1/+1
* cosmetics: Remove some obsolete and misleading commentsdiego2010-11-022-2/+0
* Remove #warning preprocessor directivesdiego2010-11-029-14/+13
* vo_gl: Extract code to read a pnm file into a separate functionreimar2010-11-021-24/+48
* cosmetics: remove some #if 0 code from mplayer.creimar2010-11-021-8/+0
* vo_dxr3: Fix validity checks before closing a file descriptorreimar2010-11-021-3/+3
* vo_dxr3: Fix indentationreimar2010-11-021-20/+17
* vidix: Simplify code for writing to /proc/mtrrreimar2010-11-021-7/+3
* vo_mga: minor code cleanupreimar2010-11-021-13/+16
* vo_xmga: Remove an unmotivated and pointless panscan_calc callreimar2010-11-021-2/+0
* vo_xvidix: reconfigure also on window movereimar2010-11-021-1/+1
* vo_xmga: fix event handlingreimar2010-11-021-4/+4
* vo_xmga: Remove a useless MGA_VID_CONFIG ioctlreimar2010-11-021-3/+0
* x11_common: add VO_EVENT_MOVEreimar2010-11-022-2/+7
* vo_mga: switch to newer screen dimension handling APIreimar2010-11-022-79/+23
* aspect.c: use fallback if screen dimensions are not knownreimar2010-11-021-0/+6
* ao_coreaudio: byteswap AC-3 streams on little-endiandiego2010-11-021-0/+4
* DOCS/man: Add missing values for the chanlist suboption of -tvdiego2010-11-029-9/+27
* demux_ts: fix subtitle stream breaking audio track switchcehoyos2010-11-021-2/+3
* configure: Ensure that CONFIG_NETWORK is #defined to 0 or 1diego2010-11-021-1/+1
* codecs.conf: add another xdcam mpeg2 fourcc/isom xd54compn2010-11-021-6/+7
* demux_lavf: handle new streams appearing during playbackreimar2010-11-021-0/+8
* Remove remaining %lf printf conversionsreimar2010-11-025-17/+18
* vf_yadif: modify asm to make compile with clangcehoyos2010-11-021-1/+1
* demux_pva: move functions, add "static"diego2010-11-021-90/+88
* mpeg_hdr.c: move function to avoid forward declarationdiego2010-11-021-36/+34
* demux_real.c: Remove unused hexdump() forward declarationdiego2010-11-021-2/+0
* demux_[mpg|ts|ty]: #include dec_audio.h for skip_audio_frame()diego2010-11-023-5/+3
* configure: simplify X11, IVTV and V4l2 checksdiego2010-11-021-39/+5
* mplayer.c: remove some obsolete commented-out linesdiego2010-11-021-10/+0
* libvo: remove UNUSED() macrosdiego2010-11-028-63/+1
* Move code to avoid forward declarations in top-level .c filesdiego2010-11-024-264/+259
* subreader.c: malloc+memset -> calloccehoyos2010-11-021-4/+2
* subreader.c: Simplify comparisoncehoyos2010-11-021-2/+1
* spudec: support "clear" packet typereimar2010-11-021-13/+15
* m_config.c: cosmetics: Move functions to avoid forward declarationsdiego2010-11-021-114/+108
* m_config.[ch]: mark some function parameters constdiego2010-11-022-10/+10
* libfaad2: cosmetics: Make local_changes.diff apply cleanlydiego2010-11-021-2/+4
* configure: simplify some checksdiego2010-11-021-35/+7
* configure: Rename function_check{_broken}() --> statement_check{_broken}()diego2010-11-021-47/+47
* configure: simplify some testsdiego2010-11-021-49/+6
* configure: update documentation comments about adding checksdiego2010-11-021-17/+2
* DOCS/xml/hu: synced with r32361Gabrov2010-11-025-67/+133
* codecs.conf: Partial support for ffwmvp (only works with -demuxer lavf)cehoyos2010-11-021-0/+8
* audio: auto-add downmix filter when stereo output is requestedcigaes2010-11-021-0/+25
* libaf: add opts pointer to struct af_streamUoti Urpala2010-11-022-2/+4
* ad_libdca: fix assert failure on -channels >6Uoti Urpala2010-11-021-3/+10
* options: move audio_output_channels, audio_output_format to structUoti Urpala2010-11-0212-20/+30
* Makefile: don't list dependencies for codec-cfg.ddiego2010-11-021-1/+1
* configure: Add HAVE_STDLIB_H to config.h for libfaad2diego2010-11-021-0/+1
* libdvdcss: Sync some minor changes from upstream, up to r237diego2010-11-028-4/+36
* Makefile: Remove __USE_UNIX98 from libdvd* CFLAGSdiego2010-11-021-3/+3
* af.c: Minor simplification of af_initreimar2010-11-021-5/+6
* af.c: add "const" to af_append(), af_prepend() prototypesreimar2010-11-021-2/+2
* Makefile: Do not compile libfaad2 with -D_GNU_SOURCEdiego2010-11-021-1/+1
* libfaad2: make a function staticdiego2010-11-022-7/+11
* configure: Move network requirement check for FTP into the FTP testdiego2010-11-021-3/+5
* configure: Move ASMALIGN check into x86 sectiondiego2010-11-021-12/+14
* libfaad2: change lrintf availability logicdiego2010-11-022-18/+7
* libfaad2: Restore trailing whitespace in local diff filediego2010-11-021-31/+31
* Makefile: Drop separate compilation rules for dhahelperwin filesdiego2010-11-021-6/+0
* Makefile: Merge dhahelperwinclean and dhahelperclean targetsdiego2010-11-021-5/+3
* TOOLS/subrip: fix linking failurediego2010-11-021-0/+3
* Makefile: Remove remnants of explicit dependency file generationdiego2010-11-021-3/+2
* Makefile: Fix osdep/mplayer.rc.o vs. osdep/mplayer-rc.o typodiego2010-11-021-1/+1
* Makefile: read dependency files for assembler files toodiego2010-11-021-1/+1
* Makefile: Rename DEPS variable to DEP_FILESdiego2010-11-021-2/+2
* configure: simplify libbluray testdiego2010-11-021-7/+1
* demux_mkv: fix decoded length calculation of LZO decompressionreimar2010-11-021-2/+4
* demux_mkv: add some sanity checksUoti Urpala2010-11-021-16/+31
* configure: Make sure that HAVE_MKSTEMP is always #defined to a valuediego2010-11-021-1/+1
* configure: Make sure that CONFIG_LIBMP3LAME is always #defineddiego2010-11-021-2/+1
* configure: Add function_check_broken(), simplify testdiego2010-11-021-9/+15
* configure: minor cleanupsdiego2010-11-021-11/+5
* configure: Fix compilation on Windows: MinGW unistd.h does not define NULLreimar2010-11-021-1/+5
* configure: Ignore possible errors from dvdread-config invocationdiego2010-11-021-2/+2
* configure: change VESA test to check for vbeInit() instead of vbeVersion()diego2010-11-021-1/+1
* vesa_lvo.c: make functions staticdiego2010-11-022-11/+6
* vesa_lvo.c: Move vlvo_preinit() below the functions that it usesdiego2010-11-021-23/+23
* vo_vesa: Mark vlvo_draw_slice_420() as staticdiego2010-11-021-1/+2
* vo_vesa: mark a function staticdiego2010-11-021-1/+1
* DOCS/xml: Remove outdated warning about obsolete gcc 2.96.diego2010-11-021-5/+0
* vo_vesa, vo_directfb2: Replace local min/max macros by FFMIN/FFMAXdiego2010-11-022-18/+8
* cfg-mplayer.h: Remove old obsolete warning about dfboptsdiego2010-11-021-5/+0
* vo_mga: use libswscale interface for g200 (untested)ramiro2010-11-021-16/+21
* configure: misc whitespace cosmeticsdiego2010-11-021-30/+16
* configure: simplify and improve some checksdiego2010-11-021-62/+15
* vo_caca: Update URL to patch for new API supportdiego2010-11-021-1/+1
* build: update DirectFB requirements, reduce #ifdefsdiego2010-11-026-166/+22
* configure: cosmetics: Replace some double quotes by single quotesdiego2010-11-021-4/+4
* configure: add inline_asm_check() and simplify some testsdiego2010-11-021-36/+18
* configure: simplify some checksdiego2010-11-021-215/+66
* configure: fix warnings in check programsdiego2010-11-021-11/+13
* Makefile: remove obsolete DIRS list entriesUoti Urpala2010-11-021-7/+0
* build: enable/disable all FFmpeg libraries togetherUoti Urpala2010-11-0216-221/+87
* Remove MEncoderUoti Urpala2010-11-0242-16613/+6
* stream/tv: move new_handle() function from header to tv.cdiego2010-11-028-29/+31
* tvi_def.h: sizeof(type) -> sizeof(*ptr)diego2010-11-021-1/+1
* cosmetics: Remove vim/emacs coding style hints from sourcesdiego2010-11-025-13/+0
* vf_sab, vf_smartblur: add "const" to match swscale APIdiego2010-11-022-2/+2
* vo_corevideo.h: Add standard multiple inclusion guardsdiego2010-11-021-0/+5
* demux_nemesi: Remove a pointless ifreimar2010-11-021-15/+6
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-0245-173/+143
* cosmetics: reformat vf_ass to K&R styleUoti Urpala2010-11-021-289/+318
* mpcommon.h: reduce header dependencies on other headersUoti Urpala2010-11-022-11/+18
* configure: change Apple remote test to just compile, not rundiego2010-11-021-1/+1
* stream/tv: move free_handle() from header to tv.cdiego2010-11-026-18/+20
* configure: remove duplicated CFLAGS from DEPFLAGSUoti Urpala2010-11-021-1/+1
* configure: Separate compiler warning flags from other flagsdiego2010-11-021-13/+19
* demux_rtp: Remove pointless typedef keyworddiego2010-11-021-1/+1
* osdep/macosx_finder_args.h: include required header m_config.hdiego2010-11-021-0/+1
* cosmetics: av_subdiego2010-11-022-4/+7
* loader: Move local_wm extern variable declaration to loader.hdiego2010-11-022-4/+5
* vo_ivtv; Move ivtv_fd extern variable declaration to vo_ivtv.hdiego2010-11-022-2/+2
* vo_v4l2: Move v4l2_fd extern declaration to vo_v4l2.hdiego2010-11-022-2/+2
* ao_mpegpes,vo_mpegpes: Rename vo_mpegpes_fd2 variable to ao_mpegpes_fddiego2010-11-022-26/+26
* cosmetics: input/ar.c: Mark is_mplayer_front() staticdiego2010-11-021-1/+1
* ass_mp.[ch]: #include "config.h"Uoti Urpala2010-11-022-2/+2
* loader: Move fs_seg extern variable declaration to ldt_keeper.hdiego2010-11-022-2/+3
* mplayer.c: remove unnecessary #definediego2010-11-021-2/+0
* DOCS/man/zh_CN: Synced with rev. 32066jrash2010-11-021-4/+45
* cosmetics: mplayer.c: Remove obsolete declarationsdiego