Mercurial > mplayer.hg
graph
-
FFmpeg JPEG codecs can output 440p format.2009-12-30, by reimar
-
Add support for 440p colorspace.2009-12-30, by reimar
-
Support all planar YUV formats in OpenGL vos.2009-12-30, by reimar
-
Add a helper function to get the chroma scale shift and use to simplify mpi setup.2009-12-30, by reimar
-
sync w/r30135 (up to date at last!)2009-12-29, by gpoirier
-
cosmetics: tabs to spaces, K&R function declarations, cuddle else clauses2009-12-29, by diego
-
change bandwidth value to bandwidth bytes2009-12-29, by compn
-
Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.2009-12-28, by cehoyos
-
Revert r30100: It breaks some mov and asf samples.2009-12-28, by cehoyos
-
Remove unused variable, fixes the warning:2009-12-28, by diego
-
add lavc yuv rawcodecs to codecs.conf2009-12-27, by compn
-
Add support for parsing audio streams (though should be easy to extend to video)2009-12-27, by reimar
-
Remove currently unneeded members accidentally added in the last revision.2009-12-27, by reimar
-
Introduce a sh_common struct that contains the parts in common by the audio, video2009-12-27, by reimar
-
Remove one more incorrect direct ass.h include.2009-12-27, by reimar
-
Move do_render_osd function to avoid a forward declaration.2009-12-27, by reimar
-
vo_x11_classhint name argument should be const, since we pass string constants there.2009-12-27, by reimar
-
Return the actually playing audio/video id for get_property, not the one2009-12-27, by reimar
-
lavc Interplay Video decoder now supports 16-bit mode too2009-12-27, by kostya
-
Subtitle are now also available without video, so remove that2009-12-27, by reimar
-
Use the same condition to decide if the audio/video id property is2009-12-27, by reimar
-
When setting audio or video track make sure we will not try to2009-12-27, by reimar
-
Print a ANS_ERROR reply if one of the *_property slave command fails.2009-12-27, by reimar
-
Set some freed pointers to NULL.2009-12-26, by reimar
-
Free playtree_iter upon exiting MPlayer2009-12-26, by reimar
-
Support mp_image with allocated palette.2009-12-26, by reimar
-
Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightly2009-12-26, by reimar
-
Restore the old value of planes[1] in vf_palette at the end to ensure2009-12-26, by reimar
-
sync with en/mplayer.1 r300752009-12-26, by jrash
-
Fix grammar/missing verb in description.2009-12-25, by reimar
-
Remove unnecessary entries from extension_table, these formats are already2009-12-25, by reimar
-
Add a (unfortunately rather long) explanation on how and when to use it2009-12-25, by reimar
-
force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwise2009-12-24, by compn
-
Revert renaming of process_force_style to restore compilation against2009-12-24, by reimar
-
Some ugly hacks to make compiling against a newer external version of libass work.2009-12-24, by reimar
-
rename process_force_style to ass_process_force_style to match the API2009-12-24, by reimar
-
Remove more direct includes of libass/ass.h2009-12-24, by reimar
-
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf2009-12-24, by compn
-
Register lavc Aura 2 decoder2009-12-23, by kostya
-
Register lavc Aura decoder2009-12-23, by kostya
-
Allow passing variants of "mingw32" as system name to --target. This ensures2009-12-23, by diego
-
Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files.2009-12-22, by cehoyos
-
Remove parameters no longer used in h[yc]scale().2009-12-21, by ramiro
-
Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.2009-12-21, by ramiro
-
Rename function pointers used to convert from the input pixel format to the2009-12-21, by ramiro
-
Check if chroma horizontal scaler is needed in sws_init_swScale().2009-12-21, by ramiro
-
Remove unused fields from SwsContext.2009-12-21, by ramiro
-
Do not auto-generate the C code to handle PCI vendor and device names.2009-12-20, by diego
-
sync w/r297312009-12-20, by gpoirier
-
Remove unused debugging output about total number of printed lines.2009-12-20, by diego
-
Employ slightly better variable names for output files.2009-12-20, by diego
-
Eliminate completely pointless print_includes function.2009-12-20, by diego
-
Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.2009-12-20, by diego
-
Do not autogenerate vidix/pci_names.h.2009-12-20, by diego
-
Indentation.2009-12-20, by ramiro
-
Indent.2009-12-20, by ramiro
-
Set fast_bilinear functions in sws_init_swScale().2009-12-20, by ramiro
-
Remove pointless return statements from functions that return nothing.2009-12-20, by diego
-
Move code to write multiple inclusion guards to generated files into functions.2009-12-20, by diego
-
Set horizontal scaler's range conversion in context in sws_init_swScale().2009-12-20, by ramiro
-
Set horizontal scaler's src offsets in context in sws_init_swScale().2009-12-20, by ramiro
-
cosmetics: Use more consistent formatting style for generated files.2009-12-20, by diego
-
cosmetics: Use a consistent formattting style; tabs to spaces.2009-12-20, by diego
-
Change %f to %e in generated fragment programs to avoid losing precision unnecessarily.2009-12-20, by reimar
-
Run vidix/pci_db2c.awk directly instead of passing it to awk.2009-12-20, by diego
-
VP6F has to be flipped for binary decoder.2009-12-20, by cehoyos
-
Slightly improve vo_gl suboption documentation.2009-12-19, by reimar
-
Define GL_GENERATE_MIPMAP ourselves if necessary.2009-12-19, by reimar
-
Fix compilation with internal ASS when no ass header is installed system-wide.2009-12-19, by reimar
-
Add support for auto-generating mipmaps in vo_gl, should ease2009-12-19, by reimar
-
Make -vo gl:customprog also work with RGB input (obviously those need to be2009-12-19, by reimar
-
Fix a broken indentation.2009-12-19, by reimar
-
Enable running fragment programs with YUV_CONVERSION_NONE2009-12-19, by reimar
-
Make ass_mp.h use the system-libass headers when the internal one is disabled.2009-12-19, by reimar
-
Never include ass.h and ass_types.h directly, use ass_mp.h instead.2009-12-19, by reimar
-
Experimental support for external libass.2009-12-19, by reimar
-
Rename GL_* defines to CONFIG_GL_*2009-12-19, by reimar
-
Add x11_common as dependency for OpenGL with X11 backend.2009-12-19, by reimar
-
Make the check for X11 and WIN32 backends for OpenGL separate.2009-12-19, by reimar
-
Add a missing const, fixes a compiler warning.2009-12-18, by reimar
-
Allow pulseaudio to restore the previous volume on init instead of forcing to2009-12-18, by reimar
-
Get rid of global volume variable, it is only used for temporary values.2009-12-18, by reimar
-
Use on-stack subtitle struct for temporary storage for passing subtitles on2009-12-18, by reimar
-
synced to r300442009-12-18, by ptt
-
divided a line in two, was too long2009-12-18, by ptt
-
synced with r300432009-12-18, by ptt
-
Synced with help_mp-en.h r300442009-12-18, by jrash
-
sync with en/mplayer.1 r300532009-12-18, by jrash
-
Support R210 uncompressed 10 bit RGB codec.2009-12-17, by cehoyos
-
Do not modify priv->idx_pos when regenerating the index, use a local2009-12-17, by reimar
-
Cosmetics: Reindent after r30050.2009-12-17, by cehoyos
-
Slightly increase hardware decoding performance by always using more2009-12-17, by cehoyos
-
Cosmetics: reindent2009-12-17, by adrian
-
Improve VDPAU render performance by increasing number of output surfaces.2009-12-17, by cehoyos
-
Make vidix/pci_db2c.awk executable.2009-12-16, by diego
-
The fontconfig check added in r30044 wasn't safe. This makes it more robust.2009-12-16, by adrian
-
Simplify the evaluation of the lang-def template:2009-12-16, by diego
-
Add support for -geometry to corevideo.2009-12-15, by adrian
-
add spdif example from beandog2009-12-15, by compn
-
Filter list of missing source files so that it only contains nonexisting files.2009-12-14, by diego
-
Add missing #includes to fix a bunch of 'implicit declaration of..' warnings.2009-12-14, by diego
-
Use $(notdir ) to filter out path prefixes instead of reinventing it poorly.2009-12-14, by diego
-
Avoid hackish shell loop to symlink missing XML source files.2009-12-14, by diego
-
Globally remove main.xml from SYMLINKS_DEPS. It should never be symlinked.2009-12-14, by diego
-
Reuse SYMLINKS_DEPS variable in the symlink targets.2009-12-14, by diego
-
Simplify shell command to symlink missing translated source files.2009-12-14, by diego
-
Ignore errors from failing rm commands in clean targets.2009-12-14, by diego
-
Do not ignore errors from mkdir invocations.2009-12-14, by diego
-
The general xmllint target should only check configured languages.2009-12-14, by diego
-
Improve declaration of phony targets.2009-12-14, by diego
-
Factorize dependencies of language-specific HTML generation targets.2009-12-14, by diego
-
spelling cosmetics2009-12-14, by diego
-
Remove pointless dependency on xmllint.sh from phony xmllint target.2009-12-14, by diego
-
Drop pointless dependencies of the phony targets html-chunked and html-single.2009-12-14, by diego
-
Fix dependencies of html-chunked and html-single targets.2009-12-14, by diego
-
Exploit one more opportunity to make use of the CONFIGURE_GENERATED variable.2009-12-14, by diego
-
Factorize all components generated by configure into a variable.2009-12-14, by diego
-
Remove outdated comment about build system behavior.2009-12-14, by diego
-
cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency.2009-12-14, by diego
-
Drop support for per-language XSL stylesheets.2009-12-14, by diego
-
Remove pointless Polish stylesheet; it provides no real benefit.2009-12-14, by diego
-
Drop support for per-language stylesheets.2009-12-14, by diego
-
Unconditionally symlink documentation files missing from a translation.2009-12-14, by diego
-
Use variable for HTML stylesheet so individual languages can use their own.2009-12-14, by diego
-
Factorize stylesheet installation into its own target.2009-12-14, by diego
-
Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.2009-12-14, by diego
-
Factorize generating the list of all main.xml files.2009-12-13, by diego
-
configure also generates all main.xml files.2009-12-13, by diego
-
Add html-chunk.xsl and html-single.xsl to targets generated by configure.2009-12-13, by diego
-
Avoid '&>' bashism for redirecting both stdout and stderr.2009-12-13, by diego
-
Simplify one more command via automatic variables.2009-12-13, by diego
-
Simplify setting COMMON_XSL_DEPS variable:2009-12-13, by diego
-
Do not build monolithic documentation in a separate directory.2009-12-13, by diego
-
- Remove now unnecessary dependency on intermediate directories.2009-12-13, by diego
-
Do not pointlessly set the HTMLFILE variable when running xmllint.2009-12-13, by diego
-
Simplify some commands via automatic variables.2009-12-13, by diego
-
Create required directories directly without intermediate steps.2009-12-13, by diego
-
Declare common dependencies for chunked and single HTML targets together.2009-12-13, by diego
-
cosmetics: Remove pointless trailing /.2009-12-13, by diego
-
xmllint.sh is not a phony target.2009-12-13, by diego
-
Do not use symlinks for translations that comprise all XML files.2009-12-13, by diego
-
Remove pointless warning about Make being called from the wrong place.2009-12-13, by diego
-
add MTSJ fourcc to ffmjpeg and ldead mjpeg codec2009-12-13, by compn
-
Replace shell command substitution by Makefile syntax construct.2009-12-13, by diego
-
Use automatic variables instead of the target name.2009-12-13, by diego
-
Do not pointlessly remove all targets before recreating them.2009-12-13, by diego
-
Declare a dependency on xmllint instead of duplicating the target's commands.2009-12-13, by diego
-
Avoid miscompilation issues with the grow_array function more permanently2009-12-11, by reimar
-
100l, fix check for V4L2 capture capability flag.2009-12-11, by reimar
-
Update the SuperH VEU vidix driver with experimental support for VEU3F.2009-12-10, by cehoyos
-
Fix build on SuperH.2009-12-10, by cehoyos
-
Update the SuperH VEU vidix driver with code that calls fsync() after each2009-12-10, by cehoyos
-
vdpau codecs config entry by beandog2009-12-09, by compn
-
Disable winsock when we already found a working socklib instead of checking2009-12-09, by reimar
-
DShow TV input needs part of the our DirectShow code, so add the proper2009-12-09, by reimar
-
Use a fallback to make sure the basic OpenGL functions are available instead of2009-12-09, by reimar
-
Prefer GLAPIENTRY over APIENTRY, it is the better name and used more by OpenGL headers.2009-12-09, by reimar
-
Support FourCC's AVI1 and AVI2 as MJPEG.2009-12-08, by cehoyos
-
Pass all OpenGL functions through a function pointer indirection.2009-12-08, by reimar
-
Very preliminary code to allow selecting the OpenGL backend at runtime.2009-12-08, by reimar
-
Add braces to avoid ambiguous else.2009-12-07, by reimar
-
Document the differences between the two asm fragments in initMMX2HScaler().2009-12-07, by ramiro
-
Start using intermediate buffers at index 0.2009-12-06, by ramiro
-
Fix compilation with runtime cpu detection.2009-12-05, by ramiro
-
fix apple.com trailer example, via carl2009-12-03, by compn
-
Add support for nv12/nv21 input.2009-12-03, by ramiro
-
add slif fourcc (modified mpeg2 codec) to ffmpeg sw decoders2009-12-01, by compn
-
sync to x264-r1327. (only needed for x264-in-libavcodec)2009-11-29, by lorenm
-
Fix mangling of 24-bit audio during channel reorder.2009-11-28, by tack
-
when using -v, print also which lavc codec has been used, not2009-11-28, by attila
-
improve previous translation2009-11-27, by jrash
-
Make sws_format_name() use av_pix_fmt_descriptors.2009-11-26, by stefano
-
add user-agent example to fix apple.com/trailers2009-11-26, by compn
-
map 0x20736D to ffac3, fixes broken mov sample2009-11-26, by compn
-
mime type [video/x-ms-wmv] is not an ASF redirector.2009-11-26, by compn
-
Readjust the global number of subs when switching dvdnav track to take2009-11-24, by reimar
-
small update wishlist2009-11-23, by compn
-
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many2009-11-22, by reimar
-
Some MinGW awk versions can not handle reading from files with CRLF2009-11-22, by reimar
-
100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_common.h2009-11-22, by reimar
-
av_alloc_format_context -> avformat_alloc_context2009-11-22, by reimar
-
Fix initialization values for vf_expand priv struct.2009-11-22, by reimar
-
Remove unused variable.2009-11-22, by reimar
-
Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_band.2009-11-22, by reimar
-
Switch ad_ffmpeg to avcodec_decode_audio32009-11-22, by reimar
-
Remove unused variable.2009-11-22, by reimar
-
Reuse buffer in priv context instead of allocating the 32kB probe buffer2009-11-22, by reimar
-
Fix crash with partial fribidi conversion.2009-11-22, by reimar
-
Mention right-to-left support for embedded subtitles also in the Changelog.2009-11-22, by reimar
-
Make fribidi (i.e. right-to-left) support work with embedded subtitles.2009-11-22, by reimar
-
Synced with help_mp-en.h r299122009-11-21, by jrash
-
Print which visual glXChooseVisual chose when running in verbose mode.2009-11-21, by reimar
-
Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.2009-11-21, by reimar
-
Add support for Windows OpenGL rendering onto a device instead of into a window.2009-11-21, by reimar
-
Remove unreachable parsing code: for filters that use the option parser,2009-11-21, by reimar
-
Support RGB48NE format in OpenGL vos (only really useful once they are modified2009-11-21, by reimar
-
Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit formats.2009-11-21, by reimar
-
Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.2009-11-21, by reimar
-
Add a define for IMGFMT_RGB48NE that depends on machine endianness.2009-11-21, by reimar
-
Move 128kB buffer from stack to demuxer context.2009-11-20, by reimar
-
calloc instead of malloc+memset.2009-11-20, by reimar
-
Use calloc to allocate a rather large (currently 32k) array instead of2009-11-20, by reimar
-
sub_fribidi should be static, it is not used outside subreader.c2009-11-20, by reimar
-
Use early return instead of block over whole function.2009-11-20, by reimar
-
Use FFMAX instead of a custom max macro.2009-11-20, by reimar
-
Silence two gcc warnings: suggest parentheses around && within ||2009-11-18, by cehoyos
-
Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.2009-11-18, by diego
-
Add functions to return library license and library configuration.2009-11-18, by diego
-
10l to Reimar: Fix typo.2009-11-18, by cehoyos
-
Deobfuscate the special hack to disable cache for live555.2009-11-17, by reimar
-
Merge malloc+memset -> calloc2009-11-17, by reimar
-
Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is set2009-11-17, by reimar
-
Remove useless check for valid fd with -dumpstream, the code does not2009-11-17, by reimar
-
Enable the read-based forward seek fallback also when CONFIG_NETWORK is2009-11-17, by reimar
-
Use fill_buffer if available also for STREAMTYPE_STREAM2009-11-17, by reimar
-
Mention support for streaming via FFmpeg in Changelog (ffmpeg:// URLs).2009-11-17, by reimar
-
Add preliminary support for streaming via FFmpeg's URProtocol functions.2009-11-17, by reimar
-
Complete configure support for compiling in FFmpeg's protocol support.2009-11-17, by reimar
-
Use avcodec_align_dimensions to appropriately align width and height in2009-11-17, by reimar
-
Set display size in sh_video when decoding H264.2009-11-16, by cehoyos
-
Clarify new VDPAU MPEG4 ASP and DVB teletext decoding features.2009-11-16, by cehoyos
-
synced with r299122009-11-16, by Gabrov
-
synced with help_mp-en.h r299122009-11-16, by ptt
-
added -name, -title, -use-filename-title options to Changelog2009-11-16, by ptt
-
more changes2009-11-16, by compn
-
Use calloc instead of initializing each struct member individually to 0.2009-11-16, by reimar
-
Try to detect broken files with unaligned chunks.2009-11-16, by reimar
-
Show OSD message when enabling/disabling de-interlacing.2009-11-14, by cehoyos
-
cosmetics and grammar fixes2009-11-13, by ptt
-
Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for mplayer.2009-11-13, by reimar
-
sync with en/mplayer.1 r299052009-11-13, by jrash
-
Check that mpctx->audio_out is not NULL when trying to uninit it.2009-11-13, by reimar
-
synced with r299052009-11-13, by ptt
-
synced with r298852009-11-12, by ptt
-
cosmetic fixes as pointed out by diego2009-11-12, by ptt
-
Do not dynamically load libvdpau.so.1, but link at compile time.2009-11-11, by cehoyos
-
Replace dead link explaining why not to use HTML on the mailing lists.2009-11-11, by tack
-
Fix declarations in mp_taglists.h and include it in mp_taglists.c to2009-11-11, by reimar
-
Add a "tips and tricks" section to the slave mode documentation.2009-11-11, by reimar
-
Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used tabs.2009-11-11, by reimar
-
Do not call resume on unpausing if we have already reached eof while2009-11-11, by reimar
-
Remember which subtitle was auto-selected for dvdnav due to -slang2009-11-11, by reimar
-
Factor out code that decides which subtitle to play.2009-11-11, by reimar
-
Avoid modifying dvdsub_id in command.c where possible.2009-11-11, by reimar
-
Move headers related to setting dvd speed to dvd_common.2009-11-11, by reimar
-
Set the EOF flag when dvdnav reached the end of the requested title.2009-11-11, by reimar
-
Support the range syntax (like dvd://2-5) also for dvdnav.2009-11-11, by reimar
-
10l: Fix compilation without VDPAU.2009-11-11, by cehoyos
-
Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed2009-11-10, by reimar
-
Move arrays used by both dvd and dvdnav to dvd_common.2009-11-10, by reimar
-
Remove unused extern declarations.2009-11-10, by reimar
-
Share dvd_device extern declaration between dvd and dvdnav.2009-11-10, by reimar
-
Remove an unused variable.2009-11-10, by reimar
-
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable2009-11-10, by cehoyos
-
Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.2009-11-10, by diego
-
Update man page to reflect support for up to 8 channels.2009-11-10, by tack
-
Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer size).2009-11-10, by reimar
-
Calculate length of ASF files with more than 1 second precision.2009-11-10, by reimar
-
Fix length calculation for ASF, preroll is in ms, play time in 100 ns.2009-11-10, by reimar
-
Remove useless cast2009-11-10, by reimar
-
Changelog: add note that 8 channel audio is now supported.2009-11-10, by tack
-
Use configure code to define PIC instead of duplicating the check in mangle.h.2009-11-10, by reimar
-
Delete "auto-close" from configuration whose support has long been removed.2009-11-10, by zuxy
-
Add support for DVB teletext.2009-11-10, by reimar
-
Free demuxer->teletext when closing the demuxer.2009-11-10, by reimar
-
Set demuxer->teletext to NULL when closing the TV interface,2009-11-10, by reimar
-
100: Fix function parameters when calling create_vdp_decoder() from query_format().2009-11-10, by cehoyos
-
Cosmetics: Fix indentation after last commit.2009-11-10, by cehoyos
-
Fail in query_format() if a VDPAU decoder is not available.2009-11-10, by cehoyos
-
Add a default to switch(image_format), suppresses a warning after a future patch.2009-11-10, by cehoyos
-
Add support for 8 channel audio.2009-11-10, by tack
-
Cosmetics: remove trailing whitespace from file.2009-11-10, by tack
-
Properly free the pthread mutex for teletext.2009-11-09, by reimar
-
Allow teletext compilation without pthreads2009-11-09, by reimar
-
Fix compilation of teletext code without freetype support2009-11-09, by reimar
-
Change type of teletext color specification from unsigned char2009-11-09, by reimar
-
Make sure the teletext property stuff does not crash if no demuxer is available.2009-11-09, by reimar
-
The code for the non-networking case is the same whether networking2009-11-09, by reimar
-
Factor out triplicated break statement.2009-11-09, by reimar
-
Remove unused mp_dvdnav_aid_from_audio_num function2009-11-09, by reimar
-
Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang and2009-11-09, by reimar
-
Use enum PixelFormat instead of int for srcFormat and dstFormat.2009-11-08, by cehoyos
-
Remove macho64 special-case for yasm options, -DPIC is already added2009-11-08, by reimar
-
Remove a pointless undeclared function reference, #error is assumed2009-11-08, by reimar
-
Add a comment that the PIC handling in mangle.h is duplicate also in2009-11-08, by reimar
-
Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.2009-11-08, by reimar
-
Clarify possible issues with gmplayer commandline options due to conflicts2009-11-08, by reimar
-
Remove CONFIG_TV_TELETEXT.2009-11-07, by cehoyos
-
Factorise vbi_decode().2009-11-07, by cehoyos
-
Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT.2009-11-07, by cehoyos
-
Separate teletext from tv support.2009-11-07, by cehoyos
-
Remove pointless and broken (e.g. does not set aid and vid) -tsprog handling2009-11-07, by reimar
-
Use switch_program property from mplayer.c to set ts_prog.2009-11-07, by reimar
-
Remove an empty program if the one requested by IDENTIFY_PROGRAM does not exist2009-11-07, by reimar
-
Document sws_freeContext().2009-11-07, by stefano
-
Whitespace cosmetics: reindent reinit_audio_chain function2009-11-06, by reimar
-
Remove some useless comments/commented-out code.2009-11-06, by reimar
-
Split assignment from error value check to avoid overcomplicated if () condition.2009-11-06, by reimar
-
Reuse the init_error exit path also for init_best_audio_codec errors.2009-11-06, by reimar
-
Simplify: use &= instead of a = b & a;2009-11-06, by reimar
-
Remove some unnecessary else blocks2009-11-06, by reimar
-
Use an early return instead of a {} block over the whole function in reinit_audio_chain2009-11-06, by reimar
-
Disable audio when initializing the filter chain fails (can happen e.g. when the hwmpa2009-11-06, by reimar
-
Only call avcodec_close if the open succeeded before, otherwise avcodec_close2009-11-06, by reimar
-
PPC: make inline asm xform address test work with Apple tools2009-11-06, by attila
-
sync with en/mplayer.1 r298232009-11-06, by jrash
-
dvdnav: print ID_SID_..._LANG, just like dvd://2009-11-05, by reimar
-
Cosmetics: indentation, merge two consecutive ifs.2009-11-05, by reimar
-
Make dvdnav also print info about audio streams with unknown language, just like dvd://2009-11-05, by reimar
-
Make the dvdnav stream language information output more similar to the dvd one.2009-11-05, by reimar
-
Change the subtitle numbers in the dvdnav subtitle language info to match2009-11-05, by reimar
-
Change dvdnav_reset_stream to not disable subtitles, since that breaks2009-11-05, by reimar
-
Add cast to signed for 64 bit check, since according to an FFmpeg bug report2009-11-05, by reimar
-
Add a profile example and (commented-out) useful defaults for dvdnav2009-11-05, by reimar
-
So Long, and Thanks for All the Fish2009-11-05, by reynaldo
-
Add new VDPAU feature high-quality-scaling (and require newer library).2009-11-04, by cehoyos
-
reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_*2009-11-04, by tack
-
ad_ffmpeg: Fix channel layout for ffvorbis and ffaac2009-11-04, by tack
-
cosmetics: alphabetize2009-11-03, by compn
-
10l for breaking compilation. change eatgv to tgv2009-11-03, by compn
-
Remove unneeded initialization2009-11-03, by reynaldo
-
add yuvs fourcc, fixes yuvs.mov2009-11-03, by compn
-
add ffmpeg eatgv codec2009-11-03, by compn
-
add audio format 0x55005354 to mp3, fixes unknown_audio_codec.avi2009-11-03, by compn
-
The "ilaced" suboption of vf_scale was renamed to "interlaced".2009-11-02, by diego
-
Improve VDPAU noforce-mixer documentation.2009-11-02, by cehoyos
-
demuxer.c: Add initialization missing from previous commit2009-11-02, by uau
-
add VYUY and Y42B fourccs to rawcodecs2009-11-02, by compn
-
Unbreak the demuxer-specific code in video.c with e.g.2009-11-01, by reimar
-
Teletext display does support font scaling via OSD font scaling, remove2009-10-31, by cehoyos
-
Replace two more occurences of tvi_vbi with dec_teletext.2009-10-31, by cehoyos
-
Remove incorrect comment.2009-10-31, by cehoyos
-
sync with en/mplayer.1 r298052009-10-31, by jrash
-
Slightly change behavior of "none" if fstype specification.2009-10-30, by corey
-
Document slice ordering assumption done by sws_scale().2009-10-30, by stefano
-
Support ISDB-Tb tunning in Brazil2009-10-30, by cehoyos
-
Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths2009-10-29, by cehoyos
-
Move teletext specific code from stream into libmpcodecs.2009-10-29, by cehoyos
-
consistency fix: Give all CONFIG_ definitions the value 1.2009-10-28, by diego
-
Cosmetics: Reindent after last commit.2009-10-27, by cehoyos
-
Allow image format BGRA when using vo vdpau.2009-10-27, by cehoyos
-
Move 64 bit check below compiler detection since it needs the compiler2009-10-26, by reimar
-
Fix teletext character set auto-detection.2009-10-24, by cehoyos
-
Move some variable initializations to the beginning of vo_x11_fullscreen().2009-10-24, by diego
-
Implement VFCAP_FLIP for vo_vdpau.2009-10-23, by cehoyos
-
Free memory allocated in ff_vdpau_add_data_chunk() on uninit.2009-10-22, by cehoyos
-
synced with r297912009-10-22, by ptt
-
Break an output line for consistency.2009-10-22, by diego
-
cosmetic fixes in bs2b and vdpau sections2009-10-22, by ptt
-
add V422, YUNV to rawyuy22009-10-20, by compn
-
add HDYC fourcc to rawuyvy2009-10-20, by compn
-
sync to x264-r12962009-10-19, by lorenm
-
Fix playback of Intel JPEG Library Video Codec.2009-10-19, by cehoyos
-
Fix aspect test program linking.2009-10-19, by diego
-
Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.2009-10-19, by diego
-
Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.2009-10-19, by diego
-
Add CONFIG_LPC to config.h as well (needed by FFmpeg).2009-10-19, by diego
-
Add CONFIG_LPC to config.mak (needed by FFmpeg).2009-10-19, by diego
-
add binary codec for fourcc slif2009-10-19, by compn
-
Merge rules for building mencoder and mplayer.2009-10-18, by diego
-
Get rid of LDFLAGS_MPLAYER and LDFLAGS_MENCODER variables.2009-10-18, by diego
-
Try to recover from VDPAU display pre-emptions.2009-10-17, by cehoyos
-
Find and take into account stream start time for ogg files.2009-10-16, by reimar
-
add MVJP fourcc (mjpeg) from ffmpeg2009-10-15, by compn
-
Add support for "Forward Uncompressed" decoding via FFmpeg2009-10-14, by reimar
-
synced with r297712009-10-14, by ptt
-
Support SMPTE-240M colourspace in vo_vdpau.2009-10-12, by cehoyos
-
Allow playback of files with FourCC IJLV (Intel JPEG Library Video Codec).2009-10-11, by cehoyos
-
Add colorspace option to vo_vdpau.2009-10-10, by cehoyos
-
Remove redundant duplicate option handling in the playtree.2009-10-10, by adrian
-
Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarith.dll2009-10-10, by reimar
-
some coherence's fixes2009-10-08, by ptt
-
cosmetics in channels/capture sections2009-10-08, by ptt
-
synced with r297622009-10-08, by ptt
-
various little aesthetic fixes2009-10-08, by ptt
-
Fix 100l typo introduced in last commit.2009-10-08, by diego
-
synced with r285762009-10-08, by ptt
-
cosmetics: Remove some pointless parentheses from return calls.2009-10-08, by diego
-
cosmetics: Break two more lines.2009-10-08, by diego
-
Updated to help_mp-en.h r297422009-10-08, by ptt
-
Clarify screenshot filter description.2009-10-06, by diego
-
K&R coding style and whitespace cosmetics2009-10-06, by diego
-
Add keycode definitions for older versions of OSX. Fixes compilation on 10.4.2009-10-06, by adrian
-
Remove many uses of tmp_run.2009-10-06, by reimar
-
add a warning to the description of -vf screenshot to add it after2009-10-05, by attila
-
Play TrueHD in BluRay with demuxer lavf.2009-10-05, by cehoyos
-
fix calculation of ao_data.bps for sample formats with more than 16 bits2009-10-05, by cladisch
-
Fix definition of KEY_PAGE_DOWN.2009-10-04, by cehoyos
-
Make the ao_alsa play function always process a multiple of ao_data.outburst2009-10-02, by reimar
-
Add EXTERN_ASM define needed by FFmpeg on ARM.2009-10-02, by reimar
-
sync with en/mplayer.1 r297312009-10-01, by jrash
-
updates2009-10-01, by compn
-
Mark some functions that do not need external visibility as static.2009-09-30, by diego
-
Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haiku2009-09-30, by reimar
-
Reduce console output verbosity: Move colorspace information to verbose mode.2009-09-30, by diego
-
lavf: if seeking in the desired direction failed, also try in the opposite one,2009-09-30, by reimar
-
Avoid void * arithmetic.2009-09-30, by reimar
-
Simplify aac_get_sample_rate_index2009-09-30, by reimar
-
Check for grow_array allocation failure.2009-09-30, by reimar
-
Avoid a possible crash if num_cluster_pos is 0.2009-09-30, by reimar
-
Check for integer overflow in grow_array.2009-09-30, by reimar
-
Rearrange code of grow_array to make it easier to extend.2009-09-30, by reimar
-
Avoid a memleak if realloc fails in grow_array.2009-09-30, by reimar
-
Change grow_array argument from void ** to void *, this avoids a aliasing2009-09-30, by reimar
-
Make -nosub work to disable subtitles even if -slang and dvd streams are used.2009-09-29, by reimar
-
Document -nosub option2009-09-28, by reimar
-
Add a -nosub option that allows disabling auto-selected subtitles as e.g. the2009-09-28, by reimar
-
Enable loading of external subtitles also for audio-only files.2009-09-28, by reimar
-
Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio->pts2009-09-28, by reimar
-
Call set_osd_subtitle also for external subs (i.e. in find_subs).2009-09-28, by reimar
-
Intel compiler icc 11.1 supports compilation of internal mp3lib and internal liba52.2009-09-27, by cehoyos
-
Cosmetics: Fix whitespace.2009-09-27, by cehoyos
-
Set sensible write frequency/priority values for AllocateMemoryMESA2009-09-27, by reimar
-
Print error instead of crashing when mesa-buffer is used on systems2009-09-27, by reimar
-
Also check GLX client and server strings for extensions2009-09-27, by reimar
-
Amend previous commit: both zlib decoder and encoder must be disabled2009-09-26, by reimar
-
Disable libavcodec zlib decoder when zlib is not available, fixes compilation2009-09-26, by reimar
-
Do not override host_arch in x86 vs. x86_64 detection if it was forced via --target.2009-09-25, by reimar
-
Change type to avoid void * arithmetic.2009-09-25, by reimar
-
Set codec_type and codec_id in codec context for lavc encoders.2009-09-25, by reimar
-
Sync with current FFmpeg HEAD.2009-09-24, by diego
-
sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATIC2009-09-24, by diego
-
Add support for displaying subtitles on the command-line when playing2009-09-23, by reimar
-
Make function argument name in header match name in .c file.2009-09-23, by reimar
-
Make update_subtitles work without sh_video for text subtitles.2009-09-23, by reimar
-
Make sure avctx->codec_type and codec_id are set, since libavcodec2009-09-23, by reimar
-
Include mpcommon.h in mpcommon.c, ensures that the declarations in the header2009-09-23, by reimar
-
Factor out sh_video->pts into a refpts variable. This simplifies a future patch2009-09-23, by reimar
-
Rename ambiguous "pts" variable to subpts.2009-09-23, by reimar
-
Use x264_encoder_delayed_frames instead of the current hack to flush delayed2009-09-23, by reimar
-
sync to x264-r1260 (which changed api)2009-09-23, by lorenm
-
Add 0x85 ad ID for DTS audio.2009-09-23, by diego
-
Fix teletext font autoscaling.2009-09-22, by cehoyos
-
Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.2009-09-22, by diego
-
Allow playback of dnxhd files, as produced by FFmpeg regression test.2009-09-22, by cehoyos
-
sync faad / ffaac supported fourccs as spotted by reimar2009-09-20, by compn
-
add another aac tag2009-09-20, by compn
-
add newer microsoft screen binary codec2009-09-20, by compn
-
add coreavc entry, works on windows only.2009-09-20, by compn
-
Add autodetection for ARM NEON SIMD.2009-09-19, by reimar
-
Use a compilation check to distinguish between x86 and x86_64, uname and2009-09-19, by reimar
-
Add a check for availability of ebx register, needed for2009-09-19, by reimar
-
Treat Haiku as BeOS (only changes the displayed name actually)2009-09-19, by reimar
-
Re-add some ifdefs, partially reverting r29688, since mDisplay and2009-09-18, by reimar
-
Use vo_w32_window directly instead of via the vo_window macro in Windows-only code.2009-09-18, by reimar
-
Get rid of several (probably) pointless ifdefs2009-09-18, by reimar
-
Use ecx instead of ebx to avoid unnecessary issues with PIC.2009-09-17, by reimar
-
Cleanup buffer debugs in swScale().2009-09-16, by ramiro
-
Use correct buffers in vertical scaler in unscaled YV12 case.2009-09-16, by ramiro
-
Merge two Windows-specific #if sections to simplify the condition.2009-09-16, by reimar
-
Hack: set DEP/NX on Windows via SetProcessDEPPolicy.2009-09-16, by reimar
-
add YAXPAX and YAPAXI exports to msvcr802009-09-16, by compn
-
Add several HAVE_EBX_AVAILABLE conditions where necessary2009-09-14, by reimar
-
%lf is not a valid printf format specifier, use just %f instead.2009-09-14, by reimar
-
kegavideo codec requires msvcr80 on windows2009-09-14, by compn
-
Add support for decoding sgi files via FFmpeg's sgi decoder.2009-09-14, by reimar
-
Get rid of useless indirection and use the demuxer argument directly instead of2009-09-14, by reimar
-
Reduce verbosity if demuxer sets an info value to the same as the current value.2009-09-14, by reimar
-
Reset slice direction at end of each frame.2009-09-13, by ramiro
-
Remove ; after while(0) in macros.2009-09-12, by ramiro
-
add kega video binary codec for fourcc kgv12009-09-12, by compn
-
sync with en/mplayer.1 r296612009-09-12, by jrash
-
synced with r296702009-09-11, by Gabrov
-
Convert to UTF-8.2009-09-10, by diego
-
Fix bashism: Use '$(( ))' syntax instead of '(( ))' for arithmetic expressions.2009-09-10, by diego
-
Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectly2009-09-10, by reimar
-
Sort preferred_list alphabetically since the order does not matter otherwise.2009-09-10, by reimar
-
Always keep a backup of the expand values from the command-line, so values2009-09-10, by reimar
-
Document that slices can be bottom to top or top to bottom.2009-09-09, by ramiro
-
Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override list instead of2009-09-08, by reimar
-
Make all mp_*_taglists const.2009-09-08, by reimar
-
Allow disabling and enabling lower-case codecs.2009-09-08, by cehoyos
-
Make (no)t23 suboption description more consistent.2009-09-08, by diego
-
Fix an endless loop if all programs are empty.2009-09-08, by reimar
-
Make indentation consistent with the rest of the file2009-09-08, by reimar
-
Never switch to a program with no audio and no video.2009-09-08, by reimar
-
Always register all streams from libavformat, not just those belonging to a program.2009-09-08, by reimar
-
100l, forgot to use "test" for checking the value of the quicktime variable2009-09-08, by reimar
-
Add support for lavf vqf demuxer and lavc TwinVQ decoder.2009-09-07, by vitor
-
Indent.2009-09-07, by ramiro
-
Avoid bash-specific 'let' syntax in shell scripts.2009-09-07, by diego
-
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label2009-09-06, by ramiro
-
Indent.2009-09-05, by ramiro
-
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().2009-09-05, by ramiro
-
Add standard license header and move a misplaced comment.2009-09-05, by reimar
-
sync with en/mplayer.1 r296382009-09-05, by jrash
-
Fix grammar mistake noticed by Alexander Strasser.2009-09-04, by diego
-
Factor out duplicated code to set play video scaled by a certain factor.2009-09-04, by reimar
-
Subopt parser subopts should now be const.2009-09-04, by reimar
-
10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer since2009-09-04, by reimar
-
Disable liba52 SSE imdct for x86_64+PIC (e.g. OSX 64 bit) since it will2009-09-04, by reimar
-
Support x86_64 + PIC in mangle.h, needed for OS X 64 bit compiles.2009-09-04, by reimar
-
Split QuickTime check off from quartz check and use the result to enable/disable2009-09-04, by reimar
-
100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on,2009-09-04, by reimar
-
Improve wording for file/directory specific config file explanation.2009-09-03, by reimar
-
10l, fix misplaced check in r29613, for loop detection we must compare2009-09-02, by reimar
-
Limit amount of data allocated on stack, strlen(filename) is not a good idea for2009-09-02, by reimar
-
Document directory-specific configuration file.2009-09-02, by reimar
-
Add support for directory-specific mplayer.conf configuration file.2009-09-02, by reimar
-
enable ffwmapro2009-09-02, by faust3
-
Consistently use sizeof(variable) instead of sizeof(type) where easily possible.2009-09-02, by reimar
-
Cosmetics: get rid of many pointless ()2009-09-02, by reimar
-
Reduce code duplication for half/normal/double video size handling.2009-09-02, by reimar
-
Remove unused variable.2009-09-02, by reimar
-
The suboption parser now takes a const options list, so mark them all const.2009-09-02, by reimar
-
free(), delete and delete[] are all different and can't just be used at random,2009-09-02, by reimar
-
Fix possible crashes with invalid SDPs that result in stream descriptions2009-09-02, by reimar
-
Fix several more rtsp-related memleaks.2009-09-02, by reimar
-
Fix asmrp_dispose to also free the buffer.2009-09-02, by reimar
-
Use calloc to ensure rmff_new_mdpr returns fully initialized data.2009-09-02, by reimar
-
Move variable declaration to where it is used.2009-09-02, by reimar
-
Make sure we do not strdup(NULL), avoids a crash with non-real streams.2009-09-02, by reimar
-
Fix several memleaks in real_setup_and_get_header2009-09-02, by reimar
-
Change real_setup_and_get_header to use goto a single exit path to simplify2009-09-02, by reimar
-
vo_quartz: change deallocation/uninit to more reliably free allocated data.2009-09-02, by reimar
-
Make glContext a local variable, it is not needed outside the function2009-09-01, by reimar
-
Add a dealloc function to corevideo to reduce the memleaks from2009-09-01, by reimar
-
Fix some of the major memleaks of vo_corevideo with -fixed-vo2009-09-01, by reimar
-
Do not do a unmap/map cycle on Windows given with -wid, with some window2009-09-01, by reimar
-
Make the loop detection for mov reference files less aggressive, fixes2009-09-01, by reimar
-
Check setGlWindow return value to fail properly instead of crashing if e.g.2009-09-01, by reimar
-
Add a hack to ensure data from e.g. mov format -subfile gets read at all2009-09-01, by reimar
-
Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called.2009-09-01, by reimar
-
Make shm_fd a local variable and close it when we need it no longer, thus2009-09-01, by reimar
-
Reduce vo_corevideo memleaks by initializing static context etc. only once2009-09-01, by reimar
-
Fix memleak when using fontconfig without a font name.2009-09-01, by reimar
-
Use MPlayer's standard aspect handling functions in corevideo2009-09-01, by reimar
-
The libamrnb *en*coder, not the *de*coder should be added to the list of2009-09-01, by diego
-
Fix per-file config file loading for DOS paths (i.e. where \ and : can2009-08-31, by reimar
-
Factor out code to try and load a config file only if it exists.2009-08-31, by reimar
-
Move variable declaration into block where it is used and make it const.2009-08-31, by reimar
-
Make m_config_parse_config_file file name argument const2009-08-31, by reimar
-
Fix MPEG-4 ASP in MPEG transport streams with -demuxer lavf.2009-08-31, by cehoyos
-
Fix EAC3 in MPEG transport streams with -demuxer lavf.2009-08-31, by cehoyos
-
Also check linker flags to make sure that liveMedia libraries are there, too,2009-08-31, by reimar
-
Fix DTS in MPEG transport streams with -demuxer lavf.2009-08-31, by cehoyos
-
Fix AAC in MPEG transport stream for -demuxer lavf.2009-08-31, by cehoyos
-
cosmetics: alphabetically order lists2009-08-31, by diego
-
bpcm is internal mplayer fourcc2009-08-30, by compn
-
Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect that2009-08-30, by cehoyos
-
Revert r29404.2009-08-30, by cehoyos
-
Fix MPEG2 and H264 in MPEG transport stream with demuxer lavf.2009-08-30, by cehoyos
-
Use mp_wav_override_taglists for both audio and video.2009-08-30, by cehoyos
-
Fix MP2 and AC3 with demuxer lavf in MPEG transport streams.2009-08-30, by cehoyos
-
Support PCM in Bluray streams.2009-08-30, by cehoyos
-
Curly brackets cosmetics for previous commit.2009-08-29, by ramiro
-
Check for return value of initFilter().2009-08-29, by ramiro
-
Revert mistakenly commited hunk.2009-08-29, by ramiro
-
swscale: Check for return values of malloc.2009-08-29, by ramiro
-
swscale-example: Free memory used by input data.2009-08-29, by ramiro
-
Restore comment that was partially removed.2009-08-29, by ramiro
-
Synced with help_mp-en.h r295492009-08-29, by jrash
-
sync with en/mplayer.1 r295552009-08-29, by jrash
-
Port feature from corevideo: remember half/double size settings and reapply2009-08-28, by reimar
-
Make aspect switching work again (used the wrong variable and always2009-08-28, by reimar
-
Fix implicit declaration of mp_input_.. functions.2009-08-28, by reimar
-
1l, use sizeof for snprintf size instead of hard-coding the current value.2009-08-28, by reimar
-
Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer2009-08-28, by reimar
-
Move aspect change handling from vo_quartz to osx_common.2009-08-28, by reimar
-
Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.2009-08-28, by reimar
-
Use the standard MPlayer aspect handling instead of reimplementing our own in vo_quartz.2009-08-28, by reimar
-
Remove unused movie_aspect extern declaration.2009-08-27, by reimar
-
Use lookup_keymap_table function with data structure instead of huge switch-case2009-08-27, by reimar
-
Enable calc_src_dst_rects for windowed aspect and panscan.2009-08-27, by reimar
-
Remove panscan related conditions and code that only breaks future windowed2009-08-27, by reimar
-
Add infrastructure and test code to enable aspect scaling and panscan in windowed mode.2009-08-27, by reimar
-
Fix video placement with -vo gl2 -fs -wid.2009-08-27, by reimar
-
-vo gl2 resize does not need to modify its arguments, so pass int instead of int *.2009-08-27, by reimar
-
Simplify -vo gl ass border etc. dimension calculation one bit more.2009-08-27, by reimar
-
Remove useless code that has no effect.2009-08-27, by reimar
-
Simplify and fix ass border calculations for -vo gl and -wid -fs mode.2009-08-27, by reimar
-
Make panscan cover the same range in -wid -fs mode as in normal mode.2009-08-27, by reimar
-
Disable -keepaspect with -wid in w32_common code.2009-08-27, by reimar
-
Fix aspect_fit to work correctly when borders need to be added on top and2009-08-27, by reimar
-
Forgotten changes to aspect code to handle -wid with -fs.2009-08-27, by reimar
-
First attempts at supporting -fs with -wid, -vo gl on X11 only so far2009-08-27, by reimar
-
Expand wid explanation.2009-08-27, by cehoyos
-
Reindent2009-08-26, by reimar
-
Retry deciding to get audio parameters several times on errors, this avoids2009-08-26, by reimar
-
Adjust documentation about filtering out whitespace changes from 'svn diff'.2009-08-26, by diego
-
Fix DTS in least one Bluray sample with demuxer lavf.2009-08-26, by cehoyos
-
Fix AC3 in least one Bluray sample with demuxer lavf.2009-08-26, by cehoyos
-
Use a buffer of about half a second, instead of sizing it to have2009-08-24, by cladisch
-
swscale-example: Rename src->ref so as to not confuse with src being used in doTest().2009-08-23, by ramiro
-
swscale-example: Use SWS_BILINEAR instead of hardcoded value.2009-08-23, by ramiro
-
Reuse ds_get_packet in ds_get_packet_pts2009-08-23, by reimar
-
Fix inconsistent indentation.2009-08-22, by ramiro
-
Add suport for detecting and demuxing DVB teletext streams (nothing beyond that though).2009-08-21, by reimar
-
Check return values of sws_allocVec() and sws_getConstVec().2009-08-20, by ramiro
-
OpenAL: untested support for 8-channel audio.2009-08-19, by reimar
-
Fix channel reordering when using 24-bit samples by adding breaks to cases2009-08-19, by tack
-
Change ao_dart to use AVFifoBuffer instead of its own fifo implementation, too.2009-08-19, by reimar
-
Fix detection of mips arch on NetBSD/sgimips.2009-08-19, by diego
-
Free initial swscale context, too. Avoids a valgrind warning.2009-08-19, by reimar
-
Remove useless casts of malloc return value.2009-08-19, by reimar
-
Introduce and use sws_allocVec().2009-08-19, by ramiro
-
Reuse sws_getConstVec() where possible.2009-08-19, by ramiro
-
Cosmetics: adjust alignment.2009-08-18, by tack
-
Fix incorrect channel ordering for lavc audio codecs (specifically ffac3,2009-08-18, by tack
-
Fix incompatible pointer types warning, also seems to fix mis-compilation with gcc-4.4.12009-08-17, by reimar
-
Fix 100l broken flag check found due to compiler warning.2009-08-17, by reimar
-
Set demuxer->filepos in mf demuxer, since the stream_tell fallback is not2009-08-17, by reimar
-
Get rid of rawaudio control code again that only duplicates the fallback code in2009-08-17, by reimar
-
Handle demuxers that never set filepos by using stream_tell.2009-08-17, by reimar
-
swscale-example: Make selection of dstW, dstH, and flags more clear.2009-08-17, by ramiro
-
Add some protection to the rawaudio GET_LENGTH/GET_PERCENT_POS in case the2009-08-16, by reimar
-
Implement DEMUXER_CTRL_GET_TIME_LENGTH and DEMUXER_CTRL_GET_PERCENT_POS for2009-08-16, by reimar
-
More indentation changes leftover from r29522:2009-08-16, by ramiro
-
Cosmetics:2009-08-16, by ramiro
-
Indent libswscale:2009-08-16, by ramiro
-
Fix file information. Patch by Francesco Lavra, francescolavra interfree it2009-08-15, by cehoyos
-
Add missing major contributors to copyright statement.2009-08-15, by cehoyos
-
improve previous translation2009-08-15, by jrash
-
Indent.2009-08-15, by ramiro
-
Vertical yuv -> yuv16 scaler.2009-08-14, by ramiro
-
Allow compilation with gcc 2.95.3 if videodev2.h does not support it.2009-08-14, by cehoyos
-
BGR32 MMX special convertor.2009-08-14, by ramiro
-
Fix crash when event format is not specified2009-08-13, by greg
-
Add Dolby TrueHD support for mkv demuxer.2009-08-13, by cehoyos
-
Indent.2009-08-13, by ramiro
-
swscale-example: Don't check for chroma planes in mono formats.2009-08-13, by ramiro
-
MMX2 horizontal scaler: Determine code size at runtime.2009-08-13, by ramiro
-
Protect mmx2 filter code buffers so they are not executable and writeable at2009-08-13, by ramiro
-
Remove duplicate define (it is the same in the lum code).2009-08-13, by ramiro
-
Rename "funny" code to "mmx2 filter" code.2009-08-13, by ramiro
-
Indent.2009-08-13, by ramiro
-
swscale-example: Remove hack to end loop by setting variables to break.2009-08-13, by ramiro
-
swscale-example: Don't return random value from main().2009-08-13, by ramiro
-
swscale-example: Check for Gray formats.2009-08-13, by ramiro
-
Fix possible double-free.2009-08-12, by cehoyos
-
make codec-cfg reuse the proper defined constants for all RGB/BGR formats2009-08-12, by reimar
-
100l, fix compilation again and make codec-cfg.c use the predefined constants2009-08-12, by reimar
-
1000l, RGB48BE does _not_ use 49 bit/pixel, probably fixes 48 bit PNG decoding.2009-08-12, by reimar
-
Allow decoding of 48 bit png image files.2009-08-12, by cehoyos
-
Use new libavformat metadata API.2009-08-11, by greg
-
s/RG48xE/RGB48xE2009-08-11, by cehoyos
-
Make *avcctx AVCodecContext instead of void.2009-08-11, by cehoyos
-
Fix H.264 SPS parsing in case of scaling list present.2009-08-11, by cehoyos
-
Fix a crash when playing some H264 over rtsp streams: Do pass an2009-08-11, by cehoyos
-
Explain how formats must be ordered in fmt_list so the parser can handle2009-08-11, by reimar
-
fmt_table should be const as well.2009-08-11, by reimar
-
Parse BitsPerSample and SamplesPerSec when playing PCM in X-QT over2009-08-11, by cehoyos
-
Allow dpx image files as input.2009-08-11, by cehoyos
-
Allow out-formats for IMGFMT_RGB48* in codecs.conf.2009-08-11, by cehoyos
-
Map IMGFMT_RGB48xE to PIX_FMT_RGB48xE.2009-08-11, by cehoyos
-
Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.2009-08-11, by cehoyos
-
Remove disabled debug code.2009-08-10, by diego
-
Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.2009-08-09, by ramiro
-
Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused2009-08-09, by kostya
-
Remove disabled crufty code.2009-08-08, by diego
-
100l, av_fifo_generic_read does not return anything useful, so ignore its2009-08-08, by reimar
-
Add a giant hack to the x264 encoder module to ensure all delayed frames are2009-08-07, by reimar
-
Replace macro: MAX -> FFMAX2009-08-06, by ben
-
Do not leak the mixer handle if setting of a volume fails.2009-08-06, by cladisch
-
Fix QT RLE in X-QT via rtsp://.2009-08-05, by cehoyos
-
Make sure it builds with -ftracer2009-08-04, by lu_zero
-
Only #include stream/stream_dvd.h when libdvdread is enabled.2009-08-03, by diego
-
Only #include stream/dvbin.h when DVB is enabled.2009-08-03, by diego
-
Make sure that unavailable message languages are not accepted.2009-08-03, by diego
-
Improve wording for missing sctp support2009-08-03, by lu_zero
-
Remove pointless #ifdefs around harmless internal header #includes.2009-08-02, by diego
-
Fix another typo. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
dpkg-buildpackage automatically sets CFLAGS and pals to -g -O2.2009-08-02, by diego
-
Add standard GPL license header. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
Fix more typos. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
Remove unused include's. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
Fix typos. Patch by Francesco Lavra, francescolavra interfree it2009-08-02, by cehoyos
-
Fix regression when converting to nv12/nv21.2009-08-01, by cehoyos
-
Add a variable in config.mak whether SHM support is enabled or not.2009-07-31, by ben
-
sync with en/mplayer.1 r294612009-07-31, by jrash
-
Update documentation for libamr replacement by OpenCORE in FFmpeg.2009-07-30, by diego
-
move truehd to correct section2009-07-30, by compn
-
undocumented keyword2009-07-30, by compn
-
start rc4 changelog, where did rc3 go?2009-07-30, by compn
-
handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72)2009-07-30, by nicodvb
-
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch2009-07-30, by nicodvb
-
stream/realrtsp/real.c: Fix another integer overflow2009-07-28, by uau
-
MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().2009-07-28, by ramiro
-
MMX2 scaler: factorize initMMX2Scaler().2009-07-28, by ramiro
-
MMX2 scaler: add variable to ease factorization of initMMX2Scaler().2009-07-28, by ramiro
-
Indent.2009-07-28, by ramiro
-
Remove duplicate horizontal scaling when there aren't enough lines in a slice2009-07-28, by ramiro
-
Remove useless code.2009-07-28, by ramiro
-
Fix stupid, off-by-one, mistakes in assert() expressions.2009-07-27, by eugeni
-
stream/realrtsp/real.c: Fix integer overflow2009-07-27, by uau
-
Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them2009-07-27, by ramiro
-
Factorize x86 fast_bilinear assembly.2009-07-27, by ramiro
-
Fix assembly comments for x86 fast_bilinear so they match the C code.2009-07-27, by ramiro
-
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.2009-07-26, by diego
-
Make diff apply cleanly to our tree again.2009-07-26, by diego
-
Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN.2009-07-26, by diego
-
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.2009-07-26, by cehoyos
-
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN2009-07-26, by mru
-
Use the correct OSS format, where possible, for mplayer's packed 24-bit2009-07-24, by cladisch
-
Remove unnecessary #include <unistd.h>2009-07-23, by mru
-
grammar and sentence fix2009-07-22, by ptt
-
Remove unused variables.2009-07-21, by ramiro
-
Use correct ALSA sample format for 24-bit samples packed in three bytes.2009-07-21, by cladisch
-
Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.2009-07-19, by diego
-
The Makefile variable names for external libraries in FFmpeg changed.2009-07-19, by diego
-
Move some variable declarations up to avoid the warnings:2009-07-19, by diego
-
Remove redundant ivtv VIDIX driver variable declarations.2009-07-19, by diego
-
The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable the2009-07-19, by diego
-
Handle 24bit audio formats natively by ALSA.2009-07-19, by iive
-
Fix 24bit audio playback.2009-07-19, by iive
-
Change libamr support to libopencore-amr support.2009-07-18, by diego
-
Make sure clip coordinates are inside the screen area.2009-07-18, by eugeni
-
Cosmetics: make some variables constant to signify their intended use and,2009-07-18, by eugeni
-
Fix read after the end of allocated buffer.2009-07-18, by eugeni
-
sync with en/mplayer.1 r294132009-07-18, by jrash
-
Restore alphabetic order for HAVE_ defines.2009-07-17, by cehoyos
-
Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg.2009-07-17, by diego
-
Assume HAVE_ATTRIBUTE_PACKED.2009-07-17, by cehoyos
-
synced with r394132009-07-13, by Gabrov
-
Fix compilation after FFmpeg r19395.2009-07-11, by cehoyos
-
Disable libavcodec AAC encoder, there are too many systems where it doesn't compile.2009-07-09, by reimar
-
Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer2009-07-09, by ramiro
-
20% faster hqdn3d on x86_642009-07-07, by lorenm
-
new debanding filter2009-07-07, by lorenm
-
The AltiVec code in libswscale no longer is under GPL.2009-07-05, by diego
-
Add a section about handling external code to the policy.2009-07-04, by diego
-
add truemotion rt binary codec for TR20 fourcc2009-07-03, by compn
-
Use enum PixelFormat in sws_format_name() prototype2009-07-01, by mru
-
Print information about chapters with -identify.2009-06-28, by reimar
-
Make set_property chapter 0-based like all other chapter-related2009-06-28, by reimar
-
add binary codec for NTN1 and NTN2 fourcc2009-06-27, by compn
-
add 0xA106 twocc to aac decoders, fixes facebook sample2009-06-27, by compn
-
Fix some blu-ray samples: HDMV == H2642009-06-26, by cehoyos
-
Increase slave mode buffer so that one can load files with a deeper2009-06-26, by ben
-
Use memcpy_pic2 instead of reimplementing it.2009-06-26, by reimar
-
Close /dev/tty again on uninit.2009-06-26, by reimar
-
Fix indentation broken in last patch2009-06-26, by reimar
-
Get rid of completely pointless vt_doit variable2009-06-26, by reimar
-
10l, use fopen directly instead of open + fdopen2009-06-26, by reimar
-
Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has an2009-06-26, by reimar
-
Use FFALIGN and FFMAX32009-06-26, by reimar
-
Remove useless casts2009-06-26, by reimar
-
fbdev: remove pointless ()2009-06-26, by reimar
-
Replace incorrect use of strncpy by av_strlcpy.2009-06-26, by reimar
-
Use the RESET_GEOMETRY macro in one more place instead of duplicating its code.2009-06-26, by reimar
-
100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is a2009-06-26, by reimar
-
AltiVec code and runtime cpudetect do not require CONFIG_GPL.2009-06-25, by diego
-
The AltiVec optimizations of libswscale are no longer under GPL.2009-06-25, by diego
-
PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.2009-06-25, by diego
-
Modern Solaris versions have different default CD-ROM devices.2009-06-24, by diego
-
AVStream.language is deprecated, switch to av_get_metadata instead.2009-06-24, by reimar
-
Move allocation to avoid a possible memleak if new_sh_audio fails.2009-06-24, by reimar
-
Remove pointless stream count checks, new_sh_* already checks for that.2009-06-24, by reimar
-
Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontends2009-06-24, by reimar
-
Fix compilation: codec_wav_tags/codec_bmp_tags were renamed to2009-06-23, by reimar
-
Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams.2009-06-23, by reimar
-
Initialize es->lang to ensure a previous value does not get misattributed2009-06-23, by reimar
-
Do not use -rdynamic on Solaris, where the flag is unsupported.2009-06-22, by diego
-
Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are already2009-06-21, by reimar
-
TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENTIFY_PROGRAM2009-06-21, by reimar
-
1l to Reimar for not updating lavc TM2 decoder output format in codecs.conf2009-06-20, by kostya
-
Do not use MAX_A/V_STREAMS as upper limit for switch_audio/switch_video2009-06-20, by reimar
-
fix missing event on move that breaks xmga window movement2009-06-19, by attila
-
Ignore XML files for which no translations exist yet.2009-06-19, by diego
-
Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.2009-06-19, by diego
-
Do not call rgb2rgbWrapper() for rgb48*, there is no special converter2009-06-17, by vitor
-
Enable fontconfig support by default. This change takes only in effect,2009-06-17, by siretart
-
Conform to the updated Desktop File Specification. Also improve the2009-06-17, by siretart
-
add .mp1/.mp2 mov audio fourcc to ffmp2 codec2009-06-17, by compn
-
Add a missing check for a NULL return value.2009-06-16, by eugeni
-
Do not auto-detect old libnut installations.2009-06-16, by cehoyos
-
Rename LIBVORBIS Makefile variable to VORBIS.2009-06-14, by diego
-
100l: Add missing $s to default language variable checks, which prevented2009-06-14, by diego
-
Overhaul translation handling completely and add options to install specific2009-06-14, by diego
-
cosmetics: Drop leading underscore from _language* variables.2009-06-14, by diego
-
Allow setting message language separately from documentation language.2009-06-14, by diego
-
Drop redundant setting of message language to English when all languages2009-06-14, by diego
-
sync with ffmpeg2009-06-13, by compn
-
refine previous translation2009-06-12, by jrash
-
sync with ffmpeg2009-06-12, by compn
-
sync with ffmpeg2009-06-12, by compn
-
Kill warnings of possibly unused variables by using av_unused.2009-06-11, by ramiro
-
Fix compilation: #undef standard library functions that are2009-06-11, by diego
-
Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.2009-06-11, by diego
-
replace "g" asm constraint by "erm" since "g" allows 64bit immediates while2009-06-07, by gpoirier
-
Remove '\p' doxygen markup, as it should improve plain text doxy2009-06-06, by stefano
-
Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.2009-06-04, by ramiro
-
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.2009-06-04, by ramiro
-
Use DECLARE_ALIGNED macro instead of gcc __attribute__.2009-06-04, by ramiro
-
cosmetics: replace dead url2009-06-03, by compn
-
Files should be opened in binary mode on OS/2.2009-06-03, by diego
-
CONFIG_LIBNEMESI and CONFIG_LIVE555 are not defined to 0/1 values.2009-06-03, by diego
-
Configure needs AS to be set for the Makefiles.2009-06-02, by reimar
-
Testing RGB48 variants requires bigger stride in swscale-example.c2009-06-02, by kostya
-
YUV into RGB48 BE/LE conversion support2009-06-02, by kostya
-
Partial (low bits ignored, no direct transcoding into other RGB formats) support2009-06-02, by kostya
-
Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctly2009-06-01, by reimar
-
Initialize local variable, avoids a possible crash due to using an2009-06-01, by reimar
-
Add const where appropriate, also gets rid of a compiler warning.2009-06-01, by reimar
-
100l, do not read probe buffer if it will not be used because a format was forced.2009-06-01, by reimar
-
Add actually working support for PPC642009-06-01, by reimar
-
Use target_arch and target_subarch which is more similar to what FFmpeg uses2009-06-01, by reimar
-
Add some missing FFmpeg archs2009-06-01, by reimar
-
Using nl_langinfo in the asf mmst implementation makes no sense since2009-05-31, by reimar
-
Use a malloced string for the get_term_charset return value.2009-05-31, by reimar
-
Make ID_SEEKABLE depend on both the stream and the demuxer being seekable,2009-05-31, by reimar
-
In all demux_info_add calls change "name" to "title".2009-05-30, by reimar
-
100l, demuxer info tags are _not_ case sensitive, so use strcasecmp.2009-05-30, by reimar
-
forgot a line :(; added2009-05-28, by ptt
-
synced with r27692009-05-28, by ptt
-
sync'ed to r292092009-05-28, by ptt
-
refine previous translation2009-05-28, by jrash
-
add dvh1 fourcc to ffdv codec, fixes dvh1_sample_truncated.avi2009-05-26, by compn
-
add binary decoder for YLC02009-05-26, by compn
-
Make sure -rtsp-stream-with-sctp is supported while building with libnemesi2009-05-25, by lu_zero
-
Move colorspace conversion functions implemented in pure C from template2009-05-25, by kostya
-
synced with r293052009-05-24, by Gabrov
-
cosmetics: alphabetically sort SRCS_MPLAYER2009-05-21, by diego
-
Let SwScaler know that RGB48 BE/LE is 16-bits per component format.2009-05-19, by kostya
-
Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).2009-05-19, by kostya
-
Set XVR100 make variable. Fixes compilation when support for xvr100 was detected.2009-05-19, by reimar
-
sync w/r292442009-05-17, by gpoirier
-
Add a hack to detect when we are writing into a Windows pipe since the fseek2009-05-16, by reimar
-
Add missing path to find invocation for tags/TAGS creation.2009-05-15, by diego
-
Simplify find invocation in tags/TAGS generation command:2009-05-15, by diego
-
Revert whitespace removal for win-related code, because lack of ^M at2009-05-13, by bircoph
-
Restore old license file after whitspace removal in previous commit.2009-05-13, by bircoph
-
Remove all kind of trailing whitespaces from all MPlayer's files.2009-05-13, by bircoph
-
whitespace cosmetics: Remove all trailing whitespace.2009-05-13, by diego
-
Make sure that -Ilibdvdread4 appears in CFLAGS before any system directories2009-05-12, by diego
-
Make sure that -I flags for internal library copies come before other CFLAGS2009-05-12, by diego
-
Fix IPv4 vs. IPv6 typo, closes Bugzilla #1439.2009-05-12, by diego
-
libdvdread4 does not use HAVE_CONFIG_H, so drop the -D flag for libdvdread4.2009-05-12, by diego
-
Add HAVE_PPC64 definition for FFmpeg.2009-05-12, by diego
-
Make sure CONFIG_MUXERS is always set.2009-05-12, by diego
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Some reformating to avoid two too long lines2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
Get rid of some more trailing whitespace2009-05-12, by reynaldo
-
chunk size = 0 is valid for DATA chunks (used in live streams), don't2009-05-10, by rtogni
-
Add const qualifier to param argument of sws_getContext() and2009-05-10, by diego
-
Move preprocessor condition before variable declaration, fixes the warning:2009-05-10, by diego
-
Remove redundant information about configuring MPlayer for GUI support.2009-05-09, by diego
-
Move image formats section to a more appropriate place.2009-05-09, by diego
-
cosmetics: indentation fixes for the dvdread check2009-05-09, by diego
-
Fix misplaced 'fi' in external dvdread test.2009-05-09, by diego
-
Add missing const qualifiers to AltiVec function parameters where appropriate.2009-05-09, by diego
-
Add standard license header to all files in libmpdemux.2009-05-08, by diego
-
Replace informal GPL license header by standard GPL header.2009-05-08, by diego
-
Replace informal LGPL header by standard LGPL license header.2009-05-08, by diego
-
lirc anc lircc are MPlayer-only, so add LDFLAGS for MPlayer link only.2009-05-08, by diego
-
Do not use flag CWBackPixel when calling vo_x11_create_vo_window():2009-05-08, by cehoyos
-
The Apple remote code needs the Cocoa framework to link.2009-05-08, by diego
-
Add -framework Carbon to LDFLAGS when Mac OS X finder or bundle is enabled.2009-05-07, by diego
-
Adrian is maintaining vo_corevideo and merging the OSX Extended GUI branch.2009-05-07, by adrian
-
Fix sliced yuv410 -> yuv420 conversion2009-05-07, by vitor
-
revise previous translation2009-05-07, by jrash
-
sync with en/mplayer.1 r292522009-05-07, by jrash
-
cosmetics: Move Quartz and CoreVideo checks into the vo driver section.2009-05-05, by diego
-
LDFLAGS for CoreVideo and Quartz should be MPlayer-only.2009-05-05, by diego
-
libdvdcss requires the Carbon framework to link on Mac OS X.2009-05-05, by diego
-
cosmetics: Move $def_dvdcss to a more sensible place in config.h.2009-05-05, by diego
-
cosmetics: Move CoreAudio check to audio output section.2009-05-05, by diego
-
Add prototype for mp_a52_framesize().2009-05-05, by diego
-
Add #define for HAVE_DVDCSS_DVDCSS_H (needed by internal libdvdread) to config.h2009-05-05, by diego
-
Remove pointless #ifdef around spudec.h #include.2009-05-05, by diego
-
cosmetics: indentation2009-05-05, by diego
-
Allow disabling and enabling VCD support through command line parameters.2009-05-05, by diego
-
CoreAudio LDFLAGS should be MPlayer-only.2009-05-05, by diego
-
Improve CoreAudio check: Use all required headers and frameworks.2009-05-05, by diego
-
Simplify Mac OS X Finder and Mac OS X Bundle file locations checks.2009-05-05, by diego
-
Change VOFW for x86 to 5120, it allows larger images to be scaled and was2009-05-05, by michael
-
CONFIG_QUICKTIME should be set depending on the state of QTX support.2009-05-04, by diego
-
Add missing 'void' to parameterless function declarations.2009-05-04, by diego
-
ao_macosx was renamed to ao_coreaudio.2009-05-04, by diego
-
Rename macosx video output driver to corevideo.2009-05-04, by diego
-
Rename macosx audio output driver to coreaudio.2009-05-04, by diego
-
QuickTime codecs support requires -framework QuickTime to link on Mac OS X.2009-05-04, by diego
-
Replace QuickTime.h #include with Carbon.h, which is really needed.2009-05-04, by diego
-
Ulion no longer has time to be maintainer.2009-05-04, by diego
-
Improve CoreVideo check: Test more #includes, add -framework Carbon to LDFLAGS.2009-05-04, by diego
-
Add information about configure options to config.mak.2009-05-04, by diego
-
Cosmetics for r29244 to follow K&R style closely.2009-05-03, by bircoph
-
Support for libbs2b ver. 3.0.0 API.2009-05-03, by bircoph
-
Use libavutil/fifo.h for macosx ao instead of its own FIFO implementation.2009-05-03, by reimar
-
Fix chroma shift when scaling from ARGB on LE and BGRA on BE2009-05-02, by sdrik
-
Fix polish spelling. Noticed in Gentoo ebuild long time ago.2009-04-27, by bircoph
-
Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c2009-04-27, by sdrik
-
sync w/r291472009-04-27, by gpoirier
-
Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.2009-04-26, by diego
-
Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT.2009-04-25, by diego
-
Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.2009-04-25, by diego
-
Remove unnecessary -framework OpenGL from CoreVideo linker flags.2009-04-25, by diego
-
whitespace cosmetics: reindent Mac OS X checks, remove trailing whitespace2009-04-25, by diego
-
Split generic OS X API check into separate CoreAudio, CoreVideo, Quartz checks.2009-04-25, by diego
-
typo in XFORM asm check, noticed by Emanuele Giaquinta2009-04-25, by diego
-
sane verbosity levels for menu initialization2009-04-25, by diego
-
Make reset_ptr() void.2009-04-23, by cehoyos
-
commit remaining binary_codecs.sh changes from debian.2009-04-23, by siretart
-
check for missing libstdc++2009-04-23, by siretart
-
more cosmetics2009-04-23, by siretart
-
whitespace cosmetics2009-04-23, by diego
-
Change getdladdr to always use dlopen, dlsym and then dlclose.2009-04-23, by reimar
-
Part 3 of syncing binary_codecs.sh with Debian2009-04-23, by siretart
-
Part 2 of syncing binary_codecs.sh with Debian2009-04-23, by siretart
-
Pass argc and argv parameters to main() function in SDL test.2009-04-23, by diego
-
Part 1 of syncing binary_codecs.sh with Debian2009-04-22, by siretart
-
Don't automatically wrap lines when WrapStyle==2.2009-04-21, by eugeni
-
Fix a signedness issue that caused a warning to be wrongfully printed at runtime.2009-04-21, by gpoirier
-
Planar 16bit 420 422 444 YUV support (output is only supported in some2009-04-21, by michael
-
Merge gray->gray converters into planarCopy(), this should also make planarCopy()2009-04-21, by michael
-
Add macro to check for 16bit per sample.2009-04-21, by michael
-
Make sure src/dst are NULL when they arent used, some code uses this to2009-04-21, by michael
-
Use generic BE check instead of checking for gray16LE.2009-04-20, by michael
-
add isBE()2009-04-20, by michael
-
Unify error message output and update error messages.2009-04-20, by diego
-
small typo fixes2009-04-20, by diego
-
Remove reference to outdated documentation file.2009-04-20, by diego
-
Move non-conditional SRCS lists below the conditional parts. This allows2009-04-20, by diego
-
whitespace cosmetics2009-04-20, by diego
-
Use temporary variables to add objects that depend on more than one2009-04-20, by diego
-
Add algorithm flag (SWS_POINT) to sws_getContext call to avoid a crash.2009-04-20, by diego
-
Only add existing files to the FFMPEGFILES variable.2009-04-20, by diego
-
Use ADDSUFFIXES function to simplify version.h dependency declaration.2009-04-20, by diego
-
Introduce ADDSUFFIXES function and use it to simplify the2009-04-20, by diego
-
cosmetics: Move ADD_ALL_* functions to a more sensible place.2009-04-20, by diego
-
Add HAVE_LDBRX to config.h for FFmpeg.2009-04-20, by diego
-
Add check for XFORM ASM, needed by FFmpeg/PPC.2009-04-20, by diego
-
cosmetics: reindent2009-04-19, by diego
-
whitespace cosmetics2009-04-19, by diego
-
cosmetics: Rename PARTS variable to FFMPEGPARTS.2009-04-19, by diego
-
Introduce ADD_ALL_DIRS function to factorize clean and distclean target commands2009-04-19, by diego
-
Convert another forgotten ADD_ALL_EXESUFS call.2009-04-19, by diego
-
Extend ADD_ALL_EXESUFS to work with a list of files instead of a single one.2009-04-19, by diego
-
Remove duplicate entry from DIRS.2009-04-19, by diego
-
Add files in all library subdirectories to FFMPEGFILES variable, not2009-04-19, by diego
-
Remove pointless #ifdef around internal #include.2009-04-19, by diego
-
Remove 2 useless += at the end of rgb16to15(), found by CSA.2009-04-18, by michael
-
Rename swscale_avoption.c to options.c.2009-04-18, by stefano
-
Make sws_setColorspaceDetails() return -1 if the destination format is2009-04-18, by stefano
-
Move sws_[gs]etColorspaceDetails() documentation from swscale.c to2009-04-18, by stefano
-
Rely on POSIX-compatible head/tail versions that understand the -n option.2009-04-16, by diego
-
Replace all `` by $(), it is more readable and easier to nest.2009-04-15, by diego
-
Simplify OS detection functions.2009-04-15, by diego
-
libavformat is now the default for mov, update extension.c to match this.2009-04-15, by reimar
-
whitespace cosmetics: Break some overly long lines.2009-04-14, by diego
-
Do not use abgrToA for both luma and alpha channel in hyscale.2009-04-14, by sdrik
-
follow renaming of pbBufPtr() to put_bits_ptr() by stefano2009-04-13, by rik
-
fix a memory leak leading to ~80 bytes being leaked at each call to flip_page.2009-04-13, by gpoirier
-
Sync with latest FFmpeg changes.2009-04-13, by diego
-
Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.2009-04-12, by diego
-
whitespace cosmetics: Reindent a few lines and break a few excessively long lines.2009-04-12, by diego
-
Fix E-AC-3 channel ordering. E-AC-3 needs to use the same ordering as AC-3,2009-04-12, by diego
-
Reduce subtitle parsing verbosity.2009-04-12, by diego
-
Use extra_cflags variable instead of CFLAGS to add system-specific CFLAGS.2009-04-12, by diego
-
Reemit the ID_AID_x_LANG for the track. This allows the identification of the2009-04-11, by diego
-
Move all CFLAGS checks together at the beginning of configure.2009-04-10, by diego
-
Move thread-related CFLAGS settings into pthread test.2009-04-10, by diego
-
some updates about translation maintenance2009-04-10, by diego
-
Simplify: use av_fifo_space2009-04-10, by reimar
-
Remove unnecessary Darwin default CFLAGS and LDFLAGS.2009-04-10, by diego
-
Move darwin CFLAG settings to darwin section at the beginning of configure.2009-04-10, by diego
-
Move amigaos CFLAG settings to amigaos section at the beginning of configure.2009-04-10, by diego
-
gcc <3.1 is unsupported on Darwin, no need to check for this.2009-04-10, by diego
-
Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.2009-04-10, by reimar
-
Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed.2009-04-09, by reimar
-
Split oversized of "argument" onto a separate line.2009-04-09, by reimar
-
Also lock the mainloop when doing adjusting the volume for PulseAudio.2009-04-09, by reimar
-
Make sure waitop always unlocks the mainloop even if the operation could not2009-04-09, by reimar
-
Add a -indentify message that indicates if the current DVDNAV title is2009-04-09, by reimar
-
Change type of first argument of the print_int_array function from int to2009-04-09, by diego
-
Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.2009-04-08, by ramiro
-
Specify precise dependencies for generated header file codecs.conf.h.2009-04-08, by diego
-
Reduce compilation time after version.h was updated.2009-04-08, by cehoyos
-
Fix wrong syntax in test example, noticed by Jason Holt, jholt google com.2009-04-08, by diego
-
Add rules to install gmplayer manual pages.2009-04-06, by diego
-
swscale: Remove X86 commented out code.2009-04-05, by ramiro
-
synced with r291472009-04-05, by Gabrov
-
eliminate a trailing whitespace2009-04-05, by Gabrov
-
sync with en/mplayer.1 r291332009-04-05, by jrash
-
swscale: Use function pointers for swScale functions.2009-04-04, by ramiro
-
swscale: {}-related cosmetics.2009-04-04, by ramiro
-
swscale: Add const to some swScale functions' parameters.2009-04-04, by ramiro
-
remove startup -volume wish, option was added a while ago2009-04-04, by compn
-
add tivo (ty) and rm (rmvb) to file chooser, fixes bug 6632009-04-04, by compn
-
Avoid spurious rebuilds on svn up. The check to find out if the header file2009-04-04, by cehoyos
-
Fix passing CFLAGS and LDFLAGS with = in them as configure parameters.2009-04-04, by diego
-
make = and + both adjust audio delay, useful for keyboards without keypads2009-04-04, by compn
-
add fourccs: dvp and dvs1, from vlc dv video fourcc list2009-04-03, by compn
-
Fix compilation for newly added VAAPI_HWACCEL's.2009-04-03, by cehoyos
-
Use native endian float filter provided by libbs2b instead of2009-04-02, by bircoph
-
Add documentation for libbs2b audio filter.2009-04-02, by bircoph
-
Add libbs2b audio filter itself.2009-04-02, by bircoph
-
Support for libbs2b audio filter.2009-04-02, by bircoph
-
Fix compilation with libavcodec's HWACCEL.2009-04-02, by cehoyos
-
swscale: Remove mmx2 params from h[yc]scale().2009-04-02, by ramiro
-
swscale: Split h[yc]scale_fast() into their own functions.2009-04-02, by ramiro
-
swscale: Execute sfence and emms depending on runtime flags.2009-04-02, by ramiro
-
Remove unnecessary malloc.h #includes and related #ifdeffery.2009-04-02, by diego
-
Add recently added FFmpeg subdirs to DIRS variable.2009-04-02, by diego
-
override codec tag for pcm s32le and s32be, used in mov2009-04-02, by bcoudurier
-
Add config.h #include, necessary for HAVE_MALLOC_H check.2009-04-01, by diego
-
Remove unused variable along with the related warning.2009-04-01, by diego
-
Increase probe buffer size to 32kB, this makes ac3 auto-detection far more reliable.2009-04-01, by reimar
-
At least direct3d vo supports -xineramascreen, too2009-04-01, by reimar
-
Make examples and test progs depend on libraries2009-04-01, by mru
-
Prefer vo vdpau over vo xv where available.2009-03-31, by cehoyos
-
100l, add forgotten BGR15 format to fmt-conversion.c table2009-03-31, by reimar
-
cdvh decodes with ffdv2009-03-31, by compn
-
Add forgotten escapes for -2009-03-31, by reimar