log

age author description
Tue, 10 Nov 2009 13:08:36 +0000 reimar Use configure code to define PIC instead of duplicating the check in mangle.h.
Tue, 10 Nov 2009 11:51:22 +0000 zuxy Delete "auto-close" from configuration whose support has long been removed.
Tue, 10 Nov 2009 11:31:47 +0000 reimar Add support for DVB teletext.
Tue, 10 Nov 2009 11:26:03 +0000 reimar Free demuxer->teletext when closing the demuxer.
Tue, 10 Nov 2009 11:24:29 +0000 reimar Set demuxer->teletext to NULL when closing the TV interface,
Tue, 10 Nov 2009 10:40:34 +0000 cehoyos 100: Fix function parameters when calling create_vdp_decoder() from query_format().
Tue, 10 Nov 2009 10:05:10 +0000 cehoyos Cosmetics: Fix indentation after last commit.
Tue, 10 Nov 2009 10:04:32 +0000 cehoyos Fail in query_format() if a VDPAU decoder is not available.
Tue, 10 Nov 2009 09:52:43 +0000 cehoyos Add a default to switch(image_format), suppresses a warning after a future patch.
Tue, 10 Nov 2009 00:45:19 +0000 tack Add support for 8 channel audio.
Tue, 10 Nov 2009 00:43:14 +0000 tack Cosmetics: remove trailing whitespace from file.
Mon, 09 Nov 2009 15:37:15 +0000 reimar Properly free the pthread mutex for teletext.
Mon, 09 Nov 2009 15:34:55 +0000 reimar Allow teletext compilation without pthreads
Mon, 09 Nov 2009 15:17:06 +0000 reimar Fix compilation of teletext code without freetype support
Mon, 09 Nov 2009 15:11:54 +0000 reimar Change type of teletext color specification from unsigned char
Mon, 09 Nov 2009 15:04:57 +0000 reimar Make sure the teletext property stuff does not crash if no demuxer is available.
Mon, 09 Nov 2009 14:12:14 +0000 reimar The code for the non-networking case is the same whether networking
Mon, 09 Nov 2009 14:08:35 +0000 reimar Factor out triplicated break statement.
Mon, 09 Nov 2009 10:29:15 +0000 reimar Remove unused mp_dvdnav_aid_from_audio_num function
Mon, 09 Nov 2009 10:27:48 +0000 reimar Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang and
Sun, 08 Nov 2009 23:31:43 +0000 cehoyos Use enum PixelFormat instead of int for srcFormat and dstFormat.
Sun, 08 Nov 2009 19:32:57 +0000 reimar Remove macho64 special-case for yasm options, -DPIC is already added
Sun, 08 Nov 2009 15:41:40 +0000 reimar Remove a pointless undeclared function reference, #error is assumed
Sun, 08 Nov 2009 15:39:54 +0000 reimar Add a comment that the PIC handling in mangle.h is duplicate also in
Sun, 08 Nov 2009 15:38:59 +0000 reimar Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.
Sun, 08 Nov 2009 15:01:05 +0000 reimar Clarify possible issues with gmplayer commandline options due to conflicts
Sat, 07 Nov 2009 16:40:42 +0000 cehoyos Remove CONFIG_TV_TELETEXT.
Sat, 07 Nov 2009 13:09:24 +0000 cehoyos Factorise vbi_decode().
Sat, 07 Nov 2009 12:55:07 +0000 cehoyos Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT.
Sat, 07 Nov 2009 12:31:05 +0000 cehoyos Separate teletext from tv support.
Sat, 07 Nov 2009 11:15:26 +0000 reimar Remove pointless and broken (e.g. does not set aid and vid) -tsprog handling
Sat, 07 Nov 2009 11:12:56 +0000 reimar Use switch_program property from mplayer.c to set ts_prog.
Sat, 07 Nov 2009 11:09:23 +0000 reimar Remove an empty program if the one requested by IDENTIFY_PROGRAM does not exist
Sat, 07 Nov 2009 09:23:11 +0000 stefano Document sws_freeContext().
Fri, 06 Nov 2009 16:16:22 +0000 reimar Whitespace cosmetics: reindent reinit_audio_chain function
Fri, 06 Nov 2009 16:11:58 +0000 reimar Remove some useless comments/commented-out code.
Fri, 06 Nov 2009 16:10:19 +0000 reimar Split assignment from error value check to avoid overcomplicated if () condition.
Fri, 06 Nov 2009 16:08:00 +0000 reimar Reuse the init_error exit path also for init_best_audio_codec errors.
Fri, 06 Nov 2009 16:06:33 +0000 reimar Simplify: use &= instead of a = b & a;
Fri, 06 Nov 2009 16:04:39 +0000 reimar Remove some unnecessary else blocks
Fri, 06 Nov 2009 15:59:42 +0000 reimar Use an early return instead of a {} block over the whole function in reinit_audio_chain
Fri, 06 Nov 2009 15:56:30 +0000 reimar Disable audio when initializing the filter chain fails (can happen e.g. when the hwmpa
Fri, 06 Nov 2009 15:45:55 +0000 reimar Only call avcodec_close if the open succeeded before, otherwise avcodec_close
Fri, 06 Nov 2009 14:06:58 +0000 attila PPC: make inline asm xform address test work with Apple tools
Fri, 06 Nov 2009 12:30:56 +0000 jrash sync with en/mplayer.1 r29823
Thu, 05 Nov 2009 21:29:14 +0000 reimar dvdnav: print ID_SID_..._LANG, just like dvd://
Thu, 05 Nov 2009 21:27:25 +0000 reimar Cosmetics: indentation, merge two consecutive ifs.
Thu, 05 Nov 2009 21:26:23 +0000 reimar Make dvdnav also print info about audio streams with unknown language, just like dvd://
Thu, 05 Nov 2009 21:22:38 +0000 reimar Make the dvdnav stream language information output more similar to the dvd one.
Thu, 05 Nov 2009 21:13:38 +0000 reimar Change the subtitle numbers in the dvdnav subtitle language info to match
Thu, 05 Nov 2009 20:59:46 +0000 reimar Change dvdnav_reset_stream to not disable subtitles, since that breaks
Thu, 05 Nov 2009 19:05:42 +0000 reimar Add cast to signed for 64 bit check, since according to an FFmpeg bug report
Thu, 05 Nov 2009 18:53:05 +0000 reimar Add a profile example and (commented-out) useful defaults for dvdnav
Thu, 05 Nov 2009 04:12:39 +0000 reynaldo So Long, and Thanks for All the Fish
Wed, 04 Nov 2009 15:30:13 +0000 cehoyos Add new VDPAU feature high-quality-scaling (and require newer library).
Wed, 04 Nov 2009 00:58:11 +0000 tack reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_*
Wed, 04 Nov 2009 00:54:46 +0000 tack ad_ffmpeg: Fix channel layout for ffvorbis and ffaac
Tue, 03 Nov 2009 23:54:32 +0000 compn cosmetics: alphabetize
Tue, 03 Nov 2009 23:45:11 +0000 compn 10l for breaking compilation. change eatgv to tgv
Tue, 03 Nov 2009 20:46:54 +0000 reynaldo Remove unneeded initialization