log

age author description
Sat, 27 Jun 2009 12:53:58 +0000 compn add binary codec for NTN1 and NTN2 fourcc
Sat, 27 Jun 2009 11:57:20 +0000 compn add 0xA106 twocc to aac decoders, fixes facebook sample
Fri, 26 Jun 2009 21:32:25 +0000 cehoyos Fix some blu-ray samples: HDMV == H264
Fri, 26 Jun 2009 20:21:38 +0000 ben Increase slave mode buffer so that one can load files with a deeper
Fri, 26 Jun 2009 16:20:15 +0000 reimar Use memcpy_pic2 instead of reimplementing it.
Fri, 26 Jun 2009 15:41:34 +0000 reimar Close /dev/tty again on uninit.
Fri, 26 Jun 2009 15:39:35 +0000 reimar Fix indentation broken in last patch
Fri, 26 Jun 2009 15:38:40 +0000 reimar Get rid of completely pointless vt_doit variable
Fri, 26 Jun 2009 15:28:30 +0000 reimar 10l, use fopen directly instead of open + fdopen
Fri, 26 Jun 2009 15:22:15 +0000 reimar Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has an
Fri, 26 Jun 2009 15:14:48 +0000 reimar Use FFALIGN and FFMAX3
Fri, 26 Jun 2009 14:43:03 +0000 reimar Remove useless casts
Fri, 26 Jun 2009 14:40:31 +0000 reimar fbdev: remove pointless ()
Fri, 26 Jun 2009 13:54:22 +0000 reimar Replace incorrect use of strncpy by av_strlcpy.
Fri, 26 Jun 2009 13:41:01 +0000 reimar Use the RESET_GEOMETRY macro in one more place instead of duplicating its code.
Fri, 26 Jun 2009 13:34:40 +0000 reimar 100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is a
Thu, 25 Jun 2009 20:06:03 +0000 diego AltiVec code and runtime cpudetect do not require CONFIG_GPL.
Thu, 25 Jun 2009 11:27:36 +0000 diego The AltiVec optimizations of libswscale are no longer under GPL.
Thu, 25 Jun 2009 10:14:05 +0000 diego PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.
Wed, 24 Jun 2009 23:31:17 +0000 diego Modern Solaris versions have different default CD-ROM devices.
Wed, 24 Jun 2009 08:13:52 +0000 reimar AVStream.language is deprecated, switch to av_get_metadata instead.
Wed, 24 Jun 2009 08:06:46 +0000 reimar Move allocation to avoid a possible memleak if new_sh_audio fails.
Wed, 24 Jun 2009 08:04:38 +0000 reimar Remove pointless stream count checks, new_sh_* already checks for that.
Wed, 24 Jun 2009 07:49:04 +0000 reimar Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontends
Tue, 23 Jun 2009 17:50:08 +0000 reimar Fix compilation: codec_wav_tags/codec_bmp_tags were renamed to
Tue, 23 Jun 2009 09:35:20 +0000 reimar Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams.
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