Mercurial > mplayer.hg
graph
-
Fix r32587: the previous approach to return subtitles in time broke2011-02-06, by reimar
-
fix ad_qtaudio for the case when the libavformat mov demuxer is used2011-02-06, by faust3
-
Set subtitle stream type correctly for DVB subtitles in TS demuxer.2011-02-06, by reimar
-
Do not add .sub to text subtitles when they look like vobsub.2011-02-05, by cboesch
-
Add sub-paths option.2011-02-05, by cboesch
-
Revert 32857: FPS should be double everywhere, not float.2011-02-05, by cboesch
-
100l: fps are not in int but float, fix prototype.2011-02-05, by cboesch
-
FPS are in float in sh_video, not double.2011-02-05, by cboesch
-
Use av_set_string3 instead of deprecated av_set_string.2011-02-05, by reimar
-
Change deprecated PKT_FLAG_KEY, CODEC_TYPE_* and SAMPLE_FMT_* to their2011-02-05, by reimar
-
Use av_get_bits_per_sample_fmt instead of deprecated2011-02-05, by reimar
-
Use av_iformat_next instead of first_iformat to conform with new FFmpeg API.2011-02-05, by reimar
-
Remove av_metadata_conv call, it is a NOP in FFmpeg nowadays.2011-02-05, by reimar
-
sync with en/mplayer.1 rev. 328422011-02-05, by jrash
-
Do not pointlessly cast the return value of memalign().2011-02-04, by diego
-
Replace one more instance of memalign in libmpcodecs with av_malloc.2011-02-04, by diego
-
Improve the readability of dynamic labels which scroll.2011-02-03, by ib
-
Cosmetic: indent for a patch to come.2011-02-03, by ib
-
Remove useless format argument.2011-02-03, by ib
-
Skip deleting HTML-single directory, which is no longer created.2011-02-03, by diego
-
Update incoming FTP directory URL for directory structure change on server.2011-02-03, by diego
-
add apco and ap4h fourcc to prores decoder2011-02-03, by compn
-
Add prefix filename option for PNG video output.2011-02-02, by cboesch
-
Fix r32824: It broke -frames and many, many other things.2011-02-02, by reimar
-
Use color type getter instead of direct access to private member.2011-02-01, by cboesch
-
Use mp_dir_join instead of sprintf.2011-02-01, by cboesch
-
Add mp_dir_join function.2011-02-01, by cboesch
-
Revert 32836: Uoti Urpala did not approve the relicensing.2011-01-31, by cboesch
-
Allow LGPL re-distribution of vo_vdpau.c.2011-01-31, by cehoyos
-
Fix postprocessing and perspective filters on x86-64.2011-01-31, by cehoyos
-
Replace memalign() by av_malloc() in libmpcodecs. as it is not available in all platforms2011-01-30, by michael
-
Escape character values >= 127 in URLs as required by the RFC.2011-01-30, by reimar
-
Check that rlen is valid before using it to increment a pointer.2011-01-30, by reimar
-
Make new_demux_packet return NULL if allocation failed, this should2011-01-30, by reimar
-
Remove outdated FFmpeg svn external, make configure optionally2011-01-30, by reimar
-
Update GUI and skins maintainer.2011-01-29, by ib
-
Cast properly (to avoid compiler warnings).2011-01-29, by ib
-
Remove needless fontid.2011-01-29, by ib
-
Disable libmpcdec (musepack) support, FFmpeg has a decoder that2011-01-28, by reimar
-
Force subtitles to be redrawn on sub_scale change.2011-01-27, by reimar
-
Continue playing even if we reached video EOF if there is still audio2011-01-27, by reimar
-
Improve EOF handling in ds_fill_buffer for the case where one stream ends2011-01-27, by reimar
-
Cosmetics: move if and following { onto same line.2011-01-27, by reimar
-
Allow character in the font description file to be in UTF-8.2011-01-27, by ib
-
Revert "Translate messages shown in the GUI window(s) from UTF-8"2011-01-27, by ib
-
Update PAUSED status line with cache fill status if it changed.2011-01-26, by reimar
-
Convert cache_fill_status into a function so we always get the latest state,2011-01-26, by reimar
-
Change MSGTR_Paused definition to allow simplifying some code.2011-01-26, by reimar
-
cosmetics: Drop leading underscore from _need_* variables.2011-01-26, by diego
-
Change "cache not filling" warning to include a hint to increase the cache size.2011-01-25, by reimar
-
Remove resetting of a_out_buffer_len in init_audio_filters.2011-01-24, by reimar
-
Reindent and prettify (just a bit) append_dir_subtitles.2011-01-23, by cboesch
-
Typedef the add subtitle function just like open_vob_func.2011-01-23, by cboesch
-
Replace hacky vobsub loading with a new clean one.2011-01-23, by cboesch
-
Check conversion to and from UTF-8.2011-01-21, by ib
-
Add two missing conversions for enabling non-UTF-8 encoded filenames.2011-01-21, by ib
-
Remove needless get_current_dir_name() calls2011-01-21, by ib
-
100l, fix hack to check for MakeMKV server being inverted.2011-01-20, by reimar
-
Add return_statement_check() helper function and use it to simplify some checks.2011-01-20, by diego
-
Add return_check() helper function and use it to simplify some checks.2011-01-20, by diego
-
Simplify OpenJPEG check with define_statement_check() helper function.2011-01-20, by diego
-
cosmetics: Move header_check helper function.2011-01-20, by diego
-
Translate messages shown in the GUI window(s) only from UTF-82011-01-20, by ib
-
Remove libswscale subdirectory.2011-01-20, by diego
-
Translate messages shown in the GUI window(s) from UTF-82011-01-19, by ib
-
Fix resource leaks and check for realloc failures2011-01-19, by ib
-
configure: Initialize va_list variable as '{0}' instead of NULL in vsscanf test.2011-01-19, by diego
-
Fix compiler warning2011-01-19, by ib
-
Correct translation of filenames and prevent out-of-bounds array access2011-01-18, by ib
-
Enable non-UTF-8 encoded filenames2011-01-18, by ib
-
Allow double quote to be defined in the font description file:2011-01-18, by ib
-
Rename strcpy_strip_ext to strcpy_strip_ext_lower.2011-01-17, by cboesch
-
Reindent (and prettify) after 32791.2011-01-16, by cboesch
-
Get rid of the "main" label.2011-01-16, by cboesch
-
Remove tabs from two additional files that will be used in2011-01-15, by cehoyos
-
Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.2011-01-14, by cehoyos
-
sync with en/mplayer.1 rev. 327772011-01-14, by jrash
-
move function declaration into vo_dxr2.h2011-01-13, by ranma
-
Remove unused define/undef.2011-01-12, by cboesch
-
Add MakeMKV to list of webservers always supporting ranges even when they2011-01-12, by reimar
-
Drop unneeded extern keyword.2011-01-11, by ranma
-
Change a forgotten instance of string 'ac3' to 'ac3_fixed'.2011-01-11, by cehoyos
-
Fix -af lavcac3enc after float ac3 encoder was made default in libavcodec.2011-01-11, by cehoyos
-
Fix uCode memleak found by debian automated code analysis2011-01-11, by ranma
-
Fix compiler warnings in ao_dxr2.c and vo_dxr2.c2011-01-11, by ranma
-
Fix name clash with aspect() function from aspect.h (makes vo_dxr2.c compile again).2011-01-11, by ranma
-
Mark source strings const in some subtitles string processing functions.2011-01-10, by cboesch
-
Add size based support for -endpos in MPlayer.2011-01-10, by cboesch
-
add missing fclose()2011-01-09, by siretart
-
add missing fclose2011-01-09, by siretart
-
Fix printf format string warning2011-01-09, by siretart
-
Enable fflagarith video decoder.2011-01-09, by cehoyos
-
update copyright year2011-01-08, by compn
-
Make load of n subtitles directories possible.2011-01-08, by cboesch
-
Fix ao_coreaudio compilation on OS X 10.4.2011-01-07, by diego
-
add some notes about BE/LE colorspaces and fix a small typo2011-01-06, by compn
-
Revert r32761: The codec_tag for flac should not be overwritten.2011-01-06, by cehoyos
-
Fix playback of flac in mov with both demuxers.2011-01-06, by cehoyos
-
Don't hardcode filename length.2011-01-06, by ranma
-
Increase the bitrate range maximum value.2011-01-06, by ranma
-
Fix playback of ffv1 yuv422p16.2011-01-06, by cehoyos
-
Do not #define _WIN32 on the command line for Cygwin.2011-01-06, by diego
-
Add/remove a few standard header #includes in our libc function replacements.2011-01-06, by diego
-
Fix flac in mov for -demuxer lavf.2011-01-06, by cehoyos
-
Simplify a bunch of configure checks with the statement_check function.2011-01-05, by diego
-
Define _XOPEN_SOURCE to 600 instead of 500 in mkstemp check, this is consistent2011-01-05, by reimar
-
Add define_statement_check function and use it to simplify some checks.2011-01-05, by diego
-
100l, set s->muxer->muxbuf to NULL after free, it is used as argument to2011-01-05, by reimar
-
Attempt to fix example configure line.2011-01-05, by reimar
-
Disambiguate remarks about profiles in configuration files.2011-01-05, by diego
-
cosmetics: Get rid of some backslashes at the end of lines.2011-01-05, by diego
-
cosmetics: Drop some unnecessary end-of-line backslashes after &&/||.2011-01-05, by diego
-
Factorize ROUND() redefinitions macro.2011-01-03, by cboesch
-
Replace mp_path_is_absolute with mp_path_join.2011-01-03, by cboesch
-
Revert previous wrong simplification of AltiVec vector declarations check.2011-01-02, by diego
-
Replace obsolete '--with-extralibdir' configure option by '--extra-ldflags'.2011-01-02, by diego
-
Add sys/time.h #include to videodev.h/videodev2.h checks.2011-01-02, by diego
-
configure: Simplify *BSD ioctl_meteor.h check.2011-01-02, by diego
-
Drop unnecessary Xlib.h #include from Xss screensaver extensions check.2011-01-02, by diego
-
Simplify vector declarations and fast inttypes check with statement_check().2011-01-02, by diego
-
Set sample_fmt before trying to open an audio codec.2011-01-01, by reimar
-
Remove AAC/FAAD2 installation instructions.2011-01-01, by diego
-
Remove forked internal libfaad2 copy.2011-01-01, by diego
-
Remove references to some forked code that was deleted from MPlayer ages ago.2011-01-01, by diego
-
Remove dvdnav-howto.txt, it is unnecessary and contains no information at2010-12-31, by reimar
-
Make internal FFmpeg use the new API that does not pose a limit on the maximum2010-12-31, by reimar
-
sync with en/mplayer.1 rev. 327352010-12-31, by jrash
-
Define CONFIG_GPL in config.asm, fixes compilation with YASM.2010-12-30, by reimar
-
tell that x264's crf gives better results than qp,2010-12-27, by gpoirier
-
Remove pointless case braces.2010-12-25, by cboesch
-
Use '@' Doxygen syntax in subreader module.2010-12-24, by cboesch
-
Add brief description for mp_basename.2010-12-24, by cboesch
-
Add mp_path_is_absolute function.2010-12-24, by cboesch
-
Change Doxygen syntax for mp_dirname.2010-12-24, by cboesch
-
Factorize subtitles loading between mplayer and mencoder.2010-12-24, by cboesch
-
Remove __ptr32 and __ptr64 typedefs, we do not need them and2010-12-23, by reimar
-
Disable VIDIX on Windows if then required ntddk.h header is not available.2010-12-23, by reimar
-
configure: Add HAVE_MMAP definition for FFmpeg to config.h.2010-12-23, by diego
-
configure: Disable internal libfaad2 compilation by default.2010-12-23, by diego
-
Compilation fixes for currentl Cygwin.2010-12-19, by reimar
-
Replace two malloc+memset with calloc.2010-12-19, by cboesch
-
Simplify video format condition in get_metadata.2010-12-19, by cboesch
-
Remove pointless case braces in get_metadata.2010-12-19, by cboesch
-
Fix potential heap overflow in get_metadata.2010-12-19, by cboesch
-
llvmpipe, while only slow instead of insanely slow, is a software renderer.2010-12-18, by reimar
-
sync with en/mplayer.1 rev. 326992010-12-17, by jrash
-
Add support for HTTP 307 (Temporary Redirect) responses.2010-12-16, by cboesch
-
Credit Compn for some of his work.2010-12-15, by diego
-
Remove pointless NULL checks before free.2010-12-14, by reimar
-
get rid of double (2010-12-14, by reimar
-
add winamp useragent example2010-12-12, by compn
-
add realplayer user-agent2010-12-12, by compn
-
Add a missing free to ASF demuxer close.2010-12-12, by reimar
-
Add playlist parser for .nsc files.2010-12-12, by reimar
-
add some profile information2010-12-12, by compn
-
len < 8 is also invalid for 64-bit codec chunk size.2010-12-12, by reimar
-
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