summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r30557Uoti Urpala2010-03-094-4/+18
|\
| * Remove excessive ()reimar2010-02-141-1/+1
| * Remove stray '/' from comment block, fixes the warning:diego2010-02-131-1/+1
| * Remove unused variables, fixes the warnings:diego2010-02-131-2/+0
| * add netspeak versions of truespeech and gsm audio codecs to codecs.confcompn2010-02-131-0/+16
* | Ignore svn changes up to r30553Uoti Urpala2010-03-090-0/+0
|\|
| * 10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.diego2010-02-131-3/+5
| * Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.diego2010-02-131-5/+3
| * Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.diego2010-02-131-1/+1
* | Makefile: remove outdated vf_halfpack entryUoti Urpala2010-03-091-1/+1
* | Merge svn changes up to r30550Uoti Urpala2010-03-0927-234/+209
|\|
| * Fix shared library libavutil check: test for av_clip instead of av_gcd.diego2010-02-131-1/+1
| * osdep/mplayer.rc.o depends on version.h.diego2010-02-131-1/+1
| * Move the check for valid sh_video into the init_vo_spudec, this fixes a crashreimar2010-02-131-1/+6
| * Dynamically increase probe size for lavf demuxer up to 2 MB.reimar2010-02-121-6/+18
| * Mark all ad_info_t/vd_info_t structure declarations as const.diego2010-02-1247-47/+47
| * Explain WIN32_LOADER definition hack.diego2010-02-121-0/+3
| * Get rid of pointless CONFIG_QTX_CODECS --> QTX preprocessor indirection.diego2010-02-121-42/+39
| * Synced with help_mp-en.h rev. 30515jrash2010-02-121-23/+23
| * Fix linking of loader test programs when loader is disabled.diego2010-02-122-3/+7
| * Add win32 loader support for OS/2komh2010-02-123-3/+31
| * Improve comment for GeoCodec.dllcehoyos2010-02-111-1/+1
| * Remove pointless egcs #ifdefs; that compiler was never supported.diego2010-02-111-8/+0
| * Remove extern "C" declarations from loader code.diego2010-02-1119-158/+0
| * Move one more FFmpeg-related definition to the FFmpeg section of config.h.diego2010-02-111-1/+1
| * Move some FFmpeg-related definitions to the FFmpeg section of config.h.diego2010-02-111-8/+8
| * Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.diego2010-02-111-1/+1
| * add comment about geov codec crashing on win32 in codecs.confcompn2010-02-111-0/+1
| * GeoCodec.dll also supports fourcc GEOX.cehoyos2010-02-111-0/+1
| * Support GEOV video codec: Hangs on exitcehoyos2010-02-111-0/+8
| * Add stubs for several functions, needed for CineForm codec.reimar2010-02-091-0/+82
* | Ignore svn change r30530Uoti Urpala2010-03-090-0/+0
|\|
| * libass: fix PAR correctiongreg2010-02-092-3/+4
* | Merge svn changes up to r30529Uoti Urpala2010-03-0911-67/+114
|\|
| * There is Indeo 5 decoder in FFmpeg now, so register itkostya2010-02-091-0/+8
| * Fix linking of mp3lib test programs when internal mp3lib is disabled.diego2010-02-081-2/+4
| * Fix linking of liba52 test program when internal liba52 is disabled.diego2010-02-081-2/+4
| * Remove disabled AVIFILE-specific preprocessor code.diego2010-02-081-9/+0
| * Merge some preprocessor conditionals where appropriate.diego2010-02-081-12/+4
| * Fix subtitle display for DVDs using fade-in/fade-out.reimar2010-02-061-5/+17
| * Make mkalpha function simpler, faster and more correct.reimar2010-02-061-8/+3
| * synced with r30515Gabrov2010-02-063-14/+38
| * sync with en/mplayer.1 r30436jrash2010-02-061-11/+30
| * Simplify how usesVFilter and usesHFilter are set.stefano2010-02-051-9/+8
| * Apply misc fixes to sws_getCoefficients() doxy.stefano2010-02-051-2/+4
| * Satisfy consistency need:stefano2010-02-051-1/+1
| * Prefer libavformat over our own mov demuxer also for video/quicktimereimar2010-02-051-4/+5
| * Release pin enumerator after we are done using it.reimar2010-02-051-0/+1
* | Ignore svn change r30515Uoti Urpala2010-03-090-0/+0
|\|
| * Add support for loading ASS subtitles through the stream layer and thus e.g.reimar2010-02-0514-13/+61
* | subs: support loading external ASS subtitles via stream layerUoti Urpala2010-03-093-2/+55
* | Merge svn changes up to r30514Uoti Urpala2010-03-097-58/+74
|\|
| * Fix hang with -fixed-vo due to VOFLAG_HIDDEN never being removed from window_...reimar2010-02-051-0/+1
| * Add function to translate SWS_CS_* to coefficient arrayconrad2010-02-052-1/+14
| * Prefix EXTERN_ASM to global variables to match them to an extern prefix of C.komh2010-02-051-22/+28
| * Remove '.section' causing the following assembler error on OS/2.komh2010-02-051-2/+2
| * Print messages only after we are sure preinit will not fail anymore.reimar2010-02-051-5/+5
| * Add support for VOFLAG_HIDDEN to the w32 backend.reimar2010-02-041-0/+3
| * Set the PixelFormat right after creating the window and set it only once.reimar2010-02-041-23/+23
| * Create the OpenGL probe window as a hidden Window on X11.reimar2010-02-043-3/+10
| * Mention rtmp and rtsp specifically as formats supported via ffmpeg.reimar2010-02-041-1/+1
* | Ignore svn changes up to r30505Uoti Urpala2010-03-090-0/+0
|\|
| * Enable RTSP and SDP demuxers if network support is enabled, they can now be u...reimar2010-02-041-1/+2
| * 100l: Fix compilation (broken by me).cehoyos2010-02-041-1/+1
| * Clarify -vo vdpau:pullupcehoyos2010-02-042-2/+5
* | Merge svn changes up to r30502Uoti Urpala2010-03-095-16/+26
|\|
| * Audio buffer is too large so that it takes too long time to respond to audiokomh2010-02-041-1/+1
| * Implement shuffle_bytes_abcd() functions and use them for shufflingstefano2010-02-033-6/+55
| * Replace incorrect usage of strncpy.reimar2010-02-031-3/+4
| * Reindentreimar2010-02-032-5/+5
| * Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.reimar2010-02-032-7/+16
| * Use vo_x11_clearwindow instead of XClearWindow, both for consistency and alsoreimar2010-02-031-1/+1
| * Fix argument order for lseek, fixes cookie loading in Windows and in generalreimar2010-02-031-1/+1
* | Ignore svn change r30495Uoti Urpala2010-03-090-0/+0
|\|
| * Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpegkomh2010-02-031-2/+48
* | Merge svn changes up to r30494Uoti Urpala2010-03-099-36/+122
|\|
| * Add missing license headers to test programs for external libraries.diego2010-02-034-2/+72
| * Remove a duplicated vo_x11_sizehint, vo_x11_nofs_sizepos already calls thisreimar2010-02-021-1/+0
| * Remove pointless initializers and also set geometry_*_changed to 0 whenreimar2010-02-021-7/+5
| * Mention yuv=2 auto-detection in Changelog.reimar2010-02-021-0/+1
| * Document auto-detection of -vo gl:yuv=... value.reimar2010-02-021-1/+2
| * Add support for autodetection during preinit and use that to detect a defaultreimar2010-02-021-22/+42
| * Avoid using options before autodetectGlExtensions to allow it to change them ...reimar2010-02-021-5/+3
| * Remove vo_config_count check from uninit, it should always be safe to run.reimar2010-02-021-1/+0
* | Ignore svn changes up to r30486Uoti Urpala2010-03-090-0/+0
|\|
| * Revert r30324 which broken the struct addrinfo check by making it always pass.reimar2010-02-021-1/+2
| * Estimate pts of additional frame generated by tfields also if correct-pts isreimar2010-02-011-4/+9
* | Merge svn changes up to r30484Uoti Urpala2010-03-097-26/+412
|\|
| * Enable query_format for vf_tfields to make sure it isn't used for formatsreimar2010-02-011-4/+5
| * Fix -vf tfields=1 so it does not read out of bounds or leave parts of thereimar2010-02-011-3/+9
| * Reword tfields documentation to reflect that it works mostly with MPlayer,reimar2010-02-011-2/+2
| * Add OS/2 KAI audio driver supportkomh2010-02-016-0/+379
| * misc fixesdiego2010-02-011-17/+17
* | Ignore svn changes up to r30479Uoti Urpala2010-03-090-0/+0
|\|
| * Disable FFmpeg's network protocols if --disable-network was specified.reimar2010-01-311-0/+1
| * Fix compilation for new Bink audio decoder.cehoyos2010-01-311-0/+1
| * Explain the need for a MEncoder version of the logging facilities.diego2010-01-311-0/+2
| * Add missing license header.diego2010-01-311-0/+17
* | Merge svn changes up to r30475Uoti Urpala2010-03-09119-96/+2099
|\|
| * Fix layout for the mouse/joystick controls sections.diego2010-01-311-2/+0
| * Declare support for the pixel formats:stefano2010-01-311-0/+8
| * Document that -af-adv force=0 currently does the same as =1reimar2010-01-311-1/+1
| * Blackfin: use SRAM only when CONFIG_SRAM is setmru2010-01-313-3/+3
| * Add license header to all top-level files missing them.diego2010-01-3061-26/+1097
| * Add missing multiple inclusion guards.diego2010-01-301-0/+4
| * Add missing #include, fixes the warning:diego2010-01-301-0/+1
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-3054-62/+980
| * Reindent.stefano2010-01-301-4/+4
| * Use a consistent convention for the names of the internal wrapperstefano2010-01-301-30/+30
| * stream/rtp.h appears not to originate from dvbstream.diego2010-01-302-5/+16
* | build: remove separate mp_msg-mencoder.cUoti Urpala2010-03-092-6/+2
* | Ignore svn change r30464Uoti Urpala2010-03-090-0/+0
|\|
| * Add some more definitions for FFmpeg to config.h:diego2010-01-301-0/+3
* | Merge svn changes up to r30463Uoti Urpala2010-03-09159-115/+2730
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-30135-64/+2461
| * Remove confusing comment.diego2010-01-301-2/+0
| * Add missing license headers.diego2010-01-302-4/+38
| * cosmetics: Convert DOS linebreaks to Unix linebreaks.diego2010-01-301-17/+17
| * license header cosmeticsdiego2010-01-302-0/+2
| * Add standard license header to C tools missing them.diego2010-01-3010-8/+158
| * Fix randomness of the swscale-test output.stefano2010-01-301-3/+3
| * Add missing license header and multiple inclusion guards.diego2010-01-301-0/+23
| * Make the code match the documentation by making higher-quality but slowerreimar2010-01-301-11/+0
| * Support more qscale types in most post-processing filters.reimar2010-01-295-4/+19
| * sync with en/mplayer.1 r30436jrash2010-01-291-2/+7
| * Explain why we still disable the ALSA resampler even though it is probablyreimar2010-01-281-1/+2
| * Try the more specific names first for the SwapInterval function to make it lessreimar2010-01-281-1/+1
| * glXSwapIntervalEXT is defined to take different arguments from glXSwapInterva...reimar2010-01-281-1/+1
| * Fix input/output channel mixup in the pan filter description.diego2010-01-281-2/+2
* | demuxer.h: increase input buffer padding to 64 to match FFmpegUoti Urpala2010-03-091-1/+1
* | Add runtime translation supportUoti Urpala2010-03-083-2/+92
* | translations: tweak cases that relied on concatenating adjacent stringsUoti Urpala2010-03-0713-41/+64
* | Restore collapsed whitespace in output messagesUoti Urpala2010-03-0716-23/+23
* | Make help text translatableUoti Urpala2010-03-072-3/+43
* | build/vdpau: drop support for dynamic loading of libvdpauUoti Urpala2010-02-262-28/+7
* | vo_vdpau: improve VOCTRL_GET_EOSD_RES codeUoti Urpala2010-02-261-10/+4
* | Makefile: vf_halfpack no longer needs libswscale internalsUoti Urpala2010-02-261-2/+2
* | Add FLV4 fourcc to ffvp6f decoderGrigori Goronzy2010-02-241-1/+1
* | vo_vdpau: make queuing future frame flips adjustableUoti Urpala2010-02-054-4/+27
* | ad_faad: move message "input bitrate missing" to MSGL_VUoti Urpala2010-01-311-1/+1
* | VO: remove directfb from autoselected VOsUoti Urpala2010-01-311-3/+4
* | codecs.conf: stop trying mpegpes first for MPEG-1/2Uoti Urpala2010-01-301-31/+30
* | demux_mkv: remove incorrect error message about compressionUoti Urpala2010-01-281-1/+1
* | x11_common: always free x11 context struct on exitUoti Urpala2010-01-281-7/+6
* | Merge branch 'matroska'Uoti Urpala2010-01-2810-1273/+2286
|\ \
| * | demux_mkv: improve compression handlingUoti Urpala2010-01-271-26/+34
| * | demux_mkv: use new EBML parser to read all track headersUoti Urpala2010-01-271-227/+135
| * | demux_mkv: handle compressed text subtitlesUoti Urpala2010-01-271-3/+6
| * | demux_mkv: don't print errors for 0-size zlib decodingUoti Urpala2010-01-271-0/