Mercurial > mplayer.hg
graph
-
Cosmetic: Prefer path relative to current directory.2011-03-10, by ib
-
Cosmetic: Remove incorrect comment.2011-03-10, by ib
-
Cosmetic: Add required include files.2011-03-10, by ib
-
Cosmetic: Rename pointers handling current window and items.2011-03-10, by ib
-
Replace some awkward and unnecessary usages of strlen().2011-03-10, by ib
-
Remove unused function guiMessageBox().2011-03-10, by ib
-
Add a command line option -gamma.2011-03-09, by cehoyos
-
Use memmove when source and destination can overlap.2011-03-09, by ranma
-
Make functions static that are only used inside the file.2011-03-09, by ib
-
Add FourCC ai12 for AVC Intra 100 / 1080.2011-03-09, by cehoyos
-
Cosmetic: Adjust indent.2011-03-08, by ib
-
Fix several issues with Translate().2011-03-08, by ib
-
Choose informative variable names.2011-03-08, by ib
-
Use double constants for higher precision calculations.2011-03-08, by ib
-
Make slabel work.2011-03-08, by ib
-
Cosmetic: Add missing break.2011-03-08, by ib
-
Avoid mixing declaration and code.2011-03-08, by ib
-
Replace ternary operator by more intelligible switch statement.2011-03-08, by ib
-
Remove needless casts.2011-03-08, by ib
-
Cosmetic: Rename macro controlling the dlabel delay.2011-03-08, by ib
-
Cosmetic: Format to MPlayer coding style.2011-03-08, by ib
-
Make constants explicitly type float.2011-03-08, by ib
-
Make constants explicitly type float.2011-03-08, by ib
-
Make constants explicitly type float.2011-03-08, by ib
-
Remove unreasonable inline definition from TranslateFilename().2011-03-08, by ib
-
Fix some debug messages.2011-03-08, by ib
-
There is no help list for vo aa.2011-03-08, by cehoyos
-
Move global variables to top of file.2011-03-07, by ib
-
Go without gtk functions.2011-03-07, by ib
-
Get prototype for GetTimerMS() from header file.2011-03-07, by ib
-
Cosmetic: Separate #endif from following line.2011-03-07, by ib
-
Remove needless includes.2011-03-07, by ib
-
Clean up debug messages.2011-03-07, by ib
-
Output right message number.2011-03-07, by ib
-
Cosmetics: add empty line between system and local headers and remove pointless2011-03-06, by cboesch
-
Add variable names to prototype declarations.2011-03-06, by ib
-
Prefer free() to gfree().2011-03-06, by ib
-
Simplify appClearItem() by using memset().2011-03-06, by ib
-
Cosmetic: Rename appResetStruct() appInitStruct().2011-03-06, by ib
-
Use FF_ARRAY_ELEMS() rather than a separate constant.2011-03-06, by ib
-
Add VP8 fourcc.2011-03-05, by cehoyos
-
Fix dnet decoding with -ac ffac3, the data needs to be byte-swapped.2011-03-05, by reimar
-
Fix -ac a52 to work with codecs with tags other than 0x2000 or dnet2011-03-05, by reimar
-
100l, actually only dnet tag indicates byte-swapped AC-3.2011-03-05, by reimar
-
Do not run the AC-3 parser on DNET (byte-swapped AC-3), that will break badly.2011-03-05, by reimar
-
Reduce item arrays to reasonable size.2011-03-04, by ib
-
Cosmetic: Rename listItems structure.2011-03-04, by ib
-
sync with en/mplayer.1 rev. 329462011-03-04, by jrash
-
Synced with help_mp-en.h rev. 329642011-03-04, by jrash
-
Add Uncrustify profile.2011-03-03, by cboesch
-
Move fntFreeFont() into appFreeStruct().2011-03-03, by ib
-
Cosmetic: Rename appInitStruct() to appFreeStruct().2011-03-03, by ib
-
Rename the 'NumberOf' members of the listItems structure.2011-03-03, by ib
-
Cosmetic: Remove needless include.2011-03-03, by ib
-
Clean up appInitStruct().2011-03-03, by ib
-
Fix memory leak in appInitStruct().2011-03-03, by ib
-
Fix memory leak in appInitStruct().2011-03-03, by ib
-
Remove parameter from appInitStruct() function.2011-03-03, by ib
-
Cosmetic: Remove needless include.2011-03-03, by ib
-
Make ITEMS a const int (it was a symbolic constant).2011-03-03, by ib
-
Cosmetic: Rename constant for number of events from evBoxs to EVENTS.2011-03-03, by ib
-
Cosmetic: Adjust indent.2011-03-03, by ib
-
Fix memory leak in appClearItem().2011-03-03, by ib
-
Redefine button states.2011-03-03, by ib
-
Cosmetic: Adjust item definitions.2011-03-03, by ib
-
Cosmetic: Adjust indent.2011-03-02, by ib
-
Add new function bpFree() to free txSamples (bitmaps).2011-03-02, by ib
-
Use appropriate declaration for array indices.2011-03-02, by ib
-
Provide proper conversion specification for long and unsigned variables.2011-03-02, by ib
-
Move declaration of char array into scope of fExist() where it's used.2011-03-02, by ib
-
Cosmetic: Format to MPlayer coding style.2011-03-02, by ib
-
Adjust the listItems structure.2011-03-02, by ib
-
Clean up the wItem structure.2011-03-02, by ib
-
Improve documentation on dlabel.2011-03-02, by ib
-
Print correct result variable for armv6t2 test.2011-03-02, by reimar
-
Fix copy-and-paste error: Should be AV_SAMPLE_FMT_NONE instead of PIX_FMT_NONE.2011-03-02, by reimar
-
Start adding support for lavc audio encoders that use other formats2011-03-01, by reimar
-
Use samplefmt2affmt helper function in ad_ffmpeg.c2011-03-01, by reimar
-
Add conversion functions to and from AVSampleFormat.2011-03-01, by reimar
-
Support dvvideo in Leitch/Harris' VR native stream format (LXF).2011-03-01, by cehoyos
-
Support audio in Leitch/Harris' VR native stream format (LXF).2011-03-01, by cehoyos
-
Missing part of r32577: Add NV12/NV21/HM12 to query_format so they really2011-02-28, by reimar
-
Fix compilation when pthreads are not available.2011-02-28, by reimar
-
Move global skin directory variables.2011-02-28, by ib
-
Remove unused functions appCopy(), appFindKey() and btnGetValue().2011-02-28, by ib
-
Limit scope of internally used appClearItem().2011-02-28, by ib
-
Cosmetic: Format to MPlayer coding style.2011-02-28, by ib
-
Add required include file.2011-02-28, by ib
-
Add ID_DVD_TITLE_x_CHAPTERS and ID_DVD_CURRENT_TITLE to the output of2011-02-28, by cehoyos
-
Cosmetic: Adjust indent.2011-02-27, by ib
-
Get rid of needless listItems variable and pointer.2011-02-27, by ib
-
Fix compilation for systems where vorbis encode is split out into2011-02-27, by reimar
-
Do not run svn or otherwise try to extract the svn revision when2011-02-27, by reimar
-
Improve stream reset on read error, should now fix bug #1841 in more2011-02-27, by reimar
-
10l: forgot mp_strings.h header include with mp_asprintf prototype.2011-02-27, by cboesch
-
Correct documentation.2011-02-26, by ib
-
enable bluray support in the daily builds2011-02-26, by siretart
-
Use mp_asprintf in get_metadata instead of limited stack buffer.2011-02-26, by cboesch
-
Make proxy and url parameter const in get_noauth_url and get_http_proxy_url.2011-02-26, by cboesch
-
Use mp_asprintf in make_noauth_url and make_http_proxy_url.2011-02-26, by cboesch
-
Add mp_strings.c with mp_asprintf function.2011-02-26, by cboesch
-
Remove unused function.2011-02-25, by ib
-
Cosmetic: Format to MPlayer coding style.2011-02-25, by ib
-
Cosmetic: Adjust indent.2011-02-24, by ib
-
Comply with the requested verbosity on GUI message boxes.2011-02-24, by ib
-
Limit scope of internally used skinItem array.2011-02-24, by ib
-
Change message levels to 'error'.2011-02-24, by ib
-
Provide proper conversion specification.2011-02-24, by ib
-
Remove needless explicit initialization.2011-02-24, by ib
-
Clarify the lower case transformation.2011-02-24, by ib
-
Cosmetic: Format to MPlayer coding style.2011-02-24, by ib
-
Improve skin documentation.2011-02-24, by ib
-
Avoid unnecessary brackets and improve message texts.2011-02-24, by ib
-
100l, fix incorrect len when retrying read.2011-02-23, by reimar
-
Cosmetic: Format to MPlayer coding style.2011-02-23, by ib
-
Cosmetic: Format to MPlayer coding style.2011-02-23, by ib
-
When reading from a stream fails, try one more time after a reset.2011-02-22, by reimar
-
Improve handling of audio timestamps where we do not have even a2011-02-22, by reimar
-
Avoid mixing declarations and code.2011-02-22, by reimar
-
Apply forgotten part of previous patch, adding calc_a_pts to mpcommon.h.2011-02-22, by reimar
-
Move MPlayer's audio pts calculation code into mp_common.c and reuse it in2011-02-22, by reimar
-
Remove some tabs that accidentally ended up in mpcommon.c2011-02-22, by reimar
-
ai5q and ai1q fourccs added to h264 decoders, ported from ffmpeg2011-02-22, by compn
-
Update GUI documentation.2011-02-21, by ib
-
Cosmetic: Specify path from main (compiling) directory.2011-02-20, by ib
-
"FIx" chapter references (make them identical to dvd).2011-02-20, by cehoyos
-
Cosmetic: Use more natural notations.2011-02-20, by ib
-
Move declaration into scope of function where it's used.2011-02-20, by ib
-
Remove needless explicit initialization.2011-02-20, by ib
-
Fix buggy strlower(). It's wrong to add 'A'.2011-02-20, by ib
-
Cosmetic: Limit scope of internally used Fonts array.2011-02-20, by ib
-
Add missing include file.2011-02-19, by ib
-
Make setname() directly return the string created instead of writing it2011-02-19, by ib
-
Remove statement no longer needed and forgotten to remove in r32934.2011-02-19, by ib
-
Cosmetic: Adjust indent.2011-02-19, by ib
-
Remove support for skins directories using the obsolete name 'Skin'.2011-02-19, by ib
-
Use power-of-two sizes (mainly cosmetic).2011-02-19, by ib
-
Cosmetic: Don't use a constant for size.2011-02-19, by ib
-
Remove unused function.2011-02-19, by ib
-
Simplify input preparation (analogously to font.c).2011-02-19, by ib
-
Cosmetic: Limit scope of internal functions.2011-02-19, by ib
-
For codecs that produce no data on the first pass, e.g.2011-02-19, by ranma
-
Cosmetic: Use 0, not '\0'.2011-02-18, by ib
-
Cosmetic: Make conditions more readable by having assignments outside.2011-02-18, by ib
-
Cosmetic: Use more natural notations.2011-02-18, by ib
-
Revert r32923: none of the systems known or tested have a problem in it.2011-02-17, by ib
-
Do proper and portable initialization.2011-02-17, by ib
-
Enlarge uchar buffer, because GLib implements 31-bit UTF-8,2011-02-17, by ib
-
Adjust build system to reflect merge of libavcore into libavutil in FFmpeg.2011-02-17, by diego
-
Adjust #include paths after the merge of libavcore into libavutil in FFmpeg.2011-02-17, by diego
-
Add alpha channel value to the ARGB initialization constant2011-02-17, by ib
-
Simplify array initialization.2011-02-17, by ib
-
Add braces for easier association.2011-02-16, by ib
-
Prevent a segmentation fault.2011-02-16, by ib
-
Initialize array in a compiler independent way.2011-02-16, by ib
-
Revert r32911.2011-02-16, by ib
-
Simplify array initialization.2011-02-16, by ib
-
Remove needless pointer check.2011-02-16, by ib
-
Add additional include directory for gui.2011-02-16, by ib
-
Git clone options are after the 'clone' keyword2011-02-16, by cboesch
-
Remove needless cast.2011-02-16, by ib
-
Simplify condition.2011-02-16, by ib
-
Don't use constant not related to definition size2011-02-16, by ib
-
Use gfree().2011-02-16, by ib
-
Limit FFmpeg git clone to the last revision to save time and bandwidth.2011-02-16, by diego
-
Clean up variable declarations.2011-02-16, by ib
-
Use appropriate declaration for array indices.2011-02-16, by ib
-
Simplify condition.2011-02-16, by ib
-
Remove uneeded trailing semicolon.2011-02-14, by cboesch
-
Reduce buffer to reasonable size.2011-02-13, by ib
-
Remove unused functions.2011-02-13, by ib
-
Prevent out buffer overflow.2011-02-13, by ib
-
Partially revert cosmetic r32892.2011-02-12, by ib
-
Allow font characters varying in height.2011-02-12, by ib
-
100l: fix "gamma" equalizer setting to change red, green and blue gamma,2011-02-12, by reimar
-
At least for Wing Commander 4 files, -demuxer lavf2011-02-12, by cehoyos
-
Prevent memory leaks.2011-02-11, by ib
-
Cosmetic2011-02-11, by ib
-
Allow equals sign to be defined in the font description file.2011-02-11, by ib
-
Simplify input preparation and allow semicolon2011-02-11, by ib
-
Fix usage of wrong variable.2011-02-11, by ib
-
sync with en/mplayer.1 rev. 328802011-02-11, by jrash
-
Make freed font reusable.2011-02-11, by ib
-
Revert r32884: For some files, -demuxer lavf is needed to playback XAN DPCM audio.2011-02-11, by cehoyos
-
Support 0x594A as format value for XAN DPCM audio.2011-02-11, by cehoyos
-
ffxandpcm works fine with the native avi demuxer.2011-02-11, by cehoyos
-
Fix compilation by adding defines necessary for ac3dsp to config.asm.2011-02-11, by cehoyos
-
Fix muxer memory leak.2011-02-10, by ranma
-
Fix stream_write_buffer to make sure all requested bytes are written2011-02-10, by ranma
-
Fractional part of time stamp in OSD.2011-02-10, by cigaes
-
Use defined variable and do not recalculate again.2011-02-10, by ib
-
Remove desultory parameter checks.2011-02-10, by ib
-
Always access font characters in the same way2011-02-10, by ib
-
Add FFmpeg WC4 xan decoder.2011-02-10, by cehoyos
-
Reduce Fonts array to required size.2011-02-10, by ib
-
Define constants in a single place.2011-02-10, by ib
-
Remove needless declaration.2011-02-10, by ib
-
Remove needless includes and declarations.2011-02-10, by ib
-
configure: Drop CFLAGS from DEPFLAGS.2011-02-08, by diego
-
Simplify frees in load_vob_subtitle.2011-02-07, by cboesch
-
Handle mp_path_join failure in load_vob_subtitle.2011-02-07, by cboesch
-
configure: Check for sys/poll.h.2011-02-06, by diego
-
Change SVB SPU stream format in TS demuxer so it can be decoded by2011-02-06, by reimar
-
Print a message when lavc subtitle decoding fails.2011-02-06, by reimar
-
Fix r32587: the previous approach to return subtitles in time broke2011-02-06, by reimar
-
fix ad_qtaudio for the case when the libavformat mov demuxer is used2011-02-06, by faust3
-
Set subtitle stream type correctly for DVB subtitles in TS demuxer.2011-02-06, by reimar
-
Do not add .sub to text subtitles when they look like vobsub.2011-02-05, by cboesch
-
Add sub-paths option.2011-02-05, by cboesch
-
Revert 32857: FPS should be double everywhere, not float.2011-02-05, by cboesch
-
100l: fps are not in int but float, fix prototype.2011-02-05, by cboesch
-
FPS are in float in sh_video, not double.2011-02-05, by cboesch
-
Use av_set_string3 instead of deprecated av_set_string.2011-02-05, by reimar
-
Change deprecated PKT_FLAG_KEY, CODEC_TYPE_* and SAMPLE_FMT_* to their2011-02-05, by reimar
-
Use av_get_bits_per_sample_fmt instead of deprecated2011-02-05, by reimar
-
Use av_iformat_next instead of first_iformat to conform with new FFmpeg API.2011-02-05, by reimar
-
Remove av_metadata_conv call, it is a NOP in FFmpeg nowadays.2011-02-05, by reimar
-
sync with en/mplayer.1 rev. 328422011-02-05, by jrash
-
Do not pointlessly cast the return value of memalign().2011-02-04, by diego
-
Replace one more instance of memalign in libmpcodecs with av_malloc.2011-02-04, by diego
-
Improve the readability of dynamic labels which scroll.2011-02-03, by ib
-
Cosmetic: indent for a patch to come.2011-02-03, by ib
-
Remove useless format argument.2011-02-03, by ib
-
Skip deleting HTML-single directory, which is no longer created.2011-02-03, by diego
-
Update incoming FTP directory URL for directory structure change on server.2011-02-03, by diego
-
add apco and ap4h fourcc to prores decoder2011-02-03, by compn
-
Add prefix filename option for PNG video output.2011-02-02, by cboesch
-
Fix r32824: It broke -frames and many, many other things.2011-02-02, by reimar
-
Use color type getter instead of direct access to private member.2011-02-01, by cboesch
-
Use mp_dir_join instead of sprintf.2011-02-01, by cboesch
-
Add mp_dir_join function.2011-02-01, by cboesch
-
Revert 32836: Uoti Urpala did not approve the relicensing.2011-01-31, by cboesch
-
Allow LGPL re-distribution of vo_vdpau.c.2011-01-31, by cehoyos
-
Fix postprocessing and perspective filters on x86-64.2011-01-31, by cehoyos
-
Replace memalign() by av_malloc() in libmpcodecs. as it is not available in all platforms2011-01-30, by michael
-
Escape character values >= 127 in URLs as required by the RFC.2011-01-30, by reimar
-
Check that rlen is valid before using it to increment a pointer.2011-01-30, by reimar
-
Make new_demux_packet return NULL if allocation failed, this should2011-01-30, by reimar
-
Remove outdated FFmpeg svn external, make configure optionally2011-01-30, by reimar
-
Update GUI and skins maintainer.2011-01-29, by ib
-
Cast properly (to avoid compiler warnings).2011-01-29, by ib
-
Remove needless fontid.2011-01-29, by ib
-
Disable libmpcdec (musepack) support, FFmpeg has a decoder that2011-01-28, by reimar
-
Force subtitles to be redrawn on sub_scale change.2011-01-27, by reimar
-
Continue playing even if we reached video EOF if there is still audio2011-01-27, by reimar
-
Improve EOF handling in ds_fill_buffer for the case where one stream ends2011-01-27, by reimar
-
Cosmetics: move if and following { onto same line.2011-01-27, by reimar
-
Allow character in the font description file to be in UTF-8.2011-01-27, by ib
-
Revert "Translate messages shown in the GUI window(s) from UTF-8"2011-01-27, by ib
-
Update PAUSED status line with cache fill status if it changed.2011-01-26, by reimar
-
Convert cache_fill_status into a function so we always get the latest state,2011-01-26, by reimar
-
Change MSGTR_Paused definition to allow simplifying some code.2011-01-26, by reimar
-
cosmetics: Drop leading underscore from _need_* variables.2011-01-26, by diego
-
Change "cache not filling" warning to include a hint to increase the cache size.2011-01-25, by reimar
-
Remove resetting of a_out_buffer_len in init_audio_filters.2011-01-24, by reimar
-
Reindent and prettify (just a bit) append_dir_subtitles.2011-01-23, by cboesch
-
Typedef the add subtitle function just like open_vob_func.2011-01-23, by cboesch
-
Replace hacky vobsub loading with a new clean one.2011-01-23, by cboesch
-
Check conversion to and from UTF-8.2011-01-21, by ib
-
Add two missing conversions for enabling non-UTF-8 encoded filenames.2011-01-21, by ib
-
Remove needless get_current_dir_name() calls2011-01-21, by ib
-
100l, fix hack to check for MakeMKV server being inverted.2011-01-20, by reimar
-
Add return_statement_check() helper function and use it to simplify some checks.2011-01-20, by diego
-
Add return_check() helper function and use it to simplify some checks.2011-01-20, by diego
-
Simplify OpenJPEG check with define_statement_check() helper function.2011-01-20, by diego
-
cosmetics: Move header_check helper function.2011-01-20, by diego
-
Translate messages shown in the GUI window(s) only from UTF-82011-01-20, by ib
-
Remove libswscale subdirectory.2011-01-20, by diego
-
Translate messages shown in the GUI window(s) from UTF-82011-01-19, by ib
-
Fix resource leaks and check for realloc failures2011-01-19, by ib
-
configure: Initialize va_list variable as '{0}' instead of NULL in vsscanf test.2011-01-19, by diego
-
Fix compiler warning2011-01-19, by ib
-
Correct translation of filenames and prevent out-of-bounds array access2011-01-18, by ib
-
Enable non-UTF-8 encoded filenames2011-01-18, by ib
-
Allow double quote to be defined in the font description file:2011-01-18, by ib
-
Rename strcpy_strip_ext to strcpy_strip_ext_lower.2011-01-17, by cboesch
-
Reindent (and prettify) after 32791.2011-01-16, by cboesch
-
Get rid of the "main" label.2011-01-16, by cboesch
-
Remove tabs from two additional files that will be used in2011-01-15, by cehoyos
-
Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.2011-01-14, by cehoyos
-
sync with en/mplayer.1 rev. 327772011-01-14, by jrash
-
move function declaration into vo_dxr2.h2011-01-13, by ranma
-
Remove unused define/undef.2011-01-12, by cboesch
-
Add MakeMKV to list of webservers always supporting ranges even when they2011-01-12, by reimar
-
Drop unneeded extern keyword.2011-01-11, by ranma
-
Change a forgotten instance of string 'ac3' to 'ac3_fixed'.2011-01-11, by cehoyos
-
Fix -af lavcac3enc after float ac3 encoder was made default in libavcodec.2011-01-11, by cehoyos
-
Fix uCode memleak found by debian automated code analysis2011-01-11, by ranma
-
Fix compiler warnings in ao_dxr2.c and vo_dxr2.c2011-01-11, by ranma
-
Fix name clash with aspect() function from aspect.h (makes vo_dxr2.c compile again).2011-01-11, by ranma
-
Mark source strings const in some subtitles string processing functions.2011-01-10, by cboesch
-
Add size based support for -endpos in MPlayer.2011-01-10, by cboesch
-
add missing fclose()2011-01-09, by siretart
-
add missing fclose2011-01-09, by siretart
-
Fix printf format string warning2011-01-09, by siretart
-
Enable fflagarith video decoder.2011-01-09, by cehoyos
-
update copyright year2011-01-08, by compn
-
Make load of n subtitles directories possible.2011-01-08, by cboesch
-
Fix ao_coreaudio compilation on OS X 10.4.2011-01-07, by diego
-
add some notes about BE/LE colorspaces and fix a small typo2011-01-06, by compn
-
Revert r32761: The codec_tag for flac should not be overwritten.2011-01-06, by cehoyos
-
Fix playback of flac in mov with both demuxers.2011-01-06, by cehoyos
-
Don't hardcode filename length.2011-01-06, by ranma
-
Increase the bitrate range maximum value.2011-01-06, by ranma
-
Fix playback of ffv1 yuv422p16.2011-01-06, by cehoyos
-
Do not #define _WIN32 on the command line for Cygwin.2011-01-06, by diego
-
Add/remove a few standard header #includes in our libc function replacements.2011-01-06, by diego
-
Fix flac in mov for -demuxer lavf.2011-01-06, by cehoyos
-
Simplify a bunch of configure checks with the statement_check function.2011-01-05, by diego
-
Define _XOPEN_SOURCE to 600 instead of 500 in mkstemp check, this is consistent2011-01-05, by reimar
-
Add define_statement_check function and use it to simplify some checks.2011-01-05, by diego
-
100l, set s->muxer->muxbuf to NULL after free, it is used as argument to2011-01-05, by reimar
-
Attempt to fix example configure line.2011-01-05, by reimar
-
Disambiguate remarks about profiles in configuration files.2011-01-05, by diego
-
cosmetics: Get rid of some backslashes at the end of lines.2011-01-05, by diego
-
cosmetics: Drop some unnecessary end-of-line backslashes after &&/||.2011-01-05, by diego
-
Factorize ROUND() redefinitions macro.2011-01-03, by cboesch
-
Replace mp_path_is_absolute with mp_path_join.2011-01-03, by cboesch
-
Revert previous wrong simplification of AltiVec vector declarations check.2011-01-02, by diego
-
Replace obsolete '--with-extralibdir' configure option by '--extra-ldflags'.2011-01-02, by diego
-
Add sys/time.h #include to videodev.h/videodev2.h checks.2011-01-02, by diego
-
configure: Simplify *BSD ioctl_meteor.h check.2011-01-02, by diego
-
Drop unnecessary Xlib.h #include from Xss screensaver extensions check.2011-01-02, by diego
-
Simplify vector declarations and fast inttypes check with statement_check().2011-01-02, by diego
-
Set sample_fmt before trying to open an audio codec.2011-01-01, by reimar
-
Remove AAC/FAAD2 installation instructions.2011-01-01, by diego
-
Remove forked internal libfaad2 copy.2011-01-01, by diego
-
Remove references to some forked code that was deleted from MPlayer ages ago.2011-01-01, by diego
-
Remove dvdnav-howto.txt, it is unnecessary and contains no information at2010-12-31, by reimar
-
Make internal FFmpeg use the new API that does not pose a limit on the maximum2010-12-31, by reimar
-
sync with en/mplayer.1 rev. 327352010-12-31, by jrash
-
Define CONFIG_GPL in config.asm, fixes compilation with YASM.2010-12-30, by reimar
-
tell that x264's crf gives better results than qp,2010-12-27, by gpoirier
-
Remove pointless case braces.2010-12-25, by cboesch
-
Use '@' Doxygen syntax in subreader module.2010-12-24, by cboesch
-
Add brief description for mp_basename.2010-12-24, by cboesch
-
Add mp_path_is_absolute function.2010-12-24, by cboesch
-
Change Doxygen syntax for mp_dirname.2010-12-24, by cboesch
-
Factorize subtitles loading between mplayer and mencoder.2010-12-24, by cboesch
-
Remove __ptr32 and __ptr64 typedefs, we do not need them and2010-12-23, by reimar
-
Disable VIDIX on Windows if then required ntddk.h header is not available.2010-12-23, by reimar
-
configure: Add HAVE_MMAP definition for FFmpeg to config.h.2010-12-23, by diego
-
configure: Disable internal libfaad2 compilation by default.2010-12-23, by diego
-
Compilation fixes for currentl Cygwin.2010-12-19, by reimar
-
Replace two malloc+memset with calloc.2010-12-19, by cboesch
-
Simplify video format condition in get_metadata.2010-12-19, by cboesch
-
Remove pointless case braces in get_metadata.2010-12-19, by cboesch
-
Fix potential heap overflow in get_metadata.2010-12-19, by cboesch
-
llvmpipe, while only slow instead of insanely slow, is a software renderer.2010-12-18, by reimar
-
sync with en/mplayer.1 rev. 326992010-12-17, by jrash
-
Add support for HTTP 307 (Temporary Redirect) responses.2010-12-16, by cboesch
-
Credit Compn for some of his work.2010-12-15, by diego
-
Remove pointless NULL checks before free.2010-12-14, by reimar
-
get rid of double (2010-12-14, by reimar
-
add winamp useragent example2010-12-12, by compn
-
add realplayer user-agent2010-12-12, by compn
-
Add a missing free to ASF demuxer close.2010-12-12, by reimar
-
Add playlist parser for .nsc files.2010-12-12, by reimar
-
add some profile information2010-12-12, by compn
-
len < 8 is also invalid for 64-bit codec chunk size.2010-12-12, by reimar
-
Avoid using uninitialized data if index read does not return enough data.2010-12-12, by reimar
-
Fix ad_faad crash when used on an empty audio stream.2010-12-12, by reimar
-
Support 0xff as tag for AAC audio and avoid an endless loop for unknown2010-12-12, by reimar
-
Improve speex codec pts handling, make audio timestamps work reasonably2010-12-12, by reimar
-
Fix allocations: always free before overwriting a pointer with a newly2010-12-12, by reimar
-
Add validity check for stream_seek argument to avoid a integer overflow2010-12-12, by reimar
-
Fix memleaks on error.2010-12-12, by reimar
-
Treat non-ref frames like B-frames even if has_b_frames is not set and2010-12-12, by reimar
-
correct -tv audiorate description, change bitrate to samplerate2010-12-12, by compn
-
Prefer yuv4mpeg via libavformat, since that one supports multiple2010-12-11, by reimar
-
Replace memcpy with memove since at least src==dst is possible.2010-12-11, by reimar
-
Fix several memleaks in TS demuxer.2010-12-11, by reimar
-
Replace hard-coded number for loop limits for array index by2010-12-11, by reimar
-
Replace malloc+memset with calloc and use sizeof(*variable).2010-12-11, by reimar
-
Add memset to avoid using uninitialized data with sample in bug 1280.2010-12-11, by reimar
-
Fix mp_check_mp3_header: it checked for a byte-swapped MP3-header2010-12-11, by reimar
-
Fix crahs with -audiofile and audio disabled.2010-12-11, by reimar
-
Reset ctx->vo_initialized to 0 on a resolution change.2010-12-11, by reimar
-
Fix possible memory leaks on error.2010-12-11, by reimar
-
Fix insufficient padding/memset at the end of demuxer packets.2010-12-11, by reimar
-
Use FFMAX for slightly better readability.2010-12-11, by reimar
-
Remove useless assignment already done in new_sh_video.2010-12-11, by reimar
-
Remove pointless assignments that are already handled in new_sh_audio.2010-12-11, by reimar
-
Move setup of sh_audio->format to a more appropriate place (in asfheader.c).2010-12-11, by reimar
-
Fix some unaligned writes and avoid some (incorrect due to alignment) casts.2010-12-11, by reimar
-
Reset mpvdec to NULL after uninit.2010-12-11, by reimar
-
Fix spelling in comment.2010-12-11, by reimar
-
Allow cycling subtitles backwards with 'J'.2010-12-11, by reimar
-
Support very high libav* message levels as e.g. the flac parser2010-12-11, by reimar
-
Do not generate nonsensical pts values for FLAC audio.2010-12-08, by reimar
-
Add support for FLAC audio parsing, fixes playback time jumping2010-12-08, by reimar
-
colorspace-test: fix build2010-12-07, by ramiro
-
Make use of mp_basename in a few places.2010-12-04, by cboesch
-
sync with en/mplayer.1 rev. 326612010-12-04, by jrash
-
Add support for login/password in http_proxy env variable.2010-12-03, by cboesch
-
Drop MPlayer base64_encode for av_base64_encode.2010-12-03, by cboesch
-
add c key for capturing default bind, missing from r325242010-12-03, by compn
-
mark myself as bugzilla admin and mailing list moderator2010-12-03, by compn
-
change --with-extraincdir to --extra-cflags2010-11-29, by compn
-
Set needs_parsing to 1 for DTS audio.2010-11-29, by reimar
-
Fix TS files with MP4 ES AAC descriptor to be correctly recognized2010-11-28, by reimar
-
Add horrible hack to make xvidix work on big-endian.2010-11-28, by reimar
-
100l, fix vidix compilation on big-endian2010-11-28, by reimar
-
Restore big-endian support removed in thoughtless upstream merge2010-11-28, by reimar
-
Add R_OVL_SHIFT to all R280 devices. Only actually confirmed for two.2010-11-28, by reimar
-
add ffmpeg g722 audio codec2010-11-28, by compn
-
Expose the VBV options of xvid encoder to the command line interface.2010-11-27, by iive
-
make tag for svq3, fixes:2010-11-27, by compn
-
Add support for uncompressed BGR24 pixfmt.2010-11-27, by reimar
-
change dnxhd to qtdnxhd. consistant with all other quicktime decoders2010-11-27, by compn
-
Reindent.2010-11-27, by reimar
-
Do not dump image description by default.2010-11-27, by reimar
-
Mark input-only buffer as const.2010-11-27, by reimar
-
Mark input buffer that is never modified as const.2010-11-27, by reimar
-
Use uint8_t type instead of unsigned char.2010-11-27, by reimar
-
Mark input-only buffers as const.2010-11-27, by reimar
-
Support clearing subtitles. Makes PGS subtitles disappear at the appropriate time.2010-11-27, by reimar
-
Bump codecs.conf version.2010-11-27, by reimar
-
Add support for decoding Avid DNxHD through the QuickTime component.2010-11-27, by reimar
-
build_afilter_chain is not safe to use directly, thus make it2010-11-26, by reimar
-
Use calloc instead of malloc+memset.2010-11-25, by cboesch
-
Remove GCC warning hack not needed anymore2010-11-25, by cboesch
-
Remove dead define2010-11-25, by cboesch
-
Simplify mime_type_table loop2010-11-25, by cboesch
-
Check the validity of an argument, font.2010-11-23, by komh
-
Handle ':' on systems with DOS paths: it allows paths like C:foo.avi.2010-11-21, by cboesch
-
Add a mp_dirname function (unused at the moment)2010-11-21, by cboesch
-
Do not keep authentication in URL on connection through a proxy2010-11-21, by cboesch
-
Add WAVEFORMATEXTENSIBLE support to AVI demuxer.2010-11-21, by reimar
-
Fix WAVEFORMATEXTENSIBLE condition.2010-11-21, by reimar
-
Fix WAVEFORMATEXTENSIBLE support on big-endian.2010-11-21, by reimar
-
Set font_fontconfig to -1 if CONFIG_FONTCONFIG is not configured.2010-11-20, by komh
-
Fix TS demuxer with -sb and when -aid stream is not found.2010-11-20, by reimar
-
Add Proxy-Authorization header to authenticate on proxies2010-11-18, by cboesch
-
"Authentication" header is for the destination server URL, even through a proxy2010-11-18, by cboesch
-
Handle correctly paths with mixed '/' and '\' in it.2010-11-17, by cboesch
-
Fix crash on path without directories.2010-11-17, by cboesch
-
Export mp_basename in a function instead of duplicate macros in various places2010-11-16, by cboesch
-
Do not initialize codec_id to a nonsense value (it was initialized2010-11-16, by reimar
-
Indicate that stereo3d can now handle strides properly.2010-11-14, by reimar
-
Remove unused struct element.2010-11-14, by reimar
-
Properly support src/dst stride in vf_stereo3d.2010-11-14, by reimar
-
Adjust d_height instead of bad ad-hoc scaling.2010-11-14, by reimar
-
Remove most of the NULL pointer check before free all over the code2010-11-14, by cboesch
-
If audio_block_size is 0 that is a bug (and will result in a division by 02010-11-13, by reimar
-
Fix possible division by 0 if -aid is used for AVI files.2010-11-13, by reimar
-
Unescape username/password when URL-parsing.2010-11-12, by reimar
-
gl/win32: select a stereo pixel format for window when2010-11-10, by reimar
-
Move setting of pixel format from init to config.2010-11-10, by reimar
-
100l, add forgotten FFMIN to fix small reads (-nocache) with bd:// protocol.2010-11-10, by reimar
-
Support reading larger blocks in one go for bd:// protocol.2010-11-10, by reimar
-
Make the file protocol read up to 64 kB at once when the cache is used,2010-11-10, by reimar
-
fix punctuation and wording in ffmpeg codec howto2010-11-10, by compn
-
use x264_picture_init.2010-11-10, by lorenm
-
Use fist(p)s instead of fist(p), fixes compilation with clang.2010-11-10, by cehoyos
-
Simplify: Use early return instead of large if block.2010-11-09, by reimar
-
Some indentation fixes.2010-11-09, by reimar
-
Merge pointlessly split string.2010-11-08, by reimar
-
Fix one -subcc sample.2010-11-08, by reimar
-
Document that -subcc now takes a channel option.2010-11-08, by reimar
-
Add code to allow selecting the Close Captioning channel.2010-11-08, by reimar
-
cosmetics: Fix Bluray vs. Blu-ray typo.2010-11-08, by diego
-
Prefer FFmpeg AAC decoder over libfaad2.2010-11-08, by diego
-
document how to add ffmpeg codecs in codecs.conf.txt2010-11-08, by compn
-
Replace hardcoded str size with sizeof2010-11-07, by cboesch
-
Use MSGTR_MemAllocFailed instead of hardcoded string2010-11-07, by cboesch
-
Remove outdated reference to 80kB patch size limit; the limit no longer exists.2010-11-07, by diego
-
Use calloc instead of malloc+memset.2010-11-07, by reimar
-
Avoid unnecessary ().2010-11-07, by reimar
-
Remove some useless NULL pointer checks before invoking free() on the pointer.2010-11-07, by diego
-
Add a comment to codecs that require their fourcc's added to demuxer.c.2010-11-07, by cehoyos
-
Add missing fourcc's that require libavcodec parsing.2010-11-07, by cehoyos
-
Fix typo: There is no fourcc 'MPE '.2010-11-07, by cehoyos
-
Use IMGFMT to compare instead of PIX_FMT to avoid issues2010-11-06, by reimar
-
For FFmpeg codecs YV12 should always be in the supported format2010-11-06, by reimar
-
Fix dvd:// fill_buffer function to actually write into the specified2010-11-06, by reimar
-
Fix spelling.2010-11-06, by reimar
-
100l, add missing return.2010-11-06, by reimar
-
Change code to something understandable (but equivalent).2010-11-06, by reimar
-
Remove a pointless and stupid condition.2010-11-06, by reimar
-
Fix subtitle sync issues by ensuring we enqueue all subtitle packets2010-11-06, by reimar
-
Fix -ac faad with -demuxer lavf.2010-11-06, by reimar
-
fflatm seems to be working, wheras internal faad does not work with2010-11-06, by reimar
-
Use only one fourcc for LATM.2010-11-06, by reimar
-
Handle EAGAIN in ad_ffmpeg, this is necessary for LATM to work properly with2010-11-06, by reimar
-
Add support for LATM parsing.2010-11-06, by reimar
-
Fix bd:// with -cache, the bd_read function does not work when2010-11-06, by reimar
-
Fix program switching with -demuxer lavf.2010-11-06, by reimar
-
Print PROGRAM_ID -identify output similar to demux_ts2010-11-06, by reimar
-
Set st->discard in the same way for audio and video, fixes -aid no2010-11-06, by reimar
-
Support NV12/NV21/HM12 in ve_raw.2010-11-03, by reimar
-
Make scale filter accept all non-hardware-acceleration input formats we know a2010-11-03, by reimar
-
Add and use a IMGFMT_IS_HWACCEL define.2010-11-03, by reimar
-
Add video/3gpp and application/x-flash-video mime types.2010-11-03, by diego
-
Do not enable rpath on NetBSD.2010-11-03, by diego
-
Enable joystick support on FreeBSD.2010-11-03, by diego
-
Support FFmpeg LATM decoding.2010-11-02, by cehoyos
-
Restore all the attributes after changing aspect ratio.2010-11-02, by komh
-
Prevent a parent window from painting over our window on slave mode2010-11-02, by komh
-
Fix possible out-of-bounds access.2010-10-30, by reimar
-
sync with en/mplayer.1 rev. 325662010-10-30, by jrash
-
Support for -force-key-frames for ve_xvid4.2010-10-29, by cigaes
-
Support for -force-key-frames for ve_x264.2010-10-29, by cigaes
-
Support for -force-key-frames for ve_lavc.2010-10-29, by cigaes
-
Add the -force-key-frames option.2010-10-29, by cigaes
-
Store src/dstFormat after calling handle_jpeg2010-10-29, by mstorsjo
-
make indentation consistent (no content changes)2010-10-28, by siretart
-
Update release instructions to be more in line with current practice.2010-10-28, by diego
-
Add internal read and seek function to avoid a useless memcpy when using2010-10-27, by reimar
-
vo_corevideo.m: change path for sub.h.2010-10-27, by cigaes
-
Move spuenc.[ch] from libvo to sub.2010-10-27, by cigaes
-
Move osd.[ch] and osd_template.c from libvo to sub.2010-10-27, by cigaes
-
Remove som irrelevant commented-out code.2010-10-27, by reimar
-
Move libvo/sub.[ch] from libvo to sub.2010-10-27, by cigaes
-
Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.2010-10-27, by cigaes
-
Ignore .d and .ho files in sub.2010-10-27, by cigaes
-
Do not use a path for including files in the same directory.2010-10-27, by reimar
-
Makefile: add the sub directory to DIRS.2010-10-27, by cigaes
-
Move subassconvert.[ch] to the sub directory.2010-10-27, by cigaes
-
Move ass_mp.[ch] to the sub directory.2010-10-27, by cigaes
-
Move eosd.[ch] to the sub directory.2010-10-27, by cigaes
-
Move vobsub.[ch] and unrar_exec.[ch] to the sub directory.2010-10-27, by cigaes
-
Move sub_cc.[ch] to the sub directory.2010-10-27, by cigaes
-
Move av_sub.[ch] to the sub directory.2010-10-27, by cigaes
-
Move spudec.[ch] to the sub directory.2010-10-27, by cigaes
-
Move find_sub.c to the sub directory.2010-10-27, by cigaes
-
Create a new directory, "sub", for subtitles and OSD related code.2010-10-27, by cigaes
-
Fix compilation with networking disabled due to FFmpeg CONFIG_RTPDEC handling.2010-10-27, by diego
-
stream_dvd: millisecond accuracy for chapters in -identify output.2010-10-27, by cigaes
-
bump package build-dependency on x264 to versions later than 0.992010-10-27, by siretart
-
sync x264 version check with the check in ffmpeg/configure2010-10-27, by siretart
-
Consistency fix: select track specified by -aid/-vid/-sid automatically2010-10-26, by reimar
-
Replace malloc+memset by calloc.2010-10-26, by reimar
-
Add manual page changes after adding support for additional xvid2010-10-23, by cehoyos
-
Fix Italian translation.2010-10-23, by cehoyos
-
Use proper include instead of extern declarations in the .c file.2010-10-23, by reimar
-
Change capture feature to append to file instead of overwriting.2010-10-23, by reimar
-
Simplify and fix capture feature to not always return an error.2010-10-23, by reimar
-
EOSD: overlay_add: use read_pnm instead of the internal reimplementation.2010-10-22, by cigaes
-
Add stereo3d filter.2010-10-22, by reimar
-
Remove unused message string.2010-10-22, by reimar
-
Improve vd_ffmpeg aspect handling to respect container aspect if possible2010-10-22, by reimar
-
Implement a basic capture feature, available through -capture.2010-10-21, by diego
-
Add CONFIG_RTPDEC to config.h/config.mak for FFmpeg.2010-10-21, by diego
-
Fix detection of mips processor variants.2010-10-21, by diego
-
Cosmetics: split a couple long "if" lines.2010-10-21, by corey
-
Make mencoder account for encoder delay when considering the current2010-10-21, by corey
-
Make commas and backslashes show in manpage output as they are supposed2010-10-20, by attila
-
make the packaged binaries identify themselves properly2010-10-19, by siretart
-
10l, unbreak building of mplayer-doc package2010-10-19, by siretart
-
Make clean target even more robust and forcefully remove generated HTML docs2010-10-19, by siretart
-
switch to source format 3.0 (native) to build tarballs on demand2010-10-19, by siretart
-
Make the parse_timestring public, with a slightly extended API.2010-10-18, by cigaes
-
Move the read_pnm function into a separate file.2010-10-18, by cigaes
-
Add a flag "initialized" to the mp_eosd_source structure.2010-10-18, by cigaes
-
don't fail debian package build if not all shlibdeps information could be retrieved2010-10-18, by siretart
-
Reindent.2010-10-17, by reimar
-
Add support for AOPLAY_FINAL_CHUNK, reportedly also fixes a possible2010-10-17, by reimar
-
Fix possible crash for invalid http_proxy URLs like just2010-10-17, by reimar
-
More strict autodetection of RT subtitle format.2010-10-17, by reimar
-
Mention af_cmdline command in Changelog.2010-10-17, by reimar
-
Add experimental af_cmdline slave command to allow changing filter options at runtime.2010-10-17, by reimar
-
Make af_reinit "public", to allow using it in future patches.2010-10-17, by reimar
-
Avoid C99-style loops with variable declaration inside for ()2010-10-17, by reimar
-
Add proper include for set_priority,2010-10-17, by reimar
-
Move gui-specific code out of common_init, it certainly does2010-10-17, by reimar
-
Add windows.h include to fix compilation in some cases.2010-10-17, by reimar
-
Make code clearer by putting the "special case hack" inside the if.2010-10-17, by reimar
-
Fix indentation.2010-10-17, by reimar
-
Do not fail opening a -input file= file just because stat failed, but try2010-10-17, by reimar
-
Add missing avstring include for av_strlcpy.2010-10-17, by reimar
-
Add proper include for av_strlcpy.2010-10-17, by reimar
-
Small grammar and formatting fixes2010-10-17, by reynaldo
-
in auto mode, enable internal libdvdcss only if it is actually available2010-10-15, by siretart
-
Cosmetic: remove useless braces.2010-10-14, by cigaes
-
Use intptr_t for integers stored in opaque pointers.2010-10-14, by cigaes
-
ignore debhelper generated debug logfiles2010-10-14, by siretart
-
make clean target more robust (i.e. don't fail when config.mak isn't there)2010-10-14, by siretart
-
Replace snprintf by av_strlcpy.2010-10-13, by reimar
-
Do not call Setup_FS_Segment if the QuickTime framework is used on OSX2010-10-13, by reimar
-
do not create a fake 'bestsites' if neither 'fping' or 'netselect' are installed2010-10-13, by siretart
-
use 'dpkg --print-architecture'2010-10-13, by siretart
-
EOSD: add a function to test if a source has already been registered.2010-10-12, by cigaes
-
Remove some obsolete and misleading comments.2010-10-12, by diego
-
Fix handling of invalid values in aspect_save_screenres to not overwrite2010-10-11, by reimar
-
Remove #warning preprocessor directives or replace them by suitable comments.2010-10-11, by diego
-
Extract code to read a pnm file into a separate function.2010-10-10, by reimar
-
Add the overlay_add and overlay_remove commands.2010-10-10, by cigaes
-
Use a dynamic list for the sources of EOSD elements.2010-10-10, by cigaes
-
Avoid printing AAC with SBR warning on every decode call, instead print2010-10-09, by reimar
-
Write the code in a more understandable way instead of trying to explain2010-10-09, by reimar
-
Whitespace cosmetics: format init function more consistent with the2010-10-09, by reimar
-
Fix typo in error message: ACC -> AAC2010-10-09, by reimar
-
Simplify some ifdefs.2010-10-09, by reimar
-
Move OS-fixup hacks in init code into a separate function.2010-10-09, by reimar
-
Sanitize indentation of common init functions.2010-10-09, by reimar
-
Avoid duplicating common init code between MPlayer and mencoder.2010-10-09, by reimar
-
Remove some commented-out and generally useless code.2010-10-09, by reimar
-
Fix validity checks before closing a file descriptor.2010-10-09, by reimar
-
Fix indentation.2010-10-09, by reimar
-
Remov gui-specific code, the way teh GUI works was changed so most2010-10-09, by reimar
-
Add a va_list version of mp_msg and use it to avoid yet another intermediate2010-10-09, by reimar
-
Add a missing const to declaration.2010-10-09, by reimar
-
Simplify code for writing to /proc/mtrr.2010-10-09, by reimar
-
Spelling fix.2010-10-09, by reimar
-
Use FFALIGN macro.2010-10-09, by reimar
-
Spelling fix.2010-10-09, by reimar
-
Remove an unmotivated and pointless panscan_calc call.2010-10-09, by reimar
-
xvidix: reconfigure also on window move.2010-10-09, by reimar
-
Fix xmga event handling: Reconfigure hardware on move and resize,2010-10-09, by reimar
-
Remove a useless MGA_VID_CONFIG ioctl, set_window already does this.2010-10-09, by reimar
-
Add VO_EVENT_MOVE which is required for VOs that interact directly2010-10-09, by reimar
-
Switch (x)mga vo to new libvo API to reduce code duplication and improve2010-10-09, by reimar
-
Add fallback values to aspect_save_screenres to avoid division by 02010-10-09, by reimar
-
cosmetics: Drop some {} from if statements to get rid of pointless #ifdefs.2010-10-08, by diego
-
AC-3 streams need to be byteswapped on little-endian machines.2010-10-08, by diego
-
Change libmp3lame check to test for lame_set_VBR_quality().2010-10-08, by diego
-
Make sure some x86 config.h entries are available on all architectures.2010-10-07, by diego
-
Add missing values for the chanlist suboption of -tv.2010-10-07, by diego
-
Add xmm clobbers test for FFmpeg.2010-10-07, by diego
-
Fix switching audio track with the native MPEG-TS demuxer after an2010-10-06, by cehoyos
-
Add necessary #includes to make headers compile standalone.2010-10-05, by diego
-
Ignore generated .ho files.2010-10-05, by diego
-
Require LAME 3.98.3 for MPlayer, same as is required for FFmpeg.2010-10-05, by diego
-
Ensure that CONFIG_NETWORK is always #defined to either 0 or 1.2010-10-05, by diego
-
add another xdcam mpeg2 fourcc/isom2010-10-05, by compn
-
Handle libavformat adding additional streams during playback.2010-10-04, by reimar
-
1000l, %lf is not valid format string for printf (only for scanf) and actually2010-10-04, by reimar
-
yadif: Explicit wordlength for compare. Fixes compile with clang.2010-10-03, by cehoyos
-
Move pva_get_payload() around to avoid a forward declaration.2010-10-03, by diego
-
Mark pva_get_payload() as static, it is not used outside of the file.2010-10-03, by diego
-
Move AVI muxer functions around to avoid forward declarations.2010-10-03, by diego
-
Move mp_unescape03 function around to avoid forward declaration.2010-10-03, by diego
-
Remove unused hexdump() forward declaration.2010-10-03, by diego
-
Replace forward declarations of skip_audio_frame() by proper #include.2010-10-03, by diego
-
Replace forward declarations of resync_{audio|video}_stream by proper #includes.2010-10-03, by diego
-
Remove some unnecessary #includes from IVTV and V4L2 checks.2010-10-03, by diego
-
Simplify some X11 checks with the help of statement_check_broken().2010-10-03, by diego
-
Remove some dead and commented-out variable declarations and assignments.2010-10-03, by diego
-
cosmetics: alphabetical order for the DIRS list2010-10-03, by diego
-
Add missing "ffmpeg/" prefix to libpostproc entry in DIRS list.2010-10-03, by diego
-
100l, fix sws_getCachedContext. It did not set the colorspace details,2010-10-03, by reimar
-
Fix ds_get_packet_sub to actually respect the pts-based read-ahead limit.2010-10-02, by reimar
-
Remove UNUSED macros used to shut up unused function parameter warnings.2010-10-02, by diego
-
Move some code around to avoid forward declarations in top-level .c files.2010-10-01, by diego
-
Drop removal of AAC encoder from list of FFmpeg encoders.2010-10-01, by diego
-
100l, actually add yasmdefines to YASMFLAGS.2010-09-30, by reimar
-
Synced with help_mp-en.h rev. 320662010-09-30, by jrash
-
Use calloc instead of malloc and memset.2010-09-30, by cehoyos
-
Simplify comparison.2010-09-30, by cehoyos
-
Set default values for the scale context in sws_alloc_context().2010-09-29, by stefano
-
Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.2010-09-29, by stefano
-
Set valid default values for the srcw, srch, dstw, dsth options in the2010-09-29, by stefano
-
Use bluray_device variable also for bd:// instead of dvd_device2010-09-29, by reimar
-
Reindent.2010-09-29, by reimar
-
spudec: support "clear" packets that contain no data but instead2010-09-29, by reimar
-
Move config.asm back to root and append a '/' to SRC_PATH2010-09-29, by reimar
-
Allow configure to accept nasm instead of yasm again.2010-09-29, by reimar
-
Remove -DARCH_X86_64 from YASMFLAGS, that define is already in config.asm2010-09-29, by reimar
-
config.asm should be generate in ffmpeg/, not the root.2010-09-29, by reimar
-
Cosmetics: put "if (...)" and "av_log(...)" in the same line for2010-09-29, by stefano
-
Put if (...) av_log() in the same line, more compact and increase2010-09-29, by stefano
-
Amend constraints for the src_format and dst_format options in the2010-09-29, by stefano
-
Cosmetics: fix braces placement.2010-09-29, by stefano
-
Deprecate sws_getContext(), use sws_alloc_context() and2010-09-28, by stefano
-
Add documentation for the returned value of sws_init_context().2010-09-28, by stefano
-
Use a single svn:externals declaration for all of FFmpeg.2010-09-28, by diego
-
synced to r323972010-09-28, by ptt
-
corrected a _ to - in -udp-slave message2010-09-28, by ptt
-
Bump minor version after the addition of sws_alloc_context() and2010-09-28, by stefano
-
100l fix if condition2010-09-27, by bcoudurier
-
Y400A (gray alpha) input support in libswscale2010-09-27, by bcoudurier
-
swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r320682010-09-27, by janne
-
cosmetics: break long line update_flags_cpu2010-09-27, by janne
-
Fix condition for compiling lrintf, fixes compilation on cygwin/MinGW.2010-09-27, by reimar
-
Remove unnecessary Xlib.h #include from xf86keysym check.2010-09-27, by diego
-
Revert accidentally committed changes.2010-09-27, by diego
-
Drop two unnecessary Xlib.h #includes and use helper functions.2010-09-27, by diego
-
cosmetics: Move some functions around to avoid ugly forward declarations.2010-09-27, by diego
-
Mark some function parameters that are not modified as const.2010-09-27, by diego
-
Check for __STDC_VERSION__ >= 199901L before declaring lrintf().2010-09-27, by diego
-
cosmetics: Make diff apply cleanly.2010-09-27, by diego
-
Ignore all config.* files.2010-09-27, by diego
-
Sync with current FFmpeg head.2010-09-27, by diego
-
Add config.asm with (sub)architecture definitions for FFmpeg's YASM support.2010-09-27, by diego
-
Simplify some configure checks through statement_check{_broken}().2010-09-27, by diego
-
cosmetics: Rename function_check{_broken}() --> statement_check{_broken}().2010-09-27, by diego
-
Remove unnecessary sys/types.h #include from shm check.2010-09-26, by diego
-
Add proper autodetection for FTP support; should fix Bugzilla #1804.2010-09-26, by diego
-
Simplify inet_pton/inet_aton checks with function_check().2010-09-26, by diego
-
Simplify jpeglib check with header_check_broken().2010-09-26, by diego
-
Switch back to using '-MD -MP' as gcc .d file creation flags.2010-09-26, by diego
-
Remove unnecessary linux/types.h #include from Apple IR check.2010-09-26, by diego
-
Move xmga check after X11, which xmga requires.2010-09-26, by diego
-
Simplify ENCA check.2010-09-26, by diego
-
fix typos and grammar2010-09-26, by ramiro
-
Make the avoptions list of sws more complete.2010-09-26, by michael
-
Split alloc and init of context so that parameters can be set in the context2010-09-26, by michael
-
Update documentation on how to add checks; mention helper functions.2010-09-26, by diego
-
Fix the way the dynamic loader check adds linker flags.2010-09-26, by diego
-
Simplify Windows waveout test with header_check_broken().2010-09-26, by diego
-
Simplify Direct3D check with header_check().2010-09-26, by diego
-
Remove some unnecessary windows.h #includes in configure checks.2010-09-26, by diego
-
synced with r323612010-09-26, by Gabrov
-
typo fix2010-09-26, by Gabrov
-
swscale: use full chroma input for point scaler2010-09-26, by ramiro
-
Partial support for ffwmvp (only works with -demuxer lavf).2010-09-26, by cehoyos
-
Automatic downmix using the pan filter when the requested channel count is 22010-09-26, by cigaes
-
Omit header dependency declaration for codec-cfg.d.2010-09-26, by diego
-
Ignore generated .d files.2010-09-25, by diego
-
Add CFLAGS/LDFLAGS for all FFmpeg libraries when using pkg-config in configure.2010-09-25, by diego
-
Ignore generated .d files.2010-09-25, by diego
-
Change the way encoders necessary for both MPlayer and MEncoder are enabled.2010-09-25, by diego
-
Add HAVE_STDLIB_H to config.h for libfaad2.2010-09-25, by diego
-
Sync some minor changes from upstream libdvdcss, up to r237.2010-09-25, by diego
-
Remove __USE_UNIX98 from libdvdcss/libdvdnav/libdvdread CPPFLAGS.2010-09-25, by diego
-
Minor simplification of af_init.2010-09-25, by reimar
-
Fix af_append and af_prepend prototypes, the name should be const.2010-09-25, by reimar
-
vf_ass: avoid divisions in alpha blending.2010-09-23, by cigaes
-
Do not compile libfaad2 with -D_GNU_SOURCE.2010-09-22, by diego
-
Mark output_to_PCM_sux as static, it is not used outside of the file; fixes:2010-09-22, by diego
-
Do not compile libfaad2's lrintf() implementation if __STDC_VERSION__ is set.2010-09-22, by diego
-
MPEG4AAC_DECODER does not exist in FFmpeg; do not remove it from libavdecoders.2010-09-21, by diego
-
Move network requirement check for FTP into the FTP test.2010-09-21, by diego
-
Add HAVE_ALIGNED_STACK definition for FFmpeg.2010-09-21, by diego
-
Drop obsolete CONFIG_IPV6 #definition for FFmpeg from config.h.2010-09-21, by diego
-
Move ASMALIGN check into x86 section of configure.2010-09-21, by diego
-
Move lrintf definition to the FFmpeg section of config.h.2010-09-21, by diego
-
Remove local HAVE_LRINTF hack; it should no longer be necessary.2010-09-21, by diego
-
Restore trailing whitespace in local diff file.2010-09-21, by diego
-
Drop separate compilation rules for dhahelperwin files.2010-09-20, by diego
-
Use generated dependency information files for dhahelper.2010-09-20, by diego
-
Merge dhahelperwinclean and dhahelperclean targets.2010-09-20, by diego
-
Use generated dependency information files for tools and tests.2010-09-20, by diego
-
Generate dependency information for netstream and vivodump as well.2010-09-20, by diego
-
Work around linking failure due to unresolved reference to mplayer_version.2010-09-20, by diego
-
Remove remnants of explicit dependency file generation.2010-09-20, by diego
-
Fix osdep/mplayer.rc.o vs. osdep/mplayer-rc.o typo.2010-09-20, by diego
-
Use dependency files to track the compile-time dependencies of kernel modules.2010-09-20, by diego
-
Generate dependency files also when compiling binaries straight from .c files.2010-09-20, by diego
-
Add an actual .c file for the rage128_vid kernel module.2010-09-20, by diego
-
Simplify generation of dependency file list.2010-09-20, by diego
-
Also read dependency files generated while compiling Assembler files.2010-09-20, by diego
-
cosmetics: Rename DEPS variable to DEP_FILES.2010-09-20, by diego
-
Use CFLAGS directly when compiling Assembler files, we do not set ASFLAGS.2010-09-20, by diego
-
Move ASFLAGS and AS_DEPFLAGS to the FFmpeg section of config.mak.2010-09-20, by diego
-
Add dependency flags to CC invocation for .S files.2010-09-20, by diego
-
Simplify libbluray test with function_check().2010-09-20, by diego
-
Remove another set of unnecessary #ifdefs around vosub_vidix.h #include.2010-09-20, by diego
-
Remove unnecessary #ifdefs around vosub_vidix.h #include.2010-09-20, by diego
-
Do not falsely declare some vo_functions_t declarations as const.2010-09-20, by diego
-
Remove unnecessary #include from libbluray test.2010-09-20, by diego
-
1000l: Fix shift amount in function_check_broken().2010-09-19, by diego
-
vf_ass: skip alpha blending for pixels where alpha is zero.2010-09-18, by cigaes
-
Check for realloc failure. Ignore the memleak this causes since2010-09-18, by reimar
-
Matroska allows data to be compressed multiple times, thus ensure2010-09-18, by reimar
-
Fix format string to match type.2010-09-18, by reimar
-
Fix label indentation.2010-09-18, by reimar
-
Fix decoded length calculation of LZO decompression in demux_mkv.2010-09-18, by reimar
-
Add many integer overflow checks to mkv demuxer.2010-09-18, by reimar
-
Make sure that HAVE_MKSTEMP is always #defined to a value.2010-09-18, by diego
-
Simplify librtmp check using function_check().2010-09-18, by diego
-
Make sure that CONFIG_LIBMP3LAME is always #defined.2010-09-18, by diego
-
cosmetics: Drop a bunch of unnecessary parentheses from big-endian check.2010-09-18, by diego