log

age author description
Tue, 23 Jun 2009 09:33:42 +0000 reimar Initialize es->lang to ensure a previous value does not get misattributed
Mon, 22 Jun 2009 23:35:13 +0000 diego Do not use -rdynamic on Solaris, where the flag is unsupported.
Sun, 21 Jun 2009 10:55:41 +0000 reimar Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are already
Sun, 21 Jun 2009 10:47:44 +0000 reimar TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENTIFY_PROGRAM
Sat, 20 Jun 2009 18:18:35 +0000 kostya 1l to Reimar for not updating lavc TM2 decoder output format in codecs.conf
Sat, 20 Jun 2009 13:19:24 +0000 reimar Do not use MAX_A/V_STREAMS as upper limit for switch_audio/switch_video
Fri, 19 Jun 2009 20:21:58 +0000 attila fix missing event on move that breaks xmga window movement
Fri, 19 Jun 2009 15:29:51 +0000 diego Ignore XML files for which no translations exist yet.
Fri, 19 Jun 2009 15:20:59 +0000 diego Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.
Wed, 17 Jun 2009 18:40:19 +0000 vitor Do not call rgb2rgbWrapper() for rgb48*, there is no special converter
Wed, 17 Jun 2009 09:16:19 +0000 siretart Enable fontconfig support by default. This change takes only in effect,
Wed, 17 Jun 2009 09:14:17 +0000 siretart Conform to the updated Desktop File Specification. Also improve the
Wed, 17 Jun 2009 05:18:28 +0000 compn add .mp1/.mp2 mov audio fourcc to ffmp2 codec
Tue, 16 Jun 2009 17:58:12 +0000 eugeni Add a missing check for a NULL return value.
Tue, 16 Jun 2009 13:32:51 +0000 cehoyos Do not auto-detect old libnut installations.
Sun, 14 Jun 2009 21:09:35 +0000 diego Rename LIBVORBIS Makefile variable to VORBIS.
Sun, 14 Jun 2009 18:51:36 +0000 diego 100l: Add missing $s to default language variable checks, which prevented
Sun, 14 Jun 2009 14:55:01 +0000 diego Overhaul translation handling completely and add options to install specific
Sun, 14 Jun 2009 13:25:54 +0000 diego cosmetics: Drop leading underscore from _language* variables.
Sun, 14 Jun 2009 12:42:06 +0000 diego Allow setting message language separately from documentation language.
Sun, 14 Jun 2009 12:31:35 +0000 diego Drop redundant setting of message language to English when all languages
Sat, 13 Jun 2009 12:32:05 +0000 compn sync with ffmpeg
Fri, 12 Jun 2009 14:23:21 +0000 jrash refine previous translation
Fri, 12 Jun 2009 11:23:22 +0000 compn sync with ffmpeg
Fri, 12 Jun 2009 02:39:21 +0000 compn sync with ffmpeg
Thu, 11 Jun 2009 17:10:54 +0000 ramiro Kill warnings of possibly unused variables by using av_unused.
Thu, 11 Jun 2009 15:15:43 +0000 diego Fix compilation: #undef standard library functions that are
Thu, 11 Jun 2009 10:19:04 +0000 diego Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.
Sun, 07 Jun 2009 14:42:43 +0000 gpoirier replace "g" asm constraint by "erm" since "g" allows 64bit immediates while
Sat, 06 Jun 2009 09:37:46 +0000 stefano Remove '\p' doxygen markup, as it should improve plain text doxy
Thu, 04 Jun 2009 22:50:38 +0000 ramiro Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.
Thu, 04 Jun 2009 22:10:52 +0000 ramiro Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
Thu, 04 Jun 2009 21:55:52 +0000 ramiro Use DECLARE_ALIGNED macro instead of gcc __attribute__.
Wed, 03 Jun 2009 17:27:22 +0000 compn cosmetics: replace dead url
Wed, 03 Jun 2009 14:06:10 +0000 diego Files should be opened in binary mode on OS/2.
Wed, 03 Jun 2009 13:42:11 +0000 diego CONFIG_LIBNEMESI and CONFIG_LIVE555 are not defined to 0/1 values.
Tue, 02 Jun 2009 18:37:31 +0000 reimar Configure needs AS to be set for the Makefiles.
Tue, 02 Jun 2009 15:35:58 +0000 kostya Testing RGB48 variants requires bigger stride in swscale-example.c
Tue, 02 Jun 2009 12:30:11 +0000 kostya YUV into RGB48 BE/LE conversion support
Tue, 02 Jun 2009 12:28:49 +0000 kostya Partial (low bits ignored, no direct transcoding into other RGB formats) support
Mon, 01 Jun 2009 22:25:10 +0000 reimar Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctly
Mon, 01 Jun 2009 10:43:41 +0000 reimar Initialize local variable, avoids a possible crash due to using an
Mon, 01 Jun 2009 09:43:32 +0000 reimar Add const where appropriate, also gets rid of a compiler warning.
Mon, 01 Jun 2009 09:39:02 +0000 reimar 100l, do not read probe buffer if it will not be used because a format was forced.
Mon, 01 Jun 2009 09:35:16 +0000 reimar Add actually working support for PPC64
Mon, 01 Jun 2009 09:25:20 +0000 reimar Use target_arch and target_subarch which is more similar to what FFmpeg uses
Mon, 01 Jun 2009 09:20:22 +0000 reimar Add some missing FFmpeg archs
Sun, 31 May 2009 13:09:48 +0000 reimar Using nl_langinfo in the asf mmst implementation makes no sense since
Sun, 31 May 2009 13:00:51 +0000 reimar Use a malloced string for the get_term_charset return value.
Sun, 31 May 2009 12:48:53 +0000 reimar Make ID_SEEKABLE depend on both the stream and the demuxer being seekable,
Sat, 30 May 2009 13:18:57 +0000 reimar In all demux_info_add calls change "name" to "title".
Sat, 30 May 2009 13:15:53 +0000 reimar 100l, demuxer info tags are _not_ case sensitive, so use strcasecmp.
Thu, 28 May 2009 15:53:27 +0000 ptt forgot a line :(; added
Thu, 28 May 2009 15:39:02 +0000 ptt synced with r2769
Thu, 28 May 2009 10:20:38 +0000 ptt sync'ed to r29209
Thu, 28 May 2009 05:56:17 +0000 jrash refine previous translation
Tue, 26 May 2009 01:02:16 +0000 compn add dvh1 fourcc to ffdv codec, fixes dvh1_sample_truncated.avi
Tue, 26 May 2009 00:19:31 +0000 compn add binary decoder for YLC0
Mon, 25 May 2009 20:28:35 +0000 lu_zero Unify over rtsp_transport_tcp as var to hold the -rtsp-stream-over-tcp flag and make sure libnemesi only builds are fine
Mon, 25 May 2009 17:51:10 +0000 lu_zero Make sure -rtsp-stream-with-sctp is supported while building with libnemesi