log

age author description
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