log

age author description
Sat, 11 Dec 2010 23:19:13 +0000 reimar Replace memcpy with memove since at least src==dst is possible.
Sat, 11 Dec 2010 23:15:48 +0000 reimar Fix several memleaks in TS demuxer.
Sat, 11 Dec 2010 22:26:57 +0000 reimar Replace hard-coded number for loop limits for array index by
Sat, 11 Dec 2010 22:22:54 +0000 reimar Replace malloc+memset with calloc and use sizeof(*variable).
Sat, 11 Dec 2010 22:19:46 +0000 reimar Add memset to avoid using uninitialized data with sample in bug 1280.
Sat, 11 Dec 2010 21:11:33 +0000 reimar Fix mp_check_mp3_header: it checked for a byte-swapped MP3-header
Sat, 11 Dec 2010 19:32:23 +0000 reimar Fix crahs with -audiofile and audio disabled.
Sat, 11 Dec 2010 18:37:00 +0000 reimar Reset ctx->vo_initialized to 0 on a resolution change.
Sat, 11 Dec 2010 17:45:41 +0000 reimar Fix possible memory leaks on error.
Sat, 11 Dec 2010 16:36:17 +0000 reimar Fix insufficient padding/memset at the end of demuxer packets.
Sat, 11 Dec 2010 15:49:09 +0000 reimar Use FFMAX for slightly better readability.
Sat, 11 Dec 2010 15:46:30 +0000 reimar Remove useless assignment already done in new_sh_video.
Sat, 11 Dec 2010 15:45:31 +0000 reimar Remove pointless assignments that are already handled in new_sh_audio.
Sat, 11 Dec 2010 15:43:24 +0000 reimar Move setup of sh_audio->format to a more appropriate place (in asfheader.c).
Sat, 11 Dec 2010 15:30:28 +0000 reimar Fix some unaligned writes and avoid some (incorrect due to alignment) casts.
Sat, 11 Dec 2010 14:40:39 +0000 reimar Reset mpvdec to NULL after uninit.
Sat, 11 Dec 2010 13:56:19 +0000 reimar Fix spelling in comment.
Sat, 11 Dec 2010 12:44:39 +0000 reimar Allow cycling subtitles backwards with 'J'.
Sat, 11 Dec 2010 12:23:07 +0000 reimar Support very high libav* message levels as e.g. the flac parser
Wed, 08 Dec 2010 22:53:52 +0000 reimar Do not generate nonsensical pts values for FLAC audio.
Wed, 08 Dec 2010 19:43:51 +0000 reimar Add support for FLAC audio parsing, fixes playback time jumping
Tue, 07 Dec 2010 15:27:11 +0000 ramiro colorspace-test: fix build
Sat, 04 Dec 2010 10:24:42 +0000 cboesch Make use of mp_basename in a few places.
Sat, 04 Dec 2010 01:55:18 +0000 jrash sync with en/mplayer.1 rev. 32661
Fri, 03 Dec 2010 23:10:36 +0000 cboesch Add support for login/password in http_proxy env variable.
Fri, 03 Dec 2010 19:52:10 +0000 cboesch Drop MPlayer base64_encode for av_base64_encode.
Fri, 03 Dec 2010 17:50:26 +0000 compn add c key for capturing default bind, missing from r32524
Fri, 03 Dec 2010 15:47:40 +0000 compn mark myself as bugzilla admin and mailing list moderator
Mon, 29 Nov 2010 23:26:46 +0000 compn change --with-extraincdir to --extra-cflags
Mon, 29 Nov 2010 18:56:21 +0000 reimar Set needs_parsing to 1 for DTS audio.
Sun, 28 Nov 2010 18:02:50 +0000 reimar Fix TS files with MP4 ES AAC descriptor to be correctly recognized
Sun, 28 Nov 2010 16:10:56 +0000 reimar Add horrible hack to make xvidix work on big-endian.
Sun, 28 Nov 2010 15:33:45 +0000 reimar 100l, fix vidix compilation on big-endian
Sun, 28 Nov 2010 15:25:15 +0000 reimar Restore big-endian support removed in thoughtless upstream merge
Sun, 28 Nov 2010 07:47:37 +0000 reimar Add R_OVL_SHIFT to all R280 devices. Only actually confirmed for two.
Sun, 28 Nov 2010 05:32:00 +0000 compn add ffmpeg g722 audio codec
Sat, 27 Nov 2010 19:15:54 +0000 iive Expose the VBV options of xvid encoder to the command line interface.
Sat, 27 Nov 2010 18:06:45 +0000 compn make tag for svq3, fixes:
Sat, 27 Nov 2010 13:54:23 +0000 reimar Add support for uncompressed BGR24 pixfmt.
Sat, 27 Nov 2010 13:29:16 +0000 compn change dnxhd to qtdnxhd. consistant with all other quicktime decoders
Sat, 27 Nov 2010 12:24:01 +0000 reimar Reindent.
Sat, 27 Nov 2010 12:23:20 +0000 reimar Do not dump image description by default.
Sat, 27 Nov 2010 10:36:14 +0000 reimar Mark input-only buffer as const.
Sat, 27 Nov 2010 10:12:35 +0000 reimar Mark input buffer that is never modified as const.
Sat, 27 Nov 2010 10:09:20 +0000 reimar Use uint8_t type instead of unsigned char.
Sat, 27 Nov 2010 10:07:19 +0000 reimar Mark input-only buffers as const.
Sat, 27 Nov 2010 10:01:11 +0000 reimar Support clearing subtitles. Makes PGS subtitles disappear at the appropriate time.
Sat, 27 Nov 2010 09:51:31 +0000 reimar Bump codecs.conf version.
Sat, 27 Nov 2010 09:49:17 +0000 reimar Add support for decoding Avid DNxHD through the QuickTime component.
Fri, 26 Nov 2010 20:52:35 +0000 reimar build_afilter_chain is not safe to use directly, thus make it
Thu, 25 Nov 2010 10:04:07 +0000 cboesch Use calloc instead of malloc+memset.
Thu, 25 Nov 2010 10:02:51 +0000 cboesch Remove GCC warning hack not needed anymore
Thu, 25 Nov 2010 10:01:48 +0000 cboesch Remove dead define
Thu, 25 Nov 2010 10:01:03 +0000 cboesch Simplify mime_type_table loop
Tue, 23 Nov 2010 14:44:26 +0000 komh Check the validity of an argument, font.
Sun, 21 Nov 2010 19:46:37 +0000 cboesch Handle ':' on systems with DOS paths: it allows paths like C:foo.avi.
Sun, 21 Nov 2010 17:07:34 +0000 cboesch Add a mp_dirname function (unused at the moment)
Sun, 21 Nov 2010 16:52:22 +0000 cboesch Do not keep authentication in URL on connection through a proxy
Sun, 21 Nov 2010 12:25:44 +0000 reimar Add WAVEFORMATEXTENSIBLE support to AVI demuxer.
Sun, 21 Nov 2010 12:25:01 +0000 reimar Fix WAVEFORMATEXTENSIBLE condition.
Sun, 21 Nov 2010 12:20:22 +0000 reimar Fix WAVEFORMATEXTENSIBLE support on big-endian.
Sat, 20 Nov 2010 11:39:05 +0000 komh Set font_fontconfig to -1 if CONFIG_FONTCONFIG is not configured.
Sat, 20 Nov 2010 10:47:58 +0000 reimar Fix TS demuxer with -sb and when -aid stream is not found.
Thu, 18 Nov 2010 20:20:39 +0000 cboesch Add Proxy-Authorization header to authenticate on proxies
Thu, 18 Nov 2010 20:18:44 +0000 cboesch "Authentication" header is for the destination server URL, even through a proxy
Wed, 17 Nov 2010 21:14:55 +0000 cboesch Handle correctly paths with mixed '/' and '\' in it.
Wed, 17 Nov 2010 16:33:48 +0000 cboesch Fix crash on path without directories.
Tue, 16 Nov 2010 21:06:52 +0000 cboesch Export mp_basename in a function instead of duplicate macros in various places
Tue, 16 Nov 2010 19:58:54 +0000 reimar Do not initialize codec_id to a nonsense value (it was initialized
Sun, 14 Nov 2010 15:35:53 +0000 reimar Indicate that stereo3d can now handle strides properly.
Sun, 14 Nov 2010 15:34:27 +0000 reimar Remove unused struct element.
Sun, 14 Nov 2010 15:33:25 +0000 reimar Properly support src/dst stride in vf_stereo3d.
Sun, 14 Nov 2010 15:24:12 +0000 reimar Adjust d_height instead of bad ad-hoc scaling.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sat, 13 Nov 2010 10:23:34 +0000 reimar If audio_block_size is 0 that is a bug (and will result in a division by 0
Sat, 13 Nov 2010 10:17:13 +0000 reimar Fix possible division by 0 if -aid is used for AVI files.
Fri, 12 Nov 2010 07:16:32 +0000 reimar Unescape username/password when URL-parsing.
Wed, 10 Nov 2010 22:48:41 +0000 reimar gl/win32: select a stereo pixel format for window when
Wed, 10 Nov 2010 22:10:30 +0000 reimar Move setting of pixel format from init to config.
Wed, 10 Nov 2010 17:49:11 +0000 reimar 100l, add forgotten FFMIN to fix small reads (-nocache) with bd:// protocol.
Wed, 10 Nov 2010 17:43:48 +0000 reimar Support reading larger blocks in one go for bd:// protocol.
Wed, 10 Nov 2010 17:21:28 +0000 reimar Make the file protocol read up to 64 kB at once when the cache is used,
Wed, 10 Nov 2010 15:18:03 +0000 compn fix punctuation and wording in ffmpeg codec howto
Wed, 10 Nov 2010 08:32:54 +0000 lorenm use x264_picture_init.
Wed, 10 Nov 2010 00:10:49 +0000 cehoyos Use fist(p)s instead of fist(p), fixes compilation with clang.
Tue, 09 Nov 2010 22:13:11 +0000 reimar Simplify: Use early return instead of large if block.
Tue, 09 Nov 2010 22:11:08 +0000 reimar Some indentation fixes.
Mon, 08 Nov 2010 21:46:37 +0000 reimar Merge pointlessly split string.
Mon, 08 Nov 2010 20:09:02 +0000 reimar Fix one -subcc sample.
Mon, 08 Nov 2010 19:32:02 +0000 reimar Document that -subcc now takes a channel option.
Mon, 08 Nov 2010 19:30:52 +0000 reimar Add code to allow selecting the Close Captioning channel.
Mon, 08 Nov 2010 07:47:16 +0000 diego cosmetics: Fix Bluray vs. Blu-ray typo.
Mon, 08 Nov 2010 07:16:50 +0000 diego Prefer FFmpeg AAC decoder over libfaad2.
Mon, 08 Nov 2010 00:28:28 +0000 compn document how to add ffmpeg codecs in codecs.conf.txt
Sun, 07 Nov 2010 21:48:12 +0000 cboesch Replace hardcoded str size with sizeof
Sun, 07 Nov 2010 21:42:26 +0000 cboesch Use MSGTR_MemAllocFailed instead of hardcoded string
Sun, 07 Nov 2010 21:26:07 +0000 diego Remove outdated reference to 80kB patch size limit; the limit no longer exists.
Sun, 07 Nov 2010 18:27:24 +0000 reimar Use calloc instead of malloc+memset.
Sun, 07 Nov 2010 18:13:22 +0000 reimar Avoid unnecessary ().
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Sun, 07 Nov 2010 11:03:47 +0000 cehoyos Add a comment to codecs that require their fourcc's added to demuxer.c.
Sun, 07 Nov 2010 11:00:00 +0000 cehoyos Add missing fourcc's that require libavcodec parsing.
Sun, 07 Nov 2010 10:55:01 +0000 cehoyos Fix typo: There is no fourcc 'MPE '.
Sat, 06 Nov 2010 21:49:49 +0000 reimar Use IMGFMT to compare instead of PIX_FMT to avoid issues
Sat, 06 Nov 2010 21:41:12 +0000 reimar For FFmpeg codecs YV12 should always be in the supported format
Sat, 06 Nov 2010 19:37:13 +0000 reimar Fix dvd:// fill_buffer function to actually write into the specified
Sat, 06 Nov 2010 19:35:34 +0000 reimar Fix spelling.
Sat, 06 Nov 2010 19:34:57 +0000 reimar 100l, add missing return.
Sat, 06 Nov 2010 19:33:30 +0000 reimar Change code to something understandable (but equivalent).
Sat, 06 Nov 2010 19:30:48 +0000 reimar Remove a pointless and stupid condition.
Sat, 06 Nov 2010 16:38:00 +0000 reimar Fix subtitle sync issues by ensuring we enqueue all subtitle packets
Sat, 06 Nov 2010 16:05:00 +0000 reimar Fix -ac faad with -demuxer lavf.
Sat, 06 Nov 2010 15:51:33 +0000 reimar fflatm seems to be working, wheras internal faad does not work with
Sat, 06 Nov 2010 15:49:50 +0000 reimar Use only one fourcc for LATM.
Sat, 06 Nov 2010 15:48:21 +0000 reimar Handle EAGAIN in ad_ffmpeg, this is necessary for LATM to work properly with
Sat, 06 Nov 2010 15:41:44 +0000 reimar Add support for LATM parsing.
Sat, 06 Nov 2010 15:11:21 +0000 reimar Fix bd:// with -cache, the bd_read function does not work when
Sat, 06 Nov 2010 14:57:44 +0000 reimar Fix program switching with -demuxer lavf.
Sat, 06 Nov 2010 14:41:23 +0000 reimar Print PROGRAM_ID -identify output similar to demux_ts
Sat, 06 Nov 2010 14:31:34 +0000 reimar Set st->discard in the same way for audio and video, fixes -aid no