aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add a -nosub option that allows disabling auto-selected subtitles as e.g. theGravatar reimar2009-09-28
* Allow -1 and -2 values for -aid, -vid and -sid (meaning "auto" and "disabled"...Gravatar reimar2009-09-28
* Enable loading of external subtitles also for audio-only files.Gravatar reimar2009-09-28
* Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio-...Gravatar reimar2009-09-28
* Call set_osd_subtitle also for external subs (i.e. in find_subs).Gravatar reimar2009-09-28
* Intel compiler icc 11.1 supports compilation of internal mp3lib and internal ...Gravatar cehoyos2009-09-27
* Cosmetics: Fix whitespace.Gravatar cehoyos2009-09-27
* Set sensible write frequency/priority values for AllocateMemoryMESAGravatar reimar2009-09-27
* Print error instead of crashing when mesa-buffer is used on systemsGravatar reimar2009-09-27
* Also check GLX client and server strings for extensionsGravatar reimar2009-09-27
* Amend previous commit: both zlib decoder and encoder must be disabledGravatar reimar2009-09-26
* Disable libavcodec zlib decoder when zlib is not available, fixes compilationGravatar reimar2009-09-26
* Change libaf control ordering to make the controls unique again, (AF_CONTROL_...Gravatar reimar2009-09-26
* Do not override host_arch in x86 vs. x86_64 detection if it was forced via --...Gravatar reimar2009-09-25
* Change type to avoid void * arithmetic.Gravatar reimar2009-09-25
* Set codec_type and codec_id in codec context for lavc encoders.Gravatar reimar2009-09-25
* Sync with current FFmpeg HEAD.Gravatar diego2009-09-24
* sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATICGravatar diego2009-09-24
* Add support for displaying subtitles on the command-line when playingGravatar reimar2009-09-23
* Make function argument name in header match name in .c file.Gravatar reimar2009-09-23
* Make update_subtitles work without sh_video for text subtitles.Gravatar reimar2009-09-23
* Make sure avctx->codec_type and codec_id are set, since libavcodecGravatar reimar2009-09-23
* Include mpcommon.h in mpcommon.c, ensures that the declarations in the headerGravatar reimar2009-09-23
* Factor out sh_video->pts into a refpts variable. This simplifies a future patchGravatar reimar2009-09-23
* Rename ambiguous "pts" variable to subpts.Gravatar reimar2009-09-23
* Use x264_encoder_delayed_frames instead of the current hack to flush delayedGravatar reimar2009-09-23
* sync to x264-r1260 (which changed api)Gravatar lorenm2009-09-23
* Add 0x85 ad ID for DTS audio.Gravatar diego2009-09-23
* Fix teletext font autoscaling.Gravatar cehoyos2009-09-22
* Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.Gravatar diego2009-09-22
* Allow playback of dnxhd files, as produced by FFmpeg regression test.Gravatar cehoyos2009-09-22
* Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent displ...Gravatar adrian2009-09-20
* sync faad / ffaac supported fourccs as spotted by reimarGravatar compn2009-09-20
* add another aac tagGravatar compn2009-09-20
* add newer microsoft screen binary codecGravatar compn2009-09-20
* add coreavc entry, works on windows only.Gravatar compn2009-09-20
* Add autodetection for ARM NEON SIMD.Gravatar reimar2009-09-19
* Use a compilation check to distinguish between x86 and x86_64, uname andGravatar reimar2009-09-19
* Add a check for availability of ebx register, needed forGravatar reimar2009-09-19
* Treat Haiku as BeOS (only changes the displayed name actually)Gravatar reimar2009-09-19
* Re-add some ifdefs, partially reverting r29688, since mDisplay andGravatar reimar2009-09-18
* Use vo_w32_window directly instead of via the vo_window macro in Windows-only...Gravatar reimar2009-09-18
* Get rid of several (probably) pointless ifdefsGravatar reimar2009-09-18
* Use ecx instead of ebx to avoid unnecessary issues with PIC.Gravatar reimar2009-09-17
* Cleanup buffer debugs in swScale().Gravatar ramiro2009-09-16
* Use correct buffers in vertical scaler in unscaled YV12 case.Gravatar ramiro2009-09-16
* Merge two Windows-specific #if sections to simplify the condition.Gravatar reimar2009-09-16
* Hack: set DEP/NX on Windows via SetProcessDEPPolicy.Gravatar reimar2009-09-16
* add YAXPAX and YAPAXI exports to msvcr80Gravatar compn2009-09-16
* Add several HAVE_EBX_AVAILABLE conditions where necessaryGravatar reimar2009-09-14