Mercurial > mplayer.hg
graph
-
Print some help on what to do if we cannot get a FFmpeg snapshot.2012-12-01, by reimar
-
Fix bug with wrong track number after playlist has been cleared.2012-12-01, by ib
-
Fix wrong display of video width and height.2012-12-01, by ib
-
Add an uiSetFile() counterpart.2012-12-01, by ib
-
Cosmetic: Rename uiSetFileName().2012-12-01, by ib
-
af_format: Fix check_format, non-special formats are of course supported.2012-12-01, by reimar
-
Don't include config.h if not necessary.2012-11-30, by ib
-
Make stream eof detection less sensitive.2012-11-30, by reimar
-
Fix scary "BUG! Invalid demuxer type ..." message2012-11-30, by reimar
-
demux_lavf: support subtitle-only formats.2012-11-30, by reimar
-
Display correct subtitle language for demux_lavf.2012-11-30, by reimar
-
Fix alpha for ASS subtitles.2012-11-30, by reimar
-
af_format: support endianness conversion also for iec619372012-11-30, by reimar
-
Make AF_FORMAT_IS_IEC61937 include AF_FORMAT_IS_AC3.2012-11-30, by reimar
-
ad_spdif: use the more specific AF_FORMAT_AC3_LE when2012-11-30, by reimar
-
Do not call af_fmt2str on the same data over and over.2012-11-30, by reimar
-
Replace outdated list of unsupported formats by list of supported formats.2012-11-30, by reimar
-
Some spelling fixes.2012-11-30, by reimar
-
Cosmetic: Correct indent.2012-11-30, by ib
-
Add doxygen comments to actions.c.2012-11-30, by ib
-
Cosmetic: Reindent.2012-11-30, by upsuper
-
Add necessary and remove unnecessary #includes.2012-11-30, by ib
-
Cosmetic: Switch two code lines.2012-11-30, by ib
-
Cosmetic: Adjust indent and insert blank lines.2012-11-30, by ib
-
Check return value to avoid segmentation fault.2012-11-30, by ib
-
Use symbolic constants to set abs_seek_pos.2012-11-30, by ib
-
Move uiProcessNextInPlaylist to the guiInfo structure.2012-11-30, by ib
-
Create new header file gui.h.2012-11-30, by ib
-
Fix bug introduced in r35521.2012-11-30, by ib
-
Change pointless condition.2012-11-30, by ib
-
Cosmetic: Prettify uiPrev().2012-11-30, by ib
-
Don't treat STREAMTYPE_VCD differently in uiNext().2012-11-30, by ib
-
Update MinGW cross-compilation instructions.2012-11-29, by reimar
-
Do not fall back to 0 for samplerate when parser is not initialized.2012-11-29, by reimar
-
Check and set track for DVDs just as for the other StreamTypes.2012-11-29, by ib
-
Always set BITMAPINFOHEADER field biPlanes to 1, the only allowed value.2012-11-29, by cehoyos
-
Fix bug with resetting guiInfo's Track.2012-11-29, by ib
-
Don't unconditionally reset Track, Chapter and Angle after playback.2012-11-29, by ib
-
Move the code to set guiInfo's Track, Chapter and Angle start values.2012-11-29, by ib
-
Reset guiInfo's Track, Chapter and Angle after playback.2012-11-29, by ib
-
Set track counter on guiPlaylistInitialize().2012-11-29, by ib
-
Fix German translation of MSGTR_NoChapter.2012-11-29, by ib
-
Reset RunningTime after playback.2012-11-29, by ib
-
Cosmetic: Adjust indent.2012-11-29, by ib
-
Don't unconditionally reset AudioChannels after playback.2012-11-29, by ib
-
Prevent dropping last frames in vd_black.2012-11-29, by upsuper
-
Change declaration to use proper type to avoid a ridiculous2012-11-28, by reimar
-
Merge declaration and initialization.2012-11-28, by reimar
-
Remove unused define.2012-11-28, by reimar
-
Remove unnecessary cast.2012-11-28, by reimar
-
Do not decrement idx_pos if it is 0.2012-11-28, by reimar
-
Fix code that detects streams temporarily lacking data to work2012-11-28, by reimar
-
AVI: when we cannot find packets for video or audio stream,2012-11-28, by reimar
-
Remove variable assignment.2012-11-28, by ib
-
Comment unused return value.2012-11-28, by ib
-
Check chdir() return value to avoid race condition.2012-11-28, by ib
-
Don't increment a pointer which might be null.2012-11-28, by ib
-
Check stat() return value before utilizing its information.2012-11-28, by ib
-
stream ftp: Remove unneeded cast2012-11-26, by al
-
stream ftp: Use C99 designated initializers2012-11-26, by al
-
stream ftp: Set type to STREAMTYPE_STREAM2012-11-26, by al
-
stream ftp: open_f: Mark parameter file_format unused2012-11-26, by al
-
stream ftp: Pass full buffer size to snprintf2012-11-26, by al
-
Fix vo_gl sometimes drawing a black image instead of the video.2012-11-26, by reimar
-
Try to improve seeking in files with only few video packets,2012-11-26, by reimar
-
Move isPlaylistStreamtype definition to util/list.h.2012-11-26, by ib
-
Don't unconditionally reset Filename and StreamType if not playing.2012-11-26, by ib
-
Simplify playlist handling by defining a symbolic constant.2012-11-26, by ib
-
Disable frame dropping for codec delay flush.2012-11-25, by reimar
-
Expand: when using DR clear the part of the image that2012-11-25, by reimar
-
Check for a non-empty filename.2012-11-25, by ib
-
A non-existing path shouldn't be an empty string.2012-11-25, by ib
-
Avoid a duplicate strrchr() call.2012-11-25, by ib
-
React more smoothly to user input/window redraw requests2012-11-25, by reimar
-
vo_gl: react to expose events even when not paused.2012-11-25, by reimar
-
Without current playlist item, reset guiInfo's Filename and StreamType.2012-11-25, by ib
-
Fix incorrect mp_image allocations when the input format changes.2012-11-25, by reimar
-
Allow setting guiInfo.Filename to NULL.2012-11-25, by ib
-
Improve add_to_gui_playlist().2012-11-25, by ib
-
Choose better variable name for current playlist item.2012-11-25, by ib
-
Move add_to_gui_playlist() to util/list.c.2012-11-25, by ib
-
Fix bitrate calculation for FLAC files.2012-11-25, by reimar
-
Rename uiGotoTheNext uiProcessNextInPlaylist.2012-11-24, by ib
-
gui/win32: Remove static from add_to_gui_playlist2012-11-23, by al
-
Add a version script to hide all symbols.2012-11-23, by reimar
-
Add --large-address-aware to allow 32 bit Windows builds to use2012-11-23, by reimar
-
Fix auto-detection of MinGW as compile target.2012-11-23, by reimar
-
Also free the noauth_url entry in the URL struct.2012-11-23, by reimar
-
Pass pointer to start of allocated memory to free,2012-11-23, by reimar
-
Fix segmentation fault with mouse button release.2012-11-23, by ib
-
Cosmetic: Adjust indent.2012-11-23, by ib
-
Prevent negative array index read.2012-11-23, by ib
-
Always stick with current playlist item after a uiCurr() call.2012-11-23, by ib
-
Remove dead code.2012-11-23, by ib
-
Prevent floating point exception.2012-11-23, by ib
-
Prevent unintended sign extension from int to long on 64-bit machines.2012-11-23, by ib
-
Close the skin file after reading.2012-11-23, by ib
-
Check return value after reading file.2012-11-23, by ib
-
Don't use signed variable for file length.2012-11-23, by ib
-
Pass guiApp's wsTWindow parameters always by reference (if possible).2012-11-23, by ib
-
Remove dead code.2012-11-23, by ib
-
Pass big parameter by reference rather than by value.2012-11-23, by ib
-
Check array index.2012-11-23, by ib
-
Don't consider URL portions a directory.2012-11-22, by ib
-
Don't unconditionally delete the old playlist.2012-11-22, by ib
-
Fix segmentation fault with mouse button release.2012-11-22, by ib
-
Rename import_file_into_gui() add_to_gui_playlist().2012-11-22, by ib
-
Add an URL loaded by the GUI to its playlist.2012-11-22, by ib
-
Add a file loaded by the GUI to its playlist.2012-11-22, by ib
-
Make import_file_into_gui() available.2012-11-22, by ib
-
Fix memory leaks when error occurs.2012-11-22, by upsuper
-
Use the same parameter type with malloc.2012-11-22, by upsuper
-
Copyright file updates:2012-11-21, by SubJunk
-
Use size_t instead of unsigned in address arithmetic.2012-11-21, by upsuper
-
Add missing break.2012-11-21, by upsuper
-
Fix leaks in case of overflow.2012-11-21, by upsuper
-
stream ftp: Increase command buffer size2012-11-20, by al
-
stream ftp: Allocate command buffer on-heap2012-11-20, by al
-
stream ftp: Create buffers before opening control connection2012-11-20, by al
-
stream ftp: Only send QUIT command if connected2012-11-20, by al
-
stream ftp: Revise file descriptor usage2012-11-20, by al
-
stream ftp: readline: Always try to read complete lines2012-11-20, by al
-
stream ftp: readline: Always initialize output parameter buf2012-11-20, by al
-
stream ftp: readline: Fix off-by-one error2012-11-20, by al
-
subreader: do not skip the first char of ASS fields.2012-11-20, by cigaes
-
Updated libdvdcss entry in the copyright file2012-11-19, by SubJunk
-
Fix segmentation fault after end of file playback.2012-11-19, by ib
-
Support FFmpeg Canopus lossless decoder.2012-11-19, by cehoyos
-
Print rotation information as identify msg2012-11-16, by upsuper
-
Revert r35388.2012-11-15, by reimar
-
Removing mmsu-related code2012-11-10, by upsuper
-
Do not attempt to write into a file if opening it failed.2012-11-10, by reimar
-
Remove dead code.2012-11-10, by reimar
-
Set TMPEXE only after OS detection.2012-11-10, by reimar
-
Move compiler check to be earlier so we can use the compiler2012-11-10, by reimar
-
Move runtime cpu detection support until after we determined2012-11-10, by reimar
-
cpuinfo binary needs to be compiled with host compiler.2012-11-10, by reimar
-
Set CONFIG_LIBXVID up properly.2012-11-10, by reimar
-
Use a more obvious condition.2012-11-10, by reimar
-
Remove pointless local variable.2012-11-10, by reimar
-
Do not pointlessly call getenv("HOME") twice, reuse the result instead.2012-11-10, by reimar
-
Remove another pointless NULL check.2012-11-10, by reimar
-
Simplify: remove useless casts, NULL checks etc.2012-11-10, by reimar
-
Avoid crash when parsing index for audio-only files.2012-11-10, by reimar
-
Simplify code.2012-11-10, by reimar
-
Do not call fstat if open failed.2012-11-10, by reimar
-
Abort when opening the file failed instead of calling2012-11-10, by reimar
-
Remove pointless cast.2012-11-10, by reimar
-
Fix off-by-one errors in file descriptor validity checks.2012-11-10, by reimar
-
Mark pointer arguments that are not written to as const.2012-11-10, by reimar
-
Do not use pkt which is uninitialized at that point.2012-11-10, by reimar
-
Do not leak memory while processing command.2012-11-10, by reimar
-
libmpcodecs: Only choose dummy codecs if forced2012-11-10, by al
-
Fix const correctness.2012-11-10, by reimar
-
Fix leaks in case of error.2012-11-10, by reimar
-
Add url_new_with_proxy function to reduce code duplication and memleaks.2012-11-10, by reimar
-
Remove proxy "support" from stream_rtp and stream_upd, trying2012-11-10, by reimar
-
Remove useless casts.2012-11-10, by reimar
-
Fix resource leaks when loading logo file in vf_remove_logo.2012-11-10, by reimar
-
Fix memleak on parse error.2012-11-10, by reimar
-
check4proxies does not modify input URL, so mark it const.2012-11-10, by reimar
-
Fix incorrectly commented-out url_frees.2012-11-10, by reimar
-
Fix memory leaks in mp_input_check_interrupt.2012-11-10, by reimar
-
Make code slightly easier to read.2012-11-10, by reimar
-
Fix memleaks on error and remove useless "break".2012-11-10, by reimar
-
Fix memleaks on error and EOF.2012-11-10, by reimar
-
Minor simplifications.2012-11-10, by reimar
-
http_set_field only makes a copy of the string, so we still need to2012-11-10, by reimar
-
Free cookies file data after parsing it.2012-11-10, by reimar
-
Do not do sign comparisons on "char" type which can be both signed or unsigned.2012-11-10, by reimar
-
Avoid leaks in error handling.2012-11-10, by reimar
-
Fix memleak when reading a file fails.2012-11-10, by reimar
-
Simplify, remove pointless casts.2012-11-10, by reimar
-
Properly free all memory in rar_close.2012-11-10, by reimar
-
Fix allocation that could in theory be too small for the terminating NULL.2012-11-10, by reimar
-
Support decoding fourcc GXVE with FFmpeg's wmv2 decoder.2012-11-10, by cehoyos
-
sync with en/mplayer.1 rev. 353692012-11-10, by jrash
-
Re-enable multi-channel output for -ao win32.2012-11-09, by reimar
-
Fix 24 bit audio with -ao win32.2012-11-09, by reimar
-
Simplify some ao_win32 code.2012-11-09, by reimar
-
Generate proper CONFIG_ entries in config.mak.2012-11-09, by reimar
-
Support subpos values > 100 that allow the subtitles2012-11-08, by reimar
-
libass: Fixed RTL languages2012-11-06, by SubJunk
-
Properly free resources even when encountering many2012-11-06, by reimar
-
Fix memleaks for error case.2012-11-06, by reimar
-
Make array "static const".2012-11-06, by reimar
-
Error out if an invalid channel list name was specified2012-11-06, by reimar
-
Avoid code duplication and pointless casts.2012-11-06, by reimar
-
Avoid unused variable warnings.2012-11-06, by reimar
-
Update for upstream r256.2012-11-06, by reimar
-
Change STREAM_CTRL_GET_SIZE argument type from off_t to2012-11-06, by reimar
-
Comment out unused code2012-11-06, by upsuper
-
Updated libdvdcss version to 1.2.122012-11-06, by SubJunk
-
Updated libdvdcss to r2552012-11-06, by SubJunk
-
Updated libass to 0.10.12012-11-06, by SubJunk
-
Remove assignment that is duplicated a few lines down,2012-11-05, by reimar
-
Check for NULL before using the pointer.2012-11-05, by reimar
-
Fix malloc failure check to check the correct variable.2012-11-05, by reimar
-
Simplify mp_input_get_input_from_name.2012-11-05, by reimar
-
Fix potential NULL dereference.2012-11-05, by reimar
-
Fix crash when not able to find a mpi by using an2012-11-05, by reimar
-
Allow free_demuxer to handle a NULL argument.2012-11-05, by reimar
-
Fix crash in case sh_audio allocation failed.2012-11-05, by reimar
-
Try to do something sensible when malloc fails instead2012-11-05, by reimar
-
Simplify, avoid crash when malloc/calloc fails.2012-11-05, by reimar
-
release.sh: Use official FFmpeg source repository URL2012-11-05, by al
-
Use more appropriate value for memcpy length.2012-11-05, by reimar
-
Remove nonsense casts.2012-11-05, by reimar
-
Simplify.2012-11-05, by reimar
-
Remove pointless variable.2012-11-05, by reimar
-
Remove completely unnecessary huge on-stack buffer.2012-11-05, by reimar
-
Add flag "dummy" for null and black decoder2012-11-03, by upsuper
-
a new implementation of vf_ass2012-11-02, by upsuper
-
Do not allow 'black' decoder to be chosen without forcing. So mark it2012-11-02, by upsuper
-
configure: add more cpu type detection2012-11-02, by upsuper
-
Fix typo causing memset to not properly initialize the struct.2012-11-01, by reimar
-
Avoid potential overflow in shift.2012-11-01, by reimar
-
Add cast to ensure shift will not overflow.2012-11-01, by reimar
-
Use AV_RB32 to avoid sign extension issues and validate offset before using it.2012-11-01, by reimar
-
Do not needlessly use "long" types.2012-11-01, by reimar
-
Remove pointless unused variable.2012-11-01, by reimar
-
Add a few "const".2012-11-01, by reimar
-
Fix format string typo.2012-11-01, by reimar
-
Add missing va_end after va_copy.2012-11-01, by reimar
-
Fix typo that might have caused reading beyond the string end.2012-11-01, by reimar
-
Remove pointless unreachable code (the loop condition already checks2012-11-01, by reimar
-
More strict check so it is actually possible to trigger.2012-11-01, by reimar
-
Check the correct variable for NULL.2012-11-01, by reimar
-
Remove nonsense check.2012-11-01, by reimar
-
Fix variable declarations I stupidly forgot to make "static".2012-11-01, by reimar
-
add SPXN to speex decoder, should work after ff bug 1873 is fixed2012-11-01, by compn
-
Remove another incorrect use of realloc_struct.2012-10-31, by reimar
-
Remove some incorrect usages of realloc_struct.2012-10-31, by reimar
-
Fix off-by-one error in range check.2012-10-31, by reimar
-
Actually bail out when we detect that we would run2012-10-31, by reimar
-
Do range check before using the variable for array indexing.2012-10-31, by reimar
-
Fix potential out-of-bounds write due to breaking2012-10-31, by reimar
-
Extra checks to ensure we really do not write outside2012-10-31, by reimar
-
Fix more places that incorrectly assume that 02012-10-31, by reimar
-
Only -1 is certain to never be a valid file descriptor.2012-10-31, by reimar
-
Use correct function prototype instead of casting away the warnings.2012-10-31, by reimar
-
Check value of n for validity before using it, not after.2012-10-31, by reimar
-
Remove useless indirection that in addition completely broke the code.2012-10-31, by reimar
-
Use snprintf instead of sprintf.2012-10-31, by reimar
-
Replace sprintf with snprintf.2012-10-31, by reimar
-
mpcommon: Show more CPU flags2012-10-31, by upsuper
-
af_hrtf: clamp output to relieve noises2012-10-31, by upsuper
-
Set pointers to NULL after free.2012-10-30, by reimar
-
Fix off-by-one error in range check.2012-10-30, by reimar
-
Actually make use of max_sub_pos_for_source.2012-10-30, by reimar
-
Make checks for STREAMTYPE simpler and more consistent.2012-10-30, by reimar
-
Free memory allocated by get_path.2012-10-30, by reimar
-
Do not assume that a stream is available for capture.2012-10-30, by reimar
-
Also add CONFIG_LZO define.2012-10-30, by reimar
-
Fix crash when only specifying a host for -ao pulse.2012-10-30, by reimar
-
Only a return value of -1 indicates an error for open(),2012-10-30, by reimar
-
Try to make code a bit clearer.2012-10-30, by reimar
-
Move check for NULL to before the pointer is used.2012-10-30, by reimar
-
Remove useless checks, the code would crash all over of widw/widh were NULL.2012-10-30, by reimar
-
Mark exit_player functions as noreturn.2012-10-30, by reimar
-
Make aspect handling with -vo sdl and RGB format work again.2012-10-30, by reimar
-
Remove pointless commented-out code.2012-10-30, by reimar
-
Remove left-over debug printf.2012-10-30, by reimar
-
Fix off-by-one error in check.2012-10-30, by reimar
-
Remove "else" that makes no sense and results in uninitialized data2012-10-30, by reimar
-
Make some variables static.2012-10-30, by reimar
-
Since the modecount variable is only ever initialized when the videmodes2012-10-30, by reimar
-
Fix copy-paste error found by Coverity (yes, it really has a2012-10-30, by reimar
-
vd_black: simplify code2012-10-30, by upsuper
-
1l: Forgot comment about internal FourCC YOP1.2012-10-30, by cehoyos
-
Support FFmpeg YOP decoder.2012-10-30, by cehoyos
-
build/configure: Check for more math functions2012-10-28, by al
-
Allow telecine filter to work for YUV16 formats.2012-10-28, by cehoyos
-
map 0xa100 to ffg723.1, ff ticket #18562012-10-27, by compn
-
build/configure: Move addition of extra CFLAGS further down2012-10-27, by al
-
Use local variable since we already have it.2012-10-26, by reimar
-
Mark intentional fallthrough case, used for duplicating frames.2012-10-26, by reimar
-
Remove useless variable.2012-10-26, by reimar
-
Make uninit function handle vf->priv being NULL.2012-10-26, by reimar
-
Add comment to silence coverity (and it generally doesn't2012-10-26, by reimar
-
Add missing ().2012-10-26, by reimar
-
Fix check for empty log file (n contains a start offset of 15).2012-10-26, by reimar
-
Fix compilation with current FFmpeg.2012-10-25, by cehoyos
-
mp_property_deinterlace: Signalize control() failure2012-10-25, by al
-
Fix compilation with latest FFmpeg.2012-10-23, by cehoyos
-
mp_property_deinterlace: Improve OSD feedback2012-10-21, by al
-
Set guiInfo.Track after the stream is open.2012-10-21, by ib
-
Add new stream control command STREAM_CTRL_GET_CURRENT_TITLE for DVDs.2012-10-21, by ib
-
Fix building GUI without DVD support.2012-10-21, by ib
-
Remove outdated references to mp3lib and tremor.2012-10-21, by reimar
-
There are no internal codecs (except FFmpeg of course) which we should2012-10-21, by reimar
-
Remove our internal mp3lib copy.2012-10-21, by reimar
-
Allow STREAM_CTRL_GET_NUM_TITLES with cache enabled.2012-10-21, by ib
-
Change tremor check so it fails on old incompatible versions2012-10-21, by reimar
-
Fix compiling demux_ogg against tremor, current tremor versions2012-10-21, by reimar
-
Try to fix compilation error on some Windows building environments after r35250.2012-10-20, by cehoyos
-
Get rid of unnecessary use of variable dvd_chapter in Win32 GUI.2012-10-18, by ib
-
Get rid of global variable dvd_title in GUI.2012-10-18, by ib
-
Fix segmentation fault.2012-10-18, by ib
-
Do not allow 'black' decoder to be prefered over real decoders.2012-10-17, by cehoyos
-
Detect direct.h and io.h on Windows.2012-10-15, by cehoyos
-
libmpcodecs: Add vd_black2012-10-15, by al
-
Change order of libraries when linking with libvorbisenc.2012-10-14, by cehoyos
-
Change the order of tested libvorbis ldflags.2012-10-14, by cehoyos
-
Add missing define for avconfig.h2012-10-13, by cehoyos
-
Hint how to use old gdb versions.2012-10-13, by cehoyos
-
vo corevideo: VOCTRL_UPDATE_SCREENINFO: Fix shared_buffer case2012-10-12, by al
-
Silence a few warnings.2012-10-11, by iive
-
Add necessary checks to the vd_hmblck input.2012-10-11, by iive
-
Remove nv12/nv21 decoding from vd_hmblck.2012-10-11, by iive
-
vo corevideo: Use stringWithUTF8String2012-10-11, by al
-
Force compilation of FFmpeg's error_resilience.o2012-10-09, by cehoyos
-
Disable FFmpeg exr decoder if zlib is not available.2012-10-09, by cehoyos
-
Fix compilation with current FFmpeg.2012-10-09, by cehoyos
-
Add TAK file extension to the audio file filter of the file selector.2012-10-08, by ib
-
Support FFmpeg's TAK decoder.2012-10-08, by cehoyos
-
Improve Ogg/Vorbis detection.2012-10-07, by cehoyos
-
Fix compilation with --disable-mencoder.2012-10-06, by cehoyos
-
Save poor users from my configure hack (r35227).2012-10-06, by cehoyos
-
Support FFmpeg's Pinnacle Targa Y216 decoder.2012-10-06, by cehoyos
-
Be more verbose if the pullup filter fails on initialisation.2012-10-05, by cehoyos
-
Revert "Freeze FFmpeg to 1.0 until planar audio playback is fixed."2012-10-04, by cigaes
-
ad_ffmpeg: basic support for planar formats.2012-10-04, by cigaes
-
Freeze FFmpeg to 1.0 until planar audio playback is fixed.2012-10-03, by cehoyos
-
Avoid sleeping for too long without reacting to user input.2012-10-01, by reimar
-
Support cyuv rawvideo via FFmpeg's cyuv decoder.2012-09-30, by cehoyos
-
Remove our own tremor copy, it is ancient, unmaintained2012-09-29, by reimar
-
Quick fix for slices not working with some filter combinations.2012-09-29, by reimar
-
corevideo: simplify draw_alpha function.2012-09-28, by reimar
-
Use aspect_scaling() function also for vo_corevideo.2012-09-28, by reimar
-
Enable aspect scaling even in windowed mode when2012-09-28, by reimar
-
Fix arguments of disassemble command2012-09-27, by ib
-
wishlist: update some2012-09-27, by compn
-
Set ass margins only from one single locations.2012-09-26, by reimar
-
Make two functions static.2012-09-26, by reimar
-
Fix typos which cause the ASS renderer to be reconfigured on every single2012-09-26, by reimar
-
change my display name in authors, getting too much spam2012-09-24, by compn
-
Disable our included tremor by default, it is too buggy.2012-09-23, by reimar
-
Fix auto-detection of current live555.2012-09-23, by cehoyos
-
More helpful error message when video does not fit into frame buffer.2012-09-22, by reimar
-
Add HAVE_ASM_MOD_Q for ARM compilation.2012-09-22, by reimar
-
Update FFmpeg git URL to the current official one (they point at the2012-09-22, by reimar
-
Fix handling of out-of-order slice rendered frames.2012-09-21, by reimar
-
Fix redirection for proxy URLs.2012-09-21, by reimar
-
Prevent $@ expansion in cat > <<EOF2012-09-21, by cehoyos
-
Fix compilation with current FFmpeg.2012-09-20, by cehoyos
-
Make sure av_restrict is defined for FFmpeg.2012-09-19, by reimar
-
For consistency clear mpi->priv after it was used.2012-09-17, by reimar
-
Fix delogo filter with numbered mpi.2012-09-17, by reimar
-
Support pausing prefix also in idle mode.2012-09-17, by reimar
-
ve_lavc: set max threads to 16, patch by subjunk2012-09-16, by compn
-
Switch to avcodec_encode_video2.2012-09-15, by reimar
-
Fix reading language from teletext descriptor when it is not2012-09-15, by reimar
-
Remove "inline" from functions that are definitely not2012-09-15, by reimar
-
gl_common: fix wrong gl_type for uyvy and yuy2 in little endian2012-09-14, by cehoyos
-
Add SSE3, SSE4, SSE4.2 and AVX detection.2012-09-14, by cehoyos
-
Change order of live555 library includes.2012-09-14, by cehoyos
-
sync with en/mplayer.1 rev. 351912012-09-14, by jrash
-
Add my copyright since the file now contains a relevant amount of code by me.2012-09-13, by reimar
-
Document new OSX backend for -vo gl.2012-09-13, by reimar
-
gl: Prefer OSX backend over SDL.2012-09-13, by reimar
-
Remove duplicate redraw call, resize already calls it.2012-09-13, by reimar
-
Provide a swap buffer function for OS X.2012-09-13, by reimar
-
gl: Disable double-buffering on OS X, it does not work currently an2012-09-13, by reimar
-
gl: support screen redraw on OSX.2012-09-13, by reimar
-
gl OSX backend: Detect and pass on resize events2012-09-13, by reimar
-
Minor code simplification.2012-09-13, by reimar
-
Allow compiling -vo gl with OSX backend even if X11 and SDL are not available.2012-09-13, by reimar
-
Add a hint how you can compile a 64 bit binary on OSX.2012-09-13, by reimar
-
Use OSX common layer in -vo gl.2012-09-13, by reimar
-
Split out an objective-C common OS X layer, to be reused by -vo gl.2012-09-13, by reimar
-
Move some code around in preparation for following patch.2012-09-13, by reimar
-
Use "self".2012-09-13, by reimar
-
Fix handling of -ontop and -rootwin.2012-09-13, by reimar
-
Remove local variables that (except for very brief moments before2012-09-13, by reimar
-
Set up things like fullscreen status etc. before showing the window.2012-09-13, by reimar
-
Move some code around to make splitting into vo-specific and generic code easier.2012-09-13, by reimar
-
corevideo: Simplify mouse handling.2012-09-13, by reimar
-
Pass input to "strings" via stdin.2012-09-12, by reimar
-
Fix translation of mouse coordinates when panscan is used.2012-09-12, by reimar
-
Minor simplification of rescale_input_coordinates.2012-09-12, by reimar
-
Fix menu on newer OSX versions (at least 10.6) without breaking 10.5.2012-09-12, by reimar
-
Deprecate corevideo device_id in favour of -xineramascreen.2012-09-11, by reimar
-
Merge declaration and initialization.2012-09-11, by reimar
-
Avoid some more global variables.2012-09-11, by reimar
-
Use xinerama_x/xinerama_y.2012-09-11, by reimar
-
Change geometry for corevideo vo to not take dock into account.2012-09-11, by reimar
-
Remove pointless one-line function.2012-09-11, by reimar
-
Fix compilation on OSX 10.52012-09-11, by reimar
-
Fix compiler warning by specifying that our class implements2012-09-11, by reimar
-
Consistently use "self" instead of a global variable.2012-09-11, by reimar
-
Add missing "static" to global variables.2012-09-11, by reimar
-
Fix compilation with current FFmpeg.2012-09-09, by cehoyos
-
sync with en/mplayer.1 rev. 351562012-09-08, by jrash
-
Document that directx supports -panscan.2012-09-07, by reimar
-
Ensure the borders are cleared when zooming out from panscan.2012-09-07, by reimar
-
directx: Support negative panscanrange (i.e. zooming) for noaccel.2012-09-07, by reimar
-
Enable panscan for -vo directx.2012-09-07, by reimar
-
Move file vo_gl2.c to vo_gl_tiled.c to reflect rename.2012-09-07, by reimar
-
Support -dr for -vo corevideo.2012-09-06, by reimar
-
Update description of MP_IMGFLAG_READABLE.2012-09-05, by reimar
-
Support OMAPFB YUV also for fbdev vo.2012-09-04, by reimar
-
Add support for OMAPFB YUV framebuffer.2012-09-04, by reimar
-
Fix OSD position again for interleaved YUV formats.2012-09-03, by reimar
-
Remove unused fb_bpp and change fb_pixel_size initialization2012-09-02, by reimar
-
Simplify a condition.2012-09-02, by reimar
-
Avoid some code duplication related to drawing the OSD.2012-09-02, by reimar
-
Add helper function to reduce code duplication for selecting2012-09-02, by reimar
-
Add SSE4 to the cpu flags, fixes compilation with current FFmpeg.2012-09-01, by cehoyos
-
Remove duplicate HAVE_AVX define.2012-09-01, by cehoyos
-
Necessary (but insufficient) changes for current FFmpeg.2012-09-01, by cehoyos
-
Some changelog updates.2012-09-01, by reimar
-
Support decoding teletext in the format that WTV uses.2012-09-01, by reimar
-
Fix off-by-one error.2012-09-01, by reimar
-
Implement the erase-page teletext flag.2012-09-01, by reimar
-
Fix usage count for passthrough-only filters.2012-08-31, by reimar
-
Detect broken mpi usage count also in decoder.2012-08-31, by reimar
-
vf_ass: add support for rendering on YUY2 and UYVY images.2012-08-31, by reimar
-
Support Alberto's / Kostya's MSS2 decoder.2012-08-31, by cehoyos
-
Fix compilation with latest FFmpeg.2012-08-31, by cehoyos
-
sync with en/mplayer.1 rev. 351232012-08-30, by jrash
-
Synced with help_mp-en.h rev. 351102012-08-30, by jrash
-
Synced with help_mp-en.h rev. 351102012-08-30, by jrash
-
vf_ass: Improve format query.2012-08-29, by reimar
-
Add Video Decode Acceleration support.2012-08-28, by cehoyos
-
Clamp bitmap subtitles into visible areas.2012-08-27, by reimar
-
Pass extradata to libavcodec subtitle decoder.2012-08-27, by reimar
-
Add new -subcc values.2012-08-27, by reimar
-
Support closed-caption format as used in wtv format.2012-08-27, by reimar
-
add geoh264 binary codec, works on sample2012-08-27, by compn
-
Add missing newline in error message.2012-08-27, by cehoyos
-
Avoid sleeping 0 ms, this can cause sleep to be not called at all.2012-08-26, by reimar
-
Support subrip format subtitles.2012-08-25, by reimar
-
When switching programs select subtitle stream regardless of2012-08-25, by reimar
-
Fix compilation with latest FFmpeg.2012-08-25, by cehoyos
-
Support yuv422p for FFmpeg lagarith decoder.2012-08-24, by cehoyos
-
Direct rendering with FFmpeg lagarith decoder works fine.2012-08-23, by cehoyos
-
corevideo: Support also support UYVY.2012-08-22, by reimar
-
Explicitly signal EOF when reaching the end of a file/pipe.2012-08-22, by reimar
-
Translate MSGTR_VO_GL2_HasBeenRenamed.2012-08-21, by ib
-
Add forgotten new help message.2012-08-20, by reimar
-
Rename -vo gl2 to gl_tiled which hopefully is less misleading, since2012-08-20, by reimar
-
Fix detection of -vo pgm/md5 even when suboptions are used.2012-08-20, by reimar
-
Update endpos each time libavformat asks for it.2012-08-18, by reimar
-
TS demuxer: Add support for PCM variant found on BluRay.2012-08-18, by reimar
-
Avoid display lists for OSD.2012-08-18, by reimar
-
Hack to make BGRA work both in GL and GLES.2012-08-18, by reimar
-
Internal format for BGRA must be BGRA, not RGBA.2012-08-18, by reimar
-
Add autodetection of ycbcr option.2012-08-18, by reimar
-
Cosmetics: replace tab.2012-08-18, by reimar
-
Missed documentation update.2012-08-18, by reimar
-
Replace MESA YCBCR support by the Apple variant.2012-08-18, by reimar
-
Fix compilation with latest FFmpeg.2012-08-16, by cehoyos
-
Do not try to use PIE with --enable-static.2012-08-15, by reimar
-
Rewrite condition and use console_state instead of console.2012-08-15, by ib
-
Add check-mark for menu item "Debug Console".2012-08-15, by ib
-
Disable building as PIE binary by default.2012-08-15, by reimar
-
Add parentheses to avoid compiler warning.2012-08-15, by ib
-
Initialize variable.2012-08-15, by ib
-
Remove unused variable.2012-08-15, by ib
-
Fix compiler warnings (comparison between signed and unsigned).2012-08-15, by ib
-
Cosmetic: Adjust indent.2012-08-15, by ib
-
Go without pointless variable hWnd/hwnd.2012-08-15, by ib
-
Pass in NULL as handle to parent or owner window.2012-08-15, by ib
-
9l. Revert r35074. Commit r35065 already adds a proper check.2012-08-15, by iive
-
Fix normalize_yuvp16 to work for big-endian formats.2012-08-13, by reimar
-
Re-enable nonref DR again.2012-08-12, by reimar
-
Build as relocatable PIE binary by default on x86.2012-08-12, by reimar
-
Minor Changelog update.2012-08-12, by reimar
-
Change "run" command to expand properties.2012-08-12, by reimar
-
Add another anaglyph color variant.2012-08-12, by reimar
-
Convert comments into designated initializers.2012-08-12, by reimar
-
Make compiler give the ana_coeff array automatically the right size.2012-08-12, by reimar
-
Support interleaving the two frame halves from a 3D video2012-08-12, by reimar
-
Prefer converting 9/10 bit formats to 16 bit, this is a simple left-shift.2012-08-12, by reimar
-
Quick Build Fix. FFmpeg CodecID is redefined as AVCodecID.2012-08-11, by iive
-
Quick Build Fix. Add HAVE_CPUNOP in configure.2012-08-11, by iive
-
Fix bug with definition of IDPLAYDISK in Win32 GUI.2012-08-11, by ib
-
Use depth textures only if available (MESA + r200 crash otherwise)2012-08-10, by reimar
-
Allow playing 10-bit DNxHD.2012-08-10, by reimar
-
subassconvert: better handling of invalid SubRip tag attributes.2012-08-10, by cboesch
-
Define some more FFmpeg Makefile variables.2012-08-10, by reimar
-
Fix compilation with latest FFmpeg.2012-08-10, by cehoyos
-
Query correct component to get luminance texture bit depth2012-08-09, by reimar
-
When the LUMINANCE16 format is less than 14 bit try to use2012-08-08, by reimar
-
Add HAVE_CPUNOP yasm define.2012-08-08, by reimar
-
Add fallback defines for GL_DEPTH_TEXTURE_MODE and GL_TEXTURE_COMPARE_MODE.2012-08-08, by reimar
-
Add support for depth textures to simplify some experiments.2012-08-07, by reimar
-
Work around IMG drivers not being able to parse our shaders.2012-08-07, by reimar
-
Remove outdated code that instead of preventing now causes crashes.2012-08-06, by reimar
-
Second try to fix auto-detection of static libraries.2012-08-06, by cehoyos
-
Try to fix -lm handling in configure.2012-08-05, by cehoyos
-
Fix compilation with latest FFmpeg.2012-08-04, by cehoyos
-
demux_lavf: Set endpts from AVPacket.duration2012-08-02, by al
-
Fix dependency generation with current FFmpeg.2012-07-29, by cehoyos
-
build: Define HAVE_SETENV as 0 if not available2012-07-29, by al
-
Fix compilation with current FFmpeg.2012-07-29, by cehoyos
-
Allow more liberal URL handling.2012-07-28, by ib
-
Fix compilation with current FFmpeg, second try.2012-07-28, by cehoyos
-
Fix MPlayer compilation with latest FFmpeg (also by Mark Guptill, compguy284 yahoo).2012-07-28, by cehoyos
-
Generally enable parsing for audio streams.2012-07-26, by reimar
-
osdep/setenv: Make sure we have a prototype for setenv2012-07-26, by al
-
Disable ffrtmpcrypt protocol2012-07-24, by cehoyos
-
Fix crash for -vo sdl -fs when running under X.2012-07-23, by reimar
-
Initial libopus decoding support.2012-07-22, by cehoyos
-
Support FFmpeg ZeroCodec decoding.2012-07-22, by cehoyos
-
fix previous commit, duplicated g7231 codec entry2012-07-21, by compn
-
add ffmpeg and binary g.723.1 codec, works on g723_1.wav2012-07-21, by compn
-
Set AV_PKT_FLAG_KEY correctly based on demuxer keyframe flag.2012-07-21, by reimar
-
For mf:// all frames are keyframes, mark them as such.2012-07-21, by reimar
-
map AAS4 to ffaasc, add 16bpp aasc output2012-07-21, by compn
-
map SM4V to ffodivx2012-07-21, by compn
-
Fix compilation with latest FFmpeg.2012-07-20, by cehoyos
-
add tsc2 binary codec2012-07-20, by compn
-
Fix compilation with latest FFmpeg.2012-07-19, by cehoyos
-
Support FFmpeg APC ADPCM IMA audio decoder2012-07-19, by cehoyos
-
Support FourCC NO16.2012-07-17, by cehoyos
-
Allow specifying ARGB and ABGR colour-spaces in codecs.conf.2012-07-17, by cehoyos
-
Set some new HAVE_ defines unconditionally to 0.2012-07-17, by cehoyos
-
Support "MNG " FourCC for png in mov (found by Piotr Bandurski).2012-07-17, by cehoyos
-
Support GRAY8A and GRAY16 in tiff.2012-07-15, by cehoyos
-
Support GRAY8A and GRAY16 in png.2012-07-15, by cehoyos
-
Fix GRAY16 order.2012-07-15, by cehoyos
-
Support GRAY8A and GRAY16 in libopenjpeg.2012-07-15, by cehoyos
-
Add missing aequivalents for PIX_FMT_GRAY8A and PIX_FMT_GRAY16*.2012-07-15, by cehoyos
-
Fix big-endian ptx decoding with latest FFmpeg.2012-07-15, by cehoyos
-
Clarify that viv1 and viv2 are internal MPlayer FourCCs.2012-07-15, by cehoyos
-
Initialize a few more AVFrame fields to avoid FFmpeg errors.2012-07-14, by reimar
-
Support Kostya's Expression Encoder Screen Capture decoder.2012-07-13, by cehoyos
-
dd PLV1 fourcc to ffodivx, works on2012-07-13, by compn
-
Support Kostya's TechSmith Camtasia Screen Codec 2 decoder.2012-07-13, by cehoyos
-
Support missing FFmpeg H264 pixel formats.2012-07-12, by cehoyos
-
Support more libopenjpeg pixel formats.2012-07-12, by cehoyos
-
Support FFmpeg pix_fmts YUV4xxP12*, YUV4xxP14*, GBR12P* and GBR14P*.2012-07-12, by cehoyos
-
Cosmetics: Fix alphabetical order.2012-07-12, by cehoyos
-
Fix compilation with latest FFmpeg.2012-07-12, by cehoyos
-
Support FFmpeg Packed Animation File decoder.2012-07-06, by cehoyos
-
Fix MPlayer compilation with latest FFmpeg.2012-07-05, by cehoyos
-
add yuv8 / YUV8 to other decoders as well2012-07-04, by compn
-
fix original yuv8 decoder fourcc2012-07-04, by compn
-
codecs.conf: map YUV8 to wnv1 codecs2012-07-04, by compn
-
Support Kostya's MSA1 decoder.2012-07-02, by cehoyos
-
Fix compilation with latest FFmpeg.2012-06-28, by cehoyos
-
Add a few new CSS colors.2012-06-24, by cehoyos
-
Order colour names alphabetically / better match W3 list.2012-06-24, by cehoyos
-
Support Kostya's MS Screen 1 decoder.2012-06-22, by cehoyos
-
Support LucasArts SMUSH and VIMA decoding.2012-06-22, by cehoyos
-
Fix swapped condition in previous commit.2012-06-12, by reimar
-
Fix skip_frame condition, AVDISCARD_DEFAULT is not the same2012-06-12, by reimar
-
Support Kostya's iac decoder.2012-06-12, by cehoyos
-
Fix compilation with current FFmpeg (define HAVE_MIPSFPU).2012-06-12, by cehoyos
-
Improve the aspect icons.2012-06-11, by ib
-
Improve the about icon.2012-06-11, by ib
-
Add an icon for the subtitles menu.2012-06-11, by ib
-
Revert r34511.2012-06-11, by ib
-
Reduce some code duplication.2012-06-09, by reimar
-
sync with en/mplayer.1 rev. 349932012-06-09, by jrash
-
add scaletempo trick to -speed2012-06-05, by compn
-
Another minor release script update.2012-06-02, by reimar
-
Reduce code duplication in get_path.2012-06-02, by reimar
-
config_dir variable should not be static, but it should point2012-06-02, by reimar
-
Use our own mp_dirname/mp_basename instead of system2012-06-02, by reimar
-
Small improvements to release script, create xz and gzip files etc.2012-06-02, by reimar
-
Temporarily disable nonref_dr until release, it is still too unreliable2012-06-02, by reimar
-
Add some file extensions to the video file filter of the file selector.2012-05-31, by ib
-
Request a sufficiently large image for direct rendering.2012-05-30, by ib
-
Add a Makefile target for testing the help message text headers.2012-05-30, by ib
-
Add/improve some code to help debugging DR in filters.2012-05-30, by reimar
-
Allow plain text playlists for the GUI.2012-05-30, by ib
-
unsharp: actually process the frame we got.2012-05-30, by reimar
-
Another attempt at clearing DVDNAV highlights, this2012-05-30, by reimar
-
Use correct variable for height.2012-05-29, by reimar
-
Add ralf audio support2012-05-27, by rtogni
-
Move decrementing usage count to a common place.2012-05-25, by reimar
-
Request a sufficiently large image for direct rendering.2012-05-25, by reimar
-
sync with en/mplayer.1 rev. 349092012-05-24, by jrash
-
Synced with help_mp-en.h rev. 349582012-05-24, by jrash
-
Fix message text translations.2012-05-24, by ib
-
Add a separate stride variable to make it easier to optimize later (e.g. align stride).2012-05-23, by reimar
-
expand: handle NUMBERED mp_image type correctly.2012-05-23, by reimar
-
corevideo: Reduce code duplication in OSD rendering code.2012-05-23, by reimar
-
Remove unnecessary if, free can be called unconditionally.2012-05-23, by reimar
-
SDL swap interval fixes.2012-05-22, by reimar
-
Support using the pic variants of the live555 libs.2012-05-22, by reimar
-
Use the same flags for the test as what will be used when2012-05-22, by reimar
-
Fix wrong (too large) height of filter combo box.2012-05-22, by ib
-
10l. Fix compilation with GUI enabled.2012-05-22, by iive
-
Add Windows Media Station file (application/x-netshow-channel) support.2012-05-21, by ib
-
Revise UTF-8 encoded subtitle file filter for file selector.2012-05-21, by ib
-
Remove extensions .rmj and .rmm from playlist filter for file selector.2012-05-21, by ib
-
More extensive LIVE555 check that will fail with incompatible newer versions.2012-05-21, by reimar
-
build: Fix vo directx configure check on Cygwin2012-05-21, by al
-
Only try to get a "numbered" mpi for nonref DR.2012-05-21, by reimar
-
vf_ass: fix running out of images and crashing.2012-05-21, by reimar
-
Do not give out the same buffer to multiple mp_images.2012-05-21, by reimar
-
Change MP_IMGTYPE_NUMBERED semantics.2012-05-21, by reimar
-
Make array const and more compact.2012-05-21, by reimar
-
Add playlist support to the GUI.2012-05-21, by ib
-
GUI updates for release.2012-05-21, by ib
-
Enable translation of video and audio file filter items.2012-05-21, by ib
-
Cosmetic: Arrange all file extensions alphabetically.2012-05-21, by ib
-
Update video and audio file filter for file selector.2012-05-21, by ib
-
Enable translation of other file filter item.2012-05-21, by ib
-
Enable translation of external audio file filter items.2012-05-21, by ib
-
Update external audio file filter for file selector.2012-05-21, by ib
-
Enable translation of font file filter items.2012-05-21, by ib
-
Enable translation of subtitle file filter items.2012-05-21, by ib
-
Update subtitle file filter for file selector.2012-05-21, by ib
-
Update Debian MIME type information.2012-05-21, by ib
-
Update MimeType key in the desktop file.2012-05-21, by ib
-
Add MIME type application/ogg for OGG streaming.2012-05-21, by ib
-
SDL OpenGL: add support for swapinterval option.2012-05-20, by reimar
-
SDL: add support for quadbuffer stereo.2012-05-20, by reimar
-
Change if() condition into #if.2012-05-20, by reimar
-
Change some texture formats to synonyms that Mesa GLES accepts.2012-05-20, by reimar
-
Make a glGetError function pointer available.2012-05-20, by reimar
-
Remove commented-out nonsense code.2012-05-20, by reimar
-
Do not needlessly modulate the texture color with the vertex color.2012-05-20, by reimar
-
Use unsigned int instead of type casting.2012-05-20, by ib
-
Cosmetic: Adjust indent.2012-05-20, by ib
-
Improve filter on file selector's file list.2012-05-20, by ib
-
Remove unused code from mp_get_mp3_header.2012-05-18, by reimar
-
Only try to build vo gl with X11/win32 backends if these were detected.2012-05-18, by reimar
-
More robust detection of SPARC CPUs.2012-05-18, by reimar
-
Cosmetics: fix up indentations, get rid of a few lost tabs.2012-05-18, by reimar
-
Some minor simplifications.2012-05-18, by reimar
-
Use more appropriate types.2012-05-18, by reimar
-
Make some tables const.2012-05-18, by reimar
-
Return a spf value even when srate is NULL.2012-05-18, by reimar
-
Take start offset into account when calculating amount of audio data.2012-05-18, by reimar
-
Add some additional checks to ensure subtractions do not overflow.2012-05-18, by reimar
-
Remove pointless global variables.2012-05-17, by reimar
-
Fix hardware-acceleration broken by nonref_dr support.2012-05-17, by reimar
-
Initialize "result" variable since FcFontMatch only sets it on failure.2012-05-16, by reimar
-
Add result argument to second FcFontMatch argument, just like for the first.2012-05-16, by reimar
-
Improve -dr descriptions.2012-05-16, by reimar
-
Do not keep b_count/ip_count stuck at large numbers.2012-05-16, by reimar
-
vo_gl: collect some frame statistics for DR.2012-05-16, by reimar
-
Never default to force-pbo on non-x86.2012-05-15, by reimar
-
Do not return void type and remove broken duplicate code.2012-05-15, by reimar
-
Do not provide multiple B-frames for direct rendering.2012-05-15, by reimar
-
Do not override mpctx->stream during free_demuxer.2012-05-15, by reimar
-
Add some dv video fourcc's found by Piotr Bandurski.2012-05-15, by cehoyos
-
Fix direct rendering for H.264.2012-05-15, by reimar
-
Fix -fs with SDL-based vo gl.2012-05-14, by reimar
-
Document -dr influence on video display speed.2012-05-14, by reimar
-
Align glMapBuffer result.2012-05-14, by reimar
-
Allow direct rendering for non-reference frames in H.264.2012-05-14, by reimar
-
build: Check if SCTP is available2012-05-13, by al
-
stream_pvr: Use sizeof() to get destination buffer size.2012-05-13, by reimar
-
100l: ffcamstudio is not flipped and does not know BGR8.2012-05-08, by cehoyos
-
Improve Avid Meridien (AVUI) decoding with FFmpeg.2012-05-08, by cehoyos
-
Fix -vo png:alpha with newer FFmpeg.2012-05-08, by cehoyos
-
release script: also remove .gitignore from MPlayer SVN.2012-05-06, by reimar
-
Add a preliminary release.sh file.2012-05-06, by reimar
-
Some minor updates to release-howto.txt2012-05-06, by reimar
-
Update copyright year in Windows .rc file.2012-05-06, by reimar
-
Avoid repeating mixer error messages from ao.2012-05-06, by reimar
-
Fix A-V desync with skipframe and H.264.2012-05-06, by reimar
-
mencoder: Fix hang with -ovc copy or -ovc frameno.2012-05-02, by reimar
-
Support new colour spaces for FFmpeg camstudio decoding on big-endian.2012-04-30, by cehoyos
-
Revert r34881: The change was wrong.2012-04-30, by cehoyos
-
Support new colour spaces for FFmpeg camstudio decoding on big-endian.2012-04-29, by cehoyos
-
Try linking when testing for libmad.2012-04-29, by cehoyos
-
vo_yuv4mpeg: flush userspace FILE buffers after each frame.2012-04-27, by reimar
-
codecs.conf: add some isom/fourcc to dts decoders2012-04-25, by compn
-
This will allow us to encode 7.1 audio AAC.2012-04-24, by ranma
-
Remove "experimental" from old features that seem to be working fine.2012-04-24, by reimar
-
Minor Changelog updates for release.2012-04-24, by reimar
-
Use more precise alpha handling for -spuaa 4.2012-04-23, by reimar
-
Detect prematurely closed connection.2012-04-23, by reimar
-
av_sub: support multiple rectangles.2012-04-22, by cigaes
-
Retry reconnecting several times.2012-04-22, by reimar
-
Use a local variable to reduce some code clutter.2012-04-20, by reimar
-
Cosmetic: Adjust indent.2012-04-18, by ib
-
Fix crash with icon that has unsupported format.2012-04-18, by ib
-
Update Spanish man page.2012-04-18, by ib
-
Ensure that the highlight disappears when switching2012-04-15, by reimar
-
Fix dvdnav case to not leave "flush" uninitialized.2012-04-15, by reimar
-
Make teletext sub streams actually work with native TS demuxer.2012-04-15, by reimar
-
Allow using up to 16 threads, that should be the maximum safe value.2012-04-15, by reimar
-
Allow using -vo yuv4mpeg for files with resolution changes.2012-04-15, by reimar
-
yuv4mpeg: support writing to stdout instead of file.2012-04-15, by reimar
-
Decode last frames for codecs with delay.2012-04-15, by reimar
-
Fix spacings of Spanish help_text message.2012-04-15, by ib
-
Update Spanish translation of messages.2012-04-15, by ib
-
Fix hang when video pts suddenly jumps to match audio pts.2012-04-15, by reimar
-
Use phrasing with infinitives in German translation of help_text.2012-04-14, by ib
-
Revise German help_text message.2012-04-14, by ib
-
configure: suggest --extra-*flags instead of CFLAGS.2012-04-14, by cigaes
-
Support lagarith RGB with FFmpeg.2012-04-12, by cehoyos
-
Add Spanish entries to desktop file.2012-04-11, by ib
-
Clarify the used opening modes by improving the verbose status messages.2012-04-10, by ib
-
RM demuxer: set aspect from container video dimensions.2012-04-09, by reimar
-
Support EIA-608 captions in MOV.2012-04-07, by reimar
-
Remove outdated comment.2012-04-07, by reimar
-
Fix misspelling ATSC as ASTC.2012-04-07, by reimar
-
subassconvert: use standard struct zero init.2012-04-07, by cboesch
-
subassconvert: handle "\r\n" line ends2012-04-07, by cboesch
-
Add code to support CC subtitles in ASTC and MOV.2012-04-07, by reimar
-
Move mp_ao_resume_refill to audio_out.h to avoid compiler2012-04-06, by reimar
-
Use approach used by ao_oss to avoid audio desync2012-04-05, by reimar
-
vsnprintf always 0-terminates the string, so remove2012-04-05, by reimar
-
vo_directx: do not do aspect scaling in windowed mode.2012-04-04, by reimar
-
Fix write_buffer: flush after each write and2012-04-04, by reimar
-
Use AVIO_FLAG_DIRECT to avoid issues with one more pointless buffering layer.2012-04-04, by reimar
-
sync with en/mplayer.1 rev. 348212012-04-02, by jrash
-
Small fixes to make it easier to compiler for OpenGL ES2012-03-31, by reimar
-
Fix sed expression.2012-03-29, by reimar
-
Support FLIC in avi.2012-03-28, by cehoyos
-
Add H264QPEL flags for FFmpeg compilation.2012-03-25, by reimar
-
The new zerocodec in libavcodecs depends on zlib.2012-03-25, by iive
-
AVCODEC_MAX_AUDIO_FRAME_SIZE seems to be based on2012-03-24, by reimar
-
Switch FLIC tag to the one used by FLIC-in-MOV.2012-03-24, by reimar
-
libmad: set i_bps only if it is not already set.2012-03-24, by reimar
-
Replace malloc+memset by calloc.2012-03-24, by reimar
-
Remove unnecessary casts.2012-03-24, by reimar
-
Remove some pointless variable indirection and merge2012-03-24, by reimar
-
Fix -vo bl with slices.2012-03-24, by reimar
-
stream_ffmpeg: convert to avio API, fix build against shared libavformat2012-03-24, by diego
-
Support FFmpeg WMA lossless decoder.2012-03-22, by cehoyos
-
Support FFmpeg EA ADPCM R1, R2, R3 audio decoders.2012-03-22, by cehoyos
-
Document recent-ish x264 changes.2012-03-21, by corey
-
Support FFmpeg Real Audio Lossless decoder with -demuxer lavf.2012-03-20, by cehoyos
-
man: fix an unbalanced quote.2012-03-17, by cigaes
-
cfg-common: Only #include libpostproc headers when available.2012-03-15, by diego
-
configure: Fix libpostproc detection.2012-03-15, by diego
-
Replace use of deprecated dsputil_init() by ff_dsputil_init().2012-03-15, by diego
-
remove HV60 from vdpau and xvid, does not work. add acm binary codecs2012-03-15, by compn
-
add creative fastspeech binary codec, no sample yet2012-03-14, by compn
-
add HV60 to divx decoders, samples/V-codecs/HV602012-03-14, by compn
-
mark tridvfw codec working, finally found sample for TY0N2012-03-14, by compn
-
Fix PBO handling with > 8 bit YUV formats.2012-03-13, by reimar
-
Update ad_mpg123 in preparation to replace mp3lib.2012-03-13, by diego
-
add ffatrac1 codec, works on A-codecs/ATRAC1/2012-03-11, by compn
-
add mnm4 binary codec, need sample for further testing2012-03-11, by compn
-
uspp filter: set no_bitstream option, since we do not care about the2012-03-10, by reimar
-
Ensure the AVDictionary is initialized.2012-03-10, by reimar
-
Fix possible crash when using -vf uspp,format=y82012-03-10, by reimar
-
sync with en/mplayer.1 rev. 348012012-03-09, by jrash
-
Synced with help_mp-en.h rev. 347852012-03-09, by jrash
-
Fix header file after r34793.2012-03-07, by ib
-
af_stats: document the meaning of the output.2012-03-07, by cigaes
-
Fix compilation with new LIVE555 libraries.2012-03-05, by cehoyos
-
Correct r34798.2012-03-04, by ib
-
Put #include <inttypes.h> into the header file where it should be.2012-03-04, by ib
-
Increase width of control for cache size in Win32 GUI.2012-03-04, by ib
-
Cosmetic: Adjust indent.2012-03-04, by ib
-
Update GUI code after r34792.2012-03-04, by ib
-
Remove casts that are no longer necessary.2012-03-04, by reimar
-
Replace off_t by int64_t in cache code.2012-03-04, by reimar
-
Allow using a cache size of up to 4 TB.2012-03-04, by reimar
-
Remove variable that is only assigned but never used.2012-03-04, by reimar
-
Do not use single quotes around hex literals2012-03-03, by al
-
Fix compilation with latest FFmpeg (without libbluray).2012-03-03, by cehoyos
-
Update German man page.2012-03-03, by ib
-
Cosmetic: Move, change and add some comments on GUI windows.2012-03-03, by ib
-
Cosmetic: Adjust indent.2012-03-03, by ib
-
Rename sub window video window.2012-03-03, by ib
-
Add suboption parsing support to ao_pulse and add an2012-03-03, by reimar
-
vf_pp: free private structure.2012-03-03, by cigaes
-
example.conf: add bandwidth example2012-03-03, by compn
-
subcc switch nonascii characters to hex, patch by frogs on irc2012-03-02, by compn
-
Remove pointless check that used internals would fail always2012-02-28, by reimar
-
Remove pointless casts.2012-02-28, by reimar
-
Fix bug with playlist playback.2012-02-27, by ib
-
Fix DVDs showing the subtitle language as "unknown"2012-02-25, by reimar
-
sync with en/mplayer.1 rev. 347752012-02-24, by jrash
-
Update German man page.2012-02-24, by ib
-
Allow to set the OST progress position.2012-02-24, by cigaes
-
Remove gstrcasecmp().2012-02-24, by ib
-
Cosmetic: Prefer C style for single line comments.2012-02-24, by ib
-
Add doxygen comments to list.c.2012-02-23, by ib
-
Cosmetic: Arrange listMgr() commands in switch statement.2012-02-23, by ib
-
Rename PLAYLIST_ITEM_ADD PLAYLIST_ITEM_APPEND.2012-02-23, by ib
-
Add a default clause to listMgr()'s switch statement.2012-02-23, by ib
-
Revise listMgr() command URLLIST_ITEM_ADD.2012-02-23, by ib
-
Cosmetic: Adjust indent.2012-02-23, by ib
-
Revise listMgr() command PLAYLIST_ITEM_DEL_CURR.2012-02-23, by ib
-
Cosmetic: Insert some blank lines and remove commented code.2012-02-23, by ib
-
Revise listMgr() command PLAYLIST_ITEM_INSERT.2012-02-23, by ib
-
Revise listMgr() command PLAYLIST_ITEM_ADD.2012-02-23, by ib
-
Cosmetic: Rename variables in listMgr().2012-02-23, by ib
-
add IPJ2 to ffj2k, samples created by mencoder -ovc vfw and jp2avi.dll2012-02-23, by compn
-
build: Separate libpostproc check from FFmpeg check.2012-02-22, by diego
-
Cosmetic: Remove unnecessary comments and commented code.2012-02-22, by ib
-
Remove global variable pointing to playlist item last played.2012-02-22, by ib
-
Remove global variable pointing to top of URL list.2012-02-22, by ib
-
Remove global variable pointing to top of playlist.2012-02-22, by ib
-
Remove unnecessary condition.2012-02-22, by ib
-
Adjust MPlayer default alignment values to match FFmpeg's.2012-02-21, by reimar
-
Remove global variable pointing to current playlist item.2012-02-21, by ib
-
Replace symbolic constants by enums.2012-02-21, by ib
-
Fix formatting errors in skin XML code.2012-02-20, by ib
-
Fix formatting errors in skin XML code.2012-02-20, by ib
-
configure: Simplify the definitions of xsltcommand and XMLLINT_COMMAND.2012-02-20, by ib
-
vf screenshot: Fix breakage after lavc API changes2012-02-19, by al
-
demux_lavf: Explain under which conditions to add demuxers to preferred_list.2012-02-19, by reimar
-
Use -demuxer lavf for cdxl files.2012-02-19, by cehoyos
-
Fix -aid/-vid selection with -demuxer ogg.2012-02-19, by reimar
-
build: Remove generated documentation on 'make clean'.2012-02-19, by diego
-
configure: Derive system name from 3rd and 2nd component passed to --target.2012-02-19, by diego
-
Make inline keyword handling consistent.2012-02-19, by diego
-
lavcac3enc: make the filter buildable with shared FFmpeg2012-02-19, by diego
-
Fix compilation after r34736.2012-02-19, by cehoyos
-
Add a safeguard to avoid crash if the decoder e.g. claims 0 channels.2012-02-19, by reimar
-
Support showing the stream language with br:// playback.2012-02-19, by reimar
-
Code cleanup: Use a stream_control instead of global functions to2012-02-19, by reimar
-
One more fix for --enable-zr.2012-02-18, by reimar
-
Attempt to make --enable-zr compile again.2012-02-18, by reimar
-
Fix compiling with osdep setenv2012-02-18, by al
-
Support playback of CDXL files with -demuxer lavf.2012-02-17, by cehoyos
-
sync with en/mplayer.1 rev. 347082012-02-17, by jrash
-
Synced with help_mp-en.h rev. 347192012-02-17, by jrash
-
Complete German translation of messages.2012-02-16, by ib
-
Fix linking after FFmpeg merge.2012-02-15, by iive
-
Mark window title as UTF-8.2012-02-14, by reimar
-
pulse: set outburst size.2012-02-14, by reimar
-
Change doxygen comments.2012-02-14, by ib
-
Simplify codec id <-> tag mapping using avformat_get_riff_*_tags.2012-02-14, by reimar
-
Fix vo_png after FFmpeg merge.2012-02-14, by iive
-
Fix linking after FFmpeg merge.2012-02-14, by iive
-
Update mplayer.ico.2012-02-14, by ib
-
Do not parse the extended aspect info into the fields2012-02-13, by reimar
-
Detect ID3v2 tag at the end of the file and stop demuxing before2012-02-13, by reimar
-
Minor simplification.2012-02-13, by reimar
-
Cosmetic: Change comment.2012-02-13, by ib
-
Add doxgen comment to gstrncmp().2012-02-13, by ib
-
Revise listRepl().2012-02-13, by ib
-
Fix two copy-and-paste errors in the Win32 GUI.2012-02-13, by ib
-
Cosmetic: Adjust indent.2012-02-13, by ib
-
Don't unnecessarily destroy audio_driver_list.2012-02-13, by ib
-
Cosmetic: Adjust indent.2012-02-13, by ib
-
Revise listSet().2012-02-13, by ib
-
Replace for loop with index by while loop with pointer.2012-02-13, by ib
-
Update date in man page.2012-02-13, by ib
-
Docs: -vo direct3d supports -geometry, too.2012-02-12, by reimar
-
Docs: SDL supports -geometry now, too.2012-02-12, by reimar
-
Switch to using VOCTRL_UPDATE_SCREENINFO, which allows getting2012-02-12, by reimar
-
slave.txt: Fix a number of typos.2012-02-12, by diego
-
Deduplicate some code that exists both in the if and else branch.2012-02-12, by reimar
-
SDL: add support for setting window position.2012-02-12, by reimar
-
Remove no longer used message string.2012-02-12, by reimar
-
Cosmetic: Rearrange structure members.2012-02-12, by ib
-
vo_sdl: reuse some more sdl_common code.2012-02-12, by reimar
-
Cosmetic: Rename functions in list.c.2012-02-12, by ib
-
Remove code that has been unused and disabled since a very long time.2012-02-12, by reimar
-
Complete German translation of messages.2012-02-12, by ib
-
Revert one change of r34694.2012-02-12, by ib
-
Make mplayer.c messages translatable.2012-02-12, by ib
-
Try to detect when an audio driver ends up hanging after2012-02-12, by reimar
-
sync with en/mplayer.1 rev. 346632012-02-12, by jrash
-
Fix green bottom line on yadif with certain parity.2012-02-11, by iive
-
Fix bug in freeing playlist items.2012-02-11, by ib
-
Fix bug in freeing URL list items.2012-02-11, by ib
-
Free playlist and URL list items when GUI ends.2012-02-11, by ib
-
Add code to free the URL list items.2012-02-11, by ib
-
Optimize midentify script to not wasted time filling the cache.2012-02-11, by reimar
-
Support -noborder with SDL.2012-02-11, by reimar
-
Prefer static const char arrays for string constants to #defines.2012-02-10, by ib
-
Simplify character array definition.2012-02-10, by ib
-
Don't destroy list pointers while saving list items.2012-02-10, by ib
-
Adjust content of GUI configuration file to MPlayer configuration files.2012-02-10, by ib
-
Show option save error in message box.2012-02-10, by ib
-
Use macro FF_ARRAY_ELEMS() instead of numeric constant.2012-02-10, by ib
-
Remove unnecessary variable definition and commented code.2012-02-10, by ib
-
Don't unnecessarily use gstrdup().2012-02-10, by ib
-
Prevent reading empty lines.2012-02-09, by ib
-
Cosmetic: Adjust indent.2012-02-09, by ib
-
Prevent out-of-bounds array access of fsHistory.2012-02-09, by ib
-
Cosmetic: Adjust indent.2012-02-09, by ib
-
Check for playlist errors (path, but no file).2012-02-09, by ib
-
Cosmetic: Adjust indent.2012-02-09, by ib
-
Check for allocation error.2012-02-09, by ib
-
Simplify end-of-file detection.2012-02-09, by ib
-
Move buffer at top of function and rename it.2012-02-09, by ib
-
Fix history file read-only fopen mode.2012-02-09, by ib
-
Cosmetic: Change some variable names.2012-02-09, by ib
-
In case of a GUI config error, exit MPlayer with error.2012-02-09, by ib
-
Replace string constants by symbolic constants.2012-02-09, by ib
-
Update dates in man pages.2012-02-09, by ib
-
Fix German translation of MSGTR_MemAllocFailed.2012-02-09, by ib
-
Support RGB48 tiff decoding.2012-02-07, by cehoyos
-
Support displaying 64bit RGB via OpenGL.2012-02-07, by cehoyos
-
Use 128 instead of 64 to define non-native RGB image formats.2012-02-07, by cehoyos
-
X11 non-native RGB/BGR "emulation" only works for 32bit.2012-02-07, by cehoyos
-
Add missing libavutil #include.2012-02-07, by siretart
-
enable radio support, addresses https://launchpad.net/bugs/5935482012-02-07, by siretart
-
build: fix lavfi dependencies (swscale and swresample).2012-02-07, by cigaes
-
Update deprecated avcodec_alloc_context()/avcodec_open() API calls2012-02-06, by siretart
-
Support v408 and AYUV decoding via FFmpeg.2012-02-05, by cehoyos
-
Workaround a bug in Pulse Audio (http://pulseaudio.org/ticket/866)2012-02-03, by iive
-
Fix format string for -a52drc option.2012-02-03, by reimar
-
Add some missing #includes to cfg.c.2012-02-03, by ib
-
Make cfg_read() and cfg_write() void functions.2012-02-03, by ib