| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | fix wrong #ifdef/#ifndef -> #if conversion in r28323 | gpoirier | 2009-01-16 |
* | fix compilation on non x86 machines (PPC here) | gpoirier | 2009-01-16 |
* | Fix a wrongly converted !defined(ARCH_X86_64) | reimar | 2009-01-16 |
* | 100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time. | reimar | 2009-01-16 |
* | Another missed #ifdef HAVE_MMX | reimar | 2009-01-16 |
* | More #ifdef HAVE_MMX etc. missed by earlier search. | reimar | 2009-01-16 |
* | More #ifdef -> #if fixes | reimar | 2009-01-16 |
* | Lots and lots of #ifdef ARCH_... -> #if ARCH_... | reimar | 2009-01-16 |
* | More #ifdef -> #if | reimar | 2009-01-16 |
* | Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc. | reimar | 2009-01-16 |
* | Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will | cehoyos | 2009-01-16 |
* | Disable upcoming MPEG_VDPAU_DECODER. | cehoyos | 2009-01-16 |
* | one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail com | diego | 2009-01-16 |
* | sync w/r28279 | gpoirier | 2009-01-15 |
* | Get rid of now unused FFmpeg ENABLE_ preprocessor directives. | diego | 2009-01-15 |
* | Sync with latest FFmpeg changes: #define disabled preprocessor directives | diego | 2009-01-15 |
* | Treat mlib as a normal FFmpeg option, not a CPU extension. | diego | 2009-01-15 |
* | Treat SH architecture like SH4 like in FFmpeg, the only place it is used. | diego | 2009-01-15 |
* | SH4 is not a CPU extension mechanism. | diego | 2009-01-15 |
* | Mark internal libraries as such in the configure summary, fixes Bugzilla #1378. | diego | 2009-01-15 |
* | Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net. | diego | 2009-01-15 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | aurel | 2009-01-14 |
* | add SLMJ fourcc to ffmjpeg | compn | 2009-01-13 |
* | add binary codecs: | compn | 2009-01-13 |
* | add nsvideo (NSVI) binary codec. works on uncommon samples list | compn | 2009-01-13 |