aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.Gravatar diego2009-06-19
* Do not call rgb2rgbWrapper() for rgb48*, there is no special converter Gravatar vitor2009-06-17
* enable fontconfig support by default. This change takes only in effect,Gravatar siretart2009-06-17
* Conform to the updated Desktop File Specification. Also improve theGravatar siretart2009-06-17
* add .mp1/.mp2 mov audio fourcc to ffmp2 codecGravatar compn2009-06-17
* Add a missing check for a NULL return value.Gravatar eugeni2009-06-16
* Do not auto-detect old libnut installations.Gravatar cehoyos2009-06-16
* Rename LIBVORBIS Makefile variable to VORBIS.Gravatar diego2009-06-14
* 100l: Add missing $s to default language variable checks, which preventedGravatar diego2009-06-14
* Overhaul translation handling completely and add options to install specificGravatar diego2009-06-14
* cosmetics: Drop leading underscore from _language* variables.Gravatar diego2009-06-14
* Allow setting message language separately from documentation language.Gravatar diego2009-06-14
* Drop redundant setting of message language to English when all languagesGravatar diego2009-06-14
* sync with ffmpegGravatar compn2009-06-13
* refine previous translationGravatar jrash2009-06-12
* sync with ffmpegGravatar compn2009-06-12
* sync with ffmpegGravatar compn2009-06-12
* Kill warnings of possibly unused variables by using av_unused.Gravatar ramiro2009-06-11
* Fix compilation: #undef standard library functions that areGravatar diego2009-06-11
* Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.Gravatar diego2009-06-11
* replace "g" asm constraint by "erm" since "g" allows 64bit immediates whileGravatar gpoirier2009-06-07
* Remove '\p' doxygen markup, as it should improve plain text doxyGravatar stefano2009-06-06
* Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.Gravatar ramiro2009-06-04
* Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.Gravatar ramiro2009-06-04
* Use DECLARE_ALIGNED macro instead of gcc __attribute__.Gravatar ramiro2009-06-04
* cosmetics: replace dead urlGravatar compn2009-06-03
* Files should be opened in binary mode on OS/2.Gravatar diego2009-06-03
* CONFIG_LIBNEMESI and CONFIG_LIVE555 are not defined to 0/1 values.Gravatar diego2009-06-03
* Configure needs AS to be set for the Makefiles.Gravatar reimar2009-06-02
* Testing RGB48 variants requires bigger stride in swscale-example.cGravatar kostya2009-06-02
* YUV into RGB48 BE/LE conversion supportGravatar kostya2009-06-02
* Partial (low bits ignored, no direct transcoding into other RGB formats) supportGravatar kostya2009-06-02
* Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctlyGravatar reimar2009-06-01
* Initialize local variable, avoids a possible crash due to using anGravatar reimar2009-06-01
* Add const where appropriate, also gets rid of a compiler warning.Gravatar reimar2009-06-01
* 100l, do not read probe buffer if it will not be used because a format was fo...Gravatar reimar2009-06-01
* Add actually working support for PPC64Gravatar reimar2009-06-01
* Use target_arch and target_subarch which is more similar to what FFmpeg usesGravatar reimar2009-06-01
* Add some missing FFmpeg archsGravatar reimar2009-06-01
* Using nl_langinfo in the asf mmst implementation makes no sense sinceGravatar reimar2009-05-31
* Use a malloced string for the get_term_charset return value.Gravatar reimar2009-05-31
* Make ID_SEEKABLE depend on both the stream and the demuxer being seekable,Gravatar reimar2009-05-31
* In all demux_info_add calls change "name" to "title".Gravatar reimar2009-05-30
* 100l, demuxer info tags are _not_ case sensitive, so use strcasecmp.Gravatar reimar2009-05-30
* forgot a line :(; addedGravatar ptt2009-05-28
* synced with r2769Gravatar ptt2009-05-28
* sync'ed to r29209Gravatar ptt2009-05-28
* refine previous translationGravatar jrash2009-05-28
* add dvh1 fourcc to ffdv codec, fixes dvh1_sample_truncated.aviGravatar compn2009-05-26
* add binary decoder for YLC0Gravatar compn2009-05-26