aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Let the format filter do the AC3 endianness conversion instead of duplicatingGravatar reimar2010-01-11
* MPlayer's format now correctly identifies AC3 as either little- or big-endian,Gravatar reimar2010-01-11
* Add support for distinguishing between little- and big-endian SPDIF AC3Gravatar reimar2010-01-11
* More uses of AF_FORMAT_IS_AC3Gravatar reimar2010-01-11
* Use AF_FORMAT_IS_AC3 in ao_oss.cGravatar reimar2010-01-11
* Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,Gravatar reimar2010-01-11
* Use af_fmt2bits, it should give more sensible values than snd_pcm_format_phys...Gravatar reimar2010-01-11
* Add a hack to af_fmt2bits to recognize AC3 as a 16-bit format, since thisGravatar reimar2010-01-11
* Use af_fmt2bits instead of reimplementing it.Gravatar reimar2010-01-11
* Add and use AF_FORMAT_IS_AC3 macro.Gravatar reimar2010-01-11
* Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask,Gravatar reimar2010-01-11
* mark cfhdvfw decoder as working on windows onlyGravatar compn2010-01-11
* Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included forGravatar zuxy2010-01-11
* cosmetics: {} placement.Gravatar ramiro2010-01-11
* Search X11 headers and libraries also in /usr/local/..., should easeGravatar reimar2010-01-10
* Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will notGravatar reimar2010-01-10
* FFmpeg uses ifdef in Makefiles for CONFIG_MPEGAUDIO_HP and CONFIG_HARDCODED_T...Gravatar reimar2010-01-10
* Place a volatile at a more appropriate place.Gravatar reimar2010-01-10
* Change dummy value to fit into int.Gravatar reimar2010-01-10
* Remove return statement from function that has no return value.Gravatar reimar2010-01-10
* Move mp3lib priority below libavcodec mp2/mp3 audio decoders.Gravatar reimar2010-01-10
* Fix OpenGL detection for OpenSolaris where -lXdamage is necessary.Gravatar reimar2010-01-10
* Only print "using sdl-config" if we actually used it for SDL detection.Gravatar reimar2010-01-10
* Avoid excessive fflush in dbgprintf if we didn't even print anything.Gravatar reimar2010-01-10
* Fix RegCloseKey to not return an error on success.Gravatar reimar2010-01-10
* Call XSync after XShmAttach to avoid a possible race-condition with shmctl.Gravatar reimar2010-01-10
* Prefer libdca over libdtsGravatar reimar2010-01-10
* Use !isspace() to replace isalnum() to avoid filename mismatch under MBCSGravatar zuxy2010-01-10
* Quote test arguments that may be emptyGravatar reimar2010-01-10
* Disable internal copy of liba52 by default, libavcodec should be anGravatar reimar2010-01-10
* IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that...Gravatar reimar2010-01-09
* MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it justGravatar zuxy2010-01-09
* Remove unused PREFETCHW macroGravatar zuxy2010-01-09
* Add several make variables to make --enable-hardcoded-tables actually compile.Gravatar reimar2010-01-09
* Add support for --enable-hardcoded-tables like FFmpeg has.Gravatar reimar2010-01-09
* Fix MP1 with demuxer lavf in MPEG (PS) files.Gravatar cehoyos2010-01-09
* Fix fbdev2 to work with Intel framebuffer.Gravatar reimar2010-01-09
* Fix vo_fbdev to also work with Intel framebuffer.Gravatar reimar2010-01-09
* add binary cineform hd vfw decoder to codecs.confGravatar compn2010-01-08
* Ignore 0-height slice in sws_scale, otherwise a final 0-height slice willGravatar reimar2010-01-08
* vf crop: do not generate 0-size slices, they are pointless and also confuseGravatar reimar2010-01-08
* libass needs at least freetype 2.2.1Gravatar greg2010-01-08
* mark ffqclp as working in codecs.conf, works on all my samplesGravatar compn2010-01-08
* Update internal libass copy to commit 8db4a5Gravatar greg2010-01-08
* Cosmetics: Fix indentationGravatar cehoyos2010-01-08
* QCELP is part of libavcodec.Gravatar cehoyos2010-01-08
* Fix libass API checksGravatar greg2010-01-08
* update wishlistGravatar compn2010-01-08
* sync with en/mplayer.1 r30197Gravatar jrash2010-01-08
* Implement sws_isSupportedInput() and sws_isSupportedOutput().Gravatar stefano2010-01-07