summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge svn changes up to r30848Uoti Urpala2010-03-1023-553/+457
|\|
| * Make GetModuleHandle(NULL) return a valid pointer.sesse2010-03-051-5/+19
| * try to avoid returning odd slices.michael2010-03-051-1/+4
| * Reuse fb_tty_fd for setting up the text area.reimar2010-03-051-11/+5
| * sync with en/mplayer.1 rev. 30822jrash2010-03-051-8/+13
| * Partial revert of r30843.sesse2010-03-051-17/+5
| * Support thread handles in WaitForSingleObject.sesse2010-03-051-5/+29
| * Cosmetics: fix vertical alignment.benoit2010-03-051-2/+2
| * libswscale: Extend the unaccelerated path of the unscaled yuv2rgb specialbenoit2010-03-053-1/+59
| * Support BGR555, BGR565, RGB555 and RGB565 foreign endian output incehoyos2010-03-043-10/+28
| * Remove NUT specification stubs.diego2010-03-042-12/+0
| * Run script with /bin/sh instead of bash.diego2010-03-041-1/+1
| * Make emulated Win32 critical sections thread safe.sesse2010-03-041-17/+30
| * cosmetics: Use consistent if expression syntax.diego2010-03-041-2/+1
| * Use $() syntax instead of backticks, it is easier to nest.diego2010-03-041-2/+2
| * Clarify that ssh is not required for committing to MPlayer.diego2010-03-041-0/+4
| * Update URL for Subversion homepage.diego2010-03-041-1/+1
| * Fix crashes in CreatePalette by fixing the LOGPALETTE struct.sesse2010-03-041-2/+1
| * Fix manual reset behavior of Win32 events.sesse2010-03-041-1/+1
| * Fix return values of WaitForSingleObject when checking an event.sesse2010-03-041-2/+2
| * Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c insteadkomh2010-03-042-5/+16
| * 1. Move the macros for priority classes for OS/2 from priority.c to osdep.hkomh2010-03-042-23/+21
| * Revert r30825, it was not supposed to be committed.stefano2010-03-042-35/+18
| * Fill the r, g, b values used for computing the c->pal_yuv table in thestefano2010-03-041-0/+2
| * Make swscale-test take in input the name of the input and the outputstefano2010-03-042-18/+35
| * Partially revert r30645, the final output format is determined byreimar2010-03-032-2/+6
| * Save the new width and height earlier so that e.g. -geometry 30x30-50-50reimar2010-03-031-4/+6
| * Add support for specifying window position relative to right and bottomreimar2010-03-032-7/+15
| * Simplify sscanf format strings and get rid of useless percent variable.reimar2010-03-031-4/+3
| * Avoid very deep indentation level and RESET_GEOMETRY macro in -geometryreimar2010-03-031-39/+34
| * Add a VCD support for OS/2komh2010-03-033-1/+255
| * Drop support for old-style DVB code.diego2010-03-027-411/+15
* | Ignore svn changes up to r30817Uoti Urpala2010-03-100-0/+0
|\|
| * Remove RTSP_MUXER from libavmuxers to fix compilation with --disable-networkrectalogic2010-03-021-1/+1
| * Add CONFIG_LSP to config.h for libavcodec compilation.diego2010-03-021-0/+1
* | Merge svn changes up to r30815Uoti Urpala2010-03-105-147/+268
|\|
| * Remove unused and useless define.reimar2010-03-011-1/+0
| * Fix memleak due to strdup'd filename not being freed.reimar2010-03-011-0/+2
| * Move functions into proper order to avoid extra declarations.reimar2010-03-011-15/+12
| * Deduplicate code to set stream start_pos/end_pos.reimar2010-03-011-12/+15
| * Set stream->pos correctly after seeking to a VCD title.reimar2010-03-011-0/+1
| * Ensure that cue_current_pos.track is not set to an invalid value afterreimar2010-03-011-8/+5
| * Fix off-by-one error in chapter<->VCD track conversion.reimar2010-03-011-2/+2
| * Fix cue_read_toc_entry to also reject negative track numbersreimar2010-03-011-1/+1
| * Implement cue:// track switching via chapter forward/backward like for audio ...reimar2010-03-011-0/+28
| * Fix cue_vcd_get_track_end to not change the current position.reimar2010-03-011-4/+3
| * Avoid fd_bin and fd_cue global variables.reimar2010-03-011-9/+9
| * Avoid a global variable and a strcpy.reimar2010-03-011-6/+2
| * Reindent.reimar2010-03-011-19/+19
| * Avoid code duplication and excessively deep nesting in cue_find_binreimar2010-03-011-37/+32
| * Use sizeof instead of hardcoded size.reimar2010-03-011-2/+2
| * Documentation: Add linebreak and try to be less ambiguous.cehoyos2010-02-281-2/+2
| * Extend stream_read_line to support reading lines from UTF-16 encoded filesreimar2010-02-284-51/+153
* | Merge svn changes up to r30798Uoti Urpala2010-03-1032-292/+345
|\|
| * sub_utf8 is handled as a value, not flags everywhere else, so changereimar2010-02-281-1/+1
| * Make array describing the subtitle reader modules const.reimar2010-02-281-2/+2
| * Move stream_read_line implementation from stream.h to stream.c,reimar2010-02-282-26/+27
| * Simplify handling of 0-termination in stream_read_linereimar2010-02-281-3/+5
| * Remove useless cast.reimar2010-02-281-1/+1
| * Use negative return values for errors in pls_read_entry to make it matchreimar2010-02-281-3/+3
| * A playlist entry number of 0 is invalid for pls playlists.reimar2010-02-281-1/+1
| * Improve integer overflow and realloc error handling in playlist parser.reimar2010-02-281-3/+18
| * Reuse the keyframe flag from x264 instead of trying to derive it on our own.reimar2010-02-281-4/+1
| * Use the KEYFRAME define instead of some magic number.reimar2010-02-282-4/+4
| * Add cddb:// support for OS/2komh2010-02-282-0/+107
| * Make sws_dcVec static: It is only used inside libswscale/utils.c.cehoyos2010-02-281-1/+1
| * Get rid of many ugly casts.cehoyos2010-02-281-39/+38
| * Make close_toolame() static, only used in ae_toolame.c.cehoyos2010-02-281-1/+1
| * Add support for reading key events from MinGW xterm.reimar2010-02-281-1/+10
| * Make close_twolame() static, only used in ae_twolame.c.cehoyos2010-02-281-1/+1
| * Fix warning "missing braces around initializer".cehoyos