summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r30967Uoti Urpala2010-04-2649-361/+258
|\
| * Mark some more LIBVO_EXTERN declarations as const where possible.reimar2010-03-274-4/+4
| * 100l, fix frametime calculation for MPEG-2 files with frame rate extension.reimar2010-03-271-1/+1
| * libswscale: Relicense almost all x86 assembler optimizations as LGPL.diego2010-03-275-74/+59
| * Refactor OS X foreground process setting into a separate function.diego2010-03-264-38/+26
| * cosmetics: Break some overly long lines.diego2010-03-261-3/+6
| * Convert asm keyword to __asm__.diego2010-03-261-3/+3
| * HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.diego2010-03-261-1/+1
| * Remove unused OPTFLAGS variable from config.mak.diego2010-03-251-1/+0
| * Remove unused MACOSX_BUNDLE config.mak entry.diego2010-03-251-1/+0
| * Move some FFmpeg-specific entries to the FFmpeg section of config.mak.diego2010-03-251-5/+7
| * Don't try to delete the global memory mutex in the Win32 loader code,sesse2010-03-251-4/+1
| * Mark add_subtitles() as static, it is not used outside the file, fixes:diego2010-03-241-1/+1
| * Remove /usr[/local]/lib/win32 from the list of Win32 codec search paths.diego2010-03-241-1/+1
| * AltiVec implies a PPC CPU, so there is no need to check for both.diego2010-03-232-4/+4
| * loader: Remove commented-out extra_ld_library_path cruft.diego2010-03-232-3/+0
| * Do not compile AltiVec code when AltiVec is not available; not even indiego2010-03-231-3/+3
| * Make http_read_response fail if parsing the response failed.reimar2010-03-231-1/+4
| * Fix build due to codecs_path vs. codec_path typo.diego2010-03-232-8/+8
| * Get rid of pointless def_path variable; use codec_path directly instead.diego2010-03-2310-32/+31
| * Real binary loader code should respect the binary codec path.diego2010-03-232-12/+16
| * Reindentreimar2010-03-221-13/+13
| * Start probing with a size matching the stream buffer size so it is possiblereimar2010-03-221-2/+4
| * Make all instances of codec_patch unconditional, otherwiseattila2010-03-212-4/+0
| * Rename SetCodecPath() --> set_codec_path().diego2010-03-214-4/+4
| * Rename get_path.[ch] --> path.[ch].diego2010-03-2023-25/+25
| * Move SetCodecPath() from loader to get_path.c and make it unconditional.diego2010-03-2013-53/+26
| * sync with en/mplayer.1 rev. 30936jrash2010-03-201-2/+7
| * Remove unnecessary size limits and a related define for hm12 decoder.reimar2010-03-191-7/+0
| * Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formatsreimar2010-03-191-4/+4
| * Replace wrong condition name in #endif comment by correct instance.diego2010-03-191-1/+1
| * Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.diego2010-03-191-1/+1
| * Drop support for XANIM_MOD_DIR environment variable.diego2010-03-189-51/+0
| * Reuse codec path variable used in the binary loader in the XAnim loader.diego2010-03-181-1/+1
| * Extend the generic path of the yuv2rgb converter with support for rgb444cehoyos2010-03-182-2/+24
| * cosmetics: indentationaurel2010-03-181-2/+2
| * add support for lavf style extradata in vd_theoraaurel2010-03-181-0/+17
| * Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.diego2010-03-182-8/+2
| * Split codec path related code into a separate file to fix Windows build.reimar2010-03-1810-28/+45
| * Fix first line(s) of vo vdpau documentation.cehoyos2010-03-181-2/+1
| * Fix thread safety issue in mreq_private: last_alloc was accessed from multiplesesse2010-03-171-8/+3
| * Announce Windows XP SP2 instead of Windows 95 OSR2.sesse2010-03-171-31/+15
| * Announce SMP support for Win32.sesse2010-03-171-7/+0
| * Introduce mak_enable function to set variables in config.mak.diego2010-03-171-22/+14
| * Rename SGI_MIPS architecture to plain MIPS.diego2010-03-172-6/+6
| * Drop libavcodec_arch hack; ARCH can now be set directly in config.mak.diego2010-03-171-10/+1
| * Lowercase arch and subarch values.diego2010-03-171-19/+19
| * cosmetics: Drop leading underscore from cpuexts variables.diego2010-03-171-23/+23
| * Make ff_config_enable work with lowercase values.diego2010-03-171-2/+4
| * Split subarch handling off from generic arch handling.diego2010-03-171-4/+8
* | Skip svn change r30918Uoti Urpala2010-04-260-0/+0
|\|
| * Prefer FFmpeg AAC decoder over libfaad.diego2010-03-171-16/+16
* | Merge svn changes up to r30917Uoti Urpala2010-04-269-128/+102
|\|
| * Rename libopencore AMR decoder entries.diego2010-03-171-2/+2
| * Fix compilation after FFmpeg r22569 at least for some architectures.cehoyos2010-03-171-0/+10
| * cosmetics: Drop leading underscores from arch variables.diego2010-03-171-40/+40
| * Follow a more proper way to support -codecpath.komh2010-03-175-6/+17
| * Fix return value of InitializeCriticalSectionAndSpinCount.sesse2010-03-161-1/+2
| * Remove unused variable, fixes the warning:diego2010-03-161-1/+0
| * Fix libmpcodecs/vd_qtvideo.c compilation on OS X:sesse2010-03-161-6/+3
| * Remove some commented-out debugging and similar cruft.diego2010-03-161-45/+0
| * Remove unnecessary forward declarations for a bunch of functions.diego2010-03-161-21/+10
* | Merge svn change r30908Uoti Urpala2010-04-261-156/+156
|\|
| * cosmetics: Move all functions before main().diego2010-03-161-149/+161
* | Merge svn changes up to r30907Uoti Urpala2010-04-2622-443/+478
|\|
| * Remove disabled flip_upside_down function; it has been unused for ages.diego2010-03-161-23/+0
| * Remove unnecessary forward declaration of print_wave_header().diego2010-03-161-2/+0
| * Fix compilation after FFmpeg r22565.cehoyos2010-03-161-0/+2
| * Calculate width and height in mp4_header_process_vop().cehoyos2010-03-152-0/+9
| * Fix value of bit counter at end of functions to prepare for future patches.cehoyos2010-03-151-4/+3
| * Fix indentation in GetVersionExW.sesse2010-03-151-5/+5
| * Add support for Apple's ProRes and AIC codecs, now that all prerequisitessesse2010-03-152-0/+21
| * Implement GetVersionExW with the same data as GetVersionExA but taking in asesse2010-03-151-0/+67
| * Use the high-level QuickTime decoding APIs (DecompressSequenceFrameS andsesse2010-03-152-224/+95
| * Relocate -codecpath description in alphabetical order.komh2010-03-151-4/+4
| * Add -codecpath option.komh2010-03-155-0/+23
| * Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg.diego2010-03-151-0/+2
| * Get rid of pointless tmppath variable in set_path_env().diego2010-03-141-5/+2
| * variable renaming cosmetics: _have_yasm --> have_yasmdiego2010-03-141-3/+3
| * Remove unused MMX_FFT Makefile variable.diego2010-03-141-3/+0
| * cosmetics: Simplify _codecsdir setting for MinGW and OS/2.diego2010-03-141-2/+1
| * Add -Wstrict-prototypes to CFLAGS.diego2010-03-141-0/+1
| * Use menu instead of GUI as example for an internal feature turned on by a flag.diego2010-03-141-1/+1
| * Fix compilation after FFmpeg r22522.cehoyos2010-03-141-0/+1
| * Replace separate Win32, XAnim and Real codec directories by one global dir.diego2010-03-147-55/+17
| * fftheora supports 4:2:2 and 4:4:4 nowconrad2010-03-131-1/+1
| * sync with en/mplayer.1 rev. 30868jrash2010-03-131-1/+82
| * Add the 0xA109 format for speex, it is claimed to be officially registered (havereimar2010-03-121-0/+1
| * Support extradata format of the speex.acm windows codec formerly availablereimar2010-03-121-0/+24
| * Fix crash if speex_packet_to_header fails.reimar2010-03-121-0/+4
| * Add newlines to generated fragment program to make both fragment program dumpreimar2010-03-121-117/+117
| * Include libavutil/avutil.h for FFMINkomh2010-03-101-0/+1
| * Include osdep/osdep.h instead of checking a platfrom specific macro to includekomh2010-03-101-3/+2
* | core: track current chapter for relative chapter seeksUoti Urpala2010-04-252-4/+25
* | mplayer.c: silence some compiler warningsUoti Urpala2010-04-251-3/+5
* | cfg-mplayer.h: add casts to silence warningsUoti Urpala2010-04-251-3/+3
* | mplayer.h: remove unnecessary declarations (dvd_device, cdrom_device)Uoti Urpala2010-04-251-3/+0
* | cosmetics: mark sub.c:osd_update_ext() staticUoti Urpala2010-04-251-3/+3
* | commands: finish seeks before processing other commandsUoti Urpala2010-04-251-0/+7
* | input: remove unused "paused" arguments from some functionsUoti Urpala2010-04-254-24/+24
* | menu.h: add struct tag declaration to avoid warningsUoti Urpala2010-04-251-0/+1
* | Fix chapter handling with first chapter not at beginning of fileUoti Urpala2010-04-253-4/+5
* | demux_mkv: fix verbose output of chapter numberingUoti Urpala2010-04-251-1/+1
* | Fix -chapter with ordered chaptersUoti Urpala2010-04-251-6/+6
* | options: move -chapter values to option structUoti Urpala2010-04-2512-60/+69
* | mplayer.c: share seek-reset code with chapter seeksUoti Urpala2010-04-251-53/+51
* | demux_lavf, stream_ffmpeg: support librtmp seeksUoti Urpala2010-04-232-5/+31
* | stream_ffmpeg, demux_lavf: Use flv demuxer for rtmp streamsUoti Urpala2010-04-233-5/+15
* | options: move lavfdopts to option structUoti Urpala2010-04-232-27/+37
* | stream_ffmpeg.c: change reads back to url_read_complete()Uoti Urpala2010-04-231-1/+1
* | demuxer.c: clean up stream-seek codeUoti Urpala2010-04-231-22/+29
* | Move some sh_audio field setting out of demuxer.cUoti Urpala2010-04-232-3/+4
* | Move seek-reset functionality out of demuxer.cUoti Urpala2010-04-233-40/+29
* | build: create and install .mo translation filesUoti Urpala2010-04-013-8/+56
* | ad_ffmpeg: prefer codec to container samplerate for ffaacUoti Urpala2010-03-211-1/+6
* | demux_mkv: Fix problem with compressed subtitle private dataUoti Urpala2010-03-211-10/+12
* | TOOLS/matroska.py: support 8-byte floats in parsing modeUoti Urpala2010-03-111-2/+7
* | Makefile: fix %.S rule (broke loader build on x86)Uoti Urpala2010-03-101-1/+1
* | Delete things related to old translation systemUoti Urpala2010-03-10220-34479/+6
* | Merge svn changes up to r30879Uoti Urpala2010-03-101-2/+3
|\|
| * Return MP_NOPTS_VALUE if we can't figure out the pts, not 0.reimar2010-03-091-1/+1
| * Improve handling of 0-size ogg packets.reimar2010-03-091-1/+2
* | Ignore svn change r30877Uoti Urpala2010-03-100-0/+0
|\|
| * unbreak compilation after cleanups in libavutil/common.hsiretart2010-03-091-0/+1
* | Merge svn changes up to r30876Uoti Urpala2010-03-1026-90/+828
|\|
| * Fix alpabetical order.cehoyos2010-03-091-1/+1
| * Support SEGA CRI adx codec with demuxer lavf.cehoyos2010-03-092-0/+8
| * Fix a syntax error in graph.h.sesse2010-03-091-1/+1
| * Add copyright headers.sesse2010-03-092-0/+37
| * Style changes as requested by Diego.sesse2010-03-092-38/+37
| * Fix help text for --disable-win32dll.cehoyos2010-03-091-1/+1
| * Commit files by Steinar Gunderson, forgotten in r30866.cehoyos2010-03-092-0/+184
| * Fix compilation on powerpc with --disable-altivecsiretart2010-03-091-2/+2
| * Document x264 VUI options.corey2010-03-091-0/+44
| * Add a note about what x264's 'aud' parameter is for.corey2010-03-091-0/+2
| * Implement DirectShow filter graph.sesse2010-03-086-4/+46
| * Correct QuickTime dpi output.sesse2010-03-081-2/+2
| * Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.reimar2010-03-081-0/+2
| * Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RE...reimar2010-03-081-2/+2
| * We have some sort of DVD menu support nowadays.diego2010-03-081-8/+2
| * Implement ResumeThread and SignalObjectAndWait.sesse2010-03-081-0/+31
| * Increase mplayer buffer padding size to match the new one from ffmpeg.iive2010-03-071-1/+1
| * Use FBIOPAN_DISPLAY for switching between pages, seems to work for morereimar2010-03-071-1/+1
| * Add double-buffering support to vo_fbdev.reimar2010-03-071-3/+35
| * Use int64_t instead of long for variable containing current playback time.reimar2010-03-071-1/+1
| * Avoid duplication of usePal() macro.stefano2010-03-063-3/+1
| * Add support to BGR444/RGB444 foreign endian output in libswscale.stefano2010-03-062-4/+12
| * Fix QuickTime emulated OSErr type.sesse2010-03-063-8/+8
| * Implement Win32 mutexes.sesse2010-03-061-27/+99
| * Fix semaphore behavior in WaitForSingleObject.sesse2010-03-061-1/+2
| * Make Win32 mutex and thread linked lists thread safe.sesse2010-03-061-5/+31
| * Define O_BINARY in stream/stream.h unless it is defined yet, and use itkomh2010-03-064-10/+5
| * Enable ASS/SSA subtitle support in mencodergreg2010-03-055-20/+291
* |