| Commit message (Expand) | Author | Age |
... | |
* | Avoid a division by 0 when using -oac mp3lame but no audio data actually is e... | reimar | 2009-01-28 |
* | increase max subtitle stream limit | compn | 2009-01-28 |
* | Do not use select n lirc code, instead set the fd non-blocking. | reimar | 2009-01-27 |
* | Allocate a larger backbuffer to allow resizing without reinit. | reimar | 2009-01-27 |
* | Add standard license headers. | diego | 2009-01-26 |
* | Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'. | diego | 2009-01-26 |
* | Do not duplicate VERSION string. | diego | 2009-01-26 |
* | Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'. | diego | 2009-01-26 |
* | WORDS_BIGENDIAN is defined/undefined, not 0/1. | diego | 2009-01-26 |
* | some more HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 |
* | Drop HAVE_LRINTF check, lrintf is used without checking in other places. | diego | 2009-01-26 |
* | HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined. | diego | 2009-01-26 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 |
* | version.h depends on version.sh. | diego | 2009-01-26 |
* | Fix build: Add required header and adjust preprocessor check. | diego | 2009-01-25 |
* | Drop dev- prefix from printed version number, just SVN-rXXXXX is enough. | diego | 2009-01-25 |
* | Add SSSE3 and CMOV to CPU information printed on startup. | diego | 2009-01-25 |
* | cosmetics: Consistently name 3DNow! extensions. | diego | 2009-01-25 |
* | Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg. | diego | 2009-01-25 |
* | DECLARE_ALIGNED was moved in FFmpeg. | diego | 2009-01-25 |
* | Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg. | diego | 2009-01-25 |
* | HAVE_3DNOWEX --> HAVE_3DNOWEXT | diego | 2009-01-25 |
* | Factorize print_version(). | diego | 2009-01-25 |
* | Add missing multiple inclusion guards. | diego | 2009-01-25 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | diego | 2009-01-25 |
* | Add missing header for av_gcd, fixes the warning: | diego | 2009-01-25 |
* | Fix typo: pool -> poll | reimar | 2009-01-25 |
* | Actually abort (return NULL) in the alloc-failure check in play_tree_new | reimar | 2009-01-25 |
* | Fix a NULL-check that used && instead of || and thus could not avoid crashes. | reimar | 2009-01-25 |
* | Declare struct SwsContext before using it, fixes the checkheaders warning: | diego | 2009-01-25 |
* | Disable C code when compiling AltiVec code, fixes the warning: | diego | 2009-01-25 |
* | spelling/grammar cosmetics | diego | 2009-01-25 |
* | Fix #endif comments. | diego | 2009-01-25 |
* | add "<!DOCTYPE smil" to smil playlist | compn | 2009-01-24 |
* | in parse_pat() IDENTIFY program number and pmt_pid | nicodvb | 2009-01-22 |
* | The homepage/ subdirectory should no longer be redirected on web mirrors. | diego | 2009-01-20 |
* | add EPHV to ffodivx,xvid | compn | 2009-01-20 |
* | sync w/r28341 | gpoirier | 2009-01-20 |
* | Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1. | cehoyos | 2009-01-20 |
* | Disable upcoming VC1/WMV3 VDPAU decoder. | cehoyos | 2009-01-20 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | diego | 2009-01-19 |
* | fix device_id option after r28165 | gpoirier | 2009-01-18 |
* | Reduce QuickTime binary decoder verbosity. | diego | 2009-01-17 |
* | MPlayer only supports latest libavutil. | cehoyos | 2009-01-17 |
* | Fix compilation: s/ff_gcd/av_gcd. | cehoyos | 2009-01-17 |
* | 100l, forgot to delete two defines left over from old HAVE_MMX handling code. | reimar | 2009-01-16 |
* | fix compilation without VDPAU decoders | gpoirier | 2009-01-16 |
* | add mimic in avi fourcc LM20 to ffmimic | compn | 2009-01-16 |
* | revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331 | gpoirier | 2009-01-16 |
* | Completely get rid of MMX define, use HAVE_MMX define instead. | gpoirier | 2009-01-16 |