aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Move duplicated '#define closesocket close' into network.h along withGravatar diego2008-08-29
* consistency cosmetics: Avoid using .. in #include paths.Gravatar diego2008-08-29
* Sync libdvdcss with upstream version 1.2.10.Gravatar diego2008-08-29
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* Implement swscale_version().Gravatar stefano2008-08-29
* Remove pointless '#if 1 [...] #endif' around has_cpuid() function.Gravatar diego2008-08-29
* Implement check for closesocket(), needed by libavformat, fixes Bugzilla #1257.Gravatar diego2008-08-29
* handle the lavfpref demuxer in the same way as the lavf oneGravatar aurel2008-08-27
* synced with r27454Gravatar ptt2008-08-27
* sync'ed to r27071Gravatar ptt2008-08-27
* Drop av_always_inline definition. It is duplicated from libavutil andGravatar diego2008-08-26
* Rename always_inline macro to av_always_inline so as not to clash withGravatar diego2008-08-26
* prefer libavformat to demux matroska filesGravatar aurel2008-08-26
* Fix forumla -> formula in commentGravatar reimar2008-08-26
* Fix 'cast from pointer to integer of different size' on 64bit architectures. ...Gravatar ranma2008-08-24
* Handle AOPLAY_FINAL_CHUNKGravatar ranma2008-08-24
* cosmetics: indentationGravatar aurel2008-08-24
* use new lavf API to grab sample_aspect_ratio from the demuxersGravatar aurel2008-08-24
* fix compiler warningsGravatar ranma2008-08-23
* Remove unused and untested function. It is only part of our local patchset.Gravatar diego2008-08-22
* Remove duplicate vsscanf fallback implementation, we have another in osdep/.Gravatar diego2008-08-22
* -geometry support for -vo fbdev.Gravatar reimar2008-08-22
* Sync libdvdcss with upstream version r212.Gravatar diego2008-08-21
* Add support for AAC decoding through FFmpeg; libfaad is preferred for now.Gravatar diego2008-08-21
* cosmetics: Remove trailing whitespace and tabs.Gravatar diego2008-08-21
* Remove SKIP_DEPS trick. The same effect can be achieved without it.Gravatar diego2008-08-18
* fix for alignment problem on older ARM coresGravatar diego2008-08-17
* Add check for ARM VFP instructions.Gravatar diego2008-08-17
* sync w/r27466Gravatar gpoirier2008-08-15
* Work correctly with very small files where less than outburst is to be played.Gravatar diego2008-08-15
* Document -lavcopts o, aka libavcodec AVOption.Gravatar michael2008-08-15
* FFmpeg no longer has fastmemcpy support, so no longer trigger recursingGravatar diego2008-08-14
* Remove unused static declarations, fixes the warnings:Gravatar diego2008-08-14
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Gravatar diego2008-08-14
* 100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.Gravatar diego2008-08-14
* add mapping for real audio and video CODEC_ID to MPlayer's fourccGravatar aurel2008-08-13
* fixes spotted by diegoGravatar compn2008-08-13
* demux_lavf: fix mp_seek behavior in case of seeking errorGravatar aurel2008-08-13
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-08-12
* Remove useless DVB-related #include.Gravatar diego2008-08-12
* Enable PNG encoder in libavcodec for vf_screenshot only if zlib is enabled.Gravatar diego2008-08-12
* updatesGravatar compn2008-08-12
* Mention IVTV, S3 and SH_VEU drivers within VIDIX section of manpage.Gravatar ben2008-08-11
* Update ChangeLog with latest VIDIX related changes regarding SuperH.Gravatar ben2008-08-11
* Add VIDIX driver for SuperH Mobile VEU hardware block.Gravatar ben2008-08-11
* Add proper VIDIX support for SuperH architecture.Gravatar ben2008-08-11
* sync w/r27348, patch by JRaSHGravatar gpoirier2008-08-11
* fix audio in some rtsp streams, ok'd by lu_zeroGravatar compn2008-08-11
* The PNG encoder in libavcodec needs to be enabled for vf_screenshot even ifGravatar diego2008-08-10
* codecs.c note is very old and unneeded.Gravatar compn2008-08-10