| Commit message (Expand) | Author | Age |
* | Avoid void * arithmetic. | reimar | 2009-09-30 |
* | Simplify aac_get_sample_rate_index | reimar | 2009-09-30 |
* | Check for grow_array allocation failure. | reimar | 2009-09-30 |
* | Avoid a possible crash if num_cluster_pos is 0. | reimar | 2009-09-30 |
* | Check for integer overflow in grow_array. | reimar | 2009-09-30 |
* | Rearrange code of grow_array to make it easier to extend. | reimar | 2009-09-30 |
* | Avoid a memleak if realloc fails in grow_array. | reimar | 2009-09-30 |
* | Change grow_array argument from void ** to void *, this avoids a aliasing | reimar | 2009-09-30 |
* | Make -nosub work to disable subtitles even if -slang and dvd streams are used. | reimar | 2009-09-29 |
* | Document -nosub option | reimar | 2009-09-28 |
* | Add a -nosub option that allows disabling auto-selected subtitles as e.g. the | reimar | 2009-09-28 |
* | Allow -1 and -2 values for -aid, -vid and -sid (meaning "auto" and "disabled"... | reimar | 2009-09-28 |
* | Enable loading of external subtitles also for audio-only files. | reimar | 2009-09-28 |
* | Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio-... | reimar | 2009-09-28 |
* | Call set_osd_subtitle also for external subs (i.e. in find_subs). | reimar | 2009-09-28 |
* | Intel compiler icc 11.1 supports compilation of internal mp3lib and internal ... | cehoyos | 2009-09-27 |
* | Cosmetics: Fix whitespace. | cehoyos | 2009-09-27 |
* | Set sensible write frequency/priority values for AllocateMemoryMESA | reimar | 2009-09-27 |
* | Print error instead of crashing when mesa-buffer is used on systems | reimar | 2009-09-27 |
* | Also check GLX client and server strings for extensions | reimar | 2009-09-27 |
* | Amend previous commit: both zlib decoder and encoder must be disabled | reimar | 2009-09-26 |
* | Disable libavcodec zlib decoder when zlib is not available, fixes compilation | reimar | 2009-09-26 |
* | Change libaf control ordering to make the controls unique again, (AF_CONTROL_... | reimar | 2009-09-26 |
* | Do not override host_arch in x86 vs. x86_64 detection if it was forced via --... | reimar | 2009-09-25 |
* | Change type to avoid void * arithmetic. | reimar | 2009-09-25 |
* | Set codec_type and codec_id in codec context for lavc encoders. | reimar | 2009-09-25 |
* | Sync with current FFmpeg HEAD. | diego | 2009-09-24 |
* | sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATIC | diego | 2009-09-24 |
* | Add support for displaying subtitles on the command-line when playing | reimar | 2009-09-23 |
* | Make function argument name in header match name in .c file. | reimar | 2009-09-23 |
* | Make update_subtitles work without sh_video for text subtitles. | reimar | 2009-09-23 |
* | Make sure avctx->codec_type and codec_id are set, since libavcodec | reimar | 2009-09-23 |
* | Include mpcommon.h in mpcommon.c, ensures that the declarations in the header | reimar | 2009-09-23 |
* | Factor out sh_video->pts into a refpts variable. This simplifies a future patch | reimar | 2009-09-23 |
* | Rename ambiguous "pts" variable to subpts. | reimar | 2009-09-23 |
* | Use x264_encoder_delayed_frames instead of the current hack to flush delayed | reimar | 2009-09-23 |
* | sync to x264-r1260 (which changed api) | lorenm | 2009-09-23 |
* | Add 0x85 ad ID for DTS audio. | diego | 2009-09-23 |
* | Fix teletext font autoscaling. | cehoyos | 2009-09-22 |
* | Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro. | diego | 2009-09-22 |
* | Allow playback of dnxhd files, as produced by FFmpeg regression test. | cehoyos | 2009-09-22 |
* | Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent displ... | adrian | 2009-09-20 |
* | sync faad / ffaac supported fourccs as spotted by reimar | compn | 2009-09-20 |
* | add another aac tag | compn | 2009-09-20 |
* | add newer microsoft screen binary codec | compn | 2009-09-20 |
* | add coreavc entry, works on windows only. | compn | 2009-09-20 |
* | Add autodetection for ARM NEON SIMD. | reimar | 2009-09-19 |
* | Use a compilation check to distinguish between x86 and x86_64, uname and | reimar | 2009-09-19 |
* | Add a check for availability of ebx register, needed for | reimar | 2009-09-19 |
* | Treat Haiku as BeOS (only changes the displayed name actually) | reimar | 2009-09-19 |