2011-01-01 |
diego |
Remove forked internal libfaad2 copy.
|
2011-01-01 |
diego |
Remove references to some forked code that was deleted from MPlayer ages ago.
|
2010-12-31 |
reimar |
Remove dvdnav-howto.txt, it is unnecessary and contains no information at
|
2010-12-31 |
reimar |
Make internal FFmpeg use the new API that does not pose a limit on the maximum
|
2010-12-31 |
jrash |
sync with en/mplayer.1 rev. 32735
|
2010-12-30 |
reimar |
Define CONFIG_GPL in config.asm, fixes compilation with YASM.
|
2010-12-27 |
gpoirier |
tell that x264's crf gives better results than qp,
|
2010-12-25 |
cboesch |
Remove pointless case braces.
|
2010-12-24 |
cboesch |
Use '@' Doxygen syntax in subreader module.
|
2010-12-24 |
cboesch |
Add brief description for mp_basename.
|
2010-12-24 |
cboesch |
Add mp_path_is_absolute function.
|
2010-12-24 |
cboesch |
Change Doxygen syntax for mp_dirname.
|
2010-12-24 |
cboesch |
Factorize subtitles loading between mplayer and mencoder.
|
2010-12-23 |
reimar |
Remove __ptr32 and __ptr64 typedefs, we do not need them and
|
2010-12-23 |
reimar |
Disable VIDIX on Windows if then required ntddk.h header is not available.
|
2010-12-23 |
diego |
configure: Add HAVE_MMAP definition for FFmpeg to config.h.
|
2010-12-23 |
diego |
configure: Disable internal libfaad2 compilation by default.
|
2010-12-19 |
reimar |
Compilation fixes for currentl Cygwin.
|
2010-12-19 |
cboesch |
Replace two malloc+memset with calloc.
|
2010-12-19 |
cboesch |
Simplify video format condition in get_metadata.
|
2010-12-19 |
cboesch |
Remove pointless case braces in get_metadata.
|
2010-12-19 |
cboesch |
Fix potential heap overflow in get_metadata.
|
2010-12-18 |
reimar |
llvmpipe, while only slow instead of insanely slow, is a software renderer.
|
2010-12-17 |
jrash |
sync with en/mplayer.1 rev. 32699
|
2010-12-16 |
cboesch |
Add support for HTTP 307 (Temporary Redirect) responses.
|
2010-12-15 |
diego |
Credit Compn for some of his work.
|
2010-12-14 |
reimar |
Remove pointless NULL checks before free.
|
2010-12-14 |
reimar |
get rid of double (
|
2010-12-12 |
compn |
add winamp useragent example
|
2010-12-12 |
compn |
add realplayer user-agent
|
2010-12-12 |
reimar |
Add a missing free to ASF demuxer close.
|
2010-12-12 |
reimar |
Add playlist parser for .nsc files.
|
2010-12-12 |
compn |
add some profile information
|
2010-12-12 |
reimar |
len < 8 is also invalid for 64-bit codec chunk size.
|
2010-12-12 |
reimar |
Avoid using uninitialized data if index read does not return enough data.
|
2010-12-12 |
reimar |
Fix ad_faad crash when used on an empty audio stream.
|
2010-12-12 |
reimar |
Support 0xff as tag for AAC audio and avoid an endless loop for unknown
|
2010-12-12 |
reimar |
Improve speex codec pts handling, make audio timestamps work reasonably
|
2010-12-12 |
reimar |
Fix allocations: always free before overwriting a pointer with a newly
|
2010-12-12 |
reimar |
Add validity check for stream_seek argument to avoid a integer overflow
|
2010-12-12 |
reimar |
Fix memleaks on error.
|
2010-12-12 |
reimar |
Treat non-ref frames like B-frames even if has_b_frames is not set and
|
2010-12-12 |
compn |
correct -tv audiorate description, change bitrate to samplerate
|
2010-12-11 |
reimar |
Prefer yuv4mpeg via libavformat, since that one supports multiple
|
2010-12-11 |
reimar |
Replace memcpy with memove since at least src==dst is possible.
|
2010-12-11 |
reimar |
Fix several memleaks in TS demuxer.
|
2010-12-11 |
reimar |
Replace hard-coded number for loop limits for array index by
|
2010-12-11 |
reimar |
Replace malloc+memset with calloc and use sizeof(*variable).
|
2010-12-11 |
reimar |
Add memset to avoid using uninitialized data with sample in bug 1280.
|
2010-12-11 |
reimar |
Fix mp_check_mp3_header: it checked for a byte-swapped MP3-header
|
2010-12-11 |
reimar |
Fix crahs with -audiofile and audio disabled.
|
2010-12-11 |
reimar |
Reset ctx->vo_initialized to 0 on a resolution change.
|
2010-12-11 |
reimar |
Fix possible memory leaks on error.
|
2010-12-11 |
reimar |
Fix insufficient padding/memset at the end of demuxer packets.
|
2010-12-11 |
reimar |
Use FFMAX for slightly better readability.
|
2010-12-11 |
reimar |
Remove useless assignment already done in new_sh_video.
|
2010-12-11 |
reimar |
Remove pointless assignments that are already handled in new_sh_audio.
|
2010-12-11 |
reimar |
Move setup of sh_audio->format to a more appropriate place (in asfheader.c).
|
2010-12-11 |
reimar |
Fix some unaligned writes and avoid some (incorrect due to alignment) casts.
|
2010-12-11 |
reimar |
Reset mpvdec to NULL after uninit.
|
2010-12-11 |
reimar |
Fix spelling in comment.
|
2010-12-11 |
reimar |
Allow cycling subtitles backwards with 'J'.
|
2010-12-11 |
reimar |
Support very high libav* message levels as e.g. the flac parser
|
2010-12-08 |
reimar |
Do not generate nonsensical pts values for FLAC audio.
|
2010-12-08 |
reimar |
Add support for FLAC audio parsing, fixes playback time jumping
|
2010-12-07 |
ramiro |
colorspace-test: fix build
|
2010-12-04 |
cboesch |
Make use of mp_basename in a few places.
|
2010-12-04 |
jrash |
sync with en/mplayer.1 rev. 32661
|
2010-12-03 |
cboesch |
Add support for login/password in http_proxy env variable.
|
2010-12-03 |
cboesch |
Drop MPlayer base64_encode for av_base64_encode.
|
2010-12-03 |
compn |
add c key for capturing default bind, missing from r32524
|
2010-12-03 |
compn |
mark myself as bugzilla admin and mailing list moderator
|
2010-11-29 |
compn |
change --with-extraincdir to --extra-cflags
|
2010-11-29 |
reimar |
Set needs_parsing to 1 for DTS audio.
|
2010-11-28 |
reimar |
Fix TS files with MP4 ES AAC descriptor to be correctly recognized
|
2010-11-28 |
reimar |
Add horrible hack to make xvidix work on big-endian.
|
2010-11-28 |
reimar |
100l, fix vidix compilation on big-endian
|
2010-11-28 |
reimar |
Restore big-endian support removed in thoughtless upstream merge
|
2010-11-28 |
reimar |
Add R_OVL_SHIFT to all R280 devices. Only actually confirmed for two.
|
2010-11-28 |
compn |
add ffmpeg g722 audio codec
|
2010-11-27 |
iive |
Expose the VBV options of xvid encoder to the command line interface.
|
2010-11-27 |
compn |
make tag for svq3, fixes:
|
2010-11-27 |
reimar |
Add support for uncompressed BGR24 pixfmt.
|
2010-11-27 |
compn |
change dnxhd to qtdnxhd. consistant with all other quicktime decoders
|
2010-11-27 |
reimar |
Reindent.
|
2010-11-27 |
reimar |
Do not dump image description by default.
|
2010-11-27 |
reimar |
Mark input-only buffer as const.
|
2010-11-27 |
reimar |
Mark input buffer that is never modified as const.
|
2010-11-27 |
reimar |
Use uint8_t type instead of unsigned char.
|
2010-11-27 |
reimar |
Mark input-only buffers as const.
|
2010-11-27 |
reimar |
Support clearing subtitles. Makes PGS subtitles disappear at the appropriate time.
|
2010-11-27 |
reimar |
Bump codecs.conf version.
|
2010-11-27 |
reimar |
Add support for decoding Avid DNxHD through the QuickTime component.
|
2010-11-26 |
reimar |
build_afilter_chain is not safe to use directly, thus make it
|
2010-11-25 |
cboesch |
Use calloc instead of malloc+memset.
|
2010-11-25 |
cboesch |
Remove GCC warning hack not needed anymore
|
2010-11-25 |
cboesch |
Remove dead define
|
2010-11-25 |
cboesch |
Simplify mime_type_table loop
|
2010-11-23 |
komh |
Check the validity of an argument, font.
|
2010-11-21 |
cboesch |
Handle ':' on systems with DOS paths: it allows paths like C:foo.avi.
|
2010-11-21 |
cboesch |
Add a mp_dirname function (unused at the moment)
|
2010-11-21 |
cboesch |
Do not keep authentication in URL on connection through a proxy
|
2010-11-21 |
reimar |
Add WAVEFORMATEXTENSIBLE support to AVI demuxer.
|
2010-11-21 |
reimar |
Fix WAVEFORMATEXTENSIBLE condition.
|
2010-11-21 |
reimar |
Fix WAVEFORMATEXTENSIBLE support on big-endian.
|
2010-11-20 |
komh |
Set font_fontconfig to -1 if CONFIG_FONTCONFIG is not configured.
|
2010-11-20 |
reimar |
Fix TS demuxer with -sb and when -aid stream is not found.
|
2010-11-18 |
cboesch |
Add Proxy-Authorization header to authenticate on proxies
|
2010-11-18 |
cboesch |
"Authentication" header is for the destination server URL, even through a proxy
|
2010-11-17 |
cboesch |
Handle correctly paths with mixed '/' and '\' in it.
|
2010-11-17 |
cboesch |
Fix crash on path without directories.
|
2010-11-16 |
cboesch |
Export mp_basename in a function instead of duplicate macros in various places
|
2010-11-16 |
reimar |
Do not initialize codec_id to a nonsense value (it was initialized
|
2010-11-14 |
reimar |
Indicate that stereo3d can now handle strides properly.
|
2010-11-14 |
reimar |
Remove unused struct element.
|
2010-11-14 |
reimar |
Properly support src/dst stride in vf_stereo3d.
|
2010-11-14 |
reimar |
Adjust d_height instead of bad ad-hoc scaling.
|
2010-11-14 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
2010-11-13 |
reimar |
If audio_block_size is 0 that is a bug (and will result in a division by 0
|
2010-11-13 |
reimar |
Fix possible division by 0 if -aid is used for AVI files.
|
2010-11-12 |
reimar |
Unescape username/password when URL-parsing.
|
2010-11-10 |
reimar |
gl/win32: select a stereo pixel format for window when
|
2010-11-10 |
reimar |
Move setting of pixel format from init to config.
|
2010-11-10 |
reimar |
100l, add forgotten FFMIN to fix small reads (-nocache) with bd:// protocol.
|
2010-11-10 |
reimar |
Support reading larger blocks in one go for bd:// protocol.
|
2010-11-10 |
reimar |
Make the file protocol read up to 64 kB at once when the cache is used,
|
2010-11-10 |
compn |
fix punctuation and wording in ffmpeg codec howto
|
2010-11-10 |
lorenm |
use x264_picture_init.
|
2010-11-10 |
cehoyos |
Use fist(p)s instead of fist(p), fixes compilation with clang.
|
2010-11-09 |
reimar |
Simplify: Use early return instead of large if block.
|
2010-11-09 |
reimar |
Some indentation fixes.
|
2010-11-08 |
reimar |
Merge pointlessly split string.
|
2010-11-08 |
reimar |
Fix one -subcc sample.
|
2010-11-08 |
reimar |
Document that -subcc now takes a channel option.
|
2010-11-08 |
reimar |
Add code to allow selecting the Close Captioning channel.
|
2010-11-08 |
diego |
cosmetics: Fix Bluray vs. Blu-ray typo.
|
2010-11-08 |
diego |
Prefer FFmpeg AAC decoder over libfaad2.
|
2010-11-08 |
compn |
document how to add ffmpeg codecs in codecs.conf.txt
|
2010-11-07 |
cboesch |
Replace hardcoded str size with sizeof
|
2010-11-07 |
cboesch |
Use MSGTR_MemAllocFailed instead of hardcoded string
|
2010-11-07 |
diego |
Remove outdated reference to 80kB patch size limit; the limit no longer exists.
|
2010-11-07 |
reimar |
Use calloc instead of malloc+memset.
|
2010-11-07 |
reimar |
Avoid unnecessary ().
|
2010-11-07 |
diego |
Remove some useless NULL pointer checks before invoking free() on the pointer.
|
2010-11-07 |
cehoyos |
Add a comment to codecs that require their fourcc's added to demuxer.c.
|
2010-11-07 |
cehoyos |
Add missing fourcc's that require libavcodec parsing.
|
2010-11-07 |
cehoyos |
Fix typo: There is no fourcc 'MPE '.
|
2010-11-06 |
reimar |
Use IMGFMT to compare instead of PIX_FMT to avoid issues
|
2010-11-06 |
reimar |
For FFmpeg codecs YV12 should always be in the supported format
|
2010-11-06 |
reimar |
Fix dvd:// fill_buffer function to actually write into the specified
|
2010-11-06 |
reimar |
Fix spelling.
|
2010-11-06 |
reimar |
100l, add missing return.
|
2010-11-06 |
reimar |
Change code to something understandable (but equivalent).
|
2010-11-06 |
reimar |
Remove a pointless and stupid condition.
|
2010-11-06 |
reimar |
Fix subtitle sync issues by ensuring we enqueue all subtitle packets
|
2010-11-06 |
reimar |
Fix -ac faad with -demuxer lavf.
|
2010-11-06 |
reimar |
fflatm seems to be working, wheras internal faad does not work with
|
2010-11-06 |
reimar |
Use only one fourcc for LATM.
|
2010-11-06 |
reimar |
Handle EAGAIN in ad_ffmpeg, this is necessary for LATM to work properly with
|
2010-11-06 |
reimar |
Add support for LATM parsing.
|
2010-11-06 |
reimar |
Fix bd:// with -cache, the bd_read function does not work when
|
2010-11-06 |
reimar |
Fix program switching with -demuxer lavf.
|
2010-11-06 |
reimar |
Print PROGRAM_ID -identify output similar to demux_ts
|
2010-11-06 |
reimar |
Set st->discard in the same way for audio and video, fixes -aid no
|
2010-11-03 |
reimar |
Support NV12/NV21/HM12 in ve_raw.
|
2010-11-03 |
reimar |
Make scale filter accept all non-hardware-acceleration input formats we know a
|
2010-11-03 |
reimar |
Add and use a IMGFMT_IS_HWACCEL define.
|
2010-11-03 |
diego |
Add video/3gpp and application/x-flash-video mime types.
|
2010-11-03 |
diego |
Do not enable rpath on NetBSD.
|
2010-11-03 |
diego |
Enable joystick support on FreeBSD.
|
2010-11-02 |
cehoyos |
Support FFmpeg LATM decoding.
|
2010-11-02 |
komh |
Restore all the attributes after changing aspect ratio.
|
2010-11-02 |
komh |
Prevent a parent window from painting over our window on slave mode
|
2010-10-30 |
reimar |
Fix possible out-of-bounds access.
|
2010-10-30 |
jrash |
sync with en/mplayer.1 rev. 32566
|
2010-10-29 |
cigaes |
Support for -force-key-frames for ve_xvid4.
|
2010-10-29 |
cigaes |
Support for -force-key-frames for ve_x264.
|
2010-10-29 |
cigaes |
Support for -force-key-frames for ve_lavc.
|
2010-10-29 |
cigaes |
Add the -force-key-frames option.
|
2010-10-29 |
mstorsjo |
Store src/dstFormat after calling handle_jpeg
|
2010-10-28 |
siretart |
make indentation consistent (no content changes)
|
2010-10-28 |
diego |
Update release instructions to be more in line with current practice.
|
2010-10-27 |
reimar |
Add internal read and seek function to avoid a useless memcpy when using
|
2010-10-27 |
cigaes |
vo_corevideo.m: change path for sub.h.
|
2010-10-27 |
cigaes |
Move spuenc.[ch] from libvo to sub.
|
2010-10-27 |
cigaes |
Move osd.[ch] and osd_template.c from libvo to sub.
|
2010-10-27 |
reimar |
Remove som irrelevant commented-out code.
|
2010-10-27 |
cigaes |
Move libvo/sub.[ch] from libvo to sub.
|
2010-10-27 |
cigaes |
Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
|
2010-10-27 |
cigaes |
Ignore .d and .ho files in sub.
|
2010-10-27 |
reimar |
Do not use a path for including files in the same directory.
|
2010-10-27 |
cigaes |
Makefile: add the sub directory to DIRS.
|
2010-10-27 |
cigaes |
Move subassconvert.[ch] to the sub directory.
|
2010-10-27 |
cigaes |
Move ass_mp.[ch] to the sub directory.
|
2010-10-27 |
cigaes |
Move eosd.[ch] to the sub directory.
|
2010-10-27 |
cigaes |
Move vobsub.[ch] and unrar_exec.[ch] to the sub directory.
|
2010-10-27 |
cigaes |
Move sub_cc.[ch] to the sub directory.
|
2010-10-27 |
cigaes |
Move av_sub.[ch] to the sub directory.
|
2010-10-27 |
cigaes |
Move spudec.[ch] to the sub directory.
|
2010-10-27 |
cigaes |
Move find_sub.c to the sub directory.
|
2010-10-27 |
cigaes |
Create a new directory, "sub", for subtitles and OSD related code.
|
2010-10-27 |
diego |
Fix compilation with networking disabled due to FFmpeg CONFIG_RTPDEC handling.
|
2010-10-27 |
cigaes |
stream_dvd: millisecond accuracy for chapters in -identify output.
|
2010-10-27 |
siretart |
bump package build-dependency on x264 to versions later than 0.99
|
2010-10-27 |
siretart |
sync x264 version check with the check in ffmpeg/configure
|
2010-10-26 |
reimar |
Consistency fix: select track specified by -aid/-vid/-sid automatically
|
2010-10-26 |
reimar |
Replace malloc+memset by calloc.
|
2010-10-23 |
cehoyos |
Add manual page changes after adding support for additional xvid
|
2010-10-23 |
cehoyos |
Fix Italian translation.
|
2010-10-23 |
reimar |
Use proper include instead of extern declarations in the .c file.
|
2010-10-23 |
reimar |
Change capture feature to append to file instead of overwriting.
|
2010-10-23 |
reimar |
Simplify and fix capture feature to not always return an error.
|
2010-10-22 |
cigaes |
EOSD: overlay_add: use read_pnm instead of the internal reimplementation.
|
2010-10-22 |
reimar |
Add stereo3d filter.
|
2010-10-22 |
reimar |
Remove unused message string.
|
2010-10-22 |
reimar |
Improve vd_ffmpeg aspect handling to respect container aspect if possible
|
2010-10-21 |
diego |
Implement a basic capture feature, available through -capture.
|
2010-10-21 |
diego |
Add CONFIG_RTPDEC to config.h/config.mak for FFmpeg.
|
2010-10-21 |
diego |
Fix detection of mips processor variants.
|
2010-10-21 |
corey |
Cosmetics: split a couple long "if" lines.
|
2010-10-21 |
corey |
Make mencoder account for encoder delay when considering the current
|
2010-10-20 |
attila |
Make commas and backslashes show in manpage output as they are supposed
|
2010-10-19 |
siretart |
make the packaged binaries identify themselves properly
|
2010-10-19 |
siretart |
10l, unbreak building of mplayer-doc package
|
2010-10-19 |
siretart |
Make clean target even more robust and forcefully remove generated HTML docs
|
2010-10-19 |
siretart |
switch to source format 3.0 (native) to build tarballs on demand
|
2010-10-18 |
cigaes |
Make the parse_timestring public, with a slightly extended API.
|
2010-10-18 |
cigaes |
Move the read_pnm function into a separate file.
|
2010-10-18 |
cigaes |
Add a flag "initialized" to the mp_eosd_source structure.
|
2010-10-18 |
siretart |
don't fail debian package build if not all shlibdeps information could be retrieved
|
2010-10-17 |
reimar |
Reindent.
|
2010-10-17 |
reimar |
Add support for AOPLAY_FINAL_CHUNK, reportedly also fixes a possible
|
2010-10-17 |
reimar |
Fix possible crash for invalid http_proxy URLs like just
|
2010-10-17 |
reimar |
More strict autodetection of RT subtitle format.
|
2010-10-17 |
reimar |
Mention af_cmdline command in Changelog.
|
2010-10-17 |
reimar |
Add experimental af_cmdline slave command to allow changing filter options at runtime.
|
2010-10-17 |
reimar |
Make af_reinit "public", to allow using it in future patches.
|
2010-10-17 |
reimar |
Avoid C99-style loops with variable declaration inside for ()
|
2010-10-17 |
reimar |
Add proper include for set_priority,
|
2010-10-17 |
reimar |
Move gui-specific code out of common_init, it certainly does
|
2010-10-17 |
reimar |
Add windows.h include to fix compilation in some cases.
|
2010-10-17 |
reimar |
Make code clearer by putting the "special case hack" inside the if.
|
2010-10-17 |
reimar |
Fix indentation.
|
2010-10-17 |
reimar |
Do not fail opening a -input file= file just because stat failed, but try
|
2010-10-17 |
reimar |
Add missing avstring include for av_strlcpy.
|
2010-10-17 |
reimar |
Add proper include for av_strlcpy.
|
2010-10-17 |
reynaldo |
Small grammar and formatting fixes
|
2010-10-15 |
siretart |
in auto mode, enable internal libdvdcss only if it is actually available
|
2010-10-14 |
cigaes |
Cosmetic: remove useless braces.
|
2010-10-14 |
cigaes |
Use intptr_t for integers stored in opaque pointers.
|
2010-10-14 |
siretart |
ignore debhelper generated debug logfiles
|
2010-10-14 |
siretart |
add hint for building an mplayer package that uses libdvdcss at runtime instead of the internal copy
|
2010-10-14 |
siretart |
make clean target more robust (i.e. don't fail when config.mak isn't there)
|
2010-10-13 |
reimar |
Replace snprintf by av_strlcpy.
|
2010-10-13 |
reimar |
Do not call Setup_FS_Segment if the QuickTime framework is used on OSX
|
2010-10-13 |
siretart |
do not create a fake 'bestsites' if neither 'fping' or 'netselect' are installed
|
2010-10-13 |
siretart |
use 'dpkg --print-architecture'
|
2010-10-12 |
cigaes |
EOSD: add a function to test if a source has already been registered.
|
2010-10-12 |
diego |
Remove some obsolete and misleading comments.
|
2010-10-11 |
reimar |
Fix handling of invalid values in aspect_save_screenres to not overwrite
|
2010-10-11 |
diego |
Remove #warning preprocessor directives or replace them by suitable comments.
|
2010-10-10 |
reimar |
Extract code to read a pnm file into a separate function.
|
2010-10-10 |
cigaes |
Add the overlay_add and overlay_remove commands.
|
2010-10-10 |
cigaes |
Use a dynamic list for the sources of EOSD elements.
|
2010-10-09 |
reimar |
Avoid printing AAC with SBR warning on every decode call, instead print
|
2010-10-09 |
reimar |
Write the code in a more understandable way instead of trying to explain
|
2010-10-09 |
reimar |
Whitespace cosmetics: format init function more consistent with the
|
2010-10-09 |
reimar |
Fix typo in error message: ACC -> AAC
|
2010-10-09 |
reimar |
Simplify some ifdefs.
|
2010-10-09 |
reimar |
Move OS-fixup hacks in init code into a separate function.
|
2010-10-09 |
reimar |
Sanitize indentation of common init functions.
|
2010-10-09 |
reimar |
Avoid duplicating common init code between MPlayer and mencoder.
|
2010-10-09 |
reimar |
Remove some commented-out and generally useless code.
|
2010-10-09 |
reimar |
Fix validity checks before closing a file descriptor.
|
2010-10-09 |
reimar |
Fix indentation.
|
2010-10-09 |
reimar |
Remov gui-specific code, the way teh GUI works was changed so most
|
2010-10-09 |
reimar |
Add a va_list version of mp_msg and use it to avoid yet another intermediate
|
2010-10-09 |
reimar |
Add a missing const to declaration.
|
2010-10-09 |
reimar |
Simplify code for writing to /proc/mtrr.
|
2010-10-09 |
reimar |
Spelling fix.
|
2010-10-09 |
reimar |
Use FFALIGN macro.
|
2010-10-09 |
reimar |
Spelling fix.
|
2010-10-09 |
reimar |
Remove an unmotivated and pointless panscan_calc call.
|
2010-10-09 |
reimar |
xvidix: reconfigure also on window move.
|
2010-10-09 |
reimar |
Fix xmga event handling: Reconfigure hardware on move and resize,
|
2010-10-09 |
reimar |
Remove a useless MGA_VID_CONFIG ioctl, set_window already does this.
|
2010-10-09 |
reimar |
Add VO_EVENT_MOVE which is required for VOs that interact directly
|
2010-10-09 |
reimar |
Switch (x)mga vo to new libvo API to reduce code duplication and improve
|
2010-10-09 |
reimar |
Add fallback values to aspect_save_screenres to avoid division by 0
|
2010-10-08 |
diego |
cosmetics: Drop some {} from if statements to get rid of pointless #ifdefs.
|
2010-10-08 |
diego |
AC-3 streams need to be byteswapped on little-endian machines.
|
2010-10-08 |
diego |
Change libmp3lame check to test for lame_set_VBR_quality().
|
2010-10-07 |
diego |
Make sure some x86 config.h entries are available on all architectures.
|
2010-10-07 |
diego |
Add missing values for the chanlist suboption of -tv.
|
2010-10-07 |
diego |
Add xmm clobbers test for FFmpeg.
|
2010-10-06 |
cehoyos |
Fix switching audio track with the native MPEG-TS demuxer after an
|
2010-10-05 |
diego |
Add necessary #includes to make headers compile standalone.
|
2010-10-05 |
diego |
Ignore generated .ho files.
|
2010-10-05 |
diego |
Require LAME 3.98.3 for MPlayer, same as is required for FFmpeg.
|
2010-10-05 |
diego |
Ensure that CONFIG_NETWORK is always #defined to either 0 or 1.
|
2010-10-05 |
compn |
add another xdcam mpeg2 fourcc/isom
|
2010-10-04 |
reimar |
Handle libavformat adding additional streams during playback.
|
2010-10-04 |
reimar |
1000l, %lf is not valid format string for printf (only for scanf) and actually
|
2010-10-03 |
cehoyos |
yadif: Explicit wordlength for compare. Fixes compile with clang.
|
2010-10-03 |
diego |
Move pva_get_payload() around to avoid a forward declaration.
|
2010-10-03 |
diego |
Mark pva_get_payload() as static, it is not used outside of the file.
|
2010-10-03 |
diego |
Move AVI muxer functions around to avoid forward declarations.
|
2010-10-03 |
diego |
Move mp_unescape03 function around to avoid forward declaration.
|
2010-10-03 |
diego |
Remove unused hexdump() forward declaration.
|
2010-10-03 |
diego |
Replace forward declarations of skip_audio_frame() by proper #include.
|
2010-10-03 |
diego |
Replace forward declarations of resync_{audio|video}_stream by proper #includes.
|
2010-10-03 |
diego |
Remove some unnecessary #includes from IVTV and V4L2 checks.
|
2010-10-03 |
diego |
Simplify some X11 checks with the help of statement_check_broken().
|
2010-10-03 |
diego |
Remove some dead and commented-out variable declarations and assignments.
|
2010-10-03 |
diego |
cosmetics: alphabetical order for the DIRS list
|
2010-10-03 |
diego |
Add missing "ffmpeg/" prefix to libpostproc entry in DIRS list.
|
2010-10-03 |
reimar |
100l, fix sws_getCachedContext. It did not set the colorspace details,
|
2010-10-02 |
reimar |
Fix ds_get_packet_sub to actually respect the pts-based read-ahead limit.
|
2010-10-02 |
diego |
Remove UNUSED macros used to shut up unused function parameter warnings.
|
2010-10-01 |
diego |
Move some code around to avoid forward declarations in top-level .c files.
|
2010-10-01 |
diego |
Drop removal of AAC encoder from list of FFmpeg encoders.
|
2010-09-30 |
reimar |
100l, actually add yasmdefines to YASMFLAGS.
|
2010-09-30 |
jrash |
Synced with help_mp-en.h rev. 32066
|
2010-09-30 |
cehoyos |
Use calloc instead of malloc and memset.
|
2010-09-30 |
cehoyos |
Simplify comparison.
|
2010-09-29 |
stefano |
Set default values for the scale context in sws_alloc_context().
|
2010-09-29 |
stefano |
Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.
|
2010-09-29 |
stefano |
Set valid default values for the srcw, srch, dstw, dsth options in the
|
2010-09-29 |
reimar |
Use bluray_device variable also for bd:// instead of dvd_device
|
2010-09-29 |
reimar |
Reindent.
|
2010-09-29 |
reimar |
spudec: support "clear" packets that contain no data but instead
|
2010-09-29 |
reimar |
Move config.asm back to root and append a '/' to SRC_PATH
|
2010-09-29 |
reimar |
Allow configure to accept nasm instead of yasm again.
|
2010-09-29 |
reimar |
Remove -DARCH_X86_64 from YASMFLAGS, that define is already in config.asm
|
2010-09-29 |
reimar |
config.asm should be generate in ffmpeg/, not the root.
|
2010-09-29 |
stefano |
Cosmetics: put "if (...)" and "av_log(...)" in the same line for
|
2010-09-29 |
stefano |
Put if (...) av_log() in the same line, more compact and increase
|
2010-09-29 |
stefano |
Amend constraints for the src_format and dst_format options in the
|
2010-09-29 |
stefano |
Cosmetics: fix braces placement.
|
2010-09-28 |
stefano |
Deprecate sws_getContext(), use sws_alloc_context() and
|
2010-09-28 |
stefano |
Add documentation for the returned value of sws_init_context().
|
2010-09-28 |
diego |
Use a single svn:externals declaration for all of FFmpeg.
|
2010-09-28 |
ptt |
synced to r32397
|
2010-09-28 |
ptt |
corrected a _ to - in -udp-slave message
|
2010-09-28 |
stefano |
Bump minor version after the addition of sws_alloc_context() and
|
2010-09-27 |
bcoudurier |
100l fix if condition
|
2010-09-27 |
bcoudurier |
Y400A (gray alpha) input support in libswscale
|
2010-09-27 |
janne |
swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068
|
2010-09-27 |
janne |
cosmetics: break long line update_flags_cpu
|
2010-09-27 |
reimar |
Fix condition for compiling lrintf, fixes compilation on cygwin/MinGW.
|
2010-09-27 |
diego |
Remove unnecessary Xlib.h #include from xf86keysym check.
|
2010-09-27 |
diego |
Revert accidentally committed changes.
|
2010-09-27 |
diego |
Drop two unnecessary Xlib.h #includes and use helper functions.
|
2010-09-27 |
diego |
cosmetics: Move some functions around to avoid ugly forward declarations.
|
2010-09-27 |
diego |
Mark some function parameters that are not modified as const.
|
2010-09-27 |
diego |
Check for __STDC_VERSION__ >= 199901L before declaring lrintf().
|
2010-09-27 |
diego |
cosmetics: Make diff apply cleanly.
|
2010-09-27 |
diego |
Ignore all config.* files.
|
2010-09-27 |
diego |
Sync with current FFmpeg head.
|
2010-09-27 |
diego |
Add config.asm with (sub)architecture definitions for FFmpeg's YASM support.
|
2010-09-27 |
diego |
Simplify some configure checks through statement_check{_broken}().
|
2010-09-27 |
diego |
cosmetics: Rename function_check{_broken}() --> statement_check{_broken}().
|
2010-09-26 |
diego |
Remove unnecessary sys/types.h #include from shm check.
|
2010-09-26 |
diego |
Add proper autodetection for FTP support; should fix Bugzilla #1804.
|
2010-09-26 |
diego |
Simplify inet_pton/inet_aton checks with function_check().
|
2010-09-26 |
diego |
Simplify jpeglib check with header_check_broken().
|
2010-09-26 |
diego |
Switch back to using '-MD -MP' as gcc .d file creation flags.
|
2010-09-26 |
diego |
Remove unnecessary linux/types.h #include from Apple IR check.
|
2010-09-26 |
diego |
Move xmga check after X11, which xmga requires.
|
2010-09-26 |
diego |
Simplify ENCA check.
|
2010-09-26 |
ramiro |
fix typos and grammar
|
2010-09-26 |
michael |
Make the avoptions list of sws more complete.
|
2010-09-26 |
michael |
Split alloc and init of context so that parameters can be set in the context
|
2010-09-26 |
diego |
Update documentation on how to add checks; mention helper functions.
|
2010-09-26 |
diego |
Fix the way the dynamic loader check adds linker flags.
|
2010-09-26 |
diego |
Simplify Windows waveout test with header_check_broken().
|
2010-09-26 |
diego |
Simplify Direct3D check with header_check().
|
2010-09-26 |
diego |
Remove some unnecessary windows.h #includes in configure checks.
|
2010-09-26 |
Gabrov |
synced with r32361
|
2010-09-26 |
Gabrov |
typo fix
|
2010-09-26 |
ramiro |
swscale: use full chroma input for point scaler
|
2010-09-26 |
cehoyos |
Partial support for ffwmvp (only works with -demuxer lavf).
|
2010-09-26 |
cigaes |
Automatic downmix using the pan filter when the requested channel count is 2
|
2010-09-26 |
diego |
Omit header dependency declaration for codec-cfg.d.
|