2012-03-28 |
cehoyos |
Support FLIC in avi.
|
2012-03-25 |
reimar |
Add H264QPEL flags for FFmpeg compilation.
|
2012-03-25 |
iive |
The new zerocodec in libavcodecs depends on zlib.
|
2012-03-24 |
reimar |
AVCODEC_MAX_AUDIO_FRAME_SIZE seems to be based on
|
2012-03-24 |
reimar |
Switch FLIC tag to the one used by FLIC-in-MOV.
|
2012-03-24 |
reimar |
libmad: set i_bps only if it is not already set.
|
2012-03-24 |
reimar |
Replace malloc+memset by calloc.
|
2012-03-24 |
reimar |
Remove unnecessary casts.
|
2012-03-24 |
reimar |
Remove some pointless variable indirection and merge
|
2012-03-24 |
reimar |
Fix -vo bl with slices.
|
2012-03-24 |
diego |
stream_ffmpeg: convert to avio API, fix build against shared libavformat
|
2012-03-22 |
cehoyos |
Support FFmpeg WMA lossless decoder.
|
2012-03-22 |
cehoyos |
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.
|
2012-03-21 |
corey |
Document recent-ish x264 changes.
|
2012-03-20 |
cehoyos |
Support FFmpeg Real Audio Lossless decoder with -demuxer lavf.
|
2012-03-17 |
cigaes |
man: fix an unbalanced quote.
|
2012-03-15 |
diego |
cfg-common: Only #include libpostproc headers when available.
|
2012-03-15 |
diego |
configure: Fix libpostproc detection.
|
2012-03-15 |
diego |
Replace use of deprecated dsputil_init() by ff_dsputil_init().
|
2012-03-15 |
compn |
remove HV60 from vdpau and xvid, does not work. add acm binary codecs
|
2012-03-14 |
compn |
add creative fastspeech binary codec, no sample yet
|
2012-03-14 |
compn |
add HV60 to divx decoders, samples/V-codecs/HV60
|
2012-03-14 |
compn |
mark tridvfw codec working, finally found sample for TY0N
|
2012-03-13 |
reimar |
Fix PBO handling with > 8 bit YUV formats.
|
2012-03-13 |
diego |
Update ad_mpg123 in preparation to replace mp3lib.
|
2012-03-11 |
compn |
add ffatrac1 codec, works on A-codecs/ATRAC1/
|
2012-03-11 |
compn |
add mnm4 binary codec, need sample for further testing
|
2012-03-10 |
reimar |
uspp filter: set no_bitstream option, since we do not care about the
|
2012-03-10 |
reimar |
Ensure the AVDictionary is initialized.
|
2012-03-10 |
reimar |
Fix possible crash when using -vf uspp,format=y8
|
2012-03-09 |
jrash |
sync with en/mplayer.1 rev. 34801
|
2012-03-09 |
jrash |
Synced with help_mp-en.h rev. 34785
|
2012-03-07 |
ib |
Fix header file after r34793.
|
2012-03-07 |
cigaes |
af_stats: document the meaning of the output.
|
2012-03-05 |
cehoyos |
Fix compilation with new LIVE555 libraries.
|
2012-03-04 |
ib |
Correct r34798.
|
2012-03-04 |
ib |
Put #include <inttypes.h> into the header file where it should be.
|
2012-03-04 |
ib |
Increase width of control for cache size in Win32 GUI.
|
2012-03-04 |
ib |
Cosmetic: Adjust indent.
|
2012-03-04 |
ib |
Update GUI code after r34792.
|
2012-03-04 |
reimar |
Remove casts that are no longer necessary.
|
2012-03-04 |
reimar |
Replace off_t by int64_t in cache code.
|
2012-03-04 |
reimar |
Allow using a cache size of up to 4 TB.
|
2012-03-04 |
reimar |
Remove variable that is only assigned but never used.
|
2012-03-03 |
al |
Do not use single quotes around hex literals
|
2012-03-03 |
cehoyos |
Fix compilation with latest FFmpeg (without libbluray).
|
2012-03-03 |
ib |
Update German man page.
|
2012-03-03 |
ib |
Cosmetic: Move, change and add some comments on GUI windows.
|
2012-03-03 |
ib |
Cosmetic: Adjust indent.
|
2012-03-03 |
ib |
Rename sub window video window.
|
2012-03-03 |
reimar |
Add suboption parsing support to ao_pulse and add an
|
2012-03-03 |
cigaes |
vf_pp: free private structure.
|
2012-03-03 |
compn |
example.conf: add bandwidth example
|
2012-03-02 |
compn |
subcc switch nonascii characters to hex, patch by frogs on irc
|
2012-02-28 |
reimar |
Remove pointless check that used internals would fail always
|
2012-02-28 |
reimar |
Remove pointless casts.
|
2012-02-27 |
ib |
Fix bug with playlist playback.
|
2012-02-25 |
reimar |
Fix DVDs showing the subtitle language as "unknown"
|
2012-02-24 |
jrash |
sync with en/mplayer.1 rev. 34775
|
2012-02-24 |
ib |
Update German man page.
|
2012-02-24 |
cigaes |
Allow to set the OST progress position.
|
2012-02-24 |
ib |
Remove gstrcasecmp().
|
2012-02-24 |
ib |
Cosmetic: Prefer C style for single line comments.
|
2012-02-23 |
ib |
Add doxygen comments to list.c.
|
2012-02-23 |
ib |
Cosmetic: Arrange listMgr() commands in switch statement.
|
2012-02-23 |
ib |
Rename PLAYLIST_ITEM_ADD PLAYLIST_ITEM_APPEND.
|
2012-02-23 |
ib |
Add a default clause to listMgr()'s switch statement.
|
2012-02-23 |
ib |
Revise listMgr() command URLLIST_ITEM_ADD.
|
2012-02-23 |
ib |
Cosmetic: Adjust indent.
|
2012-02-23 |
ib |
Revise listMgr() command PLAYLIST_ITEM_DEL_CURR.
|
2012-02-23 |
ib |
Cosmetic: Insert some blank lines and remove commented code.
|
2012-02-23 |
ib |
Revise listMgr() command PLAYLIST_ITEM_INSERT.
|
2012-02-23 |
ib |
Revise listMgr() command PLAYLIST_ITEM_ADD.
|
2012-02-23 |
ib |
Cosmetic: Rename variables in listMgr().
|
2012-02-23 |
compn |
add IPJ2 to ffj2k, samples created by mencoder -ovc vfw and jp2avi.dll
|
2012-02-22 |
diego |
build: Separate libpostproc check from FFmpeg check.
|
2012-02-22 |
ib |
Cosmetic: Remove unnecessary comments and commented code.
|
2012-02-22 |
ib |
Remove global variable pointing to playlist item last played.
|
2012-02-22 |
ib |
Remove global variable pointing to top of URL list.
|
2012-02-22 |
ib |
Remove global variable pointing to top of playlist.
|
2012-02-22 |
ib |
Remove unnecessary condition.
|
2012-02-21 |
reimar |
Adjust MPlayer default alignment values to match FFmpeg's.
|
2012-02-21 |
ib |
Remove global variable pointing to current playlist item.
|
2012-02-21 |
ib |
Replace symbolic constants by enums.
|
2012-02-20 |
ib |
Fix formatting errors in skin XML code.
|
2012-02-20 |
ib |
Fix formatting errors in skin XML code.
|
2012-02-20 |
ib |
configure: Simplify the definitions of xsltcommand and XMLLINT_COMMAND.
|
2012-02-19 |
al |
vf screenshot: Fix breakage after lavc API changes
|
2012-02-19 |
reimar |
demux_lavf: Explain under which conditions to add demuxers to preferred_list.
|
2012-02-19 |
cehoyos |
Use -demuxer lavf for cdxl files.
|
2012-02-19 |
reimar |
Fix -aid/-vid selection with -demuxer ogg.
|
2012-02-19 |
diego |
build: Remove generated documentation on 'make clean'.
|
2012-02-19 |
diego |
configure: Derive system name from 3rd and 2nd component passed to --target.
|
2012-02-19 |
diego |
Make inline keyword handling consistent.
|
2012-02-19 |
diego |
lavcac3enc: make the filter buildable with shared FFmpeg
|
2012-02-19 |
cehoyos |
Fix compilation after r34736.
|
2012-02-19 |
reimar |
Add a safeguard to avoid crash if the decoder e.g. claims 0 channels.
|
2012-02-19 |
reimar |
Support showing the stream language with br:// playback.
|
2012-02-19 |
reimar |
Code cleanup: Use a stream_control instead of global functions to
|
2012-02-18 |
reimar |
One more fix for --enable-zr.
|
2012-02-18 |
reimar |
Attempt to make --enable-zr compile again.
|
2012-02-18 |
al |
Fix compiling with osdep setenv
|
2012-02-17 |
cehoyos |
Support playback of CDXL files with -demuxer lavf.
|
2012-02-17 |
jrash |
sync with en/mplayer.1 rev. 34708
|
2012-02-17 |
jrash |
Synced with help_mp-en.h rev. 34719
|
2012-02-16 |
ib |
Complete German translation of messages.
|
2012-02-15 |
iive |
Fix linking after FFmpeg merge.
|
2012-02-14 |
reimar |
Mark window title as UTF-8.
|
2012-02-14 |
reimar |
pulse: set outburst size.
|
2012-02-14 |
ib |
Change doxygen comments.
|
2012-02-14 |
reimar |
Simplify codec id <-> tag mapping using avformat_get_riff_*_tags.
|
2012-02-14 |
iive |
Fix vo_png after FFmpeg merge.
|
2012-02-14 |
iive |
Fix linking after FFmpeg merge.
|
2012-02-14 |
ib |
Update mplayer.ico.
|
2012-02-13 |
reimar |
Do not parse the extended aspect info into the fields
|
2012-02-13 |
reimar |
Detect ID3v2 tag at the end of the file and stop demuxing before
|
2012-02-13 |
reimar |
Minor simplification.
|
2012-02-13 |
ib |
Cosmetic: Change comment.
|
2012-02-13 |
ib |
Add doxgen comment to gstrncmp().
|
2012-02-13 |
ib |
Revise listRepl().
|
2012-02-13 |
ib |
Fix two copy-and-paste errors in the Win32 GUI.
|
2012-02-13 |
ib |
Cosmetic: Adjust indent.
|
2012-02-13 |
ib |
Don't unnecessarily destroy audio_driver_list.
|
2012-02-13 |
ib |
Cosmetic: Adjust indent.
|
2012-02-13 |
ib |
Revise listSet().
|
2012-02-13 |
ib |
Replace for loop with index by while loop with pointer.
|
2012-02-13 |
ib |
Update date in man page.
|
2012-02-12 |
reimar |
Docs: -vo direct3d supports -geometry, too.
|
2012-02-12 |
reimar |
Docs: SDL supports -geometry now, too.
|
2012-02-12 |
reimar |
Switch to using VOCTRL_UPDATE_SCREENINFO, which allows getting
|
2012-02-12 |
diego |
slave.txt: Fix a number of typos.
|
2012-02-12 |
reimar |
Deduplicate some code that exists both in the if and else branch.
|
2012-02-12 |
reimar |
SDL: add support for setting window position.
|
2012-02-12 |
reimar |
Remove no longer used message string.
|
2012-02-12 |
ib |
Cosmetic: Rearrange structure members.
|
2012-02-12 |
reimar |
vo_sdl: reuse some more sdl_common code.
|
2012-02-12 |
ib |
Cosmetic: Rename functions in list.c.
|
2012-02-12 |
reimar |
Remove code that has been unused and disabled since a very long time.
|
2012-02-12 |
ib |
Complete German translation of messages.
|
2012-02-12 |
ib |
Revert one change of r34694.
|
2012-02-12 |
ib |
Make mplayer.c messages translatable.
|
2012-02-12 |
reimar |
Try to detect when an audio driver ends up hanging after
|
2012-02-12 |
jrash |
sync with en/mplayer.1 rev. 34663
|
2012-02-11 |
iive |
Fix green bottom line on yadif with certain parity.
|
2012-02-11 |
ib |
Fix bug in freeing playlist items.
|
2012-02-11 |
ib |
Fix bug in freeing URL list items.
|
2012-02-11 |
ib |
Free playlist and URL list items when GUI ends.
|
2012-02-11 |
ib |
Add code to free the URL list items.
|
2012-02-11 |
reimar |
Optimize midentify script to not wasted time filling the cache.
|
2012-02-11 |
reimar |
Support -noborder with SDL.
|
2012-02-10 |
ib |
Prefer static const char arrays for string constants to #defines.
|
2012-02-10 |
ib |
Simplify character array definition.
|
2012-02-10 |
ib |
Don't destroy list pointers while saving list items.
|
2012-02-10 |
ib |
Adjust content of GUI configuration file to MPlayer configuration files.
|
2012-02-10 |
ib |
Show option save error in message box.
|
2012-02-10 |
ib |
Use macro FF_ARRAY_ELEMS() instead of numeric constant.
|
2012-02-10 |
ib |
Remove unnecessary variable definition and commented code.
|
2012-02-10 |
ib |
Don't unnecessarily use gstrdup().
|
2012-02-09 |
ib |
Prevent reading empty lines.
|
2012-02-09 |
ib |
Cosmetic: Adjust indent.
|
2012-02-09 |
ib |
Prevent out-of-bounds array access of fsHistory.
|
2012-02-09 |
ib |
Cosmetic: Adjust indent.
|
2012-02-09 |
ib |
Check for playlist errors (path, but no file).
|
2012-02-09 |
ib |
Cosmetic: Adjust indent.
|
2012-02-09 |
ib |
Check for allocation error.
|
2012-02-09 |
ib |
Simplify end-of-file detection.
|
2012-02-09 |
ib |
Move buffer at top of function and rename it.
|
2012-02-09 |
ib |
Fix history file read-only fopen mode.
|
2012-02-09 |
ib |
Cosmetic: Change some variable names.
|
2012-02-09 |
ib |
In case of a GUI config error, exit MPlayer with error.
|
2012-02-09 |
ib |
Replace string constants by symbolic constants.
|
2012-02-09 |
ib |
Update dates in man pages.
|
2012-02-09 |
ib |
Fix German translation of MSGTR_MemAllocFailed.
|
2012-02-07 |
cehoyos |
Support RGB48 tiff decoding.
|
2012-02-07 |
cehoyos |
Support displaying 64bit RGB via OpenGL.
|
2012-02-07 |
cehoyos |
Use 128 instead of 64 to define non-native RGB image formats.
|
2012-02-07 |
cehoyos |
X11 non-native RGB/BGR "emulation" only works for 32bit.
|
2012-02-07 |
siretart |
Add missing libavutil #include.
|
2012-02-07 |
siretart |
enable radio support, addresses https://launchpad.net/bugs/593548
|
2012-02-07 |
cigaes |
build: fix lavfi dependencies (swscale and swresample).
|
2012-02-06 |
siretart |
Update deprecated avcodec_alloc_context()/avcodec_open() API calls
|
2012-02-05 |
cehoyos |
Support v408 and AYUV decoding via FFmpeg.
|
2012-02-03 |
iive |
Workaround a bug in Pulse Audio (http://pulseaudio.org/ticket/866)
|
2012-02-03 |
reimar |
Fix format string for -a52drc option.
|
2012-02-03 |
ib |
Add some missing #includes to cfg.c.
|
2012-02-03 |
ib |
Make cfg_read() and cfg_write() void functions.
|
2012-02-03 |
ib |
Add fgetstr() to read from files without end-of-line characters.
|
2012-02-02 |
compn |
add media-100 qtx binary codec
|
2012-02-02 |
komh |
Fix bpp for IMGFMT_BGR32
|
2012-02-02 |
komh |
Add VMAN-backend supports
|
2012-02-02 |
komh |
Add IMGFMT_BGR32 supports
|
2012-01-31 |
ib |
Emphasize the default audio track in the selection list.
|
2012-01-31 |
compn |
add jps / pns image formats, sync'd from ffmpeg
|
2012-01-30 |
reimar |
Fix -pphelp to work with new libpostprocess API.
|
2012-01-29 |
reimar |
sdl: do not change caption on -wid windows.
|
2012-01-29 |
reimar |
Support -wid for vo_sdl.
|
2012-01-28 |
reimar |
Fix another case where opt.h was included from libavcodec instead of libavutil.
|
2012-01-28 |
reimar |
Do not try to render \r.
|
2012-01-28 |
reimar |
Do not apply writing order via fribidi when libass will be doing it.
|
2012-01-28 |
reimar |
Update config.asm generation to work with latest FFmpeg.
|
2012-01-28 |
reimar |
Translate level-based to flag-based error recognition values.
|
2012-01-28 |
reimar |
opt.h is now in libavutil.
|
2012-01-28 |
reimar |
Some hacks to allow stream_ffmpeg to compile against newer FFmpeg.
|
2012-01-28 |
reimar |
Switch to avcodec_alloc_context3.
|
2012-01-28 |
reimar |
Set memc_only via AVDictionary.
|
2012-01-28 |
reimar |
Only set "seekable", not "is_streamed" for compatibility with
|
2012-01-28 |
reimar |
Use avformat_new_stream.
|
2012-01-28 |
reimar |
Set muxrate and preload via AVDictionary.
|
2012-01-28 |
reimar |
Remove pointless casts.
|
2012-01-28 |
reimar |
Remove pointless cast.
|
2012-01-28 |
reimar |
Use "seekable" instead of is_streamed.
|
2012-01-28 |
reimar |
Do not set stream_copy, it has not been used in FFmpeg since a long time.
|
2012-01-28 |
reimar |
Remove ifdefs that have been unnecessary since a long time
|
2012-01-28 |
reimar |
Set UMV flag via AVDictionary.
|
2012-01-28 |
reimar |
Get rid of nonsense usage of CODEC_FLAG_PART.
|
2012-01-28 |
reimar |
Use AVDictionary to set data_partitioning.
|
2012-01-28 |
reimar |
Fix avcodec_open2 options argument.
|
2012-01-28 |
reimar |
Use AV_PICTURE_TYPE_I.
|
2012-01-28 |
reimar |
Reuse init_avcodec function.
|
2012-01-28 |
reimar |
Replace deprecated/removed av_close_input_stream.
|
2012-01-28 |
reimar |
Replace deprecated av_set_int.
|
2012-01-28 |
reimar |
Replace deprecated/removed AV_METADATA_IGNORE_SUFFIX.
|
2012-01-28 |
reimar |
Remove some nonsensical uses of CODEC_FLAG_PART.
|
2012-01-28 |
reimar |
Use AVDictionary to set some special options.
|
2012-01-28 |
reimar |
palctrl exists no longer and has been unused a long time,
|
2012-01-28 |
reimar |
Switch to using AV_PICTURE_TYPE.
|
2012-01-28 |
reimar |
Remove unused AVFrame "age" handling code.
|
2012-01-28 |
cboesch |
Fix "ouput" typo in vf framestep.
|
2012-01-27 |
ib |
Fix bug with selected file in file selector.
|
2012-01-27 |
ib |
Cosmetic: Rename variables.
|
2012-01-27 |
jrash |
Synced with help_mp-en.h rev. 34569
|
2012-01-27 |
ib |
Fix skin PNG read errors.
|
2012-01-26 |
cehoyos |
Fix compilation with --disable-networking.
|
2012-01-25 |
cehoyos |
Add missing image formats to the ffv1 decoder.
|
2012-01-24 |
cehoyos |
Support 32-bit sunrast playback via FFmpeg.
|
2012-01-24 |
cehoyos |
Support 32-bit sgi playback via FFmpeg.
|
2012-01-24 |
cehoyos |
Remove unused image formats from fftga output format list.
|
2012-01-24 |
cehoyos |
Fix 32-bit targa playback with current FFmpeg on big-endian.
|
2012-01-24 |
cehoyos |
Replace incorrect output format list with the only format supported by
|
2012-01-24 |
cehoyos |
Fix 32-bit png playback with current FFmpeg.
|