Mercurial > mplayer.hg
graph
-
refine previous translation2009-06-12, by jrash
-
sync with ffmpeg2009-06-12, by compn
-
sync with ffmpeg2009-06-12, by compn
-
Kill warnings of possibly unused variables by using av_unused.2009-06-11, by ramiro
-
Fix compilation: #undef standard library functions that are2009-06-11, by diego
-
Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.2009-06-11, by diego
-
replace "g" asm constraint by "erm" since "g" allows 64bit immediates while2009-06-07, by gpoirier
-
Remove '\p' doxygen markup, as it should improve plain text doxy2009-06-06, by stefano
-
Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.2009-06-04, by ramiro
-
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.2009-06-04, by ramiro
-
Use DECLARE_ALIGNED macro instead of gcc __attribute__.2009-06-04, by ramiro
-
cosmetics: replace dead url2009-06-03, by compn
-
Files should be opened in binary mode on OS/2.2009-06-03, by diego
-
CONFIG_LIBNEMESI and CONFIG_LIVE555 are not defined to 0/1 values.2009-06-03, by diego
-
Configure needs AS to be set for the Makefiles.2009-06-02, by reimar
-
Testing RGB48 variants requires bigger stride in swscale-example.c2009-06-02, by kostya
-
YUV into RGB48 BE/LE conversion support2009-06-02, by kostya
-
Partial (low bits ignored, no direct transcoding into other RGB formats) support2009-06-02, by kostya
-
Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctly2009-06-01, by reimar
-
Initialize local variable, avoids a possible crash due to using an2009-06-01, by reimar
-
Add const where appropriate, also gets rid of a compiler warning.2009-06-01, by reimar
-
100l, do not read probe buffer if it will not be used because a format was forced.2009-06-01, by reimar
-
Add actually working support for PPC642009-06-01, by reimar
-
Use target_arch and target_subarch which is more similar to what FFmpeg uses2009-06-01, by reimar
-
Add some missing FFmpeg archs2009-06-01, by reimar
-
Using nl_langinfo in the asf mmst implementation makes no sense since2009-05-31, by reimar
-
Use a malloced string for the get_term_charset return value.2009-05-31, by reimar
-
Make ID_SEEKABLE depend on both the stream and the demuxer being seekable,2009-05-31, by reimar
-
In all demux_info_add calls change "name" to "title".2009-05-30, by reimar
-
100l, demuxer info tags are _not_ case sensitive, so use strcasecmp.2009-05-30, by reimar
-
forgot a line :(; added2009-05-28, by ptt
-
synced with r27692009-05-28, by ptt
-
sync'ed to r292092009-05-28, by ptt
-
refine previous translation2009-05-28, by jrash
-
add dvh1 fourcc to ffdv codec, fixes dvh1_sample_truncated.avi2009-05-26, by compn
-
add binary decoder for YLC02009-05-26, by compn
-
Make sure -rtsp-stream-with-sctp is supported while building with libnemesi2009-05-25, by lu_zero
-
Move colorspace conversion functions implemented in pure C from template2009-05-25, by kostya
-
synced with r293052009-05-24, by Gabrov
-
cosmetics: alphabetically sort SRCS_MPLAYER2009-05-21, by diego
-
Let SwScaler know that RGB48 BE/LE is 16-bits per component format.2009-05-19, by kostya
-
Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).2009-05-19, by kostya
-
Set XVR100 make variable. Fixes compilation when support for xvr100 was detected.2009-05-19, by reimar
-
sync w/r292442009-05-17, by gpoirier
-
Add a hack to detect when we are writing into a Windows pipe since the fseek2009-05-16, by reimar
-
Add missing path to find invocation for tags/TAGS creation.2009-05-15, by diego
-
Simplify find invocation in tags/TAGS generation command:2009-05-15, by diego
-
Revert whitespace removal for win-related code, because lack of ^M at2009-05-13, by bircoph
-
Restore old license file after whitspace removal in previous commit.2009-05-13, by bircoph
-
Remove all kind of trailing whitespaces from all MPlayer's files.2009-05-13, by bircoph
-
whitespace cosmetics: Remove all trailing whitespace.2009-05-13, by diego
-
Make sure that -Ilibdvdread4 appears in CFLAGS before any system directories2009-05-12, by diego
-
Make sure that -I flags for internal library copies come before other CFLAGS2009-05-12, by diego
-
Fix IPv4 vs. IPv6 typo, closes Bugzilla #1439.2009-05-12, by diego
-
libdvdread4 does not use HAVE_CONFIG_H, so drop the -D flag for libdvdread4.2009-05-12, by diego
-
Add HAVE_PPC64 definition for FFmpeg.2009-05-12, by diego
-
Make sure CONFIG_MUXERS is always set.2009-05-12, by diego