aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Rename --enable-tremor-external option to --enable-tremor along with theGravatar diego2008-09-01
* Do not refer to libcdio and liblzo as external in the help output.Gravatar diego2008-09-01
* Rename --enable-faad-external option to --enable-faad along with theGravatar diego2008-09-01
* Initialize _def_faad* variables to disabled before setting them.Gravatar diego2008-09-01
* Fall back on external libfaad check if internal libfaad check failed.Gravatar diego2008-09-01
* Put '#define closesocket close' under proper '#ifndef HAVE_CLOSESOCKET'Gravatar diego2008-09-01
* Move '#define closesocket close' preprocessor directive to a common placeGravatar diego2008-09-01
* Revert moving closesocket definition and network headers to network.h.Gravatar diego2008-08-31
* Only use winsock2.h to check for closesocket().Gravatar diego2008-08-31
* Fix closesocket test, patch by Serge Levin, serge.levin.spb gmail com.Gravatar diego2008-08-31
* Add necessary #include <stdlib.h> for realloc/calloc/free.Gravatar diego2008-08-31
* Remove unused GUID_t definition that also incorrectly defined GUID_DEFINEDGravatar reimar2008-08-31
* Change header inclusion guard names in line with FFmpeg r15120.Gravatar stefano2008-08-31
* Rename internal libdvdread fork from dvdread to libdvdreadGravatar rathann2008-08-30
* Print DVD volume ID with -identify.Gravatar reimar2008-08-30
* 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