aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Avoid void * arithmetic.Gravatar reimar2009-09-30
* Simplify aac_get_sample_rate_indexGravatar reimar2009-09-30
* Check for grow_array allocation failure.Gravatar reimar2009-09-30
* Avoid a possible crash if num_cluster_pos is 0.Gravatar reimar2009-09-30
* Check for integer overflow in grow_array.Gravatar reimar2009-09-30
* Rearrange code of grow_array to make it easier to extend.Gravatar reimar2009-09-30
* Avoid a memleak if realloc fails in grow_array.Gravatar reimar2009-09-30
* Change grow_array argument from void ** to void *, this avoids a aliasingGravatar reimar2009-09-30
* Make -nosub work to disable subtitles even if -slang and dvd streams are used.Gravatar reimar2009-09-29
* Document -nosub optionGravatar reimar2009-09-28
* 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