aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Unify over rtsp_transport_tcp as var to hold the -rtsp-stream-over-tcp flag a...Gravatar lu_zero2009-05-25
* Make sure -rtsp-stream-with-sctp is supported while building with libnemesiGravatar lu_zero2009-05-25
* Move colorspace conversion functions implemented in pure C from templateGravatar kostya2009-05-25
* synced with r29305Gravatar Gabrov2009-05-24
* cosmetics: alphabetically sort SRCS_MPLAYERGravatar diego2009-05-21
* Let SwScaler know that RGB48 BE/LE is 16-bits per component format.Gravatar kostya2009-05-19
* Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).Gravatar kostya2009-05-19
* Set XVR100 make variable. Fixes compilation when support for xvr100 was detec...Gravatar reimar2009-05-19
* When used with shared_buffer, there's no need for a NSApp object, which cause...Gravatar adrian2009-05-18
* When used with shared_buffer, autorelease in each flip_page so objects don't ...Gravatar adrian2009-05-18