2008-10-12 |
diego |
Remove redundant declaration of proc_priority.
|
2008-10-12 |
diego |
Filter out .hh and .h files in the C++ dependency generation command.
|
2008-10-12 |
diego |
Remove useless HAVE_STRCHR definition from config.h.
|
2008-10-12 |
diego |
Add missing support for some multimedia keys to X11 backend code.
|
2008-10-12 |
diego |
Move socklen_t typedef from config.h to stream/network.h.
|
2008-10-11 |
diego |
Do not provide a prototype for setenv in config.h, we do not provide a
|
2008-10-10 |
diego |
cosmetics: Move some config.h entries to more sensible places.
|
2008-10-10 |
diego |
cosmetics: Group codec-, network- and gui-related options together in config.h.
|
2008-10-09 |
diego |
cosmetics: Group system header and function definitions together in config.h.
|
2008-10-09 |
cehoyos |
Remove unused line (and fix an icc warning).
|
2008-10-09 |
cehoyos |
Replace numeric constants by their defines.
|
2008-10-09 |
flameeyes |
Mark some symbols in swscale.c as constant.
|
2008-10-09 |
flameeyes |
Mark dither_2x2_{8,4} static to swscale.c
|
2008-10-09 |
flameeyes |
Mark variation-specific interleaveBytes static.
|
2008-10-09 |
flameeyes |
Invert logic for the single-pass in swScale() functions.
|
2008-10-09 |
cehoyos |
Change variable types from int to enum PixelFormat.
|
2008-10-09 |
ulion |
Fix channel order for ffmpeg flac codec.
|
2008-10-08 |
vitor |
Do not set src[1] to the palette, it is now in the context
|
2008-10-08 |
vitor |
Add a new unscaled PAL8 -> RGB converter.
|
2008-10-08 |
kraymer |
r27182: apply parameter name change of no-correct-pts from r26842 to man page
|
2008-10-08 |
aurel |
Change one more variable type from int to enum PixelFormat.
|
2008-10-07 |
cehoyos |
Change variable types from int to enum PixelFormat.
|
2008-10-07 |
diego |
Remove unnecessary HAVE_AV_CONFIG_H #define.
|
2008-10-06 |
gpoirier |
sync w/r27691
|
2008-10-05 |
cehoyos |
Correctly place second const in declaration.
|
2008-10-05 |
diego |
Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place where
|
2008-10-05 |
lu_zero |
gcc-apple specific fallback not necessary anymore
|
2008-10-05 |
cehoyos |
Disable mp3lib and liba52-internal for icc.
|
2008-10-05 |
diego |
Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.
|
2008-10-05 |
Gabrov |
synced with r27718
|
2008-10-04 |
cehoyos |
Remove b5Dither, g5Dither and r5Dither from libswscale.
|
2008-10-04 |
diego |
Revert the removal of the likely/unlikely macros, they are still used.
|
2008-10-04 |
diego |
Merge variable declaration and export.
|
2008-10-04 |
cehoyos |
Remove g6Dither from libswscale.
|
2008-10-04 |
ranma |
Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning.
|
2008-10-04 |
diego |
Add a comment to lonely 'fi' for clarification.
|
2008-10-04 |
ranma |
Make alsa resume after suspend to disk (would say 'file descriptor is in bad state' before this change)
|
2008-10-04 |
diego |
cosmetics: more config.h reordering
|
2008-10-04 |
diego |
cosmetics: Reorder entries in config.h.
|
2008-10-04 |
diego |
100l: Revert incorrect removal or --ar and --ranlib options.
|
2008-10-04 |
diego |
cosmetics: Improve some config.h comments.
|
2008-10-04 |
diego |
Do not duplicate likely/unlikely #defines from libmpeg2/libavcodec in config.h.
|
2008-10-04 |
diego |
Remove unused HAVE_SYS_POLL_H definition from config.h.
|
2008-10-04 |
diego |
cosmetics: Move around some more stuff in config.mak.
|
2008-10-04 |
diego |
cosmetics: Move around stuff in config.mak.
|
2008-10-04 |
diego |
Remove unused LIBDIR Makefile variable from config.mak.
|
2008-10-04 |
diego |
Remove unused options --ar and --ranlib.
|
2008-10-04 |
diego |
Do not set DESTDIR to an empty value so that it can be overridden on the
|
2008-10-04 |
diego |
FAAC/FAAD are no longer the only available AAC encoders/decoders.
|
2008-10-04 |
diego |
Remove word size check and macro and use __WORDSIZE directly instead.
|
2008-10-04 |
diego |
Remove MPlayer-specific MP_WORDSIZE hack.
|
2008-10-04 |
diego |
Merge SPARC and SPARC64 sections in the CPU detection code.
|
2008-10-04 |
diego |
Skip setting variables to empty values in the CPU detection code.
|
2008-10-03 |
diego |
Remove MinGW cruft.
|
2008-10-03 |
diego |
100l copy and paste typo fix
|
2008-10-03 |
diego |
spelling cosmetics
|
2008-10-03 |
diego |
Fix vsscanf test.
|
2008-10-03 |
diego |
vo_fbdev now supports -geometry.
|
2008-10-03 |
diego |
whitespace cosmetics
|
2008-10-03 |
diego |
CVS --> Subversion
|
2008-10-03 |
gpoirier |
fix compilation w/ FFmpeg r15533
|
2008-10-03 |
diego |
Add missing #include for mplayer.h, fixes the warning:
|
2008-10-03 |
diego |
Filter out xpm files from the list of dependencies to check for recursive
|
2008-10-03 |
diego |
External liba52 parameters should only be enabled if the check succeeded.
|
2008-10-03 |
diego |
Internal liba52 should default to enabled.
|
2008-10-02 |
gpoirier |
fix FAQ about compiling 32 bit mplayer on x86_64
|
2008-10-01 |
reimar |
Use the existing pt_iter_goto_head function instead of reimplementing it
|
2008-10-01 |
reimar |
mpctx->playtree is a node, files can not be directly appended to it,
|
2008-10-01 |
reimar |
Add a "pause" property to allow checking if MPlayer is paused.
|
2008-10-01 |
reimar |
Add a m_property_flag_ro function for the default behaviour of a
|
2008-10-01 |
diego |
10l: Remove deleted file libmpeg2/motion_comp_iwmmxt.c from Makefile as well.
|
2008-10-01 |
diego |
Remove IWMMXT optimizations through libavcodec from libmpeg2.
|
2008-09-30 |
gpoirier |
sync w/r27651
|
2008-09-30 |
reimar |
Apply patch for oCERT #2008-013 / CVE-2008-3827
|
2008-09-29 |
gpoirier |
sync w/r27607
|
2008-09-29 |
diego |
Remove unused function fast_memcpy.
|
2008-09-29 |
diego |
cosmetics: indentation
|
2008-09-29 |
michael |
Revert mistakenly committed hunk.
|
2008-09-29 |
michael |
Print all cases that are tested, not just the ones that are bad.
|
2008-09-29 |
michael |
Fix infinite loop with spline, bug was introduced in r27612 by me.
|
2008-09-28 |
diego |
cosmetics: prettyprinting
|
2008-09-26 |
nicodvb |
slave command to get the number of chapters; patch by Kevin DeKorte - kdekorte gmail com
|
2008-09-25 |
reimar |
Since the pause loop now also runs commands, set mpctx->was_paused
|
2008-09-25 |
reimar |
Add an experimental pausing_keep_force slave mode command prefix
|
2008-09-25 |
reimar |
Do not special-case a grouping-subsegment length of 0.
|
2008-09-25 |
diego |
misc fixes for the GUI section
|
2008-09-24 |
voroshil |
Add debug message about loaded frequency tables.
|
2008-09-24 |
voroshil |
Make output messages of frequency selection code more useful by
|
2008-09-24 |
voroshil |
Fix overflow in frequency conversion code inside tvi_dshow.
|
2008-09-23 |
diego |
Add RVTR fourcc to ffrv20 decoder.
|
2008-09-23 |
diego |
Remove one more pointless and gcc-specific __attribute__ ((unused)).
|
2008-09-23 |
diego |
Restore function parameters mistakenly removed in previous commit.
|
2008-09-23 |
diego |
Remove pointless and gcc-specific __attribute__ ((unused)).
|
2008-09-21 |
diego |
Make sure -I. appears before all other -I flags.
|
2008-09-20 |
reimar |
Fix glAdjustAlignment parameter in glCreateClearTex
|
2008-09-20 |
reimar |
Change glCreateClearTex to use the same host data format as later uploads.
|
2008-09-20 |
compn |
add blackmagic 10bit decoder, works on v-codecs/R210/
|
2008-09-20 |
compn |
typo fix spotted by diego
|
2008-09-20 |
ben |
add outdir sub-option to vo png
|
2008-09-20 |
reimar |
Remove already disabled and probably long obsolete code that worked around an OpenBox bug.
|
2008-09-20 |
reimar |
Use already "prefetched" atoms instead of calling XInternAtom each time.
|
2008-09-20 |
compn |
another dup
|
2008-09-20 |
compn |
duplicate fourcc spotted by uoti
|
2008-09-20 |
compn |
fix typo
|
2008-09-19 |
compn |
sync with videolan
|
2008-09-19 |
compn |
sync with xine
|
2008-09-19 |
compn |
sync with libavformat/riff.c
|
2008-09-19 |
compn |
sync with libavformat/isom.c fourcc
|
2008-09-19 |
compn |
add windows NUL info
|
2008-09-19 |
compn |
document lavc/lavf avoption o suboption
|
2008-09-18 |
compn |
add lavfopts matroska suboption
|
2008-09-18 |
reimar |
Simplify cpudetect OS-support detection code, e.g. using one mp_msg to print either yes or no instead of two.
|
2008-09-18 |
lu_zero |
Uniform *ToY and *ToUV function signatures
|
2008-09-18 |
lu_zero |
Split mono2Y in monowhite and monoblack
|
2008-09-18 |
lu_zero |
Factorize unit32_t* casts for palette pointer
|
2008-09-17 |
diego |
Fix mapping between MPlayer and FFmpeg colorspaces after libswscale changes.
|
2008-09-16 |
rathann |
Add shared libswscale support.
|
2008-09-16 |
diego |
With -identify, ID_DVD_VOLUME_ID is not shown on some systems.
|
2008-09-16 |
diego |
Do not clobber _inc_extra variable when setting initial include flags.
|
2008-09-16 |
diego |
Initialize _def_liba52 and _def_liba52_internal before the liba52 checks
|
2008-09-16 |
michael |
Fix segfault with rgb24 and full_internal_chroma due to non-existing alpha
|
2008-09-16 |
compn |
yet another mpeg2 in mov fourcc xd5b, fixes XDCAMHD.mov
|
2008-09-15 |
syrjala |
Update the copyright statement.
|
2008-09-15 |
syrjala |
Cosmetics:
|
2008-09-15 |
syrjala |
Don't limit BES to non-synced single buffering when CRTC2 is used.
|
2008-09-15 |
syrjala |
Rename some variables and change some strings to make the CRTC1 code clearer.
|
2008-09-15 |
syrjala |
Add CRTC1 support.
|
2008-09-15 |
syrjala |
Remove BGR24 support since it has never worked anyway.
|
2008-09-15 |
rathann |
External liba52 support, part 2 of 2.
|
2008-09-15 |
rathann |
External liba52 support part 1 of 2.
|
2008-09-15 |
diego |
Use standard -I flags to compile codec-cfg.
|
2008-09-15 |
diego |
Add -I. to _inc_extra at the beginning instead of to CFLAGS at the end.
|
2008-09-15 |
diego |
riff.h and avi.h are not needed, but avio.h is.
|
2008-09-15 |
syrjala |
Eliminate void * arithmetic.
|
2008-09-15 |
diego |
Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.
|
2008-09-15 |
diego |
Avoid useless line in libpostproc test.
|
2008-09-15 |
michael |
Avoid using floating point for calculating filter coefficients.
|
2008-09-14 |
michael |
Avoid some explicit types in sizeof().
|
2008-09-14 |
michael |
Use av_mallocz() instead of for() =0;
|
2008-09-14 |
michael |
Move dither tables from yuv2rgb to swscale, they have been written by me and
|
2008-09-14 |
Gabrov |
synced with r27607
|
2008-09-14 |
diego |
wording consistency cosmetics
|
2008-09-14 |
reimar |
Make -heartbeat-cmd and -stop-xscreensaver sections reference each other.
|
2008-09-13 |
diego |
Sync diff with libmpeg2 update.
|
2008-09-13 |
diego |
Update internal libmpeg2 copy to version 0.5.1.
|
2008-09-13 |
diego |
libmpeg-0.4.1.diff was renamed to libmpeg2_changes.diff.
|
2008-09-13 |
ben |
Fix libswscale build after r27561 if --enable-runtime-cpudetection is used.
|
2008-09-13 |
diego |
Remove version string from name of local changes diff file.
|
2008-09-13 |
michael |
Fix indention.
|
2008-09-13 |
michael |
Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm.
|
2008-09-13 |
compn |
multiple locales in mplayer wish
|
2008-09-13 |
michael |
Disable mmx routines that are not bitexact when the user wants
|
2008-09-13 |
michael |
Make horizontal mmx scaling code match C code.
|
2008-09-13 |
michael |
Ensure that additional filter coeffs that exist due to alignment
|
2008-09-12 |
michael |
yvu9toyv12Wrapper is not bitexact so disable it when the user wants
|
2008-09-12 |
michael |
Make the horizontal C scaler code clip only against INT16_MAX not 0,
|
2008-09-12 |
michael |
Add bitexact flag.
|
2008-09-12 |
michael |
The yuv->rgb tables are too small for clipping to be avoidable,
|
2008-09-12 |
michael |
Fix another 1000l bug in the mono input code.
|
2008-09-12 |
michael |
Add support for PIX_FMT_YUV440P.
|
2008-09-12 |
michael |
10000l PIX_FMT_MONOWHITE check was really a || 1.
|
2008-09-12 |
michael |
Support mono as input format.
|
2008-09-12 |
michael |
Add support for PIX_FMT_MONOWHITE as output format.
|
2008-09-12 |
michael |
rgb24toyv12 is not accurately rounding, so disable it as well when the
|
2008-09-12 |
michael |
Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set,
|
2008-09-11 |
michael |
100000000000000l, forgot to commit header change for r27580.
|
2008-09-11 |
michael |
Fix typo that lead to averaging of the same pixel in rgb24ToUV_half().
|
2008-09-11 |
michael |
Remove mistakenly commited code I used for testing.
|
2008-09-11 |
michael |
Implement full horizontal chroma for rgb/bgr24/32 output.
|
2008-09-11 |
michael |
Do not do unneeded clipping in YSCALE_YUV_2_PACKEDX_C.
|
2008-09-11 |
michael |
Factorize yuv2packedXinC().
|
2008-09-11 |
michael |
Set rgb2yuv constants more accurately, makes no real difference though.
|
2008-09-11 |
michael |
Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it
|
2008-09-10 |
michael |
Correct normalization constant for the vertical filter.
|
2008-09-10 |
michael |
Make the 2point linear interpolation coefficients correct even for the
|
2008-09-10 |
michael |
Fix overflow.
|
2008-09-10 |
gpoirier |
sync w/r26990 and wording fixes, patch by Cédric Viou
|
2008-09-10 |
gpoirier |
wording fixes by Cédric Viou
|
2008-09-10 |
gpoirier |
typography and wording fixes, by Cédric Viou and myself
|
2008-09-10 |
michael |
Fix build failure due to %%eip on x86_64.
|
2008-09-10 |
michael |
Change RGB2YUV_SHIFT from 16 to 15 to make it able to work
|
2008-09-10 |
michael |
Add bgr/rgb15/16/32->UV-half to the macro so there is less code duplication
|
2008-09-10 |
michael |
Factorize RGB/BGR15/16/32->UV by using the preprocessor.
|
2008-09-10 |
michael |
Factorize rgb/bgr15/16/32->Y by using the preprocessor.
|
2008-09-10 |
michael |
Make SWS_FULL_CHR_H_INP work.
|
2008-09-10 |
diego |
spelling/wording cosmetics
|
2008-09-09 |
michael |
More accurate rounding for 8bit inputs.
|
2008-09-09 |
michael |
Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate,
|
2008-09-09 |
gpoirier |
more French typography fixes and wording fixes, by Cédric Viou and myself
|
2008-09-09 |
gpoirier |
lots of fixes, original patch by Cédric Viou
|
2008-09-09 |
michael |
Add table of rgb->yuv conversion coefficients.
|
2008-09-09 |
michael |
More correct rounding for the rgb/bgr->yuv converters.
|
2008-09-09 |
uau |
Make internal Matroska demuxer default again
|
2008-09-09 |
aurel |
revert r27551 which break much more things than it fixes
|
2008-09-09 |
diego |
Use preprocessor conditionals to disable CPU-extension-specific code. We cannot
|
2008-09-09 |
diego |
cosmetics: Fix offsets and fuzz in local diff.
|
2008-09-09 |
michael |
Prevent overflows during mpeg->jpeg yuv.
|
2008-09-08 |
uau |
Use internal demuxer for Matroska files for now
|
2008-09-08 |
uau |
Revert bad changes to SSA/ASS subtitle packet format
|
2008-09-08 |
gpoirier |
fix compilation with lavc version > r15270
|
2008-09-08 |
uau |
Fix compilation after libavcodec major version 52 changes
|
2008-09-08 |
michael |
Fix jpeg yuv.
|
2008-09-08 |
michael |
Fix typo in comment.
|
2008-09-07 |
michael |
Fix accurate rounding mode on x86_64.
|
2008-09-07 |
lu_zero |
Make ToY and ToUV family of function consistent part I
|
2008-09-07 |
michael |
Make fast bilinear scaler work again.
|
2008-09-07 |
diego |
'mp3lame' audio output codec was wrongly listed as 'lame'.
|
2008-09-07 |
diego |
Replace casual GPL notices by proper license headers.
|
2008-09-07 |
diego |
license header cosmetics
|
2008-09-07 |
diego |
license header cosmetics
|
2008-09-07 |
diego |
Remove wrong compilation instructions.
|
2008-09-07 |
diego |
Remove encode2mpeglight, it is only an outdated stripped-down version of the
|
2008-09-06 |
diego |
license header cosmetics
|
2008-09-06 |
diego |
Fix incorrect FSF address in license header.
|
2008-09-06 |
diego |
Replace casual GPL notice by proper license header.
|
2008-09-06 |
diego |
Remove outdated URL from vd_info_t struct.
|
2008-09-06 |
diego |
Remove version information from libmpeg2 vd_info_t struct.
|
2008-09-05 |
aurel |
libass: fix type mismatch between size parameter and the way it's used
|
2008-09-05 |
aurel |
libass: add a new ass_process_data() to process demuxed subtitle packets
|
2008-09-05 |
aurel |
demux_mkv: output correctly formated ASS packets
|
2008-09-05 |
bcoudurier |
simplify function selection code
|
2008-09-05 |
bcoudurier |
enable yuv422p to uyvy converter
|
2008-09-04 |
aurel |
a valid ASS line contains 9 ',' before actual text
|
2008-09-04 |
aurel |
lavf: the subtitles display duration is stored in pkt.convergence_duration
|
2008-09-04 |
michael |
Make 16bit grayscale output work.
|
2008-09-04 |
michael |
Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.
|
2008-09-04 |
michael |
Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
|
2008-09-04 |
michael |
Fix 4 and 8 bit RGB/BGR input.
|
2008-09-04 |
michael |
Remove workaround for rgb/bgr mess.
|
2008-09-04 |
michael |
Fix 4 of the unscaled rgb15/16 converters, each of these contained
|
2008-09-04 |
michael |
rgb vs bgr fix for the unscaled converters.
|
2008-09-04 |
michael |
Fix rgb15/16 vs. bgr part2.
|
2008-09-04 |
michael |
Fix rgb15/16 vs. bgr part1.
|
2008-09-04 |
michael |
Add fflush to prevent stdout & stderr from being mixed.
|
2008-09-01 |
aurel |
support E-AC-3 decoding using ffmpeg
|
2008-09-01 |
diego |
Remove Windows-specific #ifdefs, the file does not compile on MinGW anyway.
|
2008-09-01 |
diego |
Ignore .exe files on Windows.
|
2008-09-01 |
diego |
Rename --enable-tremor-external option to --enable-tremor along with the
|
2008-09-01 |
diego |
Do not refer to libcdio and liblzo as external in the help output.
|
2008-09-01 |
diego |
Rename --enable-faad-external option to --enable-faad along with the
|
2008-09-01 |
diego |
Initialize _def_faad* variables to disabled before setting them.
|
2008-09-01 |
diego |
Fall back on external libfaad check if internal libfaad check failed.
|
2008-09-01 |
diego |
Put '#define closesocket close' under proper '#ifndef HAVE_CLOSESOCKET'
|
2008-09-01 |
diego |
Move '#define closesocket close' preprocessor directive to a common place
|
2008-08-31 |
diego |
Revert moving closesocket definition and network headers to network.h.
|
2008-08-31 |
diego |
Only use winsock2.h to check for closesocket().
|
2008-08-31 |
diego |
Fix closesocket test, patch by Serge Levin, serge.levin.spb gmail com.
|
2008-08-31 |
diego |
Add necessary #include <stdlib.h> for realloc/calloc/free.
|
2008-08-31 |
reimar |
Remove unused GUID_t definition that also incorrectly defined GUID_DEFINED
|
2008-08-31 |
stefano |
Change header inclusion guard names in line with FFmpeg r15120.
|
2008-08-30 |
rathann |
Rename internal libdvdread fork from dvdread to libdvdread
|
2008-08-30 |
reimar |
Print DVD volume ID with -identify.
|
2008-08-29 |
diego |
Move duplicated '#define closesocket close' into network.h along with
|
2008-08-29 |
diego |
consistency cosmetics: Avoid using .. in #include paths.
|
2008-08-29 |
diego |
Sync libdvdcss with upstream version 1.2.10.
|
2008-08-29 |
diego |
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
|
2008-08-29 |
stefano |
Implement swscale_version().
|
2008-08-29 |
diego |
Remove pointless '#if 1 [...] #endif' around has_cpuid() function.
|
2008-08-29 |
diego |
Implement check for closesocket(), needed by libavformat, fixes Bugzilla #1257.
|
2008-08-27 |
aurel |
handle the lavfpref demuxer in the same way as the lavf one
|
2008-08-27 |
ptt |
synced with r27454
|
2008-08-27 |
ptt |
sync'ed to r27071
|
2008-08-26 |
diego |
Drop av_always_inline definition. It is duplicated from libavutil and
|
2008-08-26 |
diego |
Rename always_inline macro to av_always_inline so as not to clash with
|
2008-08-26 |
aurel |
prefer libavformat to demux matroska files
|
2008-08-26 |
reimar |
Fix forumla -> formula in comment
|
2008-08-24 |
ranma |
Fix 'cast from pointer to integer of different size' on 64bit architectures. Casting to long should work for 32bit and 64bit and not make a difference to the boolean operation (since 'format' is always 32bit (int) the upper 32bit of 'arg' won't matter, but the compiler should be happy now. Casting both to unsigned makes sure the compiler isn't messing things up by sign-extending 'format' to 64bit before masking)
|
2008-08-24 |
ranma |
Handle AOPLAY_FINAL_CHUNK
|
2008-08-24 |
aurel |
cosmetics: indentation
|
2008-08-24 |
aurel |
use new lavf API to grab sample_aspect_ratio from the demuxers
|
2008-08-23 |
ranma |
fix compiler warnings
|
2008-08-22 |
diego |
Remove unused and untested function. It is only part of our local patchset.
|
2008-08-22 |
diego |
Remove duplicate vsscanf fallback implementation, we have another in osdep/.
|
2008-08-22 |
reimar |
-geometry support for -vo fbdev.
|
2008-08-21 |
diego |
Sync libdvdcss with upstream version r212.
|
2008-08-21 |
diego |
Add support for AAC decoding through FFmpeg; libfaad is preferred for now.
|
2008-08-21 |
diego |
cosmetics: Remove trailing whitespace and tabs.
|
2008-08-18 |
diego |
Remove SKIP_DEPS trick. The same effect can be achieved without it.
|
2008-08-17 |
diego |
fix for alignment problem on older ARM cores
|
2008-08-17 |
diego |
Add check for ARM VFP instructions.
|
2008-08-15 |
gpoirier |
sync w/r27466
|
2008-08-15 |
diego |
Work correctly with very small files where less than outburst is to be played.
|
2008-08-15 |
michael |
Document -lavcopts o, aka libavcodec AVOption.
|
2008-08-14 |
diego |
FFmpeg no longer has fastmemcpy support, so no longer trigger recursing
|
2008-08-14 |
diego |
Remove unused static declarations, fixes the warnings:
|
2008-08-14 |
diego |
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
|
2008-08-14 |
diego |
100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.
|
2008-08-13 |
aurel |
add mapping for real audio and video CODEC_ID to MPlayer's fourcc
|
2008-08-13 |
compn |
fixes spotted by diego
|
2008-08-13 |
aurel |
demux_lavf: fix mp_seek behavior in case of seeking error
|
2008-08-12 |
diego |
Remove pointless #ifdefs around extern declarations.
|
2008-08-12 |
diego |
Remove useless DVB-related #include.
|
2008-08-12 |
diego |
Enable PNG encoder in libavcodec for vf_screenshot only if zlib is enabled.
|
2008-08-12 |
compn |
updates
|
2008-08-11 |
ben |
Mention IVTV, S3 and SH_VEU drivers within VIDIX section of manpage.
|
2008-08-11 |
ben |
Update ChangeLog with latest VIDIX related changes regarding SuperH.
|
2008-08-11 |
ben |
Add VIDIX driver for SuperH Mobile VEU hardware block.
|
2008-08-11 |
ben |
Add proper VIDIX support for SuperH architecture.
|
2008-08-11 |
gpoirier |
sync w/r27348, patch by JRaSH
|
2008-08-11 |
compn |
fix audio in some rtsp streams, ok'd by lu_zero
|
2008-08-10 |
diego |
The PNG encoder in libavcodec needs to be enabled for vf_screenshot even if
|
2008-08-10 |
compn |
codecs.c note is very old and unneeded.
|
2008-08-09 |
gpoirier |
sync w/27407 + fixes
|
2008-08-09 |
diego |
Use translatable string instead of hardcoded message for process priority.
|
2008-08-09 |
diego |
Remove duplicated prototype for XShmGetEventBase(), because
|
2008-08-09 |
diego |
Skip dependency generation if we just run distclean or if skipping
|
2008-08-08 |
eugeni |
Don't print drawing commands on screen.
|
2008-08-07 |
eugeni |
If (has outline) blur(outline) else blur(glyph).
|
2008-08-07 |
eugeni |
\org turns off collision detection.
|
2008-08-07 |
eugeni |
Treat \h as space character.
|
2008-08-07 |
eugeni |
Calculate subtitle origin in floating point.
|
2008-08-07 |
eugeni |
Calculate subtitle position in floating point.
|
2008-08-07 |
diego |
Add separate variables for CFLAGS that are specific to internal libraries
|
2008-08-07 |
diego |
Remove unused Makefile variable.
|
2008-08-07 |
diego |
cosmetics: Rename some CFLAGS-related variables.
|
2008-08-07 |
diego |
10l: Remove stray backslash at end of line.
|
2008-08-07 |
diego |
Merge two redundantly declared lines into one.
|
2008-08-07 |
diego |
cosmetics: Sort things into alphabetical order in various places.
|
2008-08-07 |
ben |
Add NV12 colorspace support to VIDIX driver.
|
2008-08-07 |
diego |
Give a CONFIG_ prefix to preprocessor directives that lacked one and
|
2008-08-07 |
diego |
generalized SH architecture support by Magnus Damm, magnus.damm gmail com
|
2008-08-07 |
diego |
10l: MUSEPACK --> CONFIG_MUSEPACK
|
2008-08-07 |
diego |
Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.
|
2008-08-07 |
diego |
Rename font-related preprocessor directives.
|
2008-08-07 |
ben |
Fix wrong behavior with slave command by going back to the starting point
|
2008-08-07 |
diego |
Rename a bunch of miscellaneous preprocessor directives.
|
2008-08-06 |
diego |
Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
|
2008-08-06 |
Gabrov |
synced with r27420
|
2008-08-06 |
diego |
Rename all preprocessor directives related to Apple / Mac OS X.
|
2008-08-05 |
diego |
Rename some audio-output-related preprocessor directives.
|
2008-08-05 |
diego |
Rename preprocessor definition in check skeleton.
|
2008-08-05 |
diego |
Rename preprocessor directives related to image libraries.
|
2008-08-04 |
ben |
Detect ppc64 and powerpc64 architectures as PowerPC variants.
|
2008-08-04 |
ben |
cosmetic: reindent after r27414
|
2008-08-04 |
ben |
Fixes unsafe 'chapter' command with get_property() call.
|
2008-08-04 |
ben |
cosmetic: reindent after r27412
|
2008-08-04 |
ben |
Fixes unsafe 'angle' command with get_property() call.
|
2008-08-04 |
ben |
Fixes unsafe 'switch_audio' command with set_property() call.
|
2008-08-04 |
ptt |
another round to get it in utf-8...
|
2008-08-04 |
diego |
Change a bunch of X11-specific preprocessor directives.
|
2008-08-03 |
gpoirier |
typo fix, bump sync tag
|
2008-08-03 |
ben |
Add video driver for Nintendo Wii/GameCube.
|
2008-08-03 |
diego |
Remove duplicated DVB definition line.
|
2008-08-03 |
diego |
Revert mistakenly committed temporary local change.
|
2008-08-03 |
diego |
Rename --enable-macosx-finder-support option to --enable-macosx-finder
|
2008-08-03 |
diego |
Rename _smbsupport variable to _smb.
|
2008-08-03 |
diego |
Change a bunch of video/audio-output-specific preprocessor directives from
|
2008-08-02 |
diego |
Set HAVE_DVB in configure when HAVE_DVB_HEAD is defined
|
2008-08-02 |
diego |
cosmetics: typo fixes
|
2008-08-02 |
compn |
cosmetics: reindent after last commit
|
2008-08-02 |
compn |
change ve_raw.c:set_format to not overwrite biCompression if force_fourcc is set.
|
2008-08-02 |
diego |
Change a bunch of video-output-specific preprocessor directives from a HAVE_
|
2008-08-02 |
diego |
Do not provide a prototype for vsscanf when vsscanf is available.
|
2008-08-02 |
diego |
Change a bunch of codec-specific preprocessor directives from a HAVE_
|
2008-08-02 |
diego |
Remove checks for HAVE_XVID3, that conditional was removed a long time ago.
|
2008-08-01 |
diego |
Fix ARM linking failure when IWMMXT support is disabled.
|
2008-08-01 |
diego |
Remove obsolete diff hunk that is no longer applied to the code.
|
2008-08-01 |
diego |
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
|
2008-08-01 |
diego |
Fix a misleading section in the libavcodec options manual indicating that a
|
2008-08-01 |
compn |
add hdv1 fourcc
|
2008-08-01 |
compn |
add some h263 fourccs
|
2008-08-01 |
compn |
add ADJV fourcc to mjpeg
|
2008-08-01 |
diego |
Initialize socklen_t variable to "no".
|
2008-08-01 |
compn |
add XIXL fourcc to videoxl codec
|
2008-07-31 |
diego |
Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian.
|
2008-07-31 |
diego |
Revert previous broken rename of binary-codecs.sh that had random changes.
|
2008-07-31 |
diego |
Rename binary-codecs.sh once more to binary_codecs.sh as it is called in Debian.
|
2008-07-31 |
diego |
Rename install-w32codecs.sh --> binary-codecs.sh.
|
2008-07-30 |
gpoirier |
bump sync tag
|
2008-07-30 |
diego |
For the case that we add a typedef for socklen_t, we should #define
|
2008-07-30 |
diego |
Check for socklen_t in ws2tcpip.h as well.
|
2008-07-30 |
diego |
Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.
|
2008-07-30 |
diego |
Remove unused HAVE_MENCODER definition.
|
2008-07-30 |
diego |
Rename two GUI-related preprocessor directives:
|
2008-07-30 |
diego |
Remove unused definition from config.h.
|
2008-07-30 |
diego |
Start unifying names of internal preprocessor directives.
|
2008-07-30 |
diego |
Drop USE_ prefix from USE_MPLAYER_CPUDETECT #define.
|
2008-07-30 |
diego |
Use conditional compilation instead of an #ifdef around the whole file.
|
2008-07-30 |
diego |
Remove unused definition from config.h.
|
2008-07-30 |
diego |
Add proper check for socklen_t.
|
2008-07-30 |
diego |
cosmetics: Group FFmpeg definitions together in config.h.
|
2008-07-30 |
compn |
add XDCAM and more HDV MPEG2 fourccs
|
2008-07-30 |
compn |
change arbitrary CODECS_MAX_FOURCC limit to larger arbitrary limit
|
2008-07-29 |
ptt |
changed 'Audio file' to 'Audio only' (to not get 'Audio file file' when played)
|
2008-07-28 |
diego |
Do not add __CYGWIN__ to CFLAGS on Cygwin, the system defines it anyway.
|
2008-07-28 |
diego |
Rework OS/2 configuration with respect to linker output formats.
|
2008-07-28 |
diego |
cosmetics: Add a separator comment.
|
2008-07-28 |
diego |
Move libdvdnav check before the CFLAGS section. It is still the last check
|
2008-07-28 |
ptt |
synced with r27348
|
2008-07-28 |
diego |
Move CFLAGS specific to internal libdvdread and libfaad2 to the Makefile and
|
2008-07-28 |
diego |
Remove unused HPUX #define from command line.
|
2008-07-28 |
diego |
Move libdvdcss-specific CFLAG settings to libdvdcss test.
|
2008-07-28 |
compn |
add ffvp6a codec
|
2008-07-28 |
compn |
add ffmotionpixels codec
|
2008-07-26 |
reimar |
Get rid of horrible code that relies on codec-set context variable,
|
2008-07-26 |
reimar |
Use GetTimerMS() instead of time() with srand.
|
2008-07-26 |
reimar |
Do not include sys/socket.h when using winsock2, it is pointless
|
2008-07-26 |
diego |
Revert to previous dependency checking behavior.
|
2008-07-26 |
diego |
Remove AltiVec vector declaration compiler compatibility macros.
|
2008-07-25 |
gpoirier |
compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV() macro
|
2008-07-25 |
compn |
add list of supported vo's to -xineramascreen
|
2008-07-24 |
diego |
Add some more information about FTP mirror setup.
|
2008-07-24 |
diego |
Fix mailinglist vs. mailing list typo.
|
2008-07-24 |
diego |
cosmetics: Fix indentation after last commit.
|
2008-07-24 |
diego |
Remove AltiVec vector declaration compiler compatibility macros.
|
2008-07-24 |
reimar |
Fix configure hanging forever in iconv check using --charset=noconv
|
2008-07-24 |
reimar |
Remove outdated "X11 only" from xineramascreen option and try to make clearer
|
2008-07-23 |
gpoirier |
sync w/r27337
|
2008-07-23 |
ptt |
sync'd with r27337
|
2008-07-22 |
diego |
Add Dirac video support via libdirac and libschroedinger in libavcodec.
|
2008-07-22 |
reimar |
Enable runtime border/window decorations-toggling for Linux gl and gl2 vos.
|
2008-07-22 |
reimar |
No idea which vos support -noborder how well, though those based on
|
2008-07-22 |
reimar |
Support -noborder with X11-based vos
|
2008-07-22 |
reimar |
Make vo_x11_fullscreen not break vo_border (proper support still needs vo changes)
|
2008-07-22 |
reimar |
-border/-noborder are supported by gl/gl2, too, but only on Windows.
|
2008-07-22 |
diego |
Add instructions how to test the DNS round-robin virtual host, add a
|
2008-07-21 |
michael |
fix memleak
|
2008-07-21 |
michael |
Cleanup, use av_freep() instead of av_free(x); x=NULL
|
2008-07-19 |
diego |
Remove "en" from list of all man page languages when generating man page
|
2008-07-19 |
henry |
docs build fix
|
2008-07-19 |
diego |
Only build the documentation in the languages requested from configure.
|
2008-07-18 |
Gabrov |
synced with r27326
|
2008-07-18 |
ptt |
added missing revisions (26762 & 26795)
|
2008-07-18 |
ptt |
restored file encoding tu utf8 and corrected wrong chars, hoping it's ok now
|
2008-07-18 |
zuxy |
Remove unnecessary and troublesome inline
|
2008-07-18 |
michael |
Make C code in yuv2yuv1() do accurate rounding, this could be split
|
2008-07-17 |
michael |
indent
|
2008-07-17 |
michael |
Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.
|
2008-07-17 |
michael |
simplify yuv2yuv1()
|
2008-07-17 |
diego |
Fix typo in msg_lang variable name that prevented the correct message
|
2008-07-17 |
michael |
10l forgot SWS_BILINEAR
|
2008-07-17 |
michael |
Ensure that exactly one scaler algo is used.
|
2008-07-17 |
ben |
File was missing its dedicated header inclusion.
|
2008-07-17 |
ben |
Maemo platform runs on Nokia N8x0 series too.
|
2008-07-17 |
reimar |
Avoid including avcodec.h in demuxer.h (and thus many other files) just to get
|
2008-07-17 |
reimar |
Our ALSA code needs alloca, so check for it in configure and include alloca.h
|
2008-07-17 |
diego |
cosmetics: Indent language handling after last commit.
|
2008-07-17 |
diego |
Rewrite translation handling in the build system.
|
2008-07-17 |
diego |
Simplify summary output, add an extra empty line to it.
|
2008-07-17 |
diego |
Remove note about localization from configure output.
|
2008-07-17 |
diego |
cosmetics: Rename _doc_lang variable to doc_lang.
|
2008-07-17 |
diego |
Evaluate man page installation rule for all available languages,
|
2008-07-17 |
zuxy |
Force gcc to emit function body under -gnu99
|
2008-07-16 |
reimar |
limits.h is required for UINT_MAX
|
2008-07-16 |
reimar |
And a 1000l for r27263, swapped a condition, thus setting size to
|
2008-07-16 |
reimar |
100l, fix calloc being called with the wrong argument due to reordering
|
2008-07-16 |
reimar |
Make sure demuxed ASF packet is properly padded after descrambling
|
2008-07-16 |
reimar |
Move duplicate FF_INPUT_BUFFER_PADDING_SIZE handling into demuxer.h
|