summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: Generate version numbers for gitUoti Urpala2009-11-233-11/+7
* core: Fix rare corner cases in video frame generationUoti Urpala2009-11-231-3/+3
* core: Handle VO-added frames even with correct-pts disabledUoti Urpala2009-11-231-3/+7
* stream_ffmpeg: Fix reads near EOFUoti Urpala2009-11-231-1/+1
* Merge svn changes up to r29962Uoti Urpala2009-11-2348-482/+637
|\
| * Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyreimar2009-11-2214-23/+23
| * Some MinGW awk versions can not handle reading from files with CRLFreimar2009-11-220-0/+0
| * 100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_com...reimar2009-11-221-0/+2
| * av_alloc_format_context -> avformat_alloc_contextreimar2009-11-221-1/+1
| * Fix initialization values for vf_expand priv struct.reimar2009-11-221-0/+2
| * Remove unused variable.reimar2009-11-221-2/+0
| * Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_...reimar2009-11-221-2/+2
| * Switch ad_ffmpeg to avcodec_decode_audio3reimar2009-11-221-1/+5
| * Remove unused variable.reimar2009-11-221-1/+0
| * Reuse buffer in priv context instead of allocating the 32kB probe bufferreimar2009-11-221-4/+3
| * Fix crash with partial fribidi conversion.reimar2009-11-221-1/+1
| * Mention right-to-left support for embedded subtitles also in the Changelog.reimar2009-11-221-0/+1
| * Make fribidi (i.e. right-to-left) support work with embedded subtitles.reimar2009-11-221-3/+13
| * Synced with help_mp-en.h r29912jrash2009-11-211-213/+214
| * Print which visual glXChooseVisual chose when running in verbose mode.reimar2009-11-211-0/+1
| * Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.reimar2009-11-211-3/+3
| * Add support for Windows OpenGL rendering onto a device instead of into a window.reimar2009-11-213-8/+48
| * Remove unreachable parsing code: for filters that use the option parser,reimar2009-11-217-135/+0
| * Support RGB48NE format in OpenGL vos (only really useful once they are modifiedreimar2009-11-211-0/+4
| * Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit form...reimar2009-11-211-0/+2
| * Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.reimar2009-11-211-0/+3
| * Add a define for IMGFMT_RGB48NE that depends on machine endianness.reimar2009-11-211-0/+2
| * Move 128kB buffer from stack to demuxer context.reimar2009-11-201-1/+2
| * calloc instead of malloc+memset.reimar2009-11-201-2/+1
| * Use calloc to allocate a rather large (currently 32k) array instead ofreimar2009-11-201-1/+2
| * sub_fribidi should be static, it is not used outside subreader.creimar2009-11-201-1/+1
| * Use early return instead of block over whole function.reimar2009-11-201-2/+2
| * Use FFMAX instead of a custom max macro.reimar2009-11-201-4/+2
| * Silence two gcc warnings: suggest parentheses around && within ||cehoyos2009-11-181-2/+2
| * Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.diego2009-11-181-0/+3
| * Add functions to return library license and library configuration.diego2009-11-182-0/+21
| * 10l to Reimar: Fix typo.cehoyos2009-11-181-1/+1
| * Deobfuscate the special hack to disable cache for live555.reimar2009-11-173-2/+6
| * Merge malloc+memset -> callocreimar2009-11-171-4/+2
| * Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is setreimar2009-11-171-2/+2
| * Remove useless check for valid fd with -dumpstream, the code does notreimar2009-11-171-4/+0
| * Enable the read-based forward seek fallback also when CONFIG_NETWORK isreimar2009-11-171-2/+2
| * Use fill_buffer if available also for STREAMTYPE_STREAMreimar2009-11-171-0/+3
| * Mention support for streaming via FFmpeg in Changelog (ffmpeg:// URLs).reimar2009-11-171-0/+4
| * Add preliminary support for streaming via FFmpeg's URProtocol functions.reimar2009-11-173-1/+147
| * Complete configure support for compiling in FFmpeg's protocol support.reimar2009-11-171-0/+6
| * Use avcodec_align_dimensions to appropriately align width and height inreimar2009-11-171-5/+2
| * Set display size in sh_video when decoding H264.cehoyos2009-11-161-0/+2
| * Clarify new VDPAU MPEG4 ASP and DVB teletext decoding features.cehoyos2009-11-161-2/+2
| * synced with r29912Gabrov2009-11-163-34/+98
| * synced with help_mp-en.h r29912ptt2009-11-161-1/+2
| * added -name, -title, -use-filename-title options to Changelogptt2009-11-162-0/+2
| * more changescompn2009-11-161-2/+12
| * Use calloc instead of initializing each struct member individually to 0.reimar2009-11-161-22/+1
| * Try to detect broken files with unaligned chunks.reimar2009-11-162-0/+16
* | core: Do OSD/subtitle updates at a more accurate pointUoti Urpala2009-11-221-10/+5
* | af_scaletempo: Fix delay value after changing scale to 1Uoti Urpala2009-11-221-0/+1
* | core: Add support for decoder reordering of pts valuesUoti Urpala2009-11-218-9/+111
* | VO: Keep aspect by adding black bars in window mode too if necessaryUoti Urpala2009-11-202-3/+7
* | vo_vdpau: Check return value when setting video mixer featuresUoti Urpala2009-11-171-3/+6
* | cosmetics: remove some unused variablesUoti Urpala2009-11-175-8/+0
* | vo_vdpau: Check return value when setting video attributesUoti Urpala2009-11-171-24/+24
* | vo_xv: Support yuv colorspace changes on ATI cardsUoti Urpala2009-11-171-2/+4
* | mplayer.c: Fix compilation with dvdnav enabledUoti Urpala2009-11-161-3/+3
* | Merge svn changes up to r29912Uoti Urpala2009-11-1685-1000/+1697
|\|
| * Show OSD message when enabling/disabling de-interlacing.cehoyos2009-11-142-0/+3
| * cosmetics and grammar fixesptt2009-11-131-17/+18
| * Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for ...reimar2009-11-131-0/+8
| * sync with en/mplayer.1 r29905jrash2009-11-131-12/+32
| * Check that mpctx->audio_out is not NULL when trying to uninit it.reimar2009-11-131-1/+2
| * synced with r29905ptt2009-11-131-1/+16
| * synced with r29885ptt2009-11-121-11/+33
| * cosmetic fixes as pointed out by diegoptt2009-11-121-4/+4
| * Added -name, -title and -use-filename-title options and implementation in X11...ptt2009-11-126-2/+36
| * Do not dynamically load libvdpau.so.1, but link at compile time.cehoyos2009-11-112-22/+6
| * Replace dead link explaining why not to use HTML on the mailing lists.tack2009-11-1110-10/+10
| * Fix declarations in mp_taglists.h and include it in mp_taglists.c toreimar2009-11-112-3/+4
| * Add a "tips and tricks" section to the slave mode documentation.reimar2009-11-111-0/+9
| * Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used t...reimar2009-11-111-37/+37
| * Do not call resume on unpausing if we have already reached eof whilereimar2009-11-111-0/+3
| * Remember which subtitle was auto-selected for dvdnav due to -slangreimar2009-11-111-1/+14
| * Factor out code that decides which subtitle to play.reimar2009-11-111-24/+28
| * Avoid modifying dvdsub_id in command.c where possible.reimar2009-11-111-2/+2
| * Move headers related to setting dvd speed to dvd_common.reimar2009-11-112-14/+19
| * Set the EOF flag when dvdnav reached the end of the requested title.reimar2009-11-111-2/+6
| * Support the range syntax (like dvd://2-5) also for dvdnav.reimar2009-11-111-5/+7
| * 10l: Fix compilation without VDPAU.cehoyos2009-11-111-1/+1
| * Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speedreimar2009-11-104-73/+79
| * Move arrays used by both dvd and dvdnav to dvd_common.reimar2009-11-104-5/+6
| * Remove unused extern declarations.reimar2009-11-101-1/+0
| * Share dvd_device extern declaration between dvd and dvdnav.reimar2009-11-103-2/+1
| * Remove an unused variable.reimar2009-11-101-1/+1
| * Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capablecehoyos2009-11-108-1/+43
| * Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.diego2009-11-101-0/+1
| * Update man page to reflect support for up to 8 channels.tack2009-11-101-6/+8
| * Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer si...reimar2009-11-101-2/+4
| * Calculate length of ASF files with more than 1 second precision.reimar2009-11-102-2/+2
| * Fix length calculation for ASF, preroll is in ms, play time in 100 ns.reimar2009-11-101-1/+1
| * Remove useless castreimar2009-11-101-1/+1
| * Changelog: add note that 8 channel audio is now supported.tack2009-11-101-0/+1
| * Use configure code to define PIC instead of duplicating the check in mangle.h.reimar2009-11-102-6/+1
| * Delete "auto-close" from configuration whose support has long been removed.zuxy2009-11-101-1/+1
| * Add support for DVB teletext.reimar2009-11-104-2/+52
| * Free demuxer->teletext when closing the demuxer.reimar2009-11-101-0/+3
| * Set demuxer->teletext to NULL when closing the TV interface,reimar2009-11-101-0/+1
| * 100: Fix function parameters when calling create_vdp_decoder() from query_for...cehoyos2009-11-101-1/+1
| * Cosmetics: Fix indentation after last commit.cehoyos2009-11-101-1/+1
| * Fail in query_format() if a VDPAU decoder is not available.cehoyos2009-11-101-5/+8
| * Add a default to switch(image_format), suppresses a warning after a future pa...cehoyos2009-11-101-0/+3
| * Add support for 8 channel audio.tack2009-11-1010-19/+215
| * Cosmetics: remove trailing whitespace from file.tack2009-11-101-1/+0
| * Properly free the pthread mutex for teletext.reimar2009-11-091-0/+2
| * Allow teletext compilation without pthreadsreimar2009-11-091-0/+11
| * Fix compilation of teletext code without freetype supportreimar2009-11-091-0/+2
| * Change type of teletext color specification from unsigned charreimar2009-11-091-1/+1
| * Make sure the teletext property stuff does not crash if no demuxer is available.reimar2009-11-091-1/+1
| * The code for the non-networking case is the same whether networkingreimar2009-11-091-5/+2
| * Factor out triplicated break statement.reimar2009-11-091-3/+4
| * Remove unused mp_dvdnav_aid_from_audio_num functionreimar2009-11-091-21/+0
| * Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang andreimar2009-11-091-9/+13
| * Use enum PixelFormat instead of int for srcFormat and dstFormat.cehoyos2009-11-081-8/+8
| * Remove macho64 special-case for yasm options, -DPIC is already addedreimar2009-11-081-1/+0
| * Remove a pointless undeclared function reference, #error is assumedreimar2009-11-081-1/+0
| * Add a comment that the PIC handling in mangle.h is duplicate also inreimar2009-11-081-0/+1
| * Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.reimar2009-11-081-0/+15
| * Clarify possible issues with gmplayer commandline options due to conflictsreimar2009-11-081-1/+4
| * Remove CONFIG_TV_TELETEXT.cehoyos2009-11-0711-93/+1
| * Factorise vbi_decode().cehoyos2009-11-071-30/+39
| * Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT.cehoyos2009-11-071-0/+2
| * Separate teletext from tv support.cehoyos2009-11-0712-56/+81
| * Remove pointless and broken (e.g. does not set aid and vid) -tsprog handlingreimar2009-11-071-22/+3
| * Use switch_program property from mplayer.c to set ts_prog.reimar2009-11-071-0/+4
| * Remove an empty program if the one requested by IDENTIFY_PROGRAM does not existreimar2009-11-071-4/+4
| * Document sws_freeContext().stefano2009-11-071-0/+4
| * Whitespace cosmetics: reindent reinit_audio_chain functionreimar2009-11-061-43/+43
| * Remove some useless comments/commented-out code.reimar2009-11-061-3/+0
| * Split assignment from error value check to avoid overcomplicated if () condit...reimar2009-11-061-2/+3
| * Reuse the init_error exit path also for init_best_audio_codec errors.reimar2009-11-061-3/+1
| * Simplify: use &= instead of a = b & a;reimar2009-11-061-1/+1
| * Remove some unnecessary else blocksreimar2009-11-061-3/+2
| * Use an early return instead of a {} block over the whole function in reinit_a...reimar2009-11-061-2/+2
| * Disable audio when initializing the filter chain fails (can happen e.g. when ...reimar2009-11-061-7/+8
| * Only call avcodec_close if the open succeeded before, otherwise avcodec_closereimar2009-11-061-1/+2
| * PPC: make inline asm xform address test work with Apple toolsattila2009-11-061-1/+1
| * sync with en/mplayer.1 r29823jrash2009-11-061-2/+9
| * dvdnav: print ID_SID_..._LANG, just like dvd://reimar2009-11-051-0/+2
| * Cosmetics: indentation, merge two consecutive ifs.reimar2009-11-051-6/+4
| * Make dvdnav also print info about audio streams with unknown language, just l...reimar2009-11-051-1/+1
| * Make the dvdnav stream language information output more similar to the dvd one.reimar2009-11-051-10/+6
| * Change the subtitle numbers in the dvdnav subtitle language info to matchreimar2009-11-051-1/+1
| * Change dvdnav_reset_stream to not disable subtitles, since that breaksreimar2009-11-051-2/+0
| * Add cast to signed for 64 bit check, since according to an FFmpeg bug reportreimar2009-11-051-1/+1
| * Add a profile example and (commented-out) useful defaults for dvdnavreimar2009-11-051-0/+3
| * So Long, and Thanks for All the Fishreynaldo2009-11-051-5/+5
| * Add new VDPAU feature high-quality-scaling (and require newer library).cehoyos2009-11-043-2/+17
| * reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_*tack2009-11-042-6/+1
| * ad_ffmpeg: Fix channel layout for ffvorbis and ffaactack2009-11-041-8/+1
| * cosmetics: alphabetizecompn2009-11-031-1/+1
| * 10l for breaking compilation. change eatgv to tgvcompn2009-11-031-1/+1
| * Remove unneeded initializationreynaldo2009-11-031-1/+0
| * add yuvs fourcc, fixes yuvs.movcompn2009-11-031-0/+1