Mercurial > mplayer.hg
graph
-
Avoid using uninitialized data if index read does not return enough data.2010-12-12, by reimar
-
Fix ad_faad crash when used on an empty audio stream.2010-12-12, by reimar
-
Support 0xff as tag for AAC audio and avoid an endless loop for unknown2010-12-12, by reimar
-
Improve speex codec pts handling, make audio timestamps work reasonably2010-12-12, by reimar
-
Fix allocations: always free before overwriting a pointer with a newly2010-12-12, by reimar
-
Add validity check for stream_seek argument to avoid a integer overflow2010-12-12, by reimar
-
Fix memleaks on error.2010-12-12, by reimar
-
Treat non-ref frames like B-frames even if has_b_frames is not set and2010-12-12, by reimar
-
correct -tv audiorate description, change bitrate to samplerate2010-12-12, by compn
-
Prefer yuv4mpeg via libavformat, since that one supports multiple2010-12-11, by reimar
-
Replace memcpy with memove since at least src==dst is possible.2010-12-11, by reimar
-
Fix several memleaks in TS demuxer.2010-12-11, by reimar
-
Replace hard-coded number for loop limits for array index by2010-12-11, by reimar
-
Replace malloc+memset with calloc and use sizeof(*variable).2010-12-11, by reimar
-
Add memset to avoid using uninitialized data with sample in bug 1280.2010-12-11, by reimar
-
Fix mp_check_mp3_header: it checked for a byte-swapped MP3-header2010-12-11, by reimar
-
Fix crahs with -audiofile and audio disabled.2010-12-11, by reimar
-
Reset ctx->vo_initialized to 0 on a resolution change.2010-12-11, by reimar
-
Fix possible memory leaks on error.2010-12-11, by reimar
-
Fix insufficient padding/memset at the end of demuxer packets.2010-12-11, by reimar
-
Use FFMAX for slightly better readability.2010-12-11, by reimar
-
Remove useless assignment already done in new_sh_video.2010-12-11, by reimar
-
Remove pointless assignments that are already handled in new_sh_audio.2010-12-11, by reimar
-
Move setup of sh_audio->format to a more appropriate place (in asfheader.c).2010-12-11, by reimar
-
Fix some unaligned writes and avoid some (incorrect due to alignment) casts.2010-12-11, by reimar
-
Reset mpvdec to NULL after uninit.2010-12-11, by reimar
-
Fix spelling in comment.2010-12-11, by reimar
-
Allow cycling subtitles backwards with 'J'.2010-12-11, by reimar
-
Support very high libav* message levels as e.g. the flac parser2010-12-11, by reimar
-
Do not generate nonsensical pts values for FLAC audio.2010-12-08, by reimar
-
Add support for FLAC audio parsing, fixes playback time jumping2010-12-08, by reimar
-
colorspace-test: fix build2010-12-07, by ramiro
-
Make use of mp_basename in a few places.2010-12-04, by cboesch
-
sync with en/mplayer.1 rev. 326612010-12-04, by jrash
-
Add support for login/password in http_proxy env variable.2010-12-03, by cboesch
-
Drop MPlayer base64_encode for av_base64_encode.2010-12-03, by cboesch
-
add c key for capturing default bind, missing from r325242010-12-03, by compn
-
mark myself as bugzilla admin and mailing list moderator2010-12-03, by compn
-
change --with-extraincdir to --extra-cflags2010-11-29, by compn
-
Set needs_parsing to 1 for DTS audio.2010-11-29, by reimar
-
Fix TS files with MP4 ES AAC descriptor to be correctly recognized2010-11-28, by reimar
-
Add horrible hack to make xvidix work on big-endian.2010-11-28, by reimar
-
100l, fix vidix compilation on big-endian2010-11-28, by reimar
-
Restore big-endian support removed in thoughtless upstream merge2010-11-28, by reimar
-
Add R_OVL_SHIFT to all R280 devices. Only actually confirmed for two.2010-11-28, by reimar
-
add ffmpeg g722 audio codec2010-11-28, by compn
-
Expose the VBV options of xvid encoder to the command line interface.2010-11-27, by iive
-
make tag for svq3, fixes:2010-11-27, by compn
-
Add support for uncompressed BGR24 pixfmt.2010-11-27, by reimar
-
change dnxhd to qtdnxhd. consistant with all other quicktime decoders2010-11-27, by compn
-
Reindent.2010-11-27, by reimar
-
Do not dump image description by default.2010-11-27, by reimar
-
Mark input-only buffer as const.2010-11-27, by reimar
-
Mark input buffer that is never modified as const.2010-11-27, by reimar
-
Use uint8_t type instead of unsigned char.2010-11-27, by reimar
-
Mark input-only buffers as const.2010-11-27, by reimar
-
Support clearing subtitles. Makes PGS subtitles disappear at the appropriate time.2010-11-27, by reimar
-
Bump codecs.conf version.2010-11-27, by reimar
-
Add support for decoding Avid DNxHD through the QuickTime component.2010-11-27, by reimar
-
build_afilter_chain is not safe to use directly, thus make it2010-11-26, by reimar
-
Use calloc instead of malloc+memset.2010-11-25, by cboesch
-
Remove GCC warning hack not needed anymore2010-11-25, by cboesch
-
Remove dead define2010-11-25, by cboesch
-
Simplify mime_type_table loop2010-11-25, by cboesch
-
Check the validity of an argument, font.2010-11-23, by komh
-
Handle ':' on systems with DOS paths: it allows paths like C:foo.avi.2010-11-21, by cboesch
-
Add a mp_dirname function (unused at the moment)2010-11-21, by cboesch
-
Do not keep authentication in URL on connection through a proxy2010-11-21, by cboesch
-
Add WAVEFORMATEXTENSIBLE support to AVI demuxer.2010-11-21, by reimar
-
Fix WAVEFORMATEXTENSIBLE condition.2010-11-21, by reimar
-
Fix WAVEFORMATEXTENSIBLE support on big-endian.2010-11-21, by reimar
-
Set font_fontconfig to -1 if CONFIG_FONTCONFIG is not configured.2010-11-20, by komh
-
Fix TS demuxer with -sb and when -aid stream is not found.2010-11-20, by reimar
-
Add Proxy-Authorization header to authenticate on proxies2010-11-18, by cboesch
-
"Authentication" header is for the destination server URL, even through a proxy2010-11-18, by cboesch
-
Handle correctly paths with mixed '/' and '\' in it.2010-11-17, by cboesch
-
Fix crash on path without directories.2010-11-17, by cboesch
-
Export mp_basename in a function instead of duplicate macros in various places2010-11-16, by cboesch
-
Do not initialize codec_id to a nonsense value (it was initialized2010-11-16, by reimar
-
Indicate that stereo3d can now handle strides properly.2010-11-14, by reimar
-
Remove unused struct element.2010-11-14, by reimar
-
Properly support src/dst stride in vf_stereo3d.2010-11-14, by reimar
-
Adjust d_height instead of bad ad-hoc scaling.2010-11-14, by reimar
-
Remove most of the NULL pointer check before free all over the code2010-11-14, by cboesch
-
If audio_block_size is 0 that is a bug (and will result in a division by 02010-11-13, by reimar
-
Fix possible division by 0 if -aid is used for AVI files.2010-11-13, by reimar
-
Unescape username/password when URL-parsing.2010-11-12, by reimar
-
gl/win32: select a stereo pixel format for window when2010-11-10, by reimar
-
Move setting of pixel format from init to config.2010-11-10, by reimar
-
100l, add forgotten FFMIN to fix small reads (-nocache) with bd:// protocol.2010-11-10, by reimar
-
Support reading larger blocks in one go for bd:// protocol.2010-11-10, by reimar
-
Make the file protocol read up to 64 kB at once when the cache is used,2010-11-10, by reimar
-
fix punctuation and wording in ffmpeg codec howto2010-11-10, by compn
-
use x264_picture_init.2010-11-10, by lorenm
-
Use fist(p)s instead of fist(p), fixes compilation with clang.2010-11-10, by cehoyos
-
Simplify: Use early return instead of large if block.2010-11-09, by reimar
-
Some indentation fixes.2010-11-09, by reimar
-
Merge pointlessly split string.2010-11-08, by reimar
-
Fix one -subcc sample.2010-11-08, by reimar
-
Document that -subcc now takes a channel option.2010-11-08, by reimar
-
Add code to allow selecting the Close Captioning channel.2010-11-08, by reimar
-
cosmetics: Fix Bluray vs. Blu-ray typo.2010-11-08, by diego
-
Prefer FFmpeg AAC decoder over libfaad2.2010-11-08, by diego
-
document how to add ffmpeg codecs in codecs.conf.txt2010-11-08, by compn
-
Replace hardcoded str size with sizeof2010-11-07, by cboesch
-
Use MSGTR_MemAllocFailed instead of hardcoded string2010-11-07, by cboesch
-
Remove outdated reference to 80kB patch size limit; the limit no longer exists.2010-11-07, by diego
-
Use calloc instead of malloc+memset.2010-11-07, by reimar
-
Avoid unnecessary ().2010-11-07, by reimar
-
Remove some useless NULL pointer checks before invoking free() on the pointer.2010-11-07, by diego
-
Add a comment to codecs that require their fourcc's added to demuxer.c.2010-11-07, by cehoyos
-
Add missing fourcc's that require libavcodec parsing.2010-11-07, by cehoyos
-
Fix typo: There is no fourcc 'MPE '.2010-11-07, by cehoyos
-
Use IMGFMT to compare instead of PIX_FMT to avoid issues2010-11-06, by reimar
-
For FFmpeg codecs YV12 should always be in the supported format2010-11-06, by reimar
-
Fix dvd:// fill_buffer function to actually write into the specified2010-11-06, by reimar
-
Fix spelling.2010-11-06, by reimar
-
100l, add missing return.2010-11-06, by reimar
-
Change code to something understandable (but equivalent).2010-11-06, by reimar
-
Remove a pointless and stupid condition.2010-11-06, by reimar
-
Fix subtitle sync issues by ensuring we enqueue all subtitle packets2010-11-06, by reimar
-
Fix -ac faad with -demuxer lavf.2010-11-06, by reimar
-
fflatm seems to be working, wheras internal faad does not work with2010-11-06, by reimar
-
Use only one fourcc for LATM.2010-11-06, by reimar
-
Handle EAGAIN in ad_ffmpeg, this is necessary for LATM to work properly with2010-11-06, by reimar
-
Add support for LATM parsing.2010-11-06, by reimar
-
Fix bd:// with -cache, the bd_read function does not work when2010-11-06, by reimar
-
Fix program switching with -demuxer lavf.2010-11-06, by reimar
-
Print PROGRAM_ID -identify output similar to demux_ts2010-11-06, by reimar
-
Set st->discard in the same way for audio and video, fixes -aid no2010-11-06, by reimar
-
Support NV12/NV21/HM12 in ve_raw.2010-11-03, by reimar
-
Make scale filter accept all non-hardware-acceleration input formats we know a2010-11-03, by reimar
-
Add and use a IMGFMT_IS_HWACCEL define.2010-11-03, by reimar
-
Add video/3gpp and application/x-flash-video mime types.2010-11-03, by diego
-
Do not enable rpath on NetBSD.2010-11-03, by diego
-
Enable joystick support on FreeBSD.2010-11-03, by diego
-
Support FFmpeg LATM decoding.2010-11-02, by cehoyos
-
Restore all the attributes after changing aspect ratio.2010-11-02, by komh
-
Prevent a parent window from painting over our window on slave mode2010-11-02, by komh
-
Fix possible out-of-bounds access.2010-10-30, by reimar
-
sync with en/mplayer.1 rev. 325662010-10-30, by jrash
-
Support for -force-key-frames for ve_xvid4.2010-10-29, by cigaes
-
Support for -force-key-frames for ve_x264.2010-10-29, by cigaes
-
Support for -force-key-frames for ve_lavc.2010-10-29, by cigaes
-
Add the -force-key-frames option.2010-10-29, by cigaes
-
Store src/dstFormat after calling handle_jpeg2010-10-29, by mstorsjo
-
make indentation consistent (no content changes)2010-10-28, by siretart
-
Update release instructions to be more in line with current practice.2010-10-28, by diego
-
Add internal read and seek function to avoid a useless memcpy when using2010-10-27, by reimar
-
vo_corevideo.m: change path for sub.h.2010-10-27, by cigaes
-
Move spuenc.[ch] from libvo to sub.2010-10-27, by cigaes
-
Move osd.[ch] and osd_template.c from libvo to sub.2010-10-27, by cigaes
-
Remove som irrelevant commented-out code.2010-10-27, by reimar
-
Move libvo/sub.[ch] from libvo to sub.2010-10-27, by cigaes
-
Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.2010-10-27, by cigaes
-
Ignore .d and .ho files in sub.2010-10-27, by cigaes
-
Do not use a path for including files in the same directory.2010-10-27, by reimar
-
Makefile: add the sub directory to DIRS.2010-10-27, by cigaes
-
Move subassconvert.[ch] to the sub directory.2010-10-27, by cigaes
-
Move ass_mp.[ch] to the sub directory.2010-10-27, by cigaes
-
Move eosd.[ch] to the sub directory.2010-10-27, by cigaes
-
Move vobsub.[ch] and unrar_exec.[ch] to the sub directory.2010-10-27, by cigaes
-
Move sub_cc.[ch] to the sub directory.2010-10-27, by cigaes
-
Move av_sub.[ch] to the sub directory.2010-10-27, by cigaes
-
Move spudec.[ch] to the sub directory.2010-10-27, by cigaes
-
Move find_sub.c to the sub directory.2010-10-27, by cigaes
-
Create a new directory, "sub", for subtitles and OSD related code.2010-10-27, by cigaes
-
Fix compilation with networking disabled due to FFmpeg CONFIG_RTPDEC handling.2010-10-27, by diego
-
stream_dvd: millisecond accuracy for chapters in -identify output.2010-10-27, by cigaes
-
bump package build-dependency on x264 to versions later than 0.992010-10-27, by siretart
-
sync x264 version check with the check in ffmpeg/configure2010-10-27, by siretart
-
Consistency fix: select track specified by -aid/-vid/-sid automatically2010-10-26, by reimar
-
Replace malloc+memset by calloc.2010-10-26, by reimar
-
Add manual page changes after adding support for additional xvid2010-10-23, by cehoyos
-
Fix Italian translation.2010-10-23, by cehoyos
-
Use proper include instead of extern declarations in the .c file.2010-10-23, by reimar
-
Change capture feature to append to file instead of overwriting.2010-10-23, by reimar
-
Simplify and fix capture feature to not always return an error.2010-10-23, by reimar
-
EOSD: overlay_add: use read_pnm instead of the internal reimplementation.2010-10-22, by cigaes
-
Add stereo3d filter.2010-10-22, by reimar
-
Remove unused message string.2010-10-22, by reimar
-
Improve vd_ffmpeg aspect handling to respect container aspect if possible2010-10-22, by reimar
-
Implement a basic capture feature, available through -capture.2010-10-21, by diego
-
Add CONFIG_RTPDEC to config.h/config.mak for FFmpeg.2010-10-21, by diego
-
Fix detection of mips processor variants.2010-10-21, by diego
-
Cosmetics: split a couple long "if" lines.2010-10-21, by corey
-
Make mencoder account for encoder delay when considering the current2010-10-21, by corey
-
Make commas and backslashes show in manpage output as they are supposed2010-10-20, by attila
-
make the packaged binaries identify themselves properly2010-10-19, by siretart
-
10l, unbreak building of mplayer-doc package2010-10-19, by siretart
-
Make clean target even more robust and forcefully remove generated HTML docs2010-10-19, by siretart
-
switch to source format 3.0 (native) to build tarballs on demand2010-10-19, by siretart