2011-02-22 |
reimar |
Move MPlayer's audio pts calculation code into mp_common.c and reuse it in
|
2011-02-22 |
reimar |
Remove some tabs that accidentally ended up in mpcommon.c
|
2011-02-22 |
compn |
ai5q and ai1q fourccs added to h264 decoders, ported from ffmpeg
|
2011-02-21 |
ranma |
Make sure we don't store the same stats twice by nulling the first byte of the stats_out string once we have written it.
|
2011-02-21 |
ib |
Update GUI documentation.
|
2011-02-20 |
ib |
Cosmetic: Specify path from main (compiling) directory.
|
2011-02-20 |
cehoyos |
"FIx" chapter references (make them identical to dvd).
|
2011-02-20 |
ib |
Cosmetic: Use more natural notations.
|
2011-02-20 |
ib |
Move declaration into scope of function where it's used.
|
2011-02-20 |
ib |
Remove needless explicit initialization.
|
2011-02-20 |
ib |
Fix buggy strlower(). It's wrong to add 'A'.
|
2011-02-20 |
ib |
Cosmetic: Limit scope of internally used Fonts array.
|
2011-02-19 |
ib |
Add missing include file.
|
2011-02-19 |
ib |
Make setname() directly return the string created instead of writing it
|
2011-02-19 |
ib |
Remove statement no longer needed and forgotten to remove in r32934.
|
2011-02-19 |
ib |
Cosmetic: Adjust indent.
|
2011-02-19 |
ib |
Remove support for skins directories using the obsolete name 'Skin'.
|
2011-02-19 |
ib |
Use power-of-two sizes (mainly cosmetic).
|
2011-02-19 |
ib |
Cosmetic: Don't use a constant for size.
|
2011-02-19 |
ib |
Remove unused function.
|
2011-02-19 |
ib |
Simplify input preparation (analogously to font.c).
|
2011-02-19 |
ib |
Cosmetic: Limit scope of internal functions.
|
2011-02-19 |
ranma |
For codecs that produce no data on the first pass, e.g.
|
2011-02-18 |
ib |
Cosmetic: Use 0, not '\0'.
|
2011-02-18 |
ib |
Cosmetic: Make conditions more readable by having assignments outside.
|
2011-02-18 |
ib |
Cosmetic: Use more natural notations.
|
2011-02-17 |
ib |
Revert r32923: none of the systems known or tested have a problem in it.
|
2011-02-17 |
ib |
Do proper and portable initialization.
|
2011-02-17 |
ib |
Enlarge uchar buffer, because GLib implements 31-bit UTF-8,
|
2011-02-17 |
diego |
Adjust build system to reflect merge of libavcore into libavutil in FFmpeg.
|
2011-02-17 |
diego |
Adjust #include paths after the merge of libavcore into libavutil in FFmpeg.
|
2011-02-17 |
ib |
Add alpha channel value to the ARGB initialization constant
|
2011-02-17 |
ib |
Simplify array initialization.
|
2011-02-16 |
ib |
Add braces for easier association.
|
2011-02-16 |
ib |
Prevent a segmentation fault.
|
2011-02-16 |
ib |
Initialize array in a compiler independent way.
|
2011-02-16 |
ib |
Revert r32911.
|
2011-02-16 |
ib |
Simplify array initialization.
|
2011-02-16 |
ib |
Remove needless pointer check.
|
2011-02-16 |
ib |
Add additional include directory for gui.
|
2011-02-16 |
cboesch |
Git clone options are after the 'clone' keyword
|
2011-02-16 |
ib |
Remove needless cast.
|
2011-02-16 |
ib |
Simplify condition.
|
2011-02-16 |
ib |
Don't use constant not related to definition size
|
2011-02-16 |
ib |
Use gfree().
|
2011-02-16 |
diego |
Limit FFmpeg git clone to the last revision to save time and bandwidth.
|
2011-02-16 |
ib |
Clean up variable declarations.
|
2011-02-16 |
ib |
Use appropriate declaration for array indices.
|
2011-02-16 |
ib |
Simplify condition.
|
2011-02-14 |
cboesch |
Remove uneeded trailing semicolon.
|
2011-02-13 |
ib |
Reduce buffer to reasonable size.
|
2011-02-13 |
ib |
Remove unused functions.
|
2011-02-13 |
ib |
Prevent out buffer overflow.
|
2011-02-12 |
ib |
Partially revert cosmetic r32892.
|
2011-02-12 |
ib |
Allow font characters varying in height.
|
2011-02-12 |
reimar |
100l: fix "gamma" equalizer setting to change red, green and blue gamma,
|
2011-02-12 |
cehoyos |
At least for Wing Commander 4 files, -demuxer lavf
|
2011-02-11 |
ib |
Prevent memory leaks.
|
2011-02-11 |
ib |
Cosmetic
|
2011-02-11 |
ib |
Allow equals sign to be defined in the font description file.
|
2011-02-11 |
ib |
Simplify input preparation and allow semicolon
|
2011-02-11 |
ib |
Fix usage of wrong variable.
|
2011-02-11 |
jrash |
sync with en/mplayer.1 rev. 32880
|
2011-02-11 |
ib |
Make freed font reusable.
|
2011-02-11 |
cehoyos |
Revert r32884: For some files, -demuxer lavf is needed to playback XAN DPCM audio.
|
2011-02-11 |
cehoyos |
Support 0x594A as format value for XAN DPCM audio.
|
2011-02-11 |
cehoyos |
ffxandpcm works fine with the native avi demuxer.
|
2011-02-11 |
cehoyos |
Fix compilation by adding defines necessary for ac3dsp to config.asm.
|
2011-02-10 |
ranma |
Fix muxer memory leak.
|
2011-02-10 |
ranma |
Fix stream_write_buffer to make sure all requested bytes are written
|
2011-02-10 |
cigaes |
Fractional part of time stamp in OSD.
|
2011-02-10 |
ib |
Only replace non-existing font character by space if space itself exists.
|
2011-02-10 |
ib |
Use defined variable and do not recalculate again.
|
2011-02-10 |
ib |
Remove desultory parameter checks.
|
2011-02-10 |
ib |
Always access font characters in the same way
|
2011-02-10 |
cehoyos |
Add FFmpeg WC4 xan decoder.
|
2011-02-10 |
ib |
Reduce Fonts array to required size.
|
2011-02-10 |
ib |
Define constants in a single place.
|
2011-02-10 |
ib |
Remove needless declaration.
|
2011-02-10 |
ib |
Remove needless includes and declarations.
|
2011-02-08 |
diego |
configure: Drop CFLAGS from DEPFLAGS.
|
2011-02-07 |
cboesch |
Simplify frees in load_vob_subtitle.
|
2011-02-07 |
cboesch |
Handle mp_path_join failure in load_vob_subtitle.
|
2011-02-06 |
diego |
configure: Check for sys/poll.h.
|
2011-02-06 |
reimar |
Change SVB SPU stream format in TS demuxer so it can be decoded by
|
2011-02-06 |
reimar |
Print a message when lavc subtitle decoding fails.
|
2011-02-06 |
reimar |
Fix r32587: the previous approach to return subtitles in time broke
|
2011-02-06 |
faust3 |
fix ad_qtaudio for the case when the libavformat mov demuxer is used
|
2011-02-06 |
reimar |
Set subtitle stream type correctly for DVB subtitles in TS demuxer.
|
2011-02-05 |
cboesch |
Do not add .sub to text subtitles when they look like vobsub.
|
2011-02-05 |
cboesch |
Add sub-paths option.
|
2011-02-05 |
cboesch |
Revert 32857: FPS should be double everywhere, not float.
|
2011-02-05 |
cboesch |
100l: fps are not in int but float, fix prototype.
|
2011-02-05 |
cboesch |
FPS are in float in sh_video, not double.
|
2011-02-05 |
reimar |
Use av_set_string3 instead of deprecated av_set_string.
|
2011-02-05 |
reimar |
Change deprecated PKT_FLAG_KEY, CODEC_TYPE_* and SAMPLE_FMT_* to their
|
2011-02-05 |
reimar |
Use av_get_bits_per_sample_fmt instead of deprecated
|
2011-02-05 |
reimar |
Use av_iformat_next instead of first_iformat to conform with new FFmpeg API.
|
2011-02-05 |
reimar |
Remove av_metadata_conv call, it is a NOP in FFmpeg nowadays.
|
2011-02-05 |
jrash |
sync with en/mplayer.1 rev. 32842
|
2011-02-04 |
diego |
Do not pointlessly cast the return value of memalign().
|
2011-02-04 |
diego |
Replace one more instance of memalign in libmpcodecs with av_malloc.
|
2011-02-03 |
ib |
Improve the readability of dynamic labels which scroll.
|
2011-02-03 |
ib |
Cosmetic: indent for a patch to come.
|
2011-02-03 |
ib |
Remove useless format argument.
|
2011-02-03 |
diego |
Skip deleting HTML-single directory, which is no longer created.
|
2011-02-03 |
diego |
Update incoming FTP directory URL for directory structure change on server.
|
2011-02-03 |
compn |
add apco and ap4h fourcc to prores decoder
|
2011-02-02 |
cboesch |
Add prefix filename option for PNG video output.
|
2011-02-02 |
reimar |
Fix r32824: It broke -frames and many, many other things.
|
2011-02-01 |
cboesch |
Use color type getter instead of direct access to private member.
|
2011-02-01 |
cboesch |
Use mp_dir_join instead of sprintf.
|
2011-02-01 |
cboesch |
Add mp_dir_join function.
|
2011-01-31 |
cboesch |
Revert 32836: Uoti Urpala did not approve the relicensing.
|
2011-01-31 |
cehoyos |
Allow LGPL re-distribution of vo_vdpau.c.
|
2011-01-31 |
cehoyos |
Fix postprocessing and perspective filters on x86-64.
|
2011-01-30 |
michael |
Replace memalign() by av_malloc() in libmpcodecs. as it is not available in all platforms
|
2011-01-30 |
reimar |
Escape character values >= 127 in URLs as required by the RFC.
|
2011-01-30 |
reimar |
Check that rlen is valid before using it to increment a pointer.
|
2011-01-30 |
reimar |
Make new_demux_packet return NULL if allocation failed, this should
|
2011-01-30 |
reimar |
Remove outdated FFmpeg svn external, make configure optionally
|
2011-01-29 |
ib |
Update GUI and skins maintainer.
|
2011-01-29 |
ib |
Cast properly (to avoid compiler warnings).
|
2011-01-29 |
ib |
Remove needless fontid.
|
2011-01-28 |
reimar |
Disable libmpcdec (musepack) support, FFmpeg has a decoder that
|
2011-01-27 |
reimar |
Force subtitles to be redrawn on sub_scale change.
|
2011-01-27 |
reimar |
Continue playing even if we reached video EOF if there is still audio
|
2011-01-27 |
reimar |
Improve EOF handling in ds_fill_buffer for the case where one stream ends
|
2011-01-27 |
reimar |
Cosmetics: move if and following { onto same line.
|
2011-01-27 |
ib |
Allow character in the font description file to be in UTF-8.
|
2011-01-27 |
ib |
Revert "Translate messages shown in the GUI window(s) from UTF-8"
|
2011-01-26 |
reimar |
Update PAUSED status line with cache fill status if it changed.
|
2011-01-26 |
reimar |
Convert cache_fill_status into a function so we always get the latest state,
|
2011-01-26 |
reimar |
Change MSGTR_Paused definition to allow simplifying some code.
|
2011-01-26 |
diego |
cosmetics: Drop leading underscore from _need_* variables.
|
2011-01-25 |
reimar |
Change "cache not filling" warning to include a hint to increase the cache size.
|
2011-01-24 |
reimar |
Remove resetting of a_out_buffer_len in init_audio_filters.
|
2011-01-23 |
cboesch |
Reindent and prettify (just a bit) append_dir_subtitles.
|
2011-01-23 |
cboesch |
Typedef the add subtitle function just like open_vob_func.
|
2011-01-23 |
cboesch |
Replace hacky vobsub loading with a new clean one.
|
2011-01-21 |
ib |
Check conversion to and from UTF-8.
|
2011-01-21 |
ib |
Add two missing conversions for enabling non-UTF-8 encoded filenames.
|
2011-01-21 |
ib |
Remove needless get_current_dir_name() calls
|
2011-01-20 |
reimar |
100l, fix hack to check for MakeMKV server being inverted.
|
2011-01-20 |
diego |
Add return_statement_check() helper function and use it to simplify some checks.
|
2011-01-20 |
diego |
Add return_check() helper function and use it to simplify some checks.
|
2011-01-20 |
diego |
Simplify OpenJPEG check with define_statement_check() helper function.
|
2011-01-20 |
diego |
cosmetics: Move header_check helper function.
|
2011-01-20 |
ib |
Translate messages shown in the GUI window(s) only from UTF-8
|
2011-01-20 |
diego |
Remove libswscale subdirectory.
|
2011-01-19 |
ib |
Translate messages shown in the GUI window(s) from UTF-8
|
2011-01-19 |
ib |
Fix resource leaks and check for realloc failures
|
2011-01-19 |
diego |
configure: Initialize va_list variable as '{0}' instead of NULL in vsscanf test.
|
2011-01-19 |
ib |
Fix compiler warning
|
2011-01-18 |
ib |
Correct translation of filenames and prevent out-of-bounds array access
|
2011-01-18 |
ib |
Enable non-UTF-8 encoded filenames
|
2011-01-18 |
ib |
Allow double quote to be defined in the font description file:
|
2011-01-17 |
cboesch |
Rename strcpy_strip_ext to strcpy_strip_ext_lower.
|
2011-01-16 |
cboesch |
Reindent (and prettify) after 32791.
|
2011-01-16 |
cboesch |
Get rid of the "main" label.
|
2011-01-15 |
cehoyos |
Remove tabs from two additional files that will be used in
|
2011-01-14 |
cehoyos |
Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
|
2011-01-14 |
jrash |
sync with en/mplayer.1 rev. 32777
|
2011-01-13 |
ranma |
move function declaration into vo_dxr2.h
|
2011-01-12 |
cboesch |
Remove unused define/undef.
|
2011-01-12 |
reimar |
Add MakeMKV to list of webservers always supporting ranges even when they
|
2011-01-11 |
ranma |
Drop unneeded extern keyword.
|
2011-01-11 |
cehoyos |
Change a forgotten instance of string 'ac3' to 'ac3_fixed'.
|
2011-01-11 |
cehoyos |
Fix -af lavcac3enc after float ac3 encoder was made default in libavcodec.
|
2011-01-11 |
ranma |
Fix uCode memleak found by debian automated code analysis
|
2011-01-11 |
ranma |
Fix compiler warnings in ao_dxr2.c and vo_dxr2.c
|
2011-01-11 |
ranma |
Fix name clash with aspect() function from aspect.h (makes vo_dxr2.c compile again).
|
2011-01-10 |
cboesch |
Mark source strings const in some subtitles string processing functions.
|
2011-01-10 |
cboesch |
Add size based support for -endpos in MPlayer.
|
2011-01-09 |
siretart |
add missing fclose()
|
2011-01-09 |
siretart |
add missing fclose
|
2011-01-09 |
siretart |
Fix printf format string warning
|
2011-01-09 |
cehoyos |
Enable fflagarith video decoder.
|
2011-01-08 |
compn |
update copyright year
|
2011-01-08 |
cboesch |
Make load of n subtitles directories possible.
|
2011-01-07 |
diego |
Fix ao_coreaudio compilation on OS X 10.4.
|
2011-01-06 |
compn |
add some notes about BE/LE colorspaces and fix a small typo
|
2011-01-06 |
cehoyos |
Revert r32761: The codec_tag for flac should not be overwritten.
|
2011-01-06 |
cehoyos |
Fix playback of flac in mov with both demuxers.
|
2011-01-06 |
ranma |
Don't hardcode filename length.
|
2011-01-06 |
ranma |
Increase the bitrate range maximum value.
|
2011-01-06 |
cehoyos |
Fix playback of ffv1 yuv422p16.
|
2011-01-06 |
diego |
Do not #define _WIN32 on the command line for Cygwin.
|
2011-01-06 |
diego |
Add/remove a few standard header #includes in our libc function replacements.
|
2011-01-06 |
cehoyos |
Fix flac in mov for -demuxer lavf.
|
2011-01-05 |
diego |
Simplify a bunch of configure checks with the statement_check function.
|
2011-01-05 |
reimar |
Define _XOPEN_SOURCE to 600 instead of 500 in mkstemp check, this is consistent
|
2011-01-05 |
diego |
Add define_statement_check function and use it to simplify some checks.
|
2011-01-05 |
reimar |
100l, set s->muxer->muxbuf to NULL after free, it is used as argument to
|
2011-01-05 |
reimar |
Attempt to fix example configure line.
|
2011-01-05 |
reimar |
Use getfps helper function everywhere, simplifies code and avoids a possible division by 0.
|
2011-01-05 |
diego |
Disambiguate remarks about profiles in configuration files.
|
2011-01-05 |
diego |
cosmetics: Get rid of some backslashes at the end of lines.
|
2011-01-05 |
diego |
cosmetics: Drop some unnecessary end-of-line backslashes after &&/||.
|
2011-01-03 |
cboesch |
Factorize ROUND() redefinitions macro.
|
2011-01-03 |
cboesch |
Replace mp_path_is_absolute with mp_path_join.
|
2011-01-02 |
diego |
Revert previous wrong simplification of AltiVec vector declarations check.
|
2011-01-02 |
diego |
Replace obsolete '--with-extralibdir' configure option by '--extra-ldflags'.
|
2011-01-02 |
diego |
Add sys/time.h #include to videodev.h/videodev2.h checks.
|
2011-01-02 |
diego |
configure: Simplify *BSD ioctl_meteor.h check.
|
2011-01-02 |
diego |
Drop unnecessary Xlib.h #include from Xss screensaver extensions check.
|
2011-01-02 |
diego |
Simplify vector declarations and fast inttypes check with statement_check().
|
2011-01-01 |
reimar |
Set sample_fmt before trying to open an audio codec.
|
2011-01-01 |
diego |
Remove AAC/FAAD2 installation instructions.
|
2011-01-01 |
diego |
Remove forked internal libfaad2 copy.
|
2011-01-01 |
diego |
Remove references to some forked code that was deleted from MPlayer ages ago.
|
2010-12-31 |
reimar |
Remove dvdnav-howto.txt, it is unnecessary and contains no information at
|
2010-12-31 |
reimar |
Make internal FFmpeg use the new API that does not pose a limit on the maximum
|
2010-12-31 |
jrash |
sync with en/mplayer.1 rev. 32735
|
2010-12-30 |
reimar |
Define CONFIG_GPL in config.asm, fixes compilation with YASM.
|
2010-12-27 |
gpoirier |
tell that x264's crf gives better results than qp,
|
2010-12-25 |
cboesch |
Remove pointless case braces.
|
2010-12-24 |
cboesch |
Use '@' Doxygen syntax in subreader module.
|
2010-12-24 |
cboesch |
Add brief description for mp_basename.
|
2010-12-24 |
cboesch |
Add mp_path_is_absolute function.
|
2010-12-24 |
cboesch |
Change Doxygen syntax for mp_dirname.
|
2010-12-24 |
cboesch |
Factorize subtitles loading between mplayer and mencoder.
|
2010-12-23 |
reimar |
Remove __ptr32 and __ptr64 typedefs, we do not need them and
|
2010-12-23 |
reimar |
Disable VIDIX on Windows if then required ntddk.h header is not available.
|
2010-12-23 |
diego |
configure: Add HAVE_MMAP definition for FFmpeg to config.h.
|
2010-12-23 |
diego |
configure: Disable internal libfaad2 compilation by default.
|
2010-12-19 |
reimar |
Compilation fixes for currentl Cygwin.
|
2010-12-19 |
cboesch |
Replace two malloc+memset with calloc.
|
2010-12-19 |
cboesch |
Simplify video format condition in get_metadata.
|
2010-12-19 |
cboesch |
Remove pointless case braces in get_metadata.
|
2010-12-19 |
cboesch |
Fix potential heap overflow in get_metadata.
|
2010-12-18 |
reimar |
llvmpipe, while only slow instead of insanely slow, is a software renderer.
|
2010-12-17 |
jrash |
sync with en/mplayer.1 rev. 32699
|
2010-12-16 |
cboesch |
Add support for HTTP 307 (Temporary Redirect) responses.
|
2010-12-15 |
diego |
Credit Compn for some of his work.
|
2010-12-14 |
reimar |
Remove pointless NULL checks before free.
|
2010-12-14 |
reimar |
get rid of double (
|
2010-12-12 |
compn |
add winamp useragent example
|
2010-12-12 |
compn |
add realplayer user-agent
|
2010-12-12 |
reimar |
Add a missing free to ASF demuxer close.
|
2010-12-12 |
reimar |
Add playlist parser for .nsc files.
|
2010-12-12 |
compn |
add some profile information
|
2010-12-12 |
reimar |
len < 8 is also invalid for 64-bit codec chunk size.
|
2010-12-12 |
reimar |
Avoid using uninitialized data if index read does not return enough data.
|
2010-12-12 |
reimar |
Fix ad_faad crash when used on an empty audio stream.
|
2010-12-12 |
reimar |
Support 0xff as tag for AAC audio and avoid an endless loop for unknown
|
2010-12-12 |
reimar |
Improve speex codec pts handling, make audio timestamps work reasonably
|
2010-12-12 |
reimar |
Fix allocations: always free before overwriting a pointer with a newly
|
2010-12-12 |
reimar |
Add validity check for stream_seek argument to avoid a integer overflow
|
2010-12-12 |
reimar |
Fix memleaks on error.
|
2010-12-12 |
reimar |
Treat non-ref frames like B-frames even if has_b_frames is not set and
|
2010-12-12 |
compn |
correct -tv audiorate description, change bitrate to samplerate
|
2010-12-11 |
reimar |
Prefer yuv4mpeg via libavformat, since that one supports multiple
|
2010-12-11 |
reimar |
Replace memcpy with memove since at least src==dst is possible.
|
2010-12-11 |
reimar |
Fix several memleaks in TS demuxer.
|
2010-12-11 |
reimar |
Replace hard-coded number for loop limits for array index by
|