log

age author description
Thu, 25 Jan 2007 17:48:38 +0000 diego Remove comment printed by -demuxer help, it belongs in the copyright header.
Thu, 25 Jan 2007 17:44:29 +0000 diego Clarify -delay.
Thu, 25 Jan 2007 10:49:43 +0000 reimar Remove ff_gcd prototype and include avutil.h instead where it is defined.
Thu, 25 Jan 2007 10:18:21 +0000 rathann 10l to Gabrov for breaking docs build.
Thu, 25 Jan 2007 09:36:17 +0000 diego build fix: Disable libtheora encoding over lavc.
Thu, 25 Jan 2007 00:35:53 +0000 diego Sync with FFmpeg r7699.
Thu, 25 Jan 2007 00:35:29 +0000 diego Simplify conditional compilation handling.
Wed, 24 Jan 2007 22:06:31 +0000 diego Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers.
Wed, 24 Jan 2007 21:20:08 +0000 rtogni Use interleaver id to select the correct interleaver instead of guessing
Wed, 24 Jan 2007 18:10:40 +0000 diego Quote some expressions, might help with some shells.
Wed, 24 Jan 2007 15:05:42 +0000 rtogni Use interleaver id to select the correct interleaver instead of guessing
Wed, 24 Jan 2007 10:31:51 +0000 rtogni Fix compilation if no libogg/libvoribs installed
Wed, 24 Jan 2007 07:36:50 +0000 diego Rename a few variables to match FFmpeg.
Wed, 24 Jan 2007 00:10:47 +0000 rtogni Fix compilation after ffmpeg changes in r7619
Tue, 23 Jan 2007 22:26:13 +0000 nicodvb better autodetection of framerate in case of h264; it works correctly with b-frames.
Tue, 23 Jan 2007 15:28:19 +0000 reimar Include string.h to make sure memcpy is not used without prototype
Tue, 23 Jan 2007 13:41:45 +0000 lucabe Pass a context to av_log(), when possible
Tue, 23 Jan 2007 10:06:02 +0000 diego Bring MPlayer closer to compilation after latest FFmpeg changes.
Mon, 22 Jan 2007 22:29:54 +0000 nicodvb substream 0x75 doesn't seem to be a valid vc1 stream, after all; removed
Mon, 22 Jan 2007 22:24:50 +0000 nicodvb set priv->last_pts to the pts read only if the pts was really read; patch by zaek7q gmx net (Christian Aistleitner)
Mon, 22 Jan 2007 08:02:06 +0000 diego Fix FSF address and otherwise broken license headers.
Mon, 22 Jan 2007 01:21:36 +0000 diego Fix license headers and FSF postal address.
Sun, 21 Jan 2007 23:28:05 +0000 diego Sync with FFmpeg r7634.
Sun, 21 Jan 2007 23:21:50 +0000 diego Discard -Wdeclaration-after-statement warning.
Sun, 21 Jan 2007 22:42:06 +0000 Gabrov synced with r21906
Sun, 21 Jan 2007 21:49:24 +0000 Gabrov synced with r21989
Sun, 21 Jan 2007 21:40:23 +0000 Gabrov fix typo
Sun, 21 Jan 2007 21:38:41 +0000 reimar Fix compilation: define CONFIG_ZLIB in config.mak
Sun, 21 Jan 2007 20:08:06 +0000 voroshil r21959: Apply ancient double-click patch that nobody cares to comment on.
Sun, 21 Jan 2007 18:29:18 +0000 reimar Instead of printing a useless "sig11 coming soon" message, just abort parsing
Sun, 21 Jan 2007 18:22:07 +0000 reimar Sanity-check sh_video->bih->biSize
Sun, 21 Jan 2007 15:44:58 +0000 reimar Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c
Sun, 21 Jan 2007 11:10:52 +0000 reimar Add ignore key bind
Sun, 21 Jan 2007 11:05:21 +0000 reimar Move code to ignore mouse wheel "down" events to fifo.c (needed because
Sun, 21 Jan 2007 10:49:08 +0000 reimar Another AVCodecTag compile fix
Sun, 21 Jan 2007 10:33:34 +0000 reimar Forgotten CodecTag -> AVCodecTag
Sun, 21 Jan 2007 10:17:40 +0000 reimar Fix compilation after lavf changes
Sun, 21 Jan 2007 10:10:07 +0000 reimar support -ffourcc with -of lavf
Sat, 20 Jan 2007 21:57:57 +0000 diego Simplify install calls.
Sat, 20 Jan 2007 21:55:57 +0000 diego Remove redundant informative output.
Sat, 20 Jan 2007 21:55:30 +0000 diego Don't suppress make output during installation.
Sat, 20 Jan 2007 21:39:21 +0000 diego some simplifications
Sat, 20 Jan 2007 21:19:58 +0000 diego Move ldconfig platform differences into configure where they belong.
Sat, 20 Jan 2007 21:14:14 +0000 diego Move ranlib setting to a more sensible place.
Sat, 20 Jan 2007 13:46:17 +0000 nicodvb in h264_parse_sps() reuse mp_unescape03()
Sat, 20 Jan 2007 13:14:09 +0000 nicodvb vc1 probing code: if sh_video->bih can't be callocated exit
Sat, 20 Jan 2007 13:10:40 +0000 nicodvb in vc1 probing code, all packets before the first sequence header must be skipped, not read
Sat, 20 Jan 2007 13:06:17 +0000 nicodvb removed unused variables; replaced wrong call to realloc() with calloc() in vc1 probing code
Sat, 20 Jan 2007 12:17:22 +0000 nicodvb decode vc1 sequence header and frame it in video_read_frame();
Sat, 20 Jan 2007 12:13:50 +0000 nicodvb demux vc1 (stream id 0x1Fd with 0x55 <= substream id <= 0x5F in the pes_extension_2 payload)
Sat, 20 Jan 2007 12:04:20 +0000 nicodvb added function to parse vc1 sequence header
Fri, 19 Jan 2007 23:15:53 +0000 reimar BE_32 -> AV_RB32
Fri, 19 Jan 2007 23:14:57 +0000 reimar Compile fix: LE_* -> AV_RL*
Fri, 19 Jan 2007 01:19:02 +0000 nicodvb include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; please stop breaking code that uses *_SO
Thu, 18 Jan 2007 21:53:05 +0000 gpoirier sync w/ r21959
Thu, 18 Jan 2007 20:21:54 +0000 Gabrov synced with r21959
Thu, 18 Jan 2007 19:30:02 +0000 reimar Apply ancient double-click patch that nobody cares to comment on.
Thu, 18 Jan 2007 17:38:24 +0000 voroshil r21930: gcc_bug++;
Thu, 18 Jan 2007 14:50:32 +0000 eugeni In .srt, any line containing only spaces and tabs marks the end of the
Thu, 18 Jan 2007 09:03:42 +0000 diego grammar/spelling/wording in comments
Wed, 17 Jan 2007 23:39:37 +0000 kraymer r21954: "-lavdopts fast" has applied to mpeg4 and h264 for a while
Wed, 17 Jan 2007 23:20:32 +0000 lorenm "-lavdopts fast" has applied to mpeg4 and h264 for a while
Wed, 17 Jan 2007 22:18:15 +0000 Gabrov synced with r21952
Wed, 17 Jan 2007 21:42:04 +0000 nicodvb 1000l; fixed wrong operator precedence
Wed, 17 Jan 2007 14:09:48 +0000 kraymer version bump (for changes in r21907)
Wed, 17 Jan 2007 14:04:30 +0000 kraymer r21727: Must refer to option name instead of internal variable
Wed, 17 Jan 2007 13:43:56 +0000 kraymer r21691: added smb:// to the list of allowed input urls
Wed, 17 Jan 2007 00:27:41 +0000 michael print_version() and others get executed before the command line has been parsed so -really-quiet does not silence them even though it should according to the verbosity level set by it, this simple change/hack fixes it
Wed, 17 Jan 2007 00:12:35 +0000 nicodvb unified creation of sh_audio and sh_video is ts_add_stream; patch by elupus
Tue, 16 Jan 2007 22:58:42 +0000 diego Update copyright year.
Tue, 16 Jan 2007 22:50:47 +0000 nicodvb in evo files [e]ac3 substreams range from 0xc0 to 0xcf
Tue, 16 Jan 2007 22:38:26 +0000 nicodvb at open() assign *file_format=DEMUXER_TYPE_MPEG_PS to avoid useless demuxer probing
Tue, 16 Jan 2007 13:28:22 +0000 gpoirier fix identation, broken by last commit
Tue, 16 Jan 2007 13:24:03 +0000 gpoirier speeds up mplayer execution by over FIVE times when all of the of the following apply:
Tue, 16 Jan 2007 09:49:28 +0000 henry fix crash with http://sam.zoy.org/zzuf/lol-mplayer.m2v
Tue, 16 Jan 2007 07:12:32 +0000 reimar Interlaced gif support
Tue, 16 Jan 2007 07:05:28 +0000 reimar Change some types to uint8_t where appropriate
Tue, 16 Jan 2007 07:01:53 +0000 reimar "Cosmetics" Introduce a memcpy function doing both transparent
Mon, 15 Jan 2007 23:03:45 +0000 nicodvb one more #if 1 removed
Mon, 15 Jan 2007 21:39:30 +0000 nicodvb removed useless #if1s added too long time ago
Mon, 15 Jan 2007 21:21:42 +0000 nicodvb in EVO files substreams 0xC0 of private streams 0xBD contain [e]ac3.
Mon, 15 Jan 2007 09:15:06 +0000 gpoirier get rid of two spaces after a period (instead of one)
Mon, 15 Jan 2007 09:12:10 +0000 gpoirier fixes suggested by Diego
Mon, 15 Jan 2007 07:23:28 +0000 gpoirier update and factorize information about x264's multi-threading mode
Mon, 15 Jan 2007 07:16:03 +0000 gpoirier update x264's subq otion description
Mon, 15 Jan 2007 06:26:49 +0000 diego gcc_bug++;
Mon, 15 Jan 2007 04:57:43 +0000 diego demux_rtp_codec.cpp:100: `INT_MAX' undeclared (first use this function)
Sun, 14 Jan 2007 23:16:27 +0000 rtogni 10l, fix inverted check for "<media" in smil playlist
Sun, 14 Jan 2007 22:58:25 +0000 diego Move toolame vs twolame logic into the $_toolame=auto case.
Sun, 14 Jan 2007 22:45:45 +0000 diego Move Paolo Tresoldi out of the GUI skin section.
Sun, 14 Jan 2007 22:42:35 +0000 diego Make twolame disable toolame.
Sun, 14 Jan 2007 22:35:10 +0000 diego Move twolame check before toolame check.
Sun, 14 Jan 2007 07:03:51 +0000 voroshil Adding me and Andrew Savchenko as authors of Russian docs translation
Sun, 14 Jan 2007 07:00:45 +0000 voroshil r21882: sync to x264 r607 (update description of threads)
Sun, 14 Jan 2007 06:47:44 +0000 voroshil translation status update
Sun, 14 Jan 2007 06:45:51 +0000 voroshil spelling, wording fix
Sun, 14 Jan 2007 06:32:53 +0000 voroshil sync tag update
Sun, 14 Jan 2007 06:30:25 +0000 voroshil r21917: typo fixes
Sun, 14 Jan 2007 00:15:55 +0000 gpoirier typo fixes:
Sat, 13 Jan 2007 21:26:54 +0000 vayne fix typo for gettimeofday()
Sat, 13 Jan 2007 21:20:47 +0000 vayne proper fix for avoiding file skipping when mplayer is already playing a file.
Sat, 13 Jan 2007 12:56:42 +0000 reimar Cosmetics
Sat, 13 Jan 2007 12:56:02 +0000 reimar Implement gif transparency
Sat, 13 Jan 2007 12:46:27 +0000 reimar Fix: refmodes 2 and 3 leave useref unchanged
Sat, 13 Jan 2007 12:39:13 +0000 reimar Cosmetics
Sat, 13 Jan 2007 12:37:53 +0000 reimar Implement refmode == 2 in gif demuxer
Sat, 13 Jan 2007 12:19:42 +0000 reimar Partially support gif using "reference" images
Sat, 13 Jan 2007 12:05:18 +0000 reimar memset + malloc -> calloc
Sat, 13 Jan 2007 11:58:15 +0000 diego Nuke MSGTR_CopyCodecsConf, it's gone from the master file.
Sat, 13 Jan 2007 11:57:40 +0000 diego DO NOT recommend or even suggest installing codecs.conf.
Sat, 13 Jan 2007 11:49:20 +0000 reimar Cast SWidth/SHeight to uint16_t, since that's what they actually are.
Sat, 13 Jan 2007 11:46:43 +0000 reimar Forgot to adjust length of memset
Sat, 13 Jan 2007 11:44:36 +0000 reimar Simplify gif demuxer by using memcpy_pic
Sat, 13 Jan 2007 11:40:05 +0000 reimar One more bounds check, though IMO the gif lib really should do this.
Sat, 13 Jan 2007 11:37:59 +0000 reimar Simplify
Sat, 13 Jan 2007 11:37:18 +0000 reimar Fix crash for gif images that have Top or Left set
Sat, 13 Jan 2007 11:06:40 +0000 reimar Fix invalid read for gifs with a palette for less than 256 colors
Sat, 13 Jan 2007 11:05:32 +0000 reimar Move global variables in gif demuxer into priv struct
Sat, 13 Jan 2007 10:46:32 +0000 diego Rephrase mga_vid section.
Sat, 13 Jan 2007 10:42:21 +0000 diego Document vo_tdfx_vid.
Sat, 13 Jan 2007 06:24:13 +0000 diego Do not add libavutil unconditionally to CFLAGS.
Sat, 13 Jan 2007 06:02:31 +0000 diego cosmetics: typo fix pallete --> palette
Sat, 13 Jan 2007 06:00:34 +0000 diego Frametime was being read from the wrong offset, compare
Sat, 13 Jan 2007 04:32:14 +0000 diego cosmetics: typo pallete --> palette
Sat, 13 Jan 2007 04:12:05 +0000 diego Add missing config.mak entry for gettimeofday().
Fri, 12 Jan 2007 23:44:27 +0000 gpoirier compile fix after latest swscaler changes (r21888)
Fri, 12 Jan 2007 19:59:47 +0000 gpoirier add support for avc1 in X-QT over RTSP
Fri, 12 Jan 2007 15:45:47 +0000 lucabe deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()
Fri, 12 Jan 2007 15:40:08 +0000 lucabe Add "support for both orderings of the slices (top->down / bottom->up)"
Fri, 12 Jan 2007 11:32:57 +0000 voroshil sync tag update
Fri, 12 Jan 2007 11:27:42 +0000 voroshil r21879: fix wrong option names that were suggested to use to produce
Fri, 12 Jan 2007 11:01:11 +0000 voroshil spelling, wording
Fri, 12 Jan 2007 02:55:04 +0000 diego 100l misplaced #endif
Thu, 11 Jan 2007 23:14:54 +0000 lorenm sync to x264 r607 (update description of threads)
Thu, 11 Jan 2007 18:26:44 +0000 voroshil r21865: Audio track switching works with DVDs as well.
Thu, 11 Jan 2007 16:55:59 +0000 diego Remove superfluous #ifdefs.
Thu, 11 Jan 2007 09:07:57 +0000 gpoirier fix wrong option names that were suggested to use to produce
Thu, 11 Jan 2007 07:57:57 +0000 voroshil Typo
Wed, 10 Jan 2007 22:58:32 +0000 reimar 10l, typo breaks compilation because HAVE_SYS_MMAN_H is not set correctly
Wed, 10 Jan 2007 22:09:03 +0000 torinthiel Sync tag bump
Wed, 10 Jan 2007 20:23:24 +0000 diego Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system.
Wed, 10 Jan 2007 19:35:41 +0000 diego Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system.
Wed, 10 Jan 2007 19:07:42 +0000 diego Move #ifdef directives around complete files into the build system.
Wed, 10 Jan 2007 18:54:44 +0000 diego Remove redundant ifdef, this file is only ever compiled on MinGW.
Wed, 10 Jan 2007 17:22:52 +0000 diego consistent include path
Wed, 10 Jan 2007 17:05:35 +0000 diego bswap.h --> mpbswap.h
Wed, 10 Jan 2007 16:58:42 +0000 diego Remove misleading comment.
Wed, 10 Jan 2007 16:54:44 +0000 diego Remove generated pci_* files on clean, not just on distclean.
Wed, 10 Jan 2007 15:16:52 +0000 gpoirier upgrade copyright years
Wed, 10 Jan 2007 14:56:23 +0000 diego GNU/kFreeBSD support, closes Bugzilla #704.
Wed, 10 Jan 2007 14:32:35 +0000 diego Audio track switching works with DVDs as well.
Wed, 10 Jan 2007 14:28:13 +0000 diego small updates
Wed, 10 Jan 2007 14:25:02 +0000 diego libmpeg2 updated to 0.4.1
Wed, 10 Jan 2007 13:20:08 +0000 diego CONFIG_DTS was renamed to CONFIG_LIBDTS in FFmpeg.
Wed, 10 Jan 2007 00:08:16 +0000 gpoirier explain how to use MEncoder to create QuickTime-compatible files
Tue, 09 Jan 2007 21:32:25 +0000 rtogni Don't drop last rdt packet on eof
Tue, 09 Jan 2007 20:02:13 +0000 nicodvb removed static declaration before non-instantiated struct; patch by cehoyos ag or at
Mon, 08 Jan 2007 16:23:31 +0000 michael dont write an index and dont use memory to build one if -noidx is specified
Mon, 08 Jan 2007 06:34:34 +0000 voroshil r21848: clarify a few things about the interaction between *cmp and mbd options
Mon, 08 Jan 2007 06:25:48 +0000 voroshil r21848: clarify a few things about the interaction between *cmp and mbd options
Mon, 08 Jan 2007 05:55:46 +0000 voroshil Two crash issues fixed:
Sun, 07 Jan 2007 19:23:59 +0000 reimar Make sure we do not crash when eof is reset, e.g. due to an attempt to seek.
Sun, 07 Jan 2007 16:07:45 +0000 reimar Avoid invalid memory access in ass_process_subtitle for empty subtitles
Sun, 07 Jan 2007 13:05:59 +0000 nicodvb in dvb_get_config() open the frontend in READ_ONLY mode for probing (worksaround some buggy driver)
Sun, 07 Jan 2007 12:06:48 +0000 reimar Document sub_add_text and sub_clear_text
Sun, 07 Jan 2007 11:52:46 +0000 diego Remove superfluous CONFIG_X11_GRAB_DEVICE_DEMUXER=no.
Sun, 07 Jan 2007 10:49:43 +0000 gpoirier fix typo
Sun, 07 Jan 2007 10:39:00 +0000 gpoirier clarify a few things about the interaction between *cmp and mbd options
Sat, 06 Jan 2007 20:21:27 +0000 Gabrov synced with r21624
Sat, 06 Jan 2007 19:19:15 +0000 reimar Simplify demux_ogg to use the sub_clear_text and sub_add_text functions.
Sat, 06 Jan 2007 19:07:58 +0000 reimar Subtitle handling cleanup: factor out code for parsing embedded subtitles
Sat, 06 Jan 2007 19:02:19 +0000 Gabrov synced with r21748
Sat, 06 Jan 2007 18:54:22 +0000 nicodvb reindented
Sat, 06 Jan 2007 18:51:01 +0000 nicodvb init to 0 feparams before tuning
Sat, 06 Jan 2007 17:50:12 +0000 reimar Set default values for proc and iproc for x86_32 case.
Sat, 06 Jan 2007 17:28:11 +0000 reimar Include "internal" libavformat/riff.h also when dynamic libavformat is used
Sat, 06 Jan 2007 15:08:04 +0000 diego Fix dependencies for pci_names.c.
Sat, 06 Jan 2007 14:40:05 +0000 reimar Include libavformat/riff.h when building with static libavformat and
Sat, 06 Jan 2007 13:38:30 +0000 Gabrov synced with r21741
Sat, 06 Jan 2007 13:31:16 +0000 gpoirier woops, actually fix URL this time
Sat, 06 Jan 2007 12:11:25 +0000 lucabe replace some av_malloc();memset(...,0,...) sequences with av_mallocz()
Sat, 06 Jan 2007 11:59:33 +0000 nicodvb removed useless reporting code
Sat, 06 Jan 2007 11:43:44 +0000 nicodvb moved actual tuning code from check_status() to tune_it()
Sat, 06 Jan 2007 11:09:27 +0000 nicodvb don't add pid 0 if it's already present in the list
Sat, 06 Jan 2007 10:07:45 +0000 gpoirier update comment url
Fri, 05 Jan 2007 18:03:58 +0000 reimar Simplify after last demux_ogg commit
Fri, 05 Jan 2007 18:02:18 +0000 reimar Do not access ogg_d->subs after freeing it.
Fri, 05 Jan 2007 15:41:00 +0000 reimar sizeof() is long, thus %d format in error message is wrong.
Fri, 05 Jan 2007 15:24:38 +0000 reimar Make ds_get_next_pts return MP_NOPTS_VALUE instead of -1 on error,
Fri, 05 Jan 2007 11:57:06 +0000 reimar Do not abort on X11 errors, most are not at all fatal.
Fri, 05 Jan 2007 10:05:05 +0000 reimar move runtime cpu detection check after detection of host architecture,
Thu, 04 Jan 2007 20:42:02 +0000 gpoirier add autodetection support for docbook stuff installed in /opt, such as macports do for ex.
Thu, 04 Jan 2007 19:41:41 +0000 reimar Use av_d2q to produce the fps fraction, this usually produces more sane fractions
Thu, 04 Jan 2007 19:33:03 +0000 reimar Fix printf types: AVRational members are ints, not 64 bit.
Thu, 04 Jan 2007 16:46:15 +0000 ben allows OSD menu to be displayed when using MPEG PES video out
Thu, 04 Jan 2007 16:30:06 +0000 ben restore volume if muted at exit
Thu, 04 Jan 2007 16:10:40 +0000 ben fix detection of rage128/radeon using vidix driver on powerpc (which seems to keep them disabled), no impact on other archs
Thu, 04 Jan 2007 16:07:42 +0000 ben don't fatal if saving vesa state failed (this always fails on qemu, with this patch vesa now works under qemu)
Thu, 04 Jan 2007 16:06:01 +0000 ben increased a bit max param length as it can be too short to declare tv channels when you have a long list of
Thu, 04 Jan 2007 16:04:31 +0000 ben support for vidix on ATI Radeon 9600SE cards
Thu, 04 Jan 2007 16:00:27 +0000 gpoirier fix gprof support (aka work around gprof's brain dead design)
Thu, 04 Jan 2007 09:02:22 +0000 torinthiel Synced with r21760, typos
Thu, 04 Jan 2007 08:41:54 +0000 torinthiel translated r21748
Tue, 02 Jan 2007 18:08:04 +0000 Gabrov synced with r21537
Tue, 02 Jan 2007 17:35:23 +0000 Gabrov synced with r21737
Tue, 02 Jan 2007 09:07:13 +0000 voroshil better wording and typos fixing
Tue, 02 Jan 2007 08:37:13 +0000 voroshil r21791: avoid a possible confusion, as suggested by Wanderer
Mon, 01 Jan 2007 22:49:13 +0000 rtogni More free() that were forgotten in r21806 memleak fix
Mon, 01 Jan 2007 22:47:14 +0000 nicodvb set dp->stream_pts only when feeding the video stream to workaround
Mon, 01 Jan 2007 22:32:09 +0000 rtogni Memleak fix (implement sdpplin_free() and use it)
Mon, 01 Jan 2007 17:57:16 +0000 rtogni Fix invalid memory access if identifier is unknown
Sun, 31 Dec 2006 18:12:06 +0000 aurel Comment about lavf required for musepack and remove unneeded format entry.
Sun, 31 Dec 2006 17:24:14 +0000 nicodvb removed unused variable
Sun, 31 Dec 2006 14:04:36 +0000 rtogni I've found a mistake in encoding-guide:
Sun, 31 Dec 2006 13:27:53 +0000 rtogni Fix potential buffer overflow in asm rules matching code
Sun, 31 Dec 2006 11:09:53 +0000 nicodvb use demuxer->stream_pts rather than stream_control(STREAM_CTRL_GET_CURRENT_TIME)
Sun, 31 Dec 2006 11:08:27 +0000 nicodvb replace call to ds_read_packet() with the usual stream_read()+ds_add_packet() sequence;
Sun, 31 Dec 2006 11:05:26 +0000 nicodvb added stream_pts to demuxer_t and demux_packet_t to hold the time value reported by the stream layer
Sun, 31 Dec 2006 10:54:32 +0000 michael sort
Sun, 31 Dec 2006 02:44:54 +0000 rathann Fix build with shared libavutil. Approved by Diego.
Sat, 30 Dec 2006 22:43:12 +0000 nicodvb reindentation
Sat, 30 Dec 2006 13:23:39 +0000 iive Fix double free of *http_hdr at server error.
Fri, 29 Dec 2006 22:55:53 +0000 gpoirier avoid a possible confusion, as suggested by Wanderer
Fri, 29 Dec 2006 21:33:40 +0000 vayne small oops fix from my last commit
Fri, 29 Dec 2006 20:40:19 +0000 michael the avi spec does not allow random samplesize whoever wrote this should be shot
Fri, 29 Dec 2006 19:01:55 +0000 michael dont read index if -noidx
Fri, 29 Dec 2006 18:56:28 +0000 michael first step toward amr-nb muxing support
Fri, 29 Dec 2006 18:35:22 +0000 vayne fix to allow adding multiple files to the playlist with the open file dialog.
Fri, 29 Dec 2006 14:15:40 +0000 gpoirier sync with r21758
Fri, 29 Dec 2006 13:26:48 +0000 nicodvb spellfix
Thu, 28 Dec 2006 23:44:38 +0000 aurel don't compile demux_mpc.c when libmpcdec is disabled
Thu, 28 Dec 2006 23:32:26 +0000 Gabrov synced with r21612
Thu, 28 Dec 2006 15:36:54 +0000 vayne remove two unused functions.
Thu, 28 Dec 2006 15:31:48 +0000 vayne avoid code duplication.
Thu, 28 Dec 2006 00:40:49 +0000 aurel add support for musepack native decoder from ffmpeg (require -demuxer lavf)
Wed, 27 Dec 2006 13:42:32 +0000 kraymer file added: Chinese translation for cd-dvd.xml
Tue, 26 Dec 2006 23:28:54 +0000 Gabrov synced with r21741
Tue, 26 Dec 2006 18:08:40 +0000 lucabe change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
Tue, 26 Dec 2006 17:59:28 +0000 lucabe Mark some variables as possibly unused to avoid warnings
Tue, 26 Dec 2006 17:41:38 +0000 lucabe Add some explicit casts to avoid "assignment from incompatible pointer type"
Tue, 26 Dec 2006 16:28:34 +0000 lucabe Add some other casts, to remove void pointers arithmetic
Tue, 26 Dec 2006 16:21:13 +0000 lucabe Add some explicit casts to avoid some warnings
Tue, 26 Dec 2006 16:12:37 +0000 lucabe Remove some void pointers arithmetic
Tue, 26 Dec 2006 10:58:07 +0000 Gabrov synced with r21741
Tue, 26 Dec 2006 10:12:57 +0000 Gabrov synced with r21748
Tue, 26 Dec 2006 09:27:09 +0000 Gabrov synced with r21612
Tue, 26 Dec 2006 01:01:20 +0000 Gabrov synced with r21686
Mon, 25 Dec 2006 11:57:01 +0000 voroshil Translation of menc-feat-telecine sect1 in encoding-guide.xml.
Mon, 25 Dec 2006 00:26:18 +0000 Gabrov audio.xml & bugreports.xml synced with r21764
Sun, 24 Dec 2006 18:10:47 +0000 voroshil Translation of menc-feat-vcd-dvd sect1 in encoding-guide.xml
Sun, 24 Dec 2006 11:21:08 +0000 voroshil Translation of menc-feat-x264 sect1 in encoding-guide.xml
Sun, 24 Dec 2006 05:47:51 +0000 voroshil r21758: Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.
Sun, 24 Dec 2006 05:45:27 +0000 voroshil r21748: Reformatting round continued
Sun, 24 Dec 2006 05:03:54 +0000 diego Directly point to the Subversion instructions.
Sun, 24 Dec 2006 04:54:31 +0000 diego Remove undocumented redundant key bindings.
Sun, 24 Dec 2006 04:46:43 +0000 diego Subtitle formats are listed in subreader.h, not libmpdemux/demuxer.h.
Sun, 24 Dec 2006 02:05:18 +0000 diego 100l syntax error
Sun, 24 Dec 2006 00:45:26 +0000 diego cosmetics: Fix indentation after last commit.
Sun, 24 Dec 2006 00:43:09 +0000 diego Run less CPU checks when runtime CPU detection is enabled.
Sun, 24 Dec 2006 00:10:19 +0000 diego Exit when runtime CPU detection is requested on unsupported arches.
Sun, 24 Dec 2006 00:08:57 +0000 diego Rename x86 test to x86_32 and provide an x86 test for both x86_32 and x86_64.
Sat, 23 Dec 2006 23:55:58 +0000 diego Extend runtime CPU detection to x86-64.
Sat, 23 Dec 2006 23:28:04 +0000 torinthiel Synced with r21748
Sat, 23 Dec 2006 23:27:01 +0000 diego Amiga OS 4 support
Sat, 23 Dec 2006 23:26:13 +0000 diego Amiga OS 4 needs a large sample size.
Sat, 23 Dec 2006 23:20:42 +0000 torinthiel Reformatting round continued
Sat, 23 Dec 2006 23:13:11 +0000 nicodvb replace call to UDFFindFile() (that is not part of the public API) with DVDOpenFile()
Sat, 23 Dec 2006 22:35:46 +0000 diego Properly fix compilation without code duplication.
Sat, 23 Dec 2006 20:12:49 +0000 voroshil r21741: Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
Sat, 23 Dec 2006 19:26:08 +0000 torinthiel Mention that you can use different image formats with mf://
Sat, 23 Dec 2006 17:00:22 +0000 torinthiel Synced with r21741 (or just tag bump)
Sat, 23 Dec 2006 16:30:43 +0000 torinthiel And <simpara> -> <para> continued, those languages somehow slipped by during
Sat, 23 Dec 2006 15:58:02 +0000 torinthiel Massive <simpara> -> <para>, as no <simpara>'s are actually needed.
Sat, 23 Dec 2006 13:18:43 +0000 rik compilation fixes: define always_inline and don't use uint64_t_C
Sat, 23 Dec 2006 12:34:31 +0000 ods15 Sync to libnut, nom->num
Sat, 23 Dec 2006 12:12:39 +0000 voroshil r21736: Add <keycombo> barkup for key combinations
Sat, 23 Dec 2006 10:58:27 +0000 torinthiel Add <menuchoice> <guimenu> <guisubmenu> <guimenuitem> markup for menus.
Sat, 23 Dec 2006 10:55:55 +0000 torinthiel Add <keycombo> markup for key combinations
Sat, 23 Dec 2006 02:47:38 +0000 diego Fix disabling individual demuxers, parsers and decoders
Sat, 23 Dec 2006 01:08:51 +0000 diego cosmetics: Rename variables to simplify upcoming patches.
Sat, 23 Dec 2006 00:10:33 +0000 diego Remove x11grab hack, it's now disabled by default in FFmpeg.
Fri, 22 Dec 2006 23:29:08 +0000 nicodvb smb:// can be used as an output stream
Fri, 22 Dec 2006 22:56:07 +0000 kraymer sync with r21655, based on a file conversion of help_mp-zh_CN.h
Fri, 22 Dec 2006 17:57:19 +0000 lucabe Clarify that yuv2rgb_init.c cannot be used under LGPL
Fri, 22 Dec 2006 14:57:43 +0000 voroshil r21722: ffv1 and ffvhuff haven't required vstrict=-2 for a while
Fri, 22 Dec 2006 11:22:49 +0000 lucabe Remove useless include (not needed now that libswscale uses libavutil)
Fri, 22 Dec 2006 07:15:24 +0000 voroshil Must refer to option name instead of internal variable
Fri, 22 Dec 2006 06:31:51 +0000 reynaldo fix correct addressing of user, some gram and ortographical fixes too - only partial
Fri, 22 Dec 2006 05:38:15 +0000 diego wording and markup improvements
Fri, 22 Dec 2006 05:33:17 +0000 diego small wording/markup improvements
Thu, 21 Dec 2006 23:10:18 +0000 kraymer sync of Spanish translation for help_mp-es.h
Thu, 21 Dec 2006 23:07:46 +0000 lorenm ffv1 and ffvhuff haven't required vstrict=-2 for a while
Thu, 21 Dec 2006 22:40:51 +0000 nicodvb fix compilation on the most delicious variant of unix (mingw) that lacks S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH
Thu, 21 Dec 2006 22:11:47 +0000 uau Fix display of multiple simultaneous subtitles without libass.
Thu, 21 Dec 2006 19:42:56 +0000 voroshil Fixed wrong sync tag
Thu, 21 Dec 2006 19:42:04 +0000 voroshil r21691: added smb:// to the list of allowed input urls
Thu, 21 Dec 2006 19:33:10 +0000 voroshil r21686: [cosmetocs] minor fixes after reformatting round
Thu, 21 Dec 2006 17:35:46 +0000 voroshil Typos, spelling fixes
Thu, 21 Dec 2006 16:43:21 +0000 reimar Remove duplicate vo_sub extern definition.
Thu, 21 Dec 2006 14:59:39 +0000 gpoirier Pass quant tables to next filters
Thu, 21 Dec 2006 09:45:07 +0000 voroshil Fixed:
Thu, 21 Dec 2006 08:09:32 +0000 diego consistent naming for revision tags
Thu, 21 Dec 2006 07:36:50 +0000 diego Remove very outdated Italian translation.
Thu, 21 Dec 2006 05:59:15 +0000 voroshil Typos
Thu, 21 Dec 2006 00:21:24 +0000 torinthiel Synced with 21706
Thu, 21 Dec 2006 00:20:34 +0000 torinthiel Synced with 21537
Thu, 21 Dec 2006 00:19:28 +0000 torinthiel Move message translation outside <screen> tags
Thu, 21 Dec 2006 00:09:25 +0000 torinthiel [cosmetics] <simpara> -> <para>, for consistency
Thu, 21 Dec 2006 00:08:23 +0000 torinthiel Still some reformatting:
Wed, 20 Dec 2006 20:30:08 +0000 nicodvb reindented after yesterday's commit
Wed, 20 Dec 2006 16:56:52 +0000 kraymer new file: DOCS/xml/zh_CN/mencoder.xml
Wed, 20 Dec 2006 15:58:15 +0000 lucabe Fix compilation of non-MMX code with gcc 2.95
Wed, 20 Dec 2006 15:31:50 +0000 kraymer alsa messages for Spanish help file
Wed, 20 Dec 2006 14:53:56 +0000 voroshil Translation of menc-feat-video-for-windows sect1 in encoding-guide.xml
Wed, 20 Dec 2006 13:09:29 +0000 lucabe Allow to compile swscale's non-SIMD code under the LGPL license.
Wed, 20 Dec 2006 12:43:06 +0000 gpoirier synced with r21697
Wed, 20 Dec 2006 12:31:09 +0000 gpoirier typo fix in denoise3d's chroma_tmp option description
Wed, 20 Dec 2006 11:50:00 +0000 voroshil Translation of menc-feat-xvid sect1 in encoding-guide.xml
Wed, 20 Dec 2006 08:33:49 +0000 kraymer sync with r21655
Wed, 20 Dec 2006 00:08:49 +0000 kraymer add source files comments to libass messages
Tue, 19 Dec 2006 23:46:30 +0000 kraymer Spanish translation for libass help messages
Tue, 19 Dec 2006 22:38:21 +0000 nicodvb mentioned file:// and smb:// as alternative stream outputs for mencoder
Tue, 19 Dec 2006 22:33:33 +0000 nicodvb added smb:// to the list of allowed input urls
Tue, 19 Dec 2006 22:31:10 +0000 nicodvb support for writing over smb shares
Tue, 19 Dec 2006 21:11:58 +0000 nicodvb in WRITE mode open the output file with mode 0666; umask will filter it
Tue, 19 Dec 2006 17:58:59 +0000 voroshil Translation of menc-feat-enc-libavcodec sect1 in encoding-guide.xml
Tue, 19 Dec 2006 11:23:07 +0000 torinthiel Sync tag bumped to 21686
Tue, 19 Dec 2006 11:20:47 +0000 torinthiel [cosmetics] minor fixes after reformatting round
Tue, 19 Dec 2006 11:07:59 +0000 torinthiel Synced with 21537
Tue, 19 Dec 2006 11:07:32 +0000 torinthiel Synced with 21624
Tue, 19 Dec 2006 11:07:10 +0000 torinthiel Synced with 21612
Tue, 19 Dec 2006 01:31:23 +0000 kraymer r21465: [cosmetics] Reindent XML source
Tue, 19 Dec 2006 00:01:16 +0000 kraymer r21508: emphasis the fact that leaving black borders really hurts quality
Mon, 18 Dec 2006 23:48:45 +0000 nicodvb update the list of files I maintain
Mon, 18 Dec 2006 23:44:07 +0000 kraymer r21425: Some fixes for previous commit, 10l for me
Mon, 18 Dec 2006 23:40:49 +0000 kraymer r21423: Consistent capitalization of table entries
Mon, 18 Dec 2006 21:11:16 +0000 nicodvb output streams
Mon, 18 Dec 2006 21:03:59 +0000 nicodvb muxers now write to output muxer->stream rather than to muxer->file
Mon, 18 Dec 2006 20:56:24 +0000 nicodvb support functions for writing to streams
Mon, 18 Dec 2006 20:55:12 +0000 nicodvb implemented STREAM_CTRL_GET_SIZE
Mon, 18 Dec 2006 20:54:38 +0000 nicodvb new STREAM_CTRL_GET_SIZE to get size of output stream
Mon, 18 Dec 2006 20:53:40 +0000 nicodvb in STREAM_WRITE mode open the stream with O_RDWR|O_CREAT, S_IRUSR|S_IWUSR and disable seek_forward for pipes
Mon, 18 Dec 2006 20:50:31 +0000 nicodvb added member and definitions for output streams
Mon, 18 Dec 2006 18:55:46 +0000 reimar Color console had a big bug nobody noticed, so mark this feature as
Mon, 18 Dec 2006 18:50:46 +0000 reimar Fix possible crashes with colorized mplayer output
Mon, 18 Dec 2006 15:24:55 +0000 kraymer remove outdated html docs, Chinese translation
Mon, 18 Dec 2006 15:15:21 +0000 reimar doxify a comment
Mon, 18 Dec 2006 15:14:23 +0000 reimar Require 12 consecutive MPEG-audio headers before detecting as audio.
Mon, 18 Dec 2006 01:19:34 +0000 kraymer svn move xml/zh to xml/zh_CN
Sun, 17 Dec 2006 22:46:06 +0000 nicodvb -dvd-speed
Sun, 17 Dec 2006 22:34:58 +0000 rtogni lavc vp6 decoder now supports also VP60 and VP61
Sun, 17 Dec 2006 20:51:03 +0000 voroshil r21651: add missing line break
Sun, 17 Dec 2006 20:33:30 +0000 voroshil r21652: support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)
Sun, 17 Dec 2006 20:25:06 +0000 voroshil Trnaslated section "CODEC SPECIFIC ENCODING OPTIONS (MENCODER ONLY)"
Sun, 17 Dec 2006 19:52:08 +0000 gpoirier more sensible names for denoiser options
Sun, 17 Dec 2006 18:59:00 +0000 kraymer typo
Sun, 17 Dec 2006 18:56:04 +0000 kraymer r21654: add man page entry for new -dvd-speed option
Sun, 17 Dec 2006 18:34:33 +0000 gpoirier document hqdn3d and dn3d's 4th parameter
Sun, 17 Dec 2006 18:28:55 +0000 kraymer make messages for success/failure of setting dvd-speed more clear
Sun, 17 Dec 2006 18:26:42 +0000 kraymer add man page entry for new -dvd-speed option
Sun, 17 Dec 2006 18:16:30 +0000 kraymer r21561: update vbuf_size and suggest 400 for HDTV video
Sun, 17 Dec 2006 18:10:49 +0000 nicodvb support for limiting dvd speed; patch by Tobias Diedrich (ranma tdiedrich se)
Sun, 17 Dec 2006 18:05:18 +0000 kraymer add missing line break
Sun, 17 Dec 2006 13:00:53 +0000 voroshil r21624: RedHat RPMs are long gone. Greysector repository is going away, and I've
Sun, 17 Dec 2006 12:53:29 +0000 voroshil r21621: mpegts uses 3-letter language codes
Sun, 17 Dec 2006 12:35:12 +0000 eugeni Make -embeddedfonts enabled by default with FontConfig >= 2.4.2.
Sun, 17 Dec 2006 12:33:09 +0000 reimar Fix compilation under MinGW with X11 enabled
Sun, 17 Dec 2006 12:00:55 +0000 eugeni Update some comments.
Sun, 17 Dec 2006 10:10:53 +0000 torinthiel Ignore main.xml properly
Sun, 17 Dec 2006 09:10:26 +0000 torinthiel Partially revert r20940, we had some local modifications.
Sun, 17 Dec 2006 08:42:37 +0000 torinthiel CVS -> SVN
Sun, 17 Dec 2006 08:41:25 +0000 torinthiel - there's no <book lang=""> for ages, it's automated
Sun, 17 Dec 2006 08:29:42 +0000 torinthiel Initial Chinese translation, by Kun Niu, haoniukun gmail com
Sat, 16 Dec 2006 23:59:06 +0000 reimar Fix crashes in loader code: There is still some code that can not handle omitted frame pointers.
Sat, 16 Dec 2006 21:24:12 +0000 reimar Get rid of completely useless includes that in addition hinder compilation
Sat, 16 Dec 2006 20:02:26 +0000 reimar Simplify: get rid of useless lame_presets_longinfo_dm function.
Sat, 16 Dec 2006 19:59:37 +0000 reimar Fix FIXME mp_msg levels and targets
Sat, 16 Dec 2006 19:35:48 +0000 eugeni Cosmetics: fix indentation.
Sat, 16 Dec 2006 19:34:00 +0000 eugeni Keep reselected fonts in an array, adding new ones to the end. Glyph
Sat, 16 Dec 2006 19:29:33 +0000 eugeni Avoid storing font file path and index in ass_font_t.
Sat, 16 Dec 2006 19:28:21 +0000 eugeni Remove a mistakenly committed debug printf.
Sat, 16 Dec 2006 19:24:01 +0000 eugeni FT_Set_Transform is fast enough to be called once for each glyph.
Sat, 16 Dec 2006 19:19:27 +0000 eugeni Avoid "pointer targets differ in signedness" warnings.
Sat, 16 Dec 2006 19:17:50 +0000 eugeni Move ascender, descender, and kerning computation to ass_font.c.
Fri, 15 Dec 2006 23:12:50 +0000 nicodvb simplified aid management in dvdnav_lang_from_aid(); patch by Joakim Patte
Fri, 15 Dec 2006 23:09:01 +0000 rtogni Force lavf on flv streams. Closes bugzilla #354
Fri, 15 Dec 2006 22:13:24 +0000 nicodvb dvdnav support -alang and -slang
Fri, 15 Dec 2006 21:51:20 +0000 reimar ASF aspect support via metadata reading.
Fri, 15 Dec 2006 19:35:06 +0000 eugeni VobSub tracks cannot be handled by libass, do not mark them with 'a'.
Fri, 15 Dec 2006 18:55:17 +0000 rathann RedHat RPMs are long gone. Greysector repository is going away, and I've
Fri, 15 Dec 2006 09:41:39 +0000 reimar Compilation fix hacks: disable libavformat X11 grabber and
Fri, 15 Dec 2006 08:20:05 +0000 ods15 gcc 2.95 fix
Thu, 14 Dec 2006 23:47:43 +0000 nicodvb mpegts uses 3-letter language codes
Thu, 14 Dec 2006 23:11:11 +0000 nicodvb show audio language in osd when playing dvdnav streams
Thu, 14 Dec 2006 23:08:09 +0000 nicodvb implemented dvdnav_lang_from_aid() to retrieve audio language
Thu, 14 Dec 2006 22:37:13 +0000 nicodvb call dvd_lang_from_aid() only if stream_type is DVD
Thu, 14 Dec 2006 22:12:28 +0000 nicodvb support for -alang in dvdnav
Thu, 14 Dec 2006 22:11:43 +0000 nicodvb added dvdnav_aid_from_lang() to support -alang
Thu, 14 Dec 2006 18:14:57 +0000 reimar 10l, missing () in check for 32bit endian-conversion hack
Thu, 14 Dec 2006 16:48:26 +0000 voroshil r21612: replace &quot; with ", better readability
Thu, 14 Dec 2006 13:50:46 +0000 voroshil transliteration -> translation for "dB" and "intra"
Thu, 14 Dec 2006 13:49:57 +0000 torinthiel replace &quot; with ", better readability
Wed, 13 Dec 2006 23:24:29 +0000 corey Add missing redirect to /dev/null.
Wed, 13 Dec 2006 18:49:46 +0000 voroshil r21599: vstrict=0 is required to create DVDs decodable by standalone dvd players
Wed, 13 Dec 2006 18:41:33 +0000 voroshil spelling fix
Wed, 13 Dec 2006 11:23:15 +0000 diego __CPU__ will be x86-64 under amd64 and fail the check "#if __CPU__ > 386".
Wed, 13 Dec 2006 10:59:14 +0000 diego Ugly hotfix for --disable-mencoder.
Tue, 12 Dec 2006 23:44:33 +0000 diego wording
Tue, 12 Dec 2006 20:36:38 +0000 reimar Always use tcgetattr/tcsetattr instead of #ifdef mess
Tue, 12 Dec 2006 20:29:30 +0000 reimar Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed
Tue, 12 Dec 2006 19:17:47 +0000 reimar Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.
Tue, 12 Dec 2006 19:13:48 +0000 reimar Support for different endianness on client and server with -vo x11
Tue, 12 Dec 2006 19:03:57 +0000 reimar Align image data pointer, this is also in preparation of an upcoming patch
Tue, 12 Dec 2006 18:43:10 +0000 reimar Use XCreateImage instead of XGetImage, this is not only more correct and
Tue, 12 Dec 2006 09:40:49 +0000 gpoirier vstrict=0 is required to create DVDs decodable by standalone dvd players
Mon, 11 Dec 2006 22:37:17 +0000 reimar Mark utf8_get_char parameter as const and fix a compiler warning
Mon, 11 Dec 2006 22:32:13 +0000 reimar Another simplification
Mon, 11 Dec 2006 22:29:08 +0000 reimar Reuse utf8_get_char in subtitle rendering code.
Mon, 11 Dec 2006 19:49:04 +0000 reimar More ChangeLog updates
Mon, 11 Dec 2006 18:50:52 +0000 henry count needs to be even
Mon, 11 Dec 2006 14:53:40 +0000 gpoirier sync w/r21561
Mon, 11 Dec 2006 14:21:21 +0000 gpoirier sync w/ r21506 and misc
Mon, 11 Dec 2006 13:05:30 +0000 gpoirier sync w/ r21486
Mon, 11 Dec 2006 10:23:33 +0000 diego Fix --extra-libs-mplayer and --extra-libs-mencoder.
Mon, 11 Dec 2006 10:19:26 +0000 diego small updates, cosmetics
Mon, 11 Dec 2006 08:59:43 +0000 reimar 10l, forgot to add _inc_x11 to X11 cc check
Mon, 11 Dec 2006 08:35:49 +0000 henry (hopefully) the rest of PPC modifications
Sun, 10 Dec 2006 22:45:32 +0000 reimar OpenAL volume control
Sun, 10 Dec 2006 22:12:48 +0000 reimar Better default CFLAGS for non-gnu, non-intel compilers
Sun, 10 Dec 2006 21:37:00 +0000 reimar Respect -noidx in lavf demuxer
Sun, 10 Dec 2006 19:47:24 +0000 reimar Make sure closesocket is called.
Sun, 10 Dec 2006 19:38:41 +0000 reimar STREAM_UNSUPPORTED is -1, so use the former for return value in all places.
Sun, 10 Dec 2006 19:35:39 +0000 reimar Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)
Sun, 10 Dec 2006 19:25:59 +0000 torinthiel Revert my previous, broken commit
Sun, 10 Dec 2006 18:59:28 +0000 reimar Only increase buffer size to avoid crashes when seeking in
Sun, 10 Dec 2006 17:28:56 +0000 nicodvb check that stream_type is DVD before calling dvd_lang_from_aid
Sun, 10 Dec 2006 17:28:01 +0000 nicodvb show subtitle language in OSD ; patch by Otvos Attila
Sun, 10 Dec 2006 17:25:54 +0000 nicodvb added function to return the language of the specified subtitle id. Patch by
Sun, 10 Dec 2006 16:52:58 +0000 reimar Fix realvideo size changes by using our own malloced buffer and export type mpi.
Sun, 10 Dec 2006 15:10:46 +0000 reimar Add x11 include path only to _inc_extra if X11 is actually enabled.
Sun, 10 Dec 2006 14:46:37 +0000 reimar Remove no longer needed always_inline hack in mpbswap.h
Sun, 10 Dec 2006 14:07:08 +0000 reimar Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in general.
Sun, 10 Dec 2006 14:04:27 +0000 reimar Avoid deprecated _sleep, instead include windows.h and use Sleep just like
Sun, 10 Dec 2006 13:17:54 +0000 reimar ID_SUBTITLE_ID should show the -sid number, not the vobsub id also for dvd subs.
Sun, 10 Dec 2006 11:53:19 +0000 reimar ffmjpeg uses RGB24 for JPEG-LS
Sun, 10 Dec 2006 08:19:21 +0000 voroshil r21561: update vbuf_size and suggest 400 for HDTV video
Sun, 10 Dec 2006 01:38:54 +0000 nplourde vo_macosx, fix crash when closing window
Sun, 10 Dec 2006 01:10:53 +0000 reimar Fix a compiler warning
Sun, 10 Dec 2006 01:08:32 +0000 reimar Set frequency and correct frequency getting
Sun, 10 Dec 2006 00:50:38 +0000 uau Set AVFMT_FLAG_GENPTS if -correct-pts is used.
Sun, 10 Dec 2006 00:21:35 +0000 reimar Remove a disabled and completely outdated sample rate mismatch warning.
Sat, 09 Dec 2006 23:57:28 +0000 nplourde vo_macosx.m disable window animation when going to fullscreen
Sat, 09 Dec 2006 22:24:07 +0000 nicodvb update vbuf_size and suggest 400 for HDTV video
Sat, 09 Dec 2006 22:21:37 +0000 nicodvb align vbuf_size to the max value allowed by main profile @ high level
Sat, 09 Dec 2006 21:28:38 +0000 Gabrov synced with r21558
Sat, 09 Dec 2006 19:50:08 +0000 reimar Fix misplaced http_free
Sat, 09 Dec 2006 19:34:46 +0000 reimar Fix potential endless loop in http_streaming_start due
Sat, 09 Dec 2006 19:33:28 +0000 reimar Fix lots and lots of potential memory/fd leaks in http_streaming_start
Sat, 09 Dec 2006 19:24:12 +0000 nicodvb use dvdnav's palette if available
Sat, 09 Dec 2006 19:23:35 +0000 nicodvb export spu palette; part of a patch by Otvos Attila
Sat, 09 Dec 2006 19:12:51 +0000 reimar Avoid memory and fd leaks in asf streaming open code.
Sat, 09 Dec 2006 18:57:48 +0000 reimar Forgotten closesocket on error, patch by
Sat, 09 Dec 2006 18:54:12 +0000 reimar Close fd on error.
Sat, 09 Dec 2006 18:09:41 +0000 reimar Fix ppc without altivec compilation
Sat, 09 Dec 2006 13:32:46 +0000 reimar cscd produces BGR15, not BGR16
Sat, 09 Dec 2006 12:25:25 +0000 reimar Replace another MIN macro by FFMIN
Sat, 09 Dec 2006 12:24:11 +0000 reimar Get rid of min/max macros from aviheader.h, they do not belong here.
Sat, 09 Dec 2006 12:14:14 +0000 reimar Improve OpenAL speaker positions a bit.
Sat, 09 Dec 2006 11:59:49 +0000 reimar Remove condition that should always be true
Sat, 09 Dec 2006 11:59:09 +0000 reimar Fix crash in ogg demuxer uninit with -aid
Sat, 09 Dec 2006 11:45:41 +0000 reimar Half-properly set up OpenAL position stuff
Sat, 09 Dec 2006 10:34:27 +0000 henry sync to libmpeg2-0.4.1
Sat, 09 Dec 2006 09:27:35 +0000 voroshil r21537: General reformatting round:
Sat, 09 Dec 2006 00:09:45 +0000 nplourde do not force arch and isysroot in osx
Fri, 08 Dec 2006 17:20:21 +0000 voroshil Fix bmovl-test build error
Fri, 08 Dec 2006 11:43:09 +0000 torinthiel Ignore .depend properly
Fri, 08 Dec 2006 11:38:06 +0000 torinthiel General reformatting round:
Fri, 08 Dec 2006 09:50:12 +0000 torinthiel .norecurse should be ignored
Thu, 07 Dec 2006 20:53:05 +0000 nicodvb made vorbis_info a member of ogg_stream rather than ogg_demuxer;
Thu, 07 Dec 2006 18:10:16 +0000 kraymer r21531: Document geq filter.