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
|
2008-07-16 |
diego |
Add variables for all available man page and documentation languages.
|
2008-07-16 |
reimar |
Do not just print a warning, also fix the len in ASF demuxer!
|
2008-07-16 |
diego |
Remove redundant check in message language test.
|
2008-07-16 |
diego |
Move the "all" option to the front of the list of available languages in
|
2008-07-16 |
diego |
cosmetics: Rename LANGUAGES variable to msg_langs.
|
2008-07-16 |
diego |
Replace output redirection with grep by POSIX standard options.
|
2008-07-16 |
diego |
Replace simple sed invocation by even simpler tr invocation.
|
2008-07-16 |
diego |
Merge two consecutive sed calls into one.
|
2008-07-15 |
diego |
Add IDs to some XML elements to avoid warnings.
|
2008-07-15 |
reimar |
Make af_hrtf tables static const
|
2008-07-15 |
reimar |
Add const to libaf/filter.c functions.
|
2008-07-15 |
reimar |
Replace S_IREAD|S_IWRITE by POSIX-compatible S_IRUSR|S_IWUSR (not exactly the same, but should not matter).
|
2008-07-15 |
reimar |
ALSA stupidly tries to define struct timeval and struct timespec, which
|
2008-07-15 |
diego |
Fix dlopen(), dlclose() dlsym() calls in configure test.
|
2008-07-15 |
diego |
Fix tgetent call in termcap configure test.
|
2008-07-15 |
diego |
Add two more missing headers to configure checks.
|
2008-07-15 |
diego |
Add missing return statements to configure tests.
|
2008-07-15 |
diego |
Add missing headers to configure checks.
|
2008-07-15 |
michael |
Remove -std=gnu99/gnu89/default dialect linux define, as it violates the
|
2008-07-14 |
reimar |
Try to keep decoded audio buffer aligned.
|
2008-07-14 |
reimar |
Change a broken check. FFMAX does not work as intended because trak->chunkmap[i].first
|
2008-07-13 |
astrange |
Cosmetics: reindent.
|
2008-07-13 |
astrange |
Remove const vector casts from Altivec.
|
2008-07-13 |
reimar |
Add support for FFmpeg DK3 ADPCM codec and prefer it over MPlayer's
|
2008-07-13 |
reimar |
Add support for FFmpeg's ADPCM codecs and make them the default
|
2008-07-13 |
reimar |
100l, do not use macros on functions that are not idempotent
|
2008-07-13 |
rathann |
Do not set _dvdreadconfig unconditionally.
|
2008-07-13 |
diego |
cosmetics: main (void) --> main(void)
|
2008-07-13 |
diego |
main(void) --> int main(void) in .align test
|
2008-07-13 |
diego |
Use correct header in libamr narrowband test.
|
2008-07-12 |
reimar |
Simplify and clamp coefficient index for MS ADPCM
|
2008-07-12 |
reimar |
100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov
|
2008-07-12 |
diego |
Dependency files should be refreshed when object files are rebuilt.
|
2008-07-12 |
nicodvb |
in dvd streams the title part ranges from 1 to 99
|
2008-07-11 |
reimar |
Reindent after last commit
|
2008-07-11 |
reimar |
Check size of tkdata before using it in mov demuxer.
|
2008-07-11 |
reimar |
Add atom_len sanity check to mov demuxer.
|
2008-07-11 |
reimar |
Quick hack to fix demux_mov crashes where easily possible.
|
2008-07-11 |
reimar |
Make really sure channels can only be 1 or 2 for imaadpcm
|
2008-07-11 |
reimar |
Simplify imaadpcm return statement
|
2008-07-11 |
reimar |
Check length of input buffer for msadpcm
|
2008-07-11 |
reimar |
Add a comment on shift vs. division
|
2008-07-11 |
reimar |
Scale msadpcm coefficients to fit into 8 bits
|
2008-07-11 |
reimar |
Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read and
|
2008-07-11 |
reimar |
Copy macro simplification from imaadpcm to msadpcm
|
2008-07-11 |
reimar |
Remove useless comments from ad_msadpcm
|
2008-07-11 |
reimar |
Make msadpcm arrays const
|
2008-07-11 |
reimar |
Remove unused macros
|
2008-07-11 |
reimar |
Explicitly include inttypes.h in ad_imaadpcm
|
2008-07-11 |
reimar |
1000l, fix demux_lavf compilation
|
2008-07-11 |
reimar |
Correct stream-seekability tests in demux_audio and demux_lavf
|
2008-07-10 |
reimar |
Only read wav header cbSize when there is enough space in header.
|
2008-07-10 |
reimar |
100l, assignment introduced in r27246 was exactly the wrong way around.
|
2008-07-10 |
reimar |
Cosmetics: reindent
|
2008-07-10 |
reimar |
Clean up reading of wav extradata.
|
2008-07-10 |
lu_zero |
100l, avoption splitted code added, I should double check with svn status...
|
2008-07-09 |
lu_zero |
Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
|
2008-07-09 |
reimar |
Fix stupid and almost pointless check-after-read code in asfheader.c.
|
2008-07-09 |
eugeni |
Fix \fn without an argument consuming the next '\'.
|
2008-07-09 |
gpoirier |
sync w/r27236
|
2008-07-08 |
diego |
Add -std=gnu99 to gcc CFLAGS if supported. This sets appropriate #defines to
|
2008-07-08 |
diego |
Mark function not used outside of the file as static.
|
2008-07-08 |
diego |
Remove declaration of extern inline function that is used nowhere from header
|
2008-07-08 |
ptt |
synced with r27236
|
2008-07-08 |
ptt |
another alphabetical order correction
|
2008-07-08 |
ptt |
moved o option beetwen m* and p*
|
2008-07-08 |
diego |
Add missing #include <sys/socket.h>, fixes the warnings:
|
2008-07-08 |
diego |
Use correct PRIu64 length modifier for uint64_t value, fixes the warning:
|
2008-07-07 |
diego |
Add support for MLP audio through FFmpeg.
|
2008-07-07 |
diego |
Run bash-specific shell scripts with bash, not sh.
|
2008-07-07 |
diego |
Give all shell scripts a .sh suffix for consistency.
|
2008-07-07 |
diego |
Replace bash-specific [[]] construct by a proper [] test.
|
2008-07-07 |
diego |
Replace == in []/test constructs with =, == is a bashism.
|
2008-07-07 |
diego |
Remove unnecessary function keyword from shell script function declarations,
|
2008-07-06 |
nicodvb |
avoid unnecessary strdup(); patch by Aurel
|
2008-07-06 |
diego |
Update homepage and license info for NuppelVideo.
|
2008-07-06 |
diego |
Add standard license header for NuppelVideo, i.e. GPL v2+.
|
2008-07-06 |
diego |
Introduce DRIVER_OBJS variable for list of all driver targets.
|
2008-07-06 |
diego |
Simplify codecs.conf.h generation rule.
|
2008-07-06 |
diego |
Merge version.h dependency declarations.
|
2008-07-06 |
diego |
Remove redundant dependencies for .rc files.
|
2008-07-06 |
diego |
Add a generic rule for .rc files and use it.
|
2008-07-06 |
diego |
cosmetics: Merge three lines into two.
|
2008-07-06 |
diego |
Also remove dhahelper and dhahelperwin on distclean.
|
2008-07-06 |
reimar |
One more hack for PBOs on ATI cards.
|
2008-07-06 |
reimar |
Move at-hack code a bit up for further changes
|
2008-07-06 |
lu_zero |
Remove ASSERT() macro. SoC Patch from Keiji Costantini
|
2008-07-06 |
lu_zero |
Reindent. SoC Patch from Keiji Costantini
|
2008-07-06 |
lu_zero |
Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini
|
2008-07-05 |
gpoirier |
fix a FIXME: give the URL of the list of mailing lists (since we don't have a direct link to the list of archives)
|
2008-07-05 |
diego |
Surround stream cache specific code by an appropriate #ifdef; fixes linking
|
2008-07-05 |
diego |
Sync with r27208.
|
2008-07-05 |
nicodvb |
dvd:// streams accept the device path in the url; patch by Mathieu SCHROETER mathieu.schroeter gamesover ch
|
2008-07-05 |
diego |
Add some more -identify information for CDDB.
|
2008-07-05 |
diego |
Add disc ID to -identify output.
|
2008-07-05 |
diego |
Rename ALLPARTSLIBS variable to FFMPEGLIBS.
|
2008-07-05 |
diego |
Group some variable declarations together in sensible places.
|
2008-07-05 |
diego |
Declare FFmpeg dependencies in a more elegant way using the PARTS variable.
|
2008-07-04 |
kraymer |
r27182: apply parameter name change of no-correct-pts from r26842 to man page
|
2008-07-04 |
reimar |
100l: finally understood ATI PBO problem: width must be a power of two.
|
2008-07-04 |
reimar |
More stride alignment is needed to work reliably on ATI cards :-(
|
2008-07-04 |
diego |
Rename stream_livedotcom.c to stream_live555.c, the name is used everywhere.
|
2008-07-04 |
nicodvb |
cosmetics: in ifo_stream_oped() aligned the prototype to the style
|
2008-07-04 |
nicodvb |
in ifo_stream_open() propagate the device based on the dirname of stream->url; patch by Mathieu SCHROETER mathieu.schroeter gamesover ch
|
2008-07-04 |
nicodvb |
dvd_device must be handled exclusively by the option parser; it can't be changed at will in ifo_stream_open()
|
2008-07-04 |
nicodvb |
added support for the device part in the url; patch by
|
2008-07-04 |
reimar |
Check stdata_len before accessing stdata. Fixes bug #1125
|
2008-07-04 |
diego |
Simplify tool generation rules with a pattern rule.
|
2008-07-04 |
diego |
Only build loader tests on x86.
|
2008-07-04 |
diego |
Fix liba52/test linking, it needs -lm.
|
2008-07-04 |
diego |
spelling/grammar/wording overhaul
|
2008-07-04 |
diego |
Put common dependencies of mp3lib/test + mp3lib/test2 on a common line.
|
2008-07-04 |
diego |
whitespace cosmetics
|
2008-07-04 |
diego |
Place license header at the top of the file for consistency.
|
2008-07-04 |
diego |
Declare common netstream + vivodump dependencies in the common place.
|
2008-07-02 |
diego |
Remove unused variable.
|
2008-07-01 |
gpoirier |
sync w/r27182
|
2008-07-01 |
diego |
Fix FFmpeg subdirectory dependencies: The FFmpeg libraries depend on each
|
2008-07-01 |
kraymer |
apply parameter name change of no-correct-pts from r26842 to man page
|
2008-06-30 |
gpoirier |
sync w/r27179 + misc fixes of untranslated chunks
|
2008-06-30 |
kraymer |
r26502: Document rgbtest arguments
|
2008-06-30 |
kraymer |
remove two trailing whitespaces
|
2008-06-30 |
kraymer |
r25756: Document vo gl lscale=3
|
2008-06-30 |
kraymer |
r25385: Add new audio filter for encoding multi-channel audio into ac3 at runtime.
|
2008-06-30 |
kraymer |
r25179: Add missing forced linebreak, slight wording improvement.
|
2008-06-30 |
gpoirier |
consistency fix: capitalize Windows Media Player, and add <application> tag around it.
|
2008-06-30 |
gpoirier |
misc fixes, patch by Cédric Viou
|
2008-06-30 |
gpoirier |
sync w/r27132, patch by JRaSH
|
2008-06-30 |
gpoirier |
sync w/r27169
|
2008-06-30 |
voroshil |
Try to get frame rate information through VIDIOC_G_PARM if
|
2008-06-30 |
voroshil |
Fix division by zero in tvi_v4l2 which occures when capture device
|
2008-06-30 |
kraymer |
add missing escapes and full stops for scaletempo filter
|
2008-06-30 |
kraymer |
r24808: Add a space behind openal to get minimum length of 7
|
2008-06-30 |
kraymer |
r24772: DirectShow based tv:// driver for win32
|
2008-06-30 |
kraymer |
r24727: H.264 content can also be decoded with multiple threads
|
2008-06-30 |
kraymer |
version bump to 24719
|
2008-06-30 |
kraymer |
r27123: Add verbose messages about trying and searching for audio output drivers.
|
2008-06-30 |
kraymer |
r27067: Remove pointless #ifdef.
|
2008-06-30 |
kraymer |
r27066: update comments, whitespace cosmetics
|
2008-06-30 |
kraymer |
r27065: whitespace consistency cosmetics
|
2008-06-30 |
kraymer |
r26863: make use of the new MGA_VID_VERSION ioctl to check
|
2008-06-30 |
kraymer |
r25605: properties to get and set angle
|
2008-06-30 |
kraymer |
r24924: Add audio filter scaletempo
|
2008-06-29 |
nicodvb |
removed struct dvdnav_event_t that is 1) unused; 2) has an improper name. You can't turn your back for a second...
|
2008-06-29 |
kraymer |
r24790: Disable channel scanner when no tuner is present.
|
2008-06-29 |
kraymer |
remove trailing whitespaces
|
2008-06-29 |
reimar |
Replace asserts by proper conditions to allow playback of some broken but
|
2008-06-29 |
reimar |
Half size for adpcm_index
|
2008-06-29 |
reimar |
Simplify predictor updates
|
2008-06-29 |
reimar |
Get rid of 16-bit sign extension macro
|
2008-06-29 |
reimar |
Simplify some imaadpcm macros
|
2008-06-29 |
reimar |
Directly pass arrays into decode_nibbles
|
2008-06-29 |
reimar |
Use smaller types for tables
|
2008-06-29 |
reimar |
Make imaadpcm tables const
|
2008-06-29 |
reimar |
Simplify code to read index/predictor
|
2008-06-29 |
reimar |
Add a few size checks to IMA decoder. The code is still a mess though,
|
2008-06-29 |
reimar |
Simplify ad_imaadpcm decode_audio function
|
2008-06-29 |
reimar |
Make sure we do not use uninitialized data in case of a short read.
|
2008-06-29 |
reimar |
Do not use stdata before checking its length
|
2008-06-28 |
vayne |
mingw uses Windows sockets.
|
2008-06-28 |
gpoirier |
sync w/r27123, patch by JRaSH, %jrash06 A 163 P com%
|
2008-06-27 |
gpoirier |
sync w/r27132
|
2008-06-26 |
compn |
one more wish, and an update
|
2008-06-25 |
kraymer |
r24772: DirectShow based tv:// driver for win32
|
2008-06-25 |
lu_zero |
Complete the code move across librtsp, fixes the rtsp_close collision with libnemesi
|
2008-06-25 |
lu_zero |
Move rtsp_close away by simplification - avoids symbol clash with libnemesi
|
2008-06-24 |
compn |
some updates
|
2008-06-24 |
compn |
add ffmdec and ffadpcmxa
|
2008-06-24 |
diego |
Fix/restore the description of the rectangle video filter.
|
2008-06-24 |
diego |
Touch FFmpeg libraries after recursing into their subdirectories.
|
2008-06-24 |
diego |
Do not unconditionally recurse into FFmpeg subdirectories. Instead, just
|
2008-06-24 |
diego |
Add missing 'struct input_id id' to Apple IR configure check.
|
2008-06-23 |
eugeni |
Check if the font set returned from FcFontSort in not NULL.
|
2008-06-23 |
eugeni |
Reindent.
|
2008-06-23 |
eugeni |
Only use application font dir if library->fonts_dir is not NULL.
|
2008-06-23 |
diego |
Dependency files need to get updated when any of their dependencies are
|
2008-06-23 |
diego |
Rename some definitions to avoid clashing with system headers, fixes:
|
2008-06-22 |
corey |
Add verbose messages about trying and searching for audio output drivers.
|
2008-06-22 |
diego |
Replace misuse of echores in libdvdnav check by _res_comment.
|
2008-06-22 |
reimar |
100l, bpp is bits per pixel, not bytes
|
2008-06-21 |
ben |
revert non-acked r27106
|
2008-06-20 |
ben |
cosmetic: be consistent
|
2008-06-20 |
ben |
fixes two bugs:
|
2008-06-20 |
ben |
fix obviously wrong option description
|
2008-06-20 |
ben |
Remove useless typedef for VDXContext.
|
2008-06-20 |
ben |
cosmetic: give a coherent indentation
|
2008-06-20 |
ben |
remove some useless functions from vidix api
|
2008-06-20 |
ben |
remove useless 'else'
|
2008-06-20 |
ben |
renamed vidixlib.c to vidix.c
|
2008-06-20 |
ben |
remove now useless vidixlib.h file
|
2008-06-20 |
gpoirier |
sync w/r27107, patch by Cédric Viou
|
2008-06-20 |
ben |
move content of vidixlib.h into vidix.h
|
2008-06-20 |
ben |
cosmetic: give coherent indentation
|
2008-06-20 |
gpoirier |
use the new URL of NUT container website
|
2008-06-20 |
ben |
Only "pop" subtree params if they had previously been "pushed",
|
2008-06-20 |
gpoirier |
sync w/r27102, patch by Cédric Viou and minor fixes by myself
|
2008-06-20 |
ben |
Add auto-close option to libmenu playlist handling part.
|
2008-06-20 |
ben |
Allow conditional compilation of yuv4mpeg video out.
|
2008-06-20 |
gpoirier |
fix a couple of broken URL links
|
2008-06-20 |
ben |
Keep old dvdnav sub-command options for a while in order
|
2008-06-19 |
ben |
Change DVDNAV command key names.
|
2008-06-19 |
diego |
Reorder some functions to avoid implicit declaration warnings.
|
2008-06-18 |
ben |
Group all input command defines in one big enum
|
2008-06-17 |
diego |
Add copyright and license statement.
|
2008-06-17 |
diego |
It cannot hurt to add -E to the diff options to avoid whitespace changes.
|
2008-06-17 |
diego |
Add missing #includes that are required for things used in the header.
|
2008-06-17 |
gpoirier |
sync w/r27057
|
2008-06-17 |
diego |
Add missing #includes to fix 'make checkheaders'.
|
2008-06-16 |
reimar |
Try harder to honour CTRL+C etc. during dumpstream
|
2008-06-16 |
diego |
cosmetics: Remove useless parentheses, align.
|
2008-06-16 |
reimar |
Chapter support for lavf demuxer.
|
2008-06-16 |
reimar |
Support NULL name parameter for demuxer_add_chapter.
|
2008-06-16 |
diego |
cosmetics: Break overly long lines.
|
2008-06-16 |
diego |
cosmetics: indentation, whitespace changes
|
2008-06-16 |
diego |
cosmetics: consistent * placement
|
2008-06-16 |
diego |
cosmetics: one more if brace placement fix
|
2008-06-16 |
diego |
M-x untabify
|
2008-06-16 |
diego |
cosmetics: Remove all trailing whitespace.
|
2008-06-16 |
diego |
cosmetics: Split/join multiline statements.
|
2008-06-16 |
diego |
cosmetics: Consistently format all if, for, while constructs.
|
2008-06-16 |
diego |
Remove one more commented-out line.
|
2008-06-16 |
diego |
cosmetics: Make all function declarations consistent by moving the opening
|
2008-06-16 |
diego |
Remove one more commented-out line.
|
2008-06-16 |
diego |
Remove pointless comments and commented-out code.
|
2008-06-16 |
diego |
Add missing string.h #include for memcpy prototype;
|
2008-06-16 |
diego |
Add missing #includes to fix 'make checkheaders'.
|
2008-06-15 |
diego |
cosmetics: Group internal codec library tests together.
|
2008-06-15 |
diego |
Document where the files vidix/dhahelperwin/ntverp.h and
|
2008-06-15 |
diego |
cosmetics: Group entries by directory instead of randomly.
|
2008-06-15 |
diego |
Add the ugly HELP_MP_DEFINE_STATIC back, otherwise we produce warnings like
|
2008-06-15 |
diego |
cosmetics: Remove empty line for consistency.
|
2008-06-15 |
diego |
-alang/-slang do not depend on dvdread support.
|
2008-06-15 |
diego |
Remove pointless HELP_MP_DEFINE_STATIC definition.
|
2008-06-15 |
diego |
Remove pointless #ifdef.
|
2008-06-15 |
diego |
update comments, whitespace cosmetics
|
2008-06-15 |
diego |
whitespace consistency cosmetics
|
2008-06-15 |
diego |
Remove now unused messages.
|
2008-06-15 |
diego |
Move message about which adapter is used to verbose mode.
|
2008-06-15 |
diego |
spelling/wording fixes
|
2008-06-15 |
diego |
Add parentheses to expression to avoid the warning:
|
2008-06-15 |
compn |
6 months of changes
|
2008-06-14 |
diego |
standard license headers for mga_vid
|
2008-06-14 |
attila |
add MGA_VID_GET_VERSION ioctl to old mga_vid driver for compatibility with "new" mplayer
|
2008-06-14 |
voroshil |
Ability for specifying TV standard individually for each TV channel.
|
2008-06-13 |
lu_zero |
Fix support for libnemesi installed on nonstandard paths
|
2008-06-12 |
lu_zero |
Unbreak audio, thanks to Uoti for the insight
|
2008-06-11 |
gpoirier |
sync w/r23225, plus misc fixes
|
2008-06-11 |
gpoirier |
fix w/r24604, misc fixes
|
2008-06-11 |
gpoirier |
sync w/r21537 and misc fixes
|
2008-06-11 |
gpoirier |
fix file to conform to French typography
|
2008-06-11 |
gpoirier |
add missing <application> tag around MPlayer,
|
2008-06-11 |
gpoirier |
sync w/r26997
|
2008-06-10 |
gpoirier |
sync w/r27044, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay P fr%
|
2008-06-10 |
nicodvb |
libdvdnav need libdvdread from the same repository
|
2008-06-09 |
ben |
Fix mencoder built from dvdnav enabled.
|
2008-06-09 |
diego |
Give name to font_desc struct, patch by Bryan Henderson, giraffedata gmail com.
|
2008-06-09 |
diego |
Add information about the mga_vid Subversion repository.
|
2008-06-09 |
diego |
Mention that svgalib_helper only works with kernel 2.4.x.
|
2008-06-09 |
diego |
Make a section out of the svgalib_helper paragraph.
|
2008-06-09 |
gpoirier |
require latest x264 to enable MEncoder's x264 support
|
2008-06-08 |
diego |
Slightly reduce VIDIX video output verbosity.
|
2008-06-08 |
gpoirier |
sync w/r26853
|
2008-06-08 |
diego |
Add standard license headers.
|
2008-06-08 |
diego |
Add comments to a few #endif preprocessor directives.
|
2008-06-08 |
diego |
Remove unused variable, fixes the warning:
|
2008-06-08 |
diego |
OBJS should end in .o, not .c.
|
2008-06-08 |
diego |
VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.
|
2008-06-08 |
diego |
Add missing #include, patch by Jan Knutar, jknutar nic fi.
|
2008-06-08 |
diego |
Add command to create dhahelper device to install-dhahelper target.
|
2008-06-08 |
diego |
Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can
|
2008-06-08 |
diego |
Add dhahelper CFLAGS where appropriate if enabled.
|
2008-06-08 |
diego |
Add support for enabling VIDIX dhahelper.
|
2008-06-08 |
diego |
Remove pointless and commented-out #ifdef.
|
2008-06-08 |
diego |
Fix silly typo in CFLAG_SVGALIB_HELPER variable name.
|
2008-06-08 |
diego |
Fix dhahelper.h #include paths.
|
2008-06-07 |
diego |
Restore support for compiling with svgalib_helper.
|
2008-06-07 |
diego |
Only check for VIDIX PCI device name database if VIDIX is enabled.
|
2008-06-07 |
diego |
Make sure that the LC_ALL variable is exported to the environment of
|
2008-06-07 |
ben |
Factorizes dvdnav aid retrieval code.
|
2008-06-07 |
ben |
Add routine that provides audio ID corresponding to logical number
|
2008-06-07 |
ulion |
Fix channel order for libvorbis decoder, original patched by Nicolas George.
|
2008-06-07 |
ulion |
rename AF_CHANNEL_LAYOUT_LAVC_VORBIS* => AF_CHANNEL_LAYOUT_VORBIS*.
|
2008-06-07 |
ben |
Rename some functions as they are mplayer related and not
|
2008-06-07 |
ben |
rename for consistency
|
2008-06-07 |
ben |
Add routine to determine if SPU has changed in dvdnav stream.
|
2008-06-07 |
ben |
Add routine to determine if audio has changed in dvdnav stream.
|
2008-06-07 |
ben |
declare some functions as static
|
2008-06-07 |
diego |
No need to set LC_ALL=C for individual shell commands,
|
2008-06-07 |
diego |
The VIDIX PCI files should be regenerated when the awk script
|
2008-06-07 |
ben |
remove C++ inclusion guard from vidix headers
|
2008-06-07 |
diego |
Add default definition for SVGA device.
|
2008-06-07 |
ben |
remove useless vidix versioning stuff
|
2008-06-07 |
ben |
remove duplicated code
|
2008-06-07 |
ben |
Drop some useless parameter from vidix init routine
|
2008-06-07 |
ben |
Drop support for external libvidix (unmaintained and not up-to-date)
|
2008-06-07 |
ben |
Save DVDNAV palette info.
|
2008-06-07 |
ben |
vidix s3 headers was missing proper header
|
2008-06-07 |
diego |
Remove unused variable, fixes the warning:
|
2008-06-06 |
ben |
Removed unused freepath variable.
|
2008-06-06 |
compn |
add VIDM fourcc to divx/xvid, based on this patch:
|
2008-06-06 |
compn |
add psiv codec, works on psi_v-sample.mov
|
2008-06-06 |
compn |
add qtactl codec
|
2008-06-06 |
diego |
Remove unnecessary -o option from windres invocation.
|
2008-06-06 |
diego |
Fix codec-specific options syntax declaration to be less confusing and wrong.
|
2008-06-06 |
gpoirier |
sync w/r26806
|
2008-06-06 |
diego |
Fix the linking of TOOLS/netstream and TOOLS/vivodump.
|
2008-06-06 |
diego |
Use standard license header, merge changelog into license header and TODO.
|
2008-06-05 |
ben |
Remove useless braces on if() statement.
|
2008-06-05 |
ben |
Ensure 'path' string is 0 terminated.
|
2008-06-04 |
gpoirier |
fix fixes, patch by Benoit Fouet
|
2008-06-04 |
diego |
Run the whole documentation through ispell.
|
2008-06-04 |
diego |
Remove another reference to a removed configure option.
|
2008-06-04 |
diego |
Remove references to removed configure options.
|
2008-06-04 |
diego |
Get rid of needless emphasis.
|
2008-06-04 |
diego |
Document VIDIXIVTVALPHA environment variable.
|
2008-06-04 |
diego |
Move Matrox TV-out cable section to the end of the Matrox chapter.
|
2008-06-04 |
diego |
Move Matrox TV-out cable instructions into their own section.
|
2008-06-04 |
diego |
Fix some typos and update the Matrox TV output section. The relevant
|
2008-06-04 |
diego |
Remove unnecessary mangle.h #include.
|
2008-06-04 |
gpoirier |
sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
|
2008-06-04 |
michael |
Remove due to objections by ivan.
|
2008-06-04 |
diego |
small spelling/wording fixes
|
2008-06-04 |
diego |
mphq2 runs svn 1.4.x.
|
2008-06-03 |
diego |
Use size_t instead of int for a variable that is compared to the result
|
2008-06-03 |
ivo |
correct spelling error ;)
|
2008-06-03 |
michael |
List more actions which have proven controversial in the past.
|
2008-06-03 |
gpoirier |
grammar fixes by Benoit Fouet
|
2008-06-03 |
gpoirier |
sync w/r26920, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay P fr%
|
2008-06-03 |
gpoirier |
add missing <option> tags around the option "filmdint"
|
2008-06-03 |
gpoirier |
fix incorrect XML structure (I should have been more carefull when I checked in the previous version)
|
2008-06-03 |
gpoirier |
sync w/r26936, patch by Cedric Viou % Cedric P Dumez-Viou A obs-nancay P fr %
|
2008-06-03 |
diego |
Add reverting commits to the list of potentially controversial actions.
|
2008-06-02 |
Gabrov |
synced with r26967
|
2008-06-02 |
diego |
Use LC_ALL instead of LANG in config.mak to prevent locale settings from
|
2008-06-02 |
diego |
10l: Restore LANG variable in config.mak so that shell commands are not
|
2008-06-02 |
diego |
Remove unused variable LANG from config.mak.
|
2008-06-02 |
diego |
Remove unused variable TARGET_OS from config.mak.
|
2008-06-02 |
diego |
cosmetics: Restructure config.mak logically and alphabetically.
|
2008-06-02 |
diego |
Remove unused variable TARGET_CPU from config.mak.
|
2008-06-02 |
diego |
Remove unnecessary FFmpeg hack from config.mak.
|
2008-06-02 |
nicodvb |
call demux_flush() where appropriate
|
2008-06-02 |
nicodvb |
use demux_flush() where appropriate
|
2008-06-02 |
nicodvb |
added and reused demux_flush() instead of emptying the demux_stream buffers;
|
2008-06-01 |
bcoudurier |
restore needed cast to correct type with const
|
2008-06-01 |
reimar |
100l, fix wrong order of cases in cache_do_control
|
2008-06-01 |
reimar |
Properly free memory allocate by liba52.
|
2008-06-01 |
nicodvb |
tiny reindentation
|
2008-06-01 |
nicodvb |
disable dvdnav when using the internal dvdread
|
2008-06-01 |
nicodvb |
reindented the dvdread detection block
|
2008-06-01 |
nicodvb |
changed the code that checks the presence of the external dvdread
|
2008-06-01 |
nicodvb |
removed support for Ogle's dvdread
|
2008-06-01 |
bcoudurier |
cast to correct type, suppress warnings
|
2008-06-01 |
bcoudurier |
cast to correct type, suppress warnings
|
2008-06-01 |
bcoudurier |
cast to correct type, suppress warning
|
2008-06-01 |
bcoudurier |
cast to correct type, suppress warnings
|
2008-06-01 |
bcoudurier |
add const, suppress warnings
|
2008-06-01 |
bcoudurier |
remove useless casts
|
2008-06-01 |
bcoudurier |
add const, suppress warnings
|
2008-06-01 |
bcoudurier |
add const, suppress warnings
|
2008-06-01 |
bcoudurier |
remove useless casts
|
2008-05-31 |
diego |
Change spelling of XviD to Xvid as has already been done in the (rest of the)
|
2008-05-31 |
rtogni |
Fix compilation with internal dvdnav
|
2008-05-31 |
nicodvb |
adapted to the dvdread->libdvdread transition in dvdnav's repository
|
2008-05-31 |
nicodvb |
warn to always disable the internal dvdread; still menus are supported now
|
2008-05-30 |
diego |
Add install-dhahelperwin target to simplify dhahelper installation on Windows.
|
2008-05-30 |
diego |
Merge vidix/dhahelperwin/Makefile into top-level Makefile.
|
2008-05-30 |
diego |
Merge vidix/dhahelper/Makefile into top-level Makefile.
|
2008-05-30 |
diego |
Rename kernelhelper to dhahelper, that name is more fitting.
|
2008-05-30 |
diego |
Fix #include paths.
|
2008-05-30 |
diego |
dhasetup.exe can be created via make instead of calling gcc directly.
|
2008-05-30 |
diego |
Rework AltiVec CFLAGS detection. '-maltivec -mabi=altivec' should be used
|
2008-05-30 |
reimar |
Handle NULL control function in cache_execute_control, fixes crash with http urls.
|
2008-05-30 |
diego |
Check for ALTIVEC_H instead of __APPLE_CC__ to decide which AltiVec vector
|
2008-05-30 |
diego |
Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__.
|
2008-05-30 |
diego |
Check for AltiVec vector declaration syntax.
|
2008-05-29 |
diego |
typo noticed by Mark Pilgrim, mark diveintomark org
|
2008-05-29 |
eugeni |
The size of output buffer is stored in 'osize', not 'size'.
|
2008-05-29 |
eugeni |
Clear iconv conversion state also in libass.
|
2008-05-29 |
eugeni |
Offset should be size_t.
|
2008-05-29 |
eugeni |
Clear iconv conversion state after each subtitle line.
|
2008-05-29 |
diego |
Remove extra messages.
|
2008-05-29 |
diego |
Fix mismatching messages.
|
2008-05-29 |
diego |
Fix mismatching translated messages as pointed out by TOOLS/mphelp_check.py.
|
2008-05-29 |
gpoirier |
fix problems picked up by mphelp_check.py
|
2008-05-29 |
diego |
The install-drivers target should depend on the drivers target.
|
2008-05-28 |
iive |
Revert commit r26897.
|
2008-05-28 |
diego |
Merge drivers/Makefile into top-level Makefile.
|
2008-05-28 |
diego |
Fix setting of CFLAGS for Radeon modules.
|
2008-05-28 |
diego |
Disable unused function, fixes the warning:
|
2008-05-28 |
diego |
mga_vid driver wording fixes
|
2008-05-27 |
diego |
Move messages header file creation to a separate shell script.
|
2008-05-27 |
ben |
Add a slave command to stop stream playback.
|
2008-05-27 |
reimar |
Initialize sh_audio/sh_video->ds
|
2008-05-27 |
reimar |
Simplify/make new_sh behaviour more consistent when a stream gets redefined.
|
2008-05-27 |
reimar |
Cosmetics: simplify
|
2008-05-27 |
reimar |
Move native musepack demuxer further down in demuxer list
|
2008-05-27 |
diego |
Revert declaration .NOTPARALLEL. Unfortunately this special target does not
|
2008-05-27 |
diego |
Mark VIDIX_PCI_FILES targets as NOTPARALLEL. They are all created
|
2008-05-27 |
diego |
Use 'grep -q' instead of redirecting grep output to /dev/null.
|
2008-05-27 |
diego |
mga_vid string wording fix
|
2008-05-27 |
diego |
Fix typo in string name.
|
2008-05-27 |
diego |
Instead of removing code from this imported library, place it under #if 0.
|
2008-05-27 |
diego |
cosmetics: Fix pointless weird indentation.
|
2008-05-27 |
diego |
cosmetics: XviD --> Xvid
|
2008-05-27 |
diego |
cosmetics: Move toolsclean target to a better place.
|
2008-05-27 |
diego |
Update comment heading.
|
2008-05-27 |
diego |
cosmetics: Consistently place '-o $@' in compiler command line.
|
2008-05-27 |
diego |
Simplify codec-cfg-test command with $^.
|
2008-05-27 |
diego |
Fix codecs2html linking.
|
2008-05-27 |
diego |
Merge doxygen_clean rule into distclean.
|
2008-05-27 |
diego |
codecs2html and codec-cfg-test are removed by toolsclean. Do not remove
|
2008-05-27 |
diego |
Add codecs2html to TESTS variable.
|
2008-05-27 |
diego |
Fix dependency declaration for codecs2html.
|
2008-05-27 |
diego |
cosmetics: Move some rules to better places.
|
2008-05-27 |
diego |
Add missing -I. to fix codecs2html compilation.
|
2008-05-27 |
diego |
Add codec-cfg-test to list of TESTS.
|
2008-05-27 |
diego |
Correct dependency declaration for codec-cfg-test.
|
2008-05-27 |
diego |
There is no need to ignore the return value of an 'rm -rf' command.
|
2008-05-27 |
diego |
Fix codec-cfg-test linking.
|
2008-05-27 |
diego |
Link codec-cfg programs against mp_msg-mencoder.o instead of mp_msg.o.
|
2008-05-27 |
diego |
Fix codec-cfg-test compilation.
|
2008-05-26 |
reimar |
Emulate STREAM_CTRL_GET_TIME_LENGTH if cache is used.
|
2008-05-26 |
compn |
add qclp fourcc
|
2008-05-25 |
gpoirier |
sync w/r26863, patch by JRaSH % jrash06 A 163 P com %
|
2008-05-25 |
reimar |
Readd fourcc used by MTV format. Note that BGR->YUV conversion
|
2008-05-25 |
reimar |
Remove incorrectly added formats
|
2008-05-25 |
reimar |
Render everything as early as possible, doing as little as possible in
|
2008-05-25 |
reimar |
Reorder flip_page to make moving around do_render call easier
|
2008-05-25 |
reimar |
Split flip_page function
|
2008-05-24 |
reimar |
Simplify yuv to rgb conversion matrix stuff.
|
2008-05-24 |
reimar |
Cosmetics: align
|
2008-05-24 |
reimar |
update doxygen comments
|
2008-05-24 |
reimar |
Add a filter strength parameter for blurring/sharpening scalers.
|
2008-05-24 |
reimar |
Forgotten changes to gl_common.h
|
2008-05-24 |
reimar |
Use a struct instead of a huge and further growing argument list.
|
2008-05-24 |
reimar |
Add basic support for stream controls with cache enabled.
|
2008-05-24 |
reimar |
Re-add (hackish) support for -chapter (only start chapter, end is not supported) with -dumpstream.
|
2008-05-23 |
attila |
make use of the new MGA_VID_VERSION ioctl to check
|
2008-05-23 |
attila |
sync mga_vid.h to revision 265 from the mga_vid repo
|
2008-05-23 |
attila |
revert changes 26035 and 26061
|
2008-05-23 |
Gabrov |
synced with r26853
|
2008-05-23 |
ptt |
little fixes
|
2008-05-23 |
reimar |
Get rid of "define RECURSIVE_RULE" since a lot of make version have problems
|
2008-05-22 |
eugeni |
Cosmetics: reindent after the last commit.
|
2008-05-22 |
eugeni |
Read all faces of a memory font, not just the first one.
|
2008-05-22 |
reimar |
Saner handling of VOCTRL_PAUSE/VOCTRL_RESUME
|
2008-05-22 |
reimar |
Simplify equalizer handling for vo gl
|
2008-05-22 |
reimar |
Update gl vo section with the new force-pbo suboption.
|
2008-05-22 |
gpoirier |
fix a lot of mistranslations and typos, patch by Cedric Dumez-Viou
|
2008-05-22 |
eugeni |
Fix compilation with FontConfig <= 2.2.96.
|
2008-05-21 |
reimar |
Avoid crash with video stream switching and -nosound
|
2008-05-21 |
reimar |
Make internal subtitle and subtitle switching work with -audiofile
|
2008-05-21 |
reimar |
Use av_alloc_put_byte instead of custom protocol.
|
2008-05-21 |
voroshil |
r26675: update paragraphs related to x264, and update its checkout command
|
2008-05-21 |
reimar |
Add some codec specifications needed to play MTV files.
|
2008-05-21 |
voroshil |
r26512: consistently print fps with three digits of precision
|
2008-05-21 |
reimar |
Continue detection if it is not clear if we have a MP3 or flac file.
|
2008-05-21 |
ptt |
left an english phrase in, removed.
|
2008-05-21 |
compn |
remove extra dash in nocorrect-pts option
|
2008-05-20 |
ben |
add potentially missing types
|
2008-05-20 |
Gabrov |
synced with r26839
|
2008-05-19 |
eugeni |
In case 2 styles have the same name, prefer the latest one.
|
2008-05-19 |
diego |
Output a better informative message if no AltiVec CFLAGS can be found.
|
2008-05-19 |
diego |
Do not run second AltiVec CFLAG check in a subshell; the variable that is
|
2008-05-19 |
diego |
If character set conversion for help_mp.h is required, do it on the whole
|
2008-05-19 |
diego |
The multiple inclusion guard in help_mp.h has to cover the whole file,
|
2008-05-18 |
diego |
Simplify help_mp.h generation commands by using $@.
|
2008-05-18 |
diego |
Do not hide that we are running a helper script.
|
2008-05-18 |
diego |
Move the logic that decides if untranslated messages need to be added to
|
2008-05-18 |
diego |
Replace hack to disable iconv conversion of messages with something more sane.
|
2008-05-18 |
diego |
Only run AltiVec compiler tests on PowerPC.
|
2008-05-18 |
ben |
fix compilation of input.c if neither macosx/linux apple remote code
|
2008-05-18 |
diego |
Remove unused strip target.
|
2008-05-18 |
diego |
Merge directory installation commands.
|
2008-05-18 |
diego |
one less level of indirection for install and program targets
|
2008-05-18 |
diego |
10l: Fix MAN_LANG creation for real this time.
|
2008-05-18 |
diego |
10l: missing quotes in sed command
|
2008-05-18 |
diego |
install-mplayer and install-mencoder targets should depend on install-dirs.
|
2008-05-18 |
diego |
Do not install DATADIR always, the GUI installation target takes care of this.
|
2008-05-18 |
diego |
Install the required man page directories in the man page targets.
|
2008-05-18 |
diego |
Replace hackish shell loops for man page installation with make constructs.
|
2008-05-18 |
diego |
Create directories for the translated man pages in the install-dirs target.
|
2008-05-18 |
diego |
Split MAN_LANG Makefile variable into MAN_LANG and MAN_LANG_ALL with
|
2008-05-18 |
diego |
Introduce make variable common to the GTK and Windows GUI and use it
|
2008-05-18 |
diego |
install-mencoder-man depends on install-mplayer-man.
|
2008-05-18 |
diego |
Replace shell for loop with proper foreach make construct in uninstall target.
|
2008-05-18 |
diego |
Always uninstall English man pages instead of never.
|
2008-05-18 |
diego |
Remove (hopefully obsolete) codecs.conf workaround.
|
2008-05-18 |
diego |
Introduce a pattern rule for install-mplayer and install-mencoder targets.
|
2008-05-18 |
diego |
Separate install-mencoder and install-mencoder-man targets.
|
2008-05-18 |
diego |
The install-gui target depends on the install-mplayer target.
|
2008-05-18 |
diego |
Simplify installation rules with $<.
|
2008-05-18 |
diego |
Do not remove gmplayer.1, it is never installed.
|
2008-05-18 |
diego |
10l: Add missing parentheses in AltiVec test logic.
|
2008-05-18 |
gpoirier |
Document x264's AQ options
|
2008-05-18 |
ben |
Sort alphabetically
|
2008-05-18 |
diego |
There is no need to ignore errors from 'rm -f' commands.
|
2008-05-18 |
diego |
Remove skin download instructions, they have no place in the Makefile.
|
2008-05-18 |
ben |
Declare new Linux AppleIR remote support.
|
2008-05-18 |
ben |
Make "Menu" button of AppleIR remote call OSD Menu instead
|
2008-05-18 |
ben |
Allow DVD Menus to be controlled by AppleIR Remote.
|
2008-05-18 |
ben |
Keep AppleIR enabled by default on MacOSX but have it disable on Linux.
|
2008-05-18 |
ben |
Document the -noar command-line option in en/fr manpages.
|
2008-05-18 |
ben |
Do not enable AppleIR by default.
|
2008-05-18 |
ben |
Do not consider TAGS file under SVN.
|
2008-05-18 |
ben |
Add support for AppleIR Remote as an input under Linux systems.
|
2008-05-17 |
diego |
Add section about code from NuppelVideo / RTJPEG.
|
2008-05-17 |
diego |
Add missing MPLAYER_ prefix to multiple inclusion guards.
|
2008-05-16 |
compn |
add ffmpeg ea maxis xa adpcm audio decoder
|
2008-05-16 |
diego |
cosmetics: Remove useless parentheses from return statements.
|
2008-05-16 |
diego |
cosmetics: Remove pointless parentheses from return statements.
|
2008-05-16 |
diego |
cosmetics: Remove pointless parentheses from return statements.
|
2008-05-16 |
diego |
cosmetics: Remove useless parentheses from return statements.
|
2008-05-16 |
diego |
cosmetics: Remove useless parentheses from from return statements.
|
2008-05-16 |
diego |
cosmetics: Remove pointless parentheses from return calls.
|
2008-05-16 |
diego |
cosmetics: Remove useless parentheses from return statements.
|
2008-05-15 |
diego |
Remove unused function, fixes the warning:
|
2008-05-15 |
diego |
Add missing stream.h #include, fixes the warning:
|
2008-05-15 |
diego |
Remove unused variable, fixes the warning:
|
2008-05-15 |
diego |
cosmetics: Break overly long lines.
|
2008-05-15 |
diego |
Mark static tables const.
|
2008-05-14 |
compn |
add gsm in aif, works on aif-gsm610.aif
|
2008-05-14 |
diego |
Add stanza about files taken from the MJPEG Tools suite.
|
2008-05-14 |
diego |
Mark files that were imported from the MJPEG Tools suite as such.
|
2008-05-14 |
diego |
10l: Revert license header cleanup on imported files.
|
2008-05-14 |
diego |
Use standard license headers with standard formatting.
|
2008-05-14 |
diego |
Use standard license headers with standard formatting.
|
2008-05-14 |
compn |
its typo spotted by diego
|
2008-05-14 |
diego |
Use standard license headers with standard formatting.
|
2008-05-14 |
diego |
Use standard license headers with standard formatting.
|
2008-05-14 |
diego |
Speak of libass instead of MPlayer in the libass license headers.
|
2008-05-14 |
diego |
Use standard license headers with standard formatting.
|
2008-05-14 |
compn |
clean up dll keyword
|
2008-05-14 |
compn |
add rl2 codec
|
2008-05-14 |
gpoirier |
sync w/r26762
|
2008-05-14 |
ulion |
Add detection code for abnormal pts jump when seeking previous.
|
2008-05-14 |
ulion |
Seek by pts accurately.
|
2008-05-13 |
corey |
Remove '(pass 1/2)' from some lavcopts. These options really worked on
|
2008-05-13 |
ben |
Add a new suboption to -vo xv and -vo xvmc that allows selection
|
2008-05-13 |
ben |
Use more intuitive and user-friendly DVDNAV control keys.
|
2008-05-13 |
ben |
Delcare a dvdnav-specific input section if the currently played
|
2008-05-13 |
diego |
Use standard license headers.
|
2008-05-13 |
diego |
Use standard license header with standard formatting.
|
2008-05-13 |
diego |
Add standard license header.
|
2008-05-13 |
diego |
Fix one more license header wording detail for consistency.
|
2008-05-13 |
diego |
Use standard license header.
|
2008-05-13 |
diego |
Fix typo in install-gui target dependency.
|
2008-05-12 |
eugeni |
Cosmetics: remove some commented code.
|
2008-05-12 |
eugeni |
Change subtitle selection order by giving "indirect" ways of specifying the
|
2008-05-12 |
diego |
Use standard license headers.
|
2008-05-12 |
diego |
consistency cosmetics: Move some parts of file headers around; typo fixes.
|
2008-05-12 |
nicodvb |
-psprobe can be used in mpeg-pes streams, too
|
2008-05-12 |
compn |
ptx is an internal fourcc
|
2008-05-12 |
diego |
Remove pointless changelogs.
|
2008-05-12 |
diego |
Use standard license header and add back credits line for Marcel Naziri.
|
2008-05-12 |
diego |
Remove pointless changelog from file header.
|
2008-05-12 |
compn |
add ffsiff, works on game-formats/SIFF/
|
2008-05-12 |
compn |
add ffptx , works on ptx samples
|
2008-05-11 |
eugeni |
When building font pattern, treat both ' ' and '-' as word separators.
|
2008-05-11 |
eugeni |
Fix possible free of unallocated memory.
|
2008-05-11 |
diego |
Remove unused file, it has never been compiled.
|
2008-05-11 |
diego |
Oops, remove stray .TP.
|
2008-05-11 |
diego |
Use standard license header.
|
2008-05-11 |
gpoirier |
sync w/r26732
|
2008-05-11 |
reimar |
Add license headers to av_opts
|
2008-05-11 |
michael |
Factorize "int i".
|
2008-05-11 |
diego |
cosmetics: wording/spelling fixes
|
2008-05-11 |
diego |
cosmetics: Fix unknow vs. unknowN typo.
|
2008-05-11 |
diego |
Mark new options Michael committed as undocumented.
|
2008-05-11 |
reimar |
Add newlines at end of file, this is required for text files and gcc
|
2008-05-11 |
Gabrov |
synced with r26729
|
2008-05-11 |
gpoirier |
MPlayer uses Subversion, not GIT, 10L to me, and thanks to Mizda for spotting this
|
2008-05-10 |
michael |
AVOption support for lavf demuxing
|
2008-05-10 |
michael |
AVOptions support for lavf muxing.
|
2008-05-10 |
michael |
Reformat very ugly code.
|
2008-05-10 |
michael |
AVOption support for video encoders.
|
2008-05-10 |
michael |
AVOptions support for libavcodec based video decoders.
|
2008-05-10 |
michael |
AVOptions support.
|
2008-05-10 |
michael |
Replace a really ugly hack by a clean but not thread safe solution.
|
2008-05-10 |
reimar |
Request a timer resolution of 1 ms on Windows, the default of
|
2008-05-10 |
diego |
Prefer FSF-style AltiVec flags over Apple-style.
|
2008-05-10 |
diego |
Simplify AltiVec compiler flag test.
|
2008-05-10 |
reimar |
usec_sleep(0) is not the same as not sleeping at all.
|
2008-05-10 |
diego |
Simplify AltiVec CFLAG test.
|
2008-05-10 |
diego |
Replace some if constructs with && in the AltiVec test.
|
2008-05-10 |
diego |
cosmetics: whitespace changes, spelling, code moving in AltiVec test.
|
2008-05-10 |
reimar |
Add . to windres include path (otherwise version.h is not found).
|
2008-05-10 |
reimar |
Add force-pbo suboption for faster OpenGL output.
|
2008-05-10 |
diego |
Only check for and set AltiVec flags if AltiVec or runtime CPU detection is
|
2008-05-10 |
gpoirier |
Consistency fix: all DVD encoding examples had ":aspect=16/9" option, so put
|
2008-05-10 |
diego |
Remove outdated FIXME comment.
|
2008-05-10 |
reimar |
Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfers
|
2008-05-09 |
diego |
Add some comment headings to divide the Makefile into logical chapters.
|
2008-05-09 |
diego |
cosmetics: Move some stuff around for more logical grouping.
|
2008-05-09 |
superdump |
Remove in_asm_used_var_warning_killer()
|
2008-05-09 |
gpoirier |
sync w/r26674
|
2008-05-09 |
diego |
FFmpeg parts no longer require extra -I CFLAGS.
|
2008-05-09 |
diego |
Sync with latest FFmpeg changes.
|
2008-05-09 |
diego |
Use full path for #includes from another directory.
|
2008-05-09 |
diego |
cosmetics: indentation
|
2008-05-08 |
diego |
Add options to handle the external libraries in libavcodec, which require
|
2008-05-08 |
diego |
Add option to disable mp3lame.
|
2008-05-08 |
diego |
cosmetics: Rename _lavc_* variables to _*_lavc.
|
2008-05-08 |
diego |
cosmetics: Rename _def_lavc_* variables to _def_*_lavc.
|
2008-05-08 |
diego |
Remove useless output.
|
2008-05-08 |
compn |
add h264 speedups
|
2008-05-08 |
ulion |
Reindent for last commit.
|
2008-05-08 |
ulion |
Distinguish between ac3 and dts by format tag.
|
2008-05-08 |
eugeni |
Define FC_FULLNAME and FC_EMBOLDEN to fix compilation with ancient fontconfig.
|
2008-05-08 |
eugeni |
If both full name and family are available, use the former in inexact match warning.
|
2008-05-08 |
eugeni |
Remove extra family names from the search pattern after FcFontSort and
|
2008-05-08 |
diego |
Add paragraph about homepage translation.
|
2008-05-08 |
diego |
Clarify order of importance for translations.
|
2008-05-08 |
diego |
Move some blocks around for better text structuring.
|
2008-05-08 |
diego |
Add paragraph headings.
|
2008-05-07 |
diego |
small wording fix
|
2008-05-07 |
diego |
more complete mphelp_check.py command lines, typo, clarifications
|
2008-05-07 |
diego |
Remove obscure comment about libmp3lame depending on Vorbis.
|
2008-05-07 |
diego |
1l: Remove leftover _lavc_x264 variable.
|
2008-05-07 |
reimar |
Avoid dependency on newer pulseaudio version.
|
2008-05-07 |
diego |
Mike Baker agreed to relicense his parts of the code as GPL v2+ on IRC.
|
2008-05-07 |
diego |
Relicense file as GPL v2+; bero granted permission on IRC.
|
2008-05-06 |
diego |
Always enable x264 in libavcodec if x264 is enabled.
|
2008-05-06 |
ptt |
synced with r26649
|
2008-05-06 |
ptt |
synced with r26674
|
2008-05-06 |
gpoirier |
update paragraphs related to x264, and update its checkout command
|
2008-05-05 |
compn |
add h264 to list of supported codecs
|
2008-05-05 |
diego |
cosmetics: sort lines (correctly)
|
2008-05-05 |
ulion |
Remove useless variable startup_time, since we do not need it any more.
|
2008-05-04 |
lu_zero |
cosmetics: Shuffle lines around and add empty lines.
|