aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Actually abort (return NULL) in the alloc-failure check in play_tree_newGravatar reimar2009-01-25
* Fix a NULL-check that used && instead of || and thus could not avoid crashes.Gravatar reimar2009-01-25
* Declare struct SwsContext before using it, fixes the checkheaders warning:Gravatar diego2009-01-25
* Disable C code when compiling AltiVec code, fixes the warning:Gravatar diego2009-01-25
* spelling/grammar cosmeticsGravatar diego2009-01-25
* Fix #endif comments.Gravatar diego2009-01-25
* add "<!DOCTYPE smil" to smil playlistGravatar compn2009-01-24
* in parse_pat() IDENTIFY program number and pmt_pidGravatar nicodvb2009-01-22
* The homepage/ subdirectory should no longer be redirected on web mirrors.Gravatar diego2009-01-20
* add EPHV to ffodivx,xvidGravatar compn2009-01-20
* sync w/r28341Gravatar gpoirier2009-01-20
* Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.Gravatar cehoyos2009-01-20
* Disable upcoming VC1/WMV3 VDPAU decoder.Gravatar cehoyos2009-01-20
* cosmetics: Remove pointless period after copyright statement non-sentences.Gravatar diego2009-01-19
* fix device_id option after r28165Gravatar gpoirier2009-01-18
* Reduce QuickTime binary decoder verbosity.Gravatar diego2009-01-17
* MPlayer only supports latest libavutil.Gravatar cehoyos2009-01-17
* Fix compilation: s/ff_gcd/av_gcd.Gravatar cehoyos2009-01-17
* 100l, forgot to delete two defines left over from old HAVE_MMX handling code.Gravatar reimar2009-01-16
* fix compilation without VDPAU decodersGravatar gpoirier2009-01-16
* add mimic in avi fourcc LM20 to ffmimicGravatar compn2009-01-16
* revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331Gravatar gpoirier2009-01-16
* Completely get rid of MMX define, use HAVE_MMX define instead.Gravatar gpoirier2009-01-16
* fix wrong #ifdef/#ifndef -> #if conversion in r28323Gravatar gpoirier2009-01-16
* fix compilation on non x86 machines (PPC here)Gravatar gpoirier2009-01-16
* Fix a wrongly converted !defined(ARCH_X86_64)Gravatar reimar2009-01-16
* 100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time.Gravatar reimar2009-01-16
* Another missed #ifdef HAVE_MMXGravatar reimar2009-01-16
* More #ifdef HAVE_MMX etc. missed by earlier search.Gravatar reimar2009-01-16
* More #ifdef -> #if fixesGravatar reimar2009-01-16
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* More #ifdef -> #ifGravatar reimar2009-01-16
* Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc.Gravatar reimar2009-01-16
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which willGravatar cehoyos2009-01-16
* Disable upcoming MPEG_VDPAU_DECODER.Gravatar cehoyos2009-01-16
* one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail comGravatar diego2009-01-16
* sync w/r28279Gravatar gpoirier2009-01-15
* Get rid of now unused FFmpeg ENABLE_ preprocessor directives.Gravatar diego2009-01-15
* Sync with latest FFmpeg changes: #define disabled preprocessor directivesGravatar diego2009-01-15
* Treat mlib as a normal FFmpeg option, not a CPU extension.Gravatar diego2009-01-15
* Treat SH architecture like SH4 like in FFmpeg, the only place it is used.Gravatar diego2009-01-15
* SH4 is not a CPU extension mechanism.Gravatar diego2009-01-15
* Mark internal libraries as such in the configure summary, fixes Bugzilla #1378.Gravatar diego2009-01-15
* Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net.Gravatar diego2009-01-15
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Gravatar aurel2009-01-14
* add SLMJ fourcc to ffmjpegGravatar compn2009-01-13
* add binary codecs:Gravatar compn2009-01-13
* add nsvideo (NSVI) binary codec. works on uncommon samples listGravatar compn2009-01-13
* add yamaha adpcm ffmpeg codec, works on sampleGravatar compn2009-01-13
* Update copyright year.Gravatar diego2009-01-11