2009-01-20 |
compn |
add EPHV to ffodivx,xvid
|
2009-01-20 |
gpoirier |
sync w/r28341
|
2009-01-20 |
cehoyos |
Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.
|
2009-01-20 |
cehoyos |
Disable upcoming VC1/WMV3 VDPAU decoder.
|
2009-01-19 |
diego |
cosmetics: Remove pointless period after copyright statement non-sentences.
|
2009-01-18 |
gpoirier |
fix device_id option after r28165
|
2009-01-17 |
diego |
Reduce QuickTime binary decoder verbosity.
|
2009-01-17 |
cehoyos |
MPlayer only supports latest libavutil.
|
2009-01-17 |
cehoyos |
Fix compilation: s/ff_gcd/av_gcd.
|
2009-01-16 |
reimar |
100l, forgot to delete two defines left over from old HAVE_MMX handling code.
|
2009-01-16 |
gpoirier |
fix compilation without VDPAU decoders
|
2009-01-16 |
compn |
add mimic in avi fourcc LM20 to ffmimic
|
2009-01-16 |
gpoirier |
revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
|
2009-01-16 |
gpoirier |
Completely get rid of MMX define, use HAVE_MMX define instead.
|
2009-01-16 |
gpoirier |
fix wrong #ifdef/#ifndef -> #if conversion in r28323
|
2009-01-16 |
gpoirier |
fix compilation on non x86 machines (PPC here)
|
2009-01-16 |
reimar |
Fix a wrongly converted !defined(ARCH_X86_64)
|
2009-01-16 |
reimar |
100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time.
|
2009-01-16 |
reimar |
Another missed #ifdef HAVE_MMX
|
2009-01-16 |
reimar |
More #ifdef HAVE_MMX etc. missed by earlier search.
|
2009-01-16 |
reimar |
More #ifdef -> #if fixes
|
2009-01-16 |
reimar |
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
|
2009-01-16 |
reimar |
More #ifdef -> #if
|
2009-01-16 |
reimar |
Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc.
|
2009-01-16 |
cehoyos |
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will
|
2009-01-16 |
cehoyos |
Disable upcoming MPEG_VDPAU_DECODER.
|
2009-01-16 |
diego |
one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail com
|
2009-01-15 |
gpoirier |
sync w/r28279
|
2009-01-15 |
diego |
Get rid of now unused FFmpeg ENABLE_ preprocessor directives.
|
2009-01-15 |
diego |
Sync with latest FFmpeg changes: #define disabled preprocessor directives
|
2009-01-15 |
diego |
Treat mlib as a normal FFmpeg option, not a CPU extension.
|
2009-01-15 |
diego |
Treat SH architecture like SH4 like in FFmpeg, the only place it is used.
|
2009-01-15 |
diego |
SH4 is not a CPU extension mechanism.
|
2009-01-15 |
diego |
Mark internal libraries as such in the configure summary, fixes Bugzilla #1378.
|
2009-01-15 |
diego |
Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net.
|
2009-01-14 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
2009-01-13 |
compn |
add SLMJ fourcc to ffmjpeg
|
2009-01-13 |
compn |
add binary codecs:
|
2009-01-13 |
compn |
add nsvideo (NSVI) binary codec. works on uncommon samples list
|
2009-01-13 |
compn |
add yamaha adpcm ffmpeg codec, works on sample
|
2009-01-11 |
diego |
Update copyright year.
|
2009-01-11 |
diego |
Sync with latest FFmpeg changes: Check for the availability of truncf().
|
2009-01-11 |
diego |
spelling/grammar/wording/whitespace
|
2009-01-11 |
diego |
Fix d_width vs. d_height typo.
|
2009-01-11 |
diego |
Fix decvideo vs. dec_video typo noticed by Vineeth N, nvineeth gmail com.
|
2009-01-11 |
diego |
Remove outdated comment.
|
2009-01-11 |
diego |
cosmetics: Move CPU byte order check to a more sensible place.
|
2009-01-11 |
diego |
Only check for YASM support on x86 systems.
|
2009-01-11 |
diego |
cosmetics: Move some checks to more logical places.
|
2009-01-11 |
ptt |
removed remaining english word
|
2009-01-11 |
diego |
console output cosmetics
|
2009-01-11 |
diego |
Only print "using XYZ" comment if XYZ has been set.
|
2009-01-10 |
diego |
Add missing const qualifier to mpctx_get_audio_out function declaration.
|
2009-01-10 |
Gabrov |
synced with r28279
|
2009-01-10 |
reimar |
Reindent for "if" added in internal dvdnav patch
|
2009-01-10 |
reimar |
Support an "internal" dvdnav version to make it easier to compile with,
|
2009-01-10 |
reimar |
Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigation
|
2009-01-10 |
compn |
add vdowave acm codec for format 0xFFFC
|
2009-01-10 |
reynaldo |
Correct a few mistakes in the spanish translation.
|
2009-01-10 |
reynaldo |
TRIVIAL, Extend the copyright line to 2009. Patch by andrew .david .45 AT gmail.
|
2009-01-09 |
diego |
Fix build: calc_drwXY was factorized into vo_calc_drwXY.
|
2009-01-09 |
cehoyos |
Factor calc_drwXY out of vo_xv and vo_xvmc.
|
2009-01-09 |
reimar |
Consistently use tabs in svn:externals
|
2009-01-09 |
diego |
Rearrange genres between numbers 53 and 63 into the correct order.
|
2009-01-09 |
diego |
Replace reference to LICENSE file with GPL notice from said file.
|
2009-01-08 |
cehoyos |
Add PIX_FMT_VDPAU_H264.
|
2009-01-08 |
reimar |
Switch internal dvdread to libdvdread SVN external.
|
2009-01-07 |
eugeni |
Clarify relationship between -ass and -fontconfig in the man page.
|
2009-01-06 |
gpoirier |
sync w/r28122, patch by JRaSH % jrash06 A 163 P com %
|
2009-01-06 |
gpoirier |
looks like I missed r27542...
|
2009-01-06 |
eugeni |
Support loading font faces other then the first one in a font file.
|
2009-01-05 |
reimar |
Fix r28222, including alloca.h directly might break compilation.
|
2009-01-05 |
diego |
Fix some typos, add flv and trp to the list of video formats
|
2009-01-05 |
diego |
Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h and
|
2009-01-05 |
diego |
Use standard multiple inclusion guards.
|
2009-01-05 |
diego |
Remove unnecessary local definition of _ISOC9X_SOURCE.
|
2009-01-05 |
diego |
small Turkish translation fixes, patch by Onur Küçük, onur delipenguen net
|
2009-01-05 |
uau |
timer-win2.c: Fix "voi" (void) typo breaking Windows compilation
|
2009-01-05 |
diego |
#include the appropriate header instead of using local declarations.
|
2009-01-05 |
diego |
Add missing 'void' keyword to parameterless function declarations.
|
2009-01-05 |
Gabrov |
update copyright year
|
2009-01-05 |
diego |
Remove obsolete and misleading comment.
|
2009-01-05 |
diego |
Replace informal license notices by standard license header
|
2009-01-05 |
diego |
Fix nonstandard license headers in the documentation.
|
2009-01-05 |
diego |
Fix two more instances of nonstandard license headers.
|
2009-01-05 |
Gabrov |
synced with r28247
|
2009-01-05 |
diego |
Sync removal of bugs.xml.
|
2009-01-05 |
compn |
add binary codec Philips Speech Processing CELP acm for format 0x120
|
2009-01-05 |
diego |
Do not run mkdir in a subshell.
|
2009-01-05 |
diego |
Skip pointless ignoring return value of 'rm -f'.
|
2009-01-05 |
diego |
nonrecursive releaseclean target
|
2009-01-05 |
diego |
cosmetics: Move clean targets to the bottom.
|
2009-01-04 |
diego |
Remove pointless language-specific clean and distclean targets.
|
2009-01-04 |
diego |
Subsume clean-html-chunked and clean-html-single targets into clean target.
|
2009-01-04 |
cehoyos |
Fix compilation after upcoming H264_VDPAU patch for FFmpeg.
|
2009-01-04 |
diego |
Get rid of pointless chunked-dir and single-dir targets.
|
2009-01-04 |
diego |
Simplify phony target declaration.
|
2009-01-04 |
diego |
Sync audio.xml removal.
|
2009-01-04 |
diego |
Sync history chapter removal.
|
2009-01-04 |
diego |
Remove history chapter; it is outdated and of little practical value.
|
2009-01-04 |
diego |
EXTERN_PREFIX is not only used in FFmpeg code.
|
2009-01-04 |
nicodvb |
added support for manual audio substream selection out of 0xFD PES streams (Blueray, multistream in the same pid)
|
2009-01-04 |
diego |
Add ARMv6t2 CPU extension additions missed in previous commit.
|
2009-01-04 |
diego |
Sync ARMv6t2 optimization support from FFmpeg.
|
2009-01-04 |
reimar |
Update JACK configure test to match r28241
|
2009-01-04 |
reimar |
Replace deprecated jack_client_new with jack_client_open.
|
2009-01-04 |
Gabrov |
synced with r28215
|
2009-01-03 |
gpoirier |
Fix deinit problem due to r28215
|
2009-01-03 |
jheryan |
Synced with r28122
|
2009-01-02 |
diego |
Sync with latest round of xvmc changes in FFmpeg.
|
2009-01-02 |
diego |
Rename libaf/af_resample.h to libaf/af_resample_template.c, it is used as
|
2009-01-02 |
diego |
Conditionally define render_one_glyph and kerning dummy functions in
|
2009-01-02 |
diego |
Remove unused debug code.
|
2009-01-02 |
diego |
Avoid unused variable warning.
|
2009-01-02 |
diego |
Reorder #includes and #ifdefs to avoid excessive #ifdeffery.
|
2009-01-02 |
diego |
Reorder #includes and #ifdefs to avoid warnings and excessive #ifdeffery.
|
2009-01-02 |
diego |
Relicense to GPLv2 or later with the author's permission.
|
2009-01-02 |
diego |
Fix reference to wrong DLL filename in header comment.
|
2009-01-01 |
diego |
Fix confused references to DLL filenames.
|
2009-01-01 |
reimar |
Move several of the ao_nas int-to-string maps into .rodata
|
2009-01-01 |
reimar |
Fix DVD seek_to_chapter: the title number must be converted to a per-VTS
|
2009-01-01 |
reimar |
Code simplification
|
2009-01-01 |
reimar |
Make AVI demuxer more resilient against broken or incomplete files.
|
2009-01-01 |
reimar |
Simplify and comment spudec bilinear scaling code
|
2009-01-01 |
reimar |
Include alloca.h when using alloca to make sure it is defined.
|
2009-01-01 |
reimar |
XVID profile array should be const, so it is in rodata
|
2009-01-01 |
reimar |
Avoid a uselessly high number of wakeups when playing audio-only files.
|
2009-01-01 |
reimar |
1000l, play_tree_parser_stop_keeping broke 0-termination of buffer
|
2009-01-01 |
reimar |
Add zero termination missing in two cases.
|
2009-01-01 |
reimar |
Add asserts to detect when assumptions for play_tree_parser_get_line
|
2008-12-31 |
reimar |
Work around a dvdread bug where DVDReadBlocks would return values < 0 on read error,
|
2008-12-30 |
gpoirier |
Add an option to vo_macosx to set a custom buffer_name.
|
2008-12-30 |
reimar |
Support F- and numpad keys for w32_common based vos.
|
2008-12-30 |
reimar |
Update outdated availability note for -mouse-movements
|
2008-12-30 |
Gabrov |
synced with r28211
|
2008-12-30 |
reimar |
Fix OSD flickering with filters that add frames (tfields, yadif) and
|
2008-12-30 |
reimar |
Fix OSD flicker with tfields as well.
|
2008-12-30 |
reimar |
Avoid flickering OSD with -vf yadif=1
|
2008-12-29 |
reimar |
Add nocache to example dvdnav profile, otherwise dvdnav is unusable.
|
2008-12-27 |
diego |
Remove audio output section, it provides little to no useful information.
|
2008-12-27 |
diego |
Fix Chinese documentation build, English codecs.xml was removed.
|
2008-12-27 |
compn |
fix error message example
|
2008-12-27 |
diego |
Remove (audio) codecs section, its contents are part of the usage section.
|
2008-12-27 |
diego |
Convert Win32 codec importing HOWTO into a text document in the tech section.
|
2008-12-27 |
diego |
Remove/fix ancient CVS references.
|
2008-12-27 |
diego |
Remove known bugs section, it contains little useful information.
|
2008-12-27 |
diego |
Add entry about mysterious coredumps.
|
2008-12-27 |
reimar |
Fix ugly borders problem with ati-hack
|
2008-12-27 |
diego |
Reorder sections: Put FAQ at the end, group usage sections together.
|
2008-12-27 |
diego |
Avoid u_ BSD type names.
|
2008-12-27 |
diego |
Set and use only ARCH_PPC, not also ARCH_POWERPC.
|
2008-12-27 |
diego |
Avoid POSIX-reserved _t namespace.
|
2008-12-27 |
diego |
consistency cosmetics: Rename POWERPC identifiers to PPC.
|
2008-12-25 |
diego |
grammar fix by Vineeth N, nvineeth gmail com
|
2008-12-24 |
diego |
Add nomsgmodule option, patch by Onur Küçük, onur delipenguen net.
|
2008-12-24 |
diego |
Remove unused variable.
|
2008-12-24 |
reimar |
Increase MAX_PACK_BYTES from 8 or 32 MB (with/without CONFIG_TV_BSDBT848) to always 32 MB.
|
2008-12-24 |
compn |
add zygo audio (SPXN) qtaudio codec
|
2008-12-23 |
reimar |
Warn when using features that are broken due to ATI driver bugs.
|
2008-12-23 |
reimar |
Do not default to rectangle=2, it is at least for ATI HD4850 cards with 8.12 drivers 20% slower at HD resolutions
|
2008-12-23 |
reimar |
Reduce the priority of the rv3040 native Linux RealVideo decoders since it crashes on SMP systems
|
2008-12-23 |
compn |
updates
|
2008-12-23 |
diego |
Remove pointless forward declaration.
|
2008-12-23 |
reimar |
Set fast_cmov for all x86_64 systems, except for P4-based systems this
|
2008-12-23 |
reimar |
Define HAVE_FAST_64BIT if appropriate
|
2008-12-23 |
compn |
fix poorly worded changelog entries
|
2008-12-22 |
cehoyos |
Allow compilation of 32bit mplayer on 64 bit systems with --cc='cc -m32'.
|
2008-12-22 |
compn |
re-add codecs: sif1 (directshow version) and acdsee mjpeg
|
2008-12-22 |
diego |
Sync with latest FFmpeg changes.
|
2008-12-22 |
diego |
libavcodec/i386/ was renamed to libavcodec/x86/.
|
2008-12-21 |
compn |
add amr format tags, fixes:
|
2008-12-21 |
reimar |
100l, forgot an assignment, broke special keys handling for X11-based vos.
|
2008-12-20 |
compn |
remove acdsee mjpeg binary codec, works with ffmjpeg
|
2008-12-20 |
kostya |
FFmpeg now has RV30 decoder enabled
|
2008-12-20 |
reimar |
Add and use a special lookup function to do table-based translation to MPlayer keycodes.
|
2008-12-20 |
reimar |
Cosmetics: get rid of some tabs and trailing whitespace.
|
2008-12-20 |
reimar |
Use a table to translate X11 to MPlayer keycodes.
|
2008-12-20 |
reimar |
Get rid of pointless and now unused defines.
|
2008-12-20 |
reimar |
Simplify handling of X11 key events that are just passed through.
|
2008-12-20 |
reimar |
Fix imaadpcm extradata with lavc encoder.
|
2008-12-19 |
gpoirier |
Document vo_macosx's shared_buffer option.
|
2008-12-19 |
gpoirier |
Replace vo_macosx's custom options parsing with a subopt_parse()-based one
|
2008-12-19 |
diego |
Remove pointless malloc.h #include.
|
2008-12-19 |
reimar |
Include config.h in mangle.h, fixes make checkheaders.
|
2008-12-17 |
compn |
add binary codecs:
|
2008-12-17 |
Gabrov |
synced with r28160
|
2008-12-17 |
compn |
add binary codec for fourcc wavc
|
2008-12-17 |
diego |
another round of armv4l --> arm changes
|
2008-12-17 |
diego |
libavcodec/armv4l/ was renamed to libavcodec/arm/.
|
2008-12-17 |
diego |
Do not use full relative #include path for headers in the same directory.
|
2008-12-17 |
diego |
#include sub.h instead of locally declaring vo_draw_text().
|
2008-12-16 |
compn |
Added FOURCCS:
|
2008-12-15 |
diego |
xvmc is now a CONFIG_ option in FFmpeg.
|
2008-12-15 |
reimar |
100l, reorder check for AC3 format to avoid a possible memleak
|
2008-12-15 |
reimar |
Consistently include config.h before mangle.h, fixes possible compilation
|
2008-12-15 |
reimar |
Simplify the definition of MANGLE, possibly also makes it easier to support more systems.
|
2008-12-14 |
reimar |
Add extra checks to avoid crashes with broken vqf files.
|
2008-12-14 |
rathann |
Update links to RPM packages, now that Livna has merged into RPMFusion.
|
2008-12-13 |
diego |
Add standard GPL headers.
|
2008-12-13 |
diego |
Add standard GPL license header.
|
2008-12-13 |
diego |
Replace informal GPL notices by standard GPL headers.
|
2008-12-13 |
diego |
license header consistency cosmetics
|
2008-12-13 |
diego |
Apparently Real codecs work on OpenBSD, taken from the OpenBSD ports tree.
|
2008-12-13 |
diego |
Merge two identical NetBSD/OpenBSD conditions.
|
2008-12-13 |
diego |
Apparently VCDs work on OpenBSD, taken from the OpenBSD ports tree.
|
2008-12-13 |
diego |
Replace informal GPL notes by standard GPL header.
|
2008-12-13 |
reimar |
Simplify: use AV_RL32/AV_RB32
|
2008-12-13 |
reimar |
Avoid useless casts.
|
2008-12-13 |
compn |
another mpeg4 fourcc and add binary vdo codec
|
2008-12-12 |
reimar |
Some forgotten eax -> REG_a changes.
|
2008-12-12 |
ods15 |
Warning fixes for demux_nut
|
2008-12-12 |
ods15 |
Remove resync_audio_stream() from demux_nut seek function
|
2008-12-12 |
ods15 |
Rename typedefs in demux_nut to _tt instead of _t, sync to new libnut API
|
2008-12-11 |
compn |
add ac-3 fourcc from mp4 file
|
2008-12-11 |
cehoyos |
Search live555 library also in /usr/lib64.
|
2008-12-11 |
diego |
Rework Theora test, it was throwing away CFLAGS provided by pkg-config.
|
2008-12-11 |
diego |
Add missing 'void' to parameterless function declaration.
|
2008-12-11 |
diego |
Change some printf calls to 'Debug printf' so as not to pollute stdout.
|
2008-12-10 |
gpoirier |
sync w/r28126
|
2008-12-10 |
reimar |
Add support for writing PNG files with alpha channel in -vo png
|
2008-12-10 |
reimar |
Try to auto-detect several vo_gl settings (ati-hack, force-pbo and rectangle).
|
2008-12-10 |
gpoirier |
10l: actually disable quartz vo when detection failed.
|
2008-12-10 |
compn |
add acdv fourcc to ffmjpeg
|
2008-12-09 |
diego |
Fix MGSTR vs. MSGTR typo.
|
2008-12-09 |
reimar |
Set d3d_handle to NULL after release.
|
2008-12-09 |
reimar |
Forgotten part of previous cosmetics commit
|
2008-12-09 |
reimar |
Slightly simplify the conditional release/free code
|
2008-12-09 |
reimar |
First version of OSD support for vo_direct3d
|
2008-12-09 |
compn |
add binary voxware metavoice audio codec, format 0x74
|
2008-12-08 |
compn |
remove duplicated fourcc
|
2008-12-08 |
compn |
add some fourcc's and ulead dv audio codec, fixes samples from:
|
2008-12-08 |
reimar |
Use svn.ffmpeg.org for the externals which is both more correct and more reliable.
|
2008-12-08 |
diego |
cosmetics: indentation
|
2008-12-08 |
reimar |
Remove pointless or even wrong N/A return values doxy comments
|
2008-12-08 |
diego |
Add missing unistd.h #include, fixes the warning:
|
2008-12-08 |
diego |
Remove unused variable, fixes the warning:
|
2008-12-08 |
diego |
#include appropriate headers instead of locally declaring function prototypes.
|
2008-12-06 |
reimar |
ati_hack only makes sense when PBOs are used, not with mesa_buffer.
|
2008-12-06 |
reimar |
More possible fixes for mesa-buffer mode.
|
2008-12-06 |
reimar |
Move one ati_hack check to a better place.
|
2008-12-06 |
reimar |
Reindent
|
2008-12-06 |
reimar |
100l, forgot setting GL_UNPACK_CLIENT_STORAGE_APPLE for mesa-buffer mode.
|
2008-12-05 |
reimar |
10l, add forgotten a #ifndef GL_WIN32, fixes win32 builds.
|
2008-12-05 |
reimar |
Fix indentation
|
2008-12-05 |
reimar |
Add experimental support for glXAllocateMemoryMESA
|
2008-12-05 |
gpoirier |
sync w/r28096
|
2008-12-05 |
reimar |
Avoid one more duplicated logic.
|
2008-12-05 |
reimar |
Simplify, do not duplicate buffer size calculation
|
2008-12-05 |
reimar |
Set the base size window manager hint, otherwise some subtract the minimum
|
2008-12-05 |
reimar |
Using rectangle=2 for vo_gl is probably a good idea nowadays.
|
2008-12-05 |
reimar |
Document missing vo_gl suboptions
|
2008-12-05 |
reimar |
Add some forgotten documentation for gl suboptions
|
2008-12-05 |
reimar |
Add support for YCBCR MESA texture format to vo_gl.
|
2008-12-05 |
compn |
add a bunch of binary codecs with samples from this list:
|
2008-12-05 |
reimar |
Add const to avoid warnings about discarded qualifiers.
|
2008-12-05 |
Gabrov |
synced with r28089
|
2008-12-04 |
diego |
Add entry for FFmpeg QCELP decoder, currently produces white noise.
|
2008-12-04 |
reimar |
Re-add "extern"s incorrectly removed in r28085
|
2008-12-03 |
diego |
Restore two mistakenly removed 'extern' keywords.
|
2008-12-03 |
cehoyos |
Allow mp2 in mov.
|
2008-12-03 |
diego |
Get rid of pointless 'extern' keywords.
|
2008-12-03 |
compn |
add bunch of fourccs and updates from
|
2008-12-03 |
diego |
Remove unused declarations and references to vo_draw_text_osd(),
|
2008-12-03 |
diego |
Delete unnecessary 'extern' keywords.
|
2008-12-03 |
diego |
whitespace cosmetics in test programs
|
2008-12-03 |
diego |
Treat video output objects the same as everything else in the build system,
|
2008-12-03 |
diego |
cosmetics: consistent CONFIG_PNM definition
|
2008-12-03 |
compn |
add FFDS fourcc
|
2008-12-03 |
diego |
cosmetics: Rename ZORAN Makefile variable to ZR for consistency.
|
2008-12-03 |
reimar |
Fix indentation.
|
2008-12-03 |
diego |
Treat audio output objects the same as everything else in the build system,
|
2008-12-03 |
reimar |
More robust w32 -wid size handling
|
2008-12-03 |
reimar |
Reindent after previous commit
|
2008-12-03 |
reimar |
Do not override the vo_dwidth/vo_dheight values in vo_w32_config
|
2008-12-03 |
gpoirier |
sync w/r28056
|
2008-12-03 |
reimar |
Cosmetics, whitespace and "... == NULL" to "!..."
|
2008-12-03 |
reimar |
Some whitespace and () cosmetics
|
2008-12-03 |
gpoirier |
Pass "-f macho" to yasm when enabling YASM support on a 32-bits machine as
|
2008-12-02 |
reimar |
100l, actually put the PTHREAD_CACHE define into config.h
|
2008-12-02 |
reimar |
Print ID_EXIT and exit reason message in identify mode when exiting.
|
2008-12-02 |
reimar |
Remove resize_d3d call from render_d3d_frame that was made useless
|
2008-12-02 |
reimar |
100l, do not call check_events from resize_d3d since there should be
|
2008-12-02 |
reimar |
Cosmetics: Remove unnecessary ()
|
2008-12-02 |
reimar |
Consistency cosmetics: do not compare against NULL in ifs
|
2008-12-02 |
reimar |
Cosmetics: remove spaces before argument (
|
2008-12-02 |
reimar |
Reorganize Direct3D initialization code.
|
2008-12-02 |
diego |
vo_direct3d.o depends on w32_common.o.
|
2008-12-02 |
diego |
Remove commented-out duplicate declarations.
|
2008-12-02 |
diego |
Remove unused declarations.
|
2008-12-01 |
reimar |
Add a note about some known issues with -vo sdl
|
2008-12-01 |
reimar |
Remove a lot of completely pointless mp_msg_test calls.
|
2008-12-01 |
kostya |
FFmpeg now has RV40 decoder
|
2008-11-30 |
diego |
Use standard unsigned long type instead of u_long.
|
2008-11-30 |
diego |
MNG demuxer by Stefan Schuermans, stefan blinkenarea org
|
2008-11-30 |
diego |
whitespace cosmetics
|
2008-11-30 |
nplourde |
use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz<adrian@sttz.ch>
|
2008-11-30 |
zuxy |
Correct detection of SSSE3 and SSE4a feature bits.
|
2008-11-28 |
reimar |
Move PTHREAD_CACHE define logic to configure.
|
2008-11-28 |
compn |
misc mplayer fixes
|
2008-11-28 |
reimar |
Fix cross-compilation: autodetect correct nm tool
|
2008-11-28 |
diego |
whitespace cosmetics: prettyprinting and indentation
|
2008-11-27 |
gpoirier |
factorize mouse hiding and screensaver disabling code
|
2008-11-26 |
uau |
configure: Move AANDCT config.mak entry and add config.h #defines
|
2008-11-26 |
reimar |
Fix compilation after FFmpeg r15940
|
2008-11-26 |
reimar |
Use D3DFMT_ constants where possible instead of MAKEFOURCC
|
2008-11-26 |
reimar |
Add support for RGB formats to vo_direct3d
|
2008-11-26 |
diego |
Update Tremor comment regarding fixed-point mode.
|
2008-11-25 |
cehoyos |
Enable compilation with icc 11.0.
|
2008-11-25 |
cehoyos |
Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq
|
2008-11-25 |
reimar |
100l, OSD alpha textures were cleared to the wrong value.
|
2008-11-25 |
gpoirier |
typo fix + readability improvement
|
2008-11-24 |
torinthiel |
Another part of sync to 27843
|
2008-11-24 |
diego |
Sync with latest FFmpeg changes.
|
2008-11-24 |
compn |
add more informative comment
|
2008-11-24 |
diego |
Remove unnecessary #ifdef around a struct and a bunch of extern declarations.
|
2008-11-24 |
gpoirier |
now that we have a specific check to enable ao_macosx or not, don't let test
|
2008-11-24 |
gpoirier |
add specific test to check if we can enable ao_macosx not matter how vo_quartz test may turn out
|
2008-11-24 |
diego |
Do not initialize fb_dev_fd to -1, similar to vo_fbdev.c.
|
2008-11-24 |
diego |
cosmetics: Add/remove a few newlines similar to vo_fbdev.c.
|
2008-11-24 |
gpoirier |
cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences)
|
2008-11-24 |
gpoirier |
avoid putting several statements on a single line
|
2008-11-24 |
gpoirier |
Use doxygen-style comments in file header. Remove tabs usage.
|
2008-11-24 |
gpoirier |
whitespace-cleanup
|
2008-11-24 |
gpoirier |
Allow vo_macosx to be compiled in 64-bits mode:
|
2008-11-24 |
reimar |
More hacks around ATI driver problems, 8.11 ignores UNPACK_BUFFER pointer offsets.
|
2008-11-24 |
gpoirier |
Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with current SDK versions.
|
2008-11-24 |
reimar |
Remove a ColorFill that is not necessary since the surface it is used
|
2008-11-24 |
reimar |
Make sure the backbuffer is cleared when the border size might have changed.
|
2008-11-24 |
diego |
Remove useless setting of frame_buffer to NULL as suggested by Reimar.
|
2008-11-24 |
diego |
cosmetics: indentation
|
2008-11-24 |
diego |
Move setting of frame_buffer variable out of 'if', as preferred by Reimar.
|
2008-11-24 |
diego |
Create a separate codecs.conf entry for Tremor and use it if MPlayer is
|
2008-11-24 |
diego |
Fix HAVE_VIS vs. HAVE_MVI typo, SPARC has MVI, not VIS.
|
2008-11-23 |
gpoirier |
sync w/r27979
|
2008-11-23 |
reimar |
Clear the whole window on resize in vo_x11 since we do not
|
2008-11-23 |
reimar |
Simplify vo_x11 check_events function
|
2008-11-23 |
reimar |
Do not draw in window if our image has not yet been adjusted to the new window size.
|
2008-11-23 |
reimar |
Remove unnecessary xf86vmode.h include.
|
2008-11-23 |
reimar |
Remove some usnused variables and commented-out code.
|
2008-11-23 |
reimar |
Use aspect.c code in vo_x11.c. Removes some inconsistencies in -wid handling.
|
2008-11-23 |
reimar |
Patch to improve/consistify coding style.
|
2008-11-23 |
reimar |
Fix indentation
|
2008-11-23 |
reimar |
Lock/unlock surface only once even when drawing many slices.
|
2008-11-23 |
reimar |
Move locked_rect from stack to priv struct in preparation for following patch.
|
2008-11-23 |
reimar |
Move the StretchRect call from draw_slices to render_d3d_frame.
|
2008-11-23 |
reimar |
Remove pointless is_cfG_finished variable.
|
2008-11-23 |
diego |
Handle fb_dev_name similar to vo_fbdev in vo_wii.
|
2008-11-23 |
diego |
Merge another if condition check to lessen differences to vo_fbdev.c.
|
2008-11-23 |
diego |
Use static variable instead of #define to lessen differences to vo_fbdev.c.
|
2008-11-23 |
diego |
Get rid of TTY_DEV_NAME #define to lessen differences to vo_fbdev.c.
|
2008-11-23 |
diego |
Merge another if condition check to lessen differences to vo_fbdev.c.
|
2008-11-23 |
diego |
Merge if condition check to lessen differences to vo_fbdev.c.
|
2008-11-23 |
diego |
Remove debug function.
|
2008-11-23 |
diego |
cosmetics: one more round of whitespace changes
|
2008-11-23 |
diego |
cosmetics: further reformatting to lessen differences to vo_fbdev.c
|
2008-11-23 |
diego |
cosmetics: complete reformatting, tabs to spaces, etc.
|
2008-11-23 |
diego |
cosmetics: Lessen differences to vo_wii.c.
|
2008-11-23 |
diego |
cosmetics: consistent formatting for if/else/case
|
2008-11-23 |
reimar |
Reimplement -endchapter support again for -dump*, it was broken in r25987.
|
2008-11-23 |
reimar |
Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration
|
2008-11-23 |
reimar |
Remove unused flip_flag variable
|
2008-11-23 |
diego |
cosmetics: Reformat some lines to lessen differences to vo_fbdev.c.
|
2008-11-23 |
diego |
cosmetics: Move up uninit() to avoid a forward declaration.
|
2008-11-23 |
diego |
cosmetics: consistent function declarations.
|
2008-11-23 |
diego |
cosmetics: Remove tabs and trailing whitespace.
|
2008-11-23 |
diego |
Remove unused variables and the related warnings along with them.
|
2008-11-22 |
bircoph |
Make description of the option more clear as suggested by
|
2008-11-21 |
reimar |
Remove a aspect calculation line.
|
2008-11-21 |
reimar |
Simplify handling of "flags" parameter
|
2008-11-21 |
reimar |
Add forgotten initialization if Flip_Flag to 0.
|
2008-11-21 |
diego |
cosmetics: typo fixes
|
2008-11-21 |
diego |
cosmetics: Write revision number with leading 'r'.
|
2008-11-21 |
compn |
add direct3d docs, ok'd by Guillaume
|
2008-11-21 |
bircoph |
Synced with r27967.
|
2008-11-21 |
reimar |
Fix and enable panscan handling for vo_direct3d
|
2008-11-20 |
diego |
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
|
2008-11-20 |
reynaldo |
Add all still missing lines, full sync against r27967
|
2008-11-20 |
reynaldo |
Trivial, add some more lines that were missing
|
2008-11-20 |
reynaldo |
Trivial, Cosmetics
|
2008-11-20 |
reynaldo |
COSMETICS, More line shifting to match English master
|
2008-11-20 |
reynaldo |
TRIVIAL, add some more missing lines
|
2008-11-20 |
reynaldo |
COSMETICS, More line shifting to match English master
|
2008-11-20 |
reynaldo |
TRIVIAL, some missing lines and a grammar correction
|
2008-11-20 |
reimar |
Cosmetics: rename variables etc. in vo_direct3d.c
|
2008-11-19 |
reimar |
Factor common code like -wid handling, vo_gc creation etc. out into
|
2008-11-19 |
gpoirier |
Add detection of x86 CPU features SSSE3 and SSE4a.
|
2008-11-19 |
reimar |
Simplify conditions in direct3d vo: remove == 1, change == 0 to ! etc.
|
2008-11-18 |
reynaldo |
Cosmetics, mostly line shifting to match English master
|
2008-11-18 |
reimar |
Add missing "static" qualifiers to vo_direct3d
|
2008-11-18 |
reimar |
100l, the video_out_drivers list must be sorted by priority, not
|
2008-11-18 |
reimar |
Direct3D based video_out module.
|
2008-11-18 |
reimar |
Doxygen documentation for w32_common.c
|
2008-11-18 |
bircoph |
On OpenBSD socklen_t is defined at sys/types.h, so latter is added
|
2008-11-18 |
reynaldo |
Trivial, Cosmetics
|
2008-11-18 |
reynaldo |
Trivial, Cosmetics
|
2008-11-18 |
reynaldo |
Add some more missing messages
|
2008-11-17 |
reimar |
100l, missing ' s' in sed command, probably caused all decoders to be
|
2008-11-17 |
diego |
Only enable CONFIG_FFT_MMX if both yasm and MMX are enabled.
|
2008-11-17 |
diego |
Set _have_yasm to "no" if yasm detection failed.
|
2008-11-17 |
reimar |
Remove a useless XGetGeometry call, the X11 event handling already
|
2008-11-17 |
diego |
Put variable declaration inside an #ifdef to avoid an unused variable warning.
|
2008-11-17 |
cehoyos |
Allow compilation with icc 10.1.
|
2008-11-16 |
diego |
Fix build: Remove some references to sections that no longer exist.
|
2008-11-16 |
reimar |
Get rid of (besides useless assignments) unused XSizeHints variable
|
2008-11-16 |
reimar |
Fix missing -DARCH_X86_64 for yasm on x86_64.
|
2008-11-16 |
bircoph |
Add yasm support to the build system.
|
2008-11-16 |
Gabrov |
synced with r27938
|
2008-11-16 |
reimar |
Use 64 bit numbers for file positions in the seek function in audio demuxer.
|
2008-11-15 |
reimar |
Remove explicit setting of vo_ontop since that is already done by vo_x11_create_vo_window
|
2008-11-15 |
reimar |
Remove a duplicated vo_x11_selectinput_witherr
|
2008-11-15 |
reimar |
respect -vf dsize etc. also for -rootwin, just like vo_xv does.
|
2008-11-15 |
bircoph |
Fix phrase to maintain consistency.
|
2008-11-15 |
reimar |
Sync with vo_x11: make sure we get expose events even when drawing to the root window.
|
2008-11-15 |
bircoph |
Synced with r26763.
|
2008-11-15 |
gpoirier |
On Darwin, don't use hostinfo on _all_ x86 variants to detect the running CPU,
|
2008-11-15 |
reimar |
100l, stream->cache_pid can not be used directly in pthread_create,
|
2008-11-15 |
reimar |
Remove a nonsensical "else" for the video mode switching case.
|
2008-11-15 |
reimar |
Use pthreads for the cache on Cygwin, since _beginthread is not available
|
2008-11-15 |
reimar |
include limits.h for INT_MAX.
|
2008-11-15 |
reimar |
Remove now unused variables.
|
2008-11-15 |
reimar |
Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height.
|
2008-11-15 |
reimar |
Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same
|
2008-11-15 |
reimar |
Set modified window position and monitor aspect in vo_vm_switch instead of in
|
2008-11-15 |
reimar |
Get rid of (besides useless assignments) unused XSizeHints variable
|
2008-11-15 |
reimar |
Set modeline_width/height to sane values in vo_vm_switch even when
|
2008-11-15 |
reimar |
Cosmetics: remove useless "extern"
|
2008-11-15 |
reimar |
Replace some of the different inconsistent XGetGeometry uses by a
|
2008-11-15 |
reimar |
Remove a useless XGetGeometry call, the X11 event handling already takes care of this.
|
2008-11-15 |
reimar |
Remove code from unused and since ages deprecated draw_frame function.
|
2008-11-15 |
reimar |
Remove vo_xv code that has been under #if 0 since ages.
|
2008-11-15 |
reimar |
vo_x11: do not replace the vo_gc created by the Gui.
|
2008-11-15 |
reimar |
Cosmetic changes to vo_x11 to reduce diff to vo_xv for future refactoring.
|
2008-11-15 |
reimar |
Cosmetics for vo_x11 control() to make it more similar to vo_xv.c
|
2008-11-15 |
reimar |
Fix grammar of comment and sync it with vo_x11.c
|
2008-11-15 |
reynaldo |
Adds Some missing messages - 1 of 3
|
2008-11-14 |
reimar |
Include cache2.h in cache2.c, fixes an implicit declaration warning for cache_do_control
|
2008-11-14 |
gpoirier |
sync w/r27906
|
2008-11-14 |
reimar |
Fix ati-hack to work again with ATI 8.9 and later drivers.
|
2008-11-13 |
reimar |
Use the proper IMGFMT_RGB24 and IMGFMT_BGR24 defines instead of
|
2008-11-13 |
gpoirier |
document x264's option subq=0, plus a bit of factoring and added details
|
2008-11-13 |
diego |
Print out that vo_macosx is disabled when Mac OS X APIs are not available.
|
2008-11-11 |
reimar |
Fix Windows OpenGL -wid:
|
2008-11-11 |
torinthiel |
Partial sync to 27843
|
2008-11-08 |
diego |
Sync with latest FFmpeg changes.
|
2008-11-08 |
bircoph |
Synced with r25786.
|
2008-11-07 |
bircoph |
Synced with r27402. Some spelling, typo fixes.
|
2008-11-06 |
reimar |
For fragment programs, check GL_MAX_TEXTURE_IMAGE_UNITS instead of GL_MAX_TEXTURE_UNITS.
|
2008-11-06 |
gpoirier |
sync w/r27895
|
2008-11-05 |
nicodvb |
set to -1 fds that were closed; handle the sec_fd only if CONFIG_DVB_HEAD isn't defined; patch by Reimar
|
2008-11-04 |
diego |
Add #include <string.h> for memset.
|
2008-11-04 |
diego |
Fix typo in psy-rd x264 option description.
|
2008-11-04 |
diego |
Add some const specifiers to function name variables; fixes a bunch of
|
2008-11-04 |
reimar |
Intialize unused fd variables to -1 (which is actually invalid) instead
|
2008-11-04 |
reimar |
Fix condition broken in r27401 which incorrectly caused stdin to be closed after playing DVB.
|
2008-11-04 |
bircoph |
Fix a typo.
|
2008-11-03 |
diego |
Remove outdated sections.
|
2008-11-03 |
diego |
Merge ARCH_BFIN lines.
|
2008-11-03 |
diego |
Add tests target for libswscale test programs.
|
2008-11-03 |
mru |
Remove forgotten ASM_OBJS in libswscale
|
2008-11-03 |
Gabrov |
synced with r27885
|
2008-11-03 |
ptt |
44% synced with r22753 (going on... ;))
|
2008-11-02 |
reimar |
lavc tscc decoder now also depends on zlib
|
2008-11-02 |
reimar |
Add a few more supported URL protocols
|
2008-11-02 |
reimar |
Forgotten reindent
|
2008-11-02 |
reimar |
Add a noicyx:// protocol to allow easier testing for misconfigured servers.
|
2008-11-02 |
reimar |
vfw.h needs a windows.h include before on MinGW64.
|
2008-11-02 |
reimar |
Change OpenGL support to work on unmodified MinGW64
|
2008-11-02 |
reimar |
Use libavutil FFMIN etc. instead of defining our own variants.
|
2008-11-02 |
reimar |
Avoid pointless casting of void*
|
2008-11-02 |
reimar |
Consistently use NULL for pointers instead of 0.
|
2008-11-02 |
reimar |
Fallback to non-fontconfig behaviour when fontconfig initialization fails.
|
2008-11-01 |
aurel |
vobsub: move extradata out of vobsub_t struct
|
2008-11-01 |
aurel |
vobsub: add sanity check
|
2008-10-31 |
diego |
Add an option that sets initial playback volume.
|
2008-10-31 |
reimar |
Missing free in malloc error case in COutputPinCreate.
|
2008-10-31 |
reimar |
Avoid useless casts of malloc results.
|
2008-10-31 |
reimar |
Avoid a potential memleak in parse_obj_params in case of a missing
|
2008-10-31 |
reimar |
Avoid a memleak if allocation of field_name fails, fixes bug #1319.
|
2008-10-30 |
diego |
Consistently use dashes to separate words in section IDs.
|
2008-10-30 |
diego |
Fix typo noticed by Paul TT.
|
2008-10-30 |
ptt |
linking corrections
|
2008-10-30 |
ptt |
synced with r27843
|
2008-10-30 |
ptt |
synced with r27843
|
2008-10-30 |
ptt |
synced with r27852
|
2008-10-30 |
ptt |
removed, as rev.27771
|
2008-10-30 |
ptt |
synced with r27770
|
2008-10-30 |
ptt |
synced with r27815
|
2008-10-30 |
ptt |
synced with r27640
|
2008-10-30 |
ptt |
synced with r27663
|
2008-10-30 |
ptt |
synced with r27683
|
2008-10-30 |
ptt |
updated links for other commit reference
|
2008-10-30 |
ptt |
synced with r27771
|
2008-10-30 |
ptt |
synced with r27833
|
2008-10-30 |
diego |
Move codec installation instructions from the codecs section to a more
|
2008-10-30 |
diego |
Restore XMMS input plugin section from removed section in a better place.
|
2008-10-29 |
diego |
We now require GNU make 3.81.
|
2008-10-29 |
ben |
Remove X11 backing store: this is now a useless flag.
|
2008-10-29 |
diego |
zlib is used in many places.
|
2008-10-29 |
diego |
Move libmad codec installation section to software requirements.
|
2008-10-28 |
diego |
section title wording fixes
|
2008-10-28 |
diego |
Group codec library installation instructions together in a codec
|
2008-10-28 |
diego |
Move general comments from the video codec section to the top level.
|
2008-10-28 |
diego |
Remove useless FFmpeg codec section.
|
2008-10-28 |
diego |
Make sure that linker flags passed as configure parameters appear before
|
2008-10-27 |
aurel |
Factorize vobsub idx/extradata handling.
|
2008-10-27 |
faust3 |
Disallow the modification of teletext properties when the tv demuxer is
|
2008-10-27 |
aurel |
Avoid calling init_vo_spudec() too early.
|
2008-10-27 |
diego |
Fix smartblur filter crash due to missing default scaler choice;
|
2008-10-27 |
vitor |
Silence GCC warnings:
|
2008-10-27 |
michael |
rgb2rgb.h was not really intended to be a public header, thus remove it.
|
2008-10-27 |
michael |
Remove rgb2rgb.h dependency.
|
2008-10-26 |
vitor |
Silence the following GCC warning:
|
2008-10-26 |
diego |
Merge two Xvid build steps.
|
2008-10-26 |
diego |
Remove reference to containers.xml, which was removed.
|
2008-10-26 |
diego |
Remove notice about necessary tool versions in Xvid section, the info is
|
2008-10-26 |
diego |
Remove obsolete and pointless reference to Xvid divxcompat mode.
|
2008-10-26 |
diego |
cosmetics: alphabetical order
|
2008-10-26 |
uau |
configure: Set CONFIG_MDCT and CONFIG_GOLOMB for libavcodec
|
2008-10-25 |
cehoyos |
Remove unused code that can't be compiled without svn archive.
|
2008-10-25 |
michael |
Do not attempt to use the unscaled yuv2rgb converter when height is odd because
|
2008-10-25 |
compn |
minor fix in example command line for users
|
2008-10-25 |
diego |
cosmetics: Reorder some FFmpeg-related config.h and config.mak entries.
|
2008-10-25 |
uau |
configure: Set CONFIG_FFT to fix libavcodec compilation
|
2008-10-25 |
uau |
vf_palette: Fix compilation after libswscale API changes
|
2008-10-24 |
ptt |
updated to r27402, jumping over 27072, by now, i'll do soon
|
2008-10-24 |
diego |
Conditionally declare a conditionally used variable, fixes the warning:
|
2008-10-24 |
diego |
10l: Revert SH4 removal, which is required in FFmpeg.
|
2008-10-23 |
vitor |
Cosmetics: alignment
|
2008-10-23 |
vitor |
Fix broken palette8to*.
|
2008-10-23 |
diego |
cosmetics: typo fix
|
2008-10-23 |
compn |
remove outdated message about outfmt=i420
|
2008-10-23 |
diego |
SH4 is an architecture, not a CPU extension.
|
2008-10-23 |
diego |
Add ARM pld instruction test for FFmpeg ARM optimizations.
|
2008-10-22 |
diego |
IWMMXT optimizations were removed from our internal libmpeg2 copy, so now
|
2008-10-22 |
diego |
Try to improve binary codec pack installation instructions.
|
2008-10-22 |
attila |
increase the max RTP packet size to 5MB as modern Elphel
|
2008-10-21 |
diego |
Determine default CD/DVD device in configure instead of using an #ifdef jungle.
|
2008-10-20 |
reimar |
Make cpuinfo.c compile under MinGW64
|
2008-10-20 |
diego |
Replace typeof by __typeof__, the former is a non-portable GNU extension.
|
2008-10-19 |
diego |
Translate a Hungarian comment, thanks to Denes Balatoni.
|
2008-10-19 |
conrad |
Convert typeof keyword into __typeof__
|
2008-10-19 |
reimar |
Avoid CreateThread and especially TerminateThread since they cause a memleak.
|
2008-10-19 |
reimar |
Remove useless casts.
|
2008-10-19 |
diego |
Improve error message when screen width and height are not set.
|
2008-10-19 |
diego |
Clarify screenw/screenh options, patch by Christian Ohm, chr.ohm gmx net.
|
2008-10-18 |
gpoirier |
improve documentation of latest x264's options
|
2008-10-18 |
reimar |
Use av_malloc/av_free for audio-related buffers to avoid crashes due to
|
2008-10-18 |
ranma |
pci.c includes dha.h, remove redundant MAX_* defines
|
2008-10-18 |
ranma |
MAX_PCI_DEVICES 64 is not enough on my system (even though lspci only shows 25 devices), upped to 256
|
2008-10-17 |
faust3 |
fixed image format detection for 15 bit color depths
|
2008-10-16 |
diego |
cosmetics: Reorganize config.h. Remove pointless comments, group together
|
2008-10-16 |
diego |
typo: _dev_dvd_openbsd --> _def_dvd_openbsd
|
2008-10-16 |
diego |
Create LIBDIR for binary codecs upon make install.
|
2008-10-16 |
diego |
Move dcbzl definition to the FFmpeg section of config.h where it belongs.
|
2008-10-16 |
diego |
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
|
2008-10-16 |
diego |
Revert declaring ThreadProc as void, it breaks the WINAPI.
|
2008-10-16 |
diego |
Add -nomsgcolor option to match -msgcolor, patch by swell.k gmail com.
|
2008-10-16 |
diego |
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
|
2008-10-16 |
diego |
Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.
|
2008-10-16 |
diego |
Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.
|
2008-10-16 |
diego |
Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.
|
2008-10-16 |
diego |
Move X11_FULLSCREEN definition to x11_common.h where it belongs.
|
2008-10-16 |
diego |
cosmetics: Merge some preprocessor checks.
|
2008-10-16 |
faust3 |
fixed overlay x and y calculation
|
2008-10-16 |
diego |
Move attribute_used declaration from config.h to mangle.h where it is useful.
|
2008-10-16 |
diego |
Remove pointless attribute_used from variable declaration.
|
2008-10-16 |
diego |
Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it
|
2008-10-16 |
flameeyes |
Convert asm keyword into __asm__.
|
2008-10-16 |
diego |
sun --> __sun in config.h preprocessor check
|
2008-10-14 |
diego |
misc updates for the Xvid, x264 and AAC sections
|
2008-10-14 |
diego |
cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.
|
2008-10-14 |
diego |
cosmetics: Consistently name all header #define variables.
|
2008-10-14 |
diego |
Remove some pointless and/or outdated codec documentation sections.
|
2008-10-14 |
faust3 |
Honour differences between src and dst stride for packed yuv
|
2008-10-14 |
diego |
Remove section about containers. Its contents are non-informative, redundant,
|
2008-10-14 |
diego |
Update VIDIX vs. svgalib documentation.
|
2008-10-14 |
diego |
#include necessary libavcodec header and remove duplicated struct declaration.
|
2008-10-14 |
gpoirier |
update x264's section with r999 of x264
|
2008-10-14 |
diego |
Remove useless '#undef realloc', realloc is not referenced anywhere near.
|
2008-10-14 |
diego |
Remove duplicate extern declaration, fixes the warning:
|
2008-10-13 |
diego |
Remove unused variable ncomps.
|
2008-10-13 |
ods15 |
Fix double free in demux_nut, patch by Onur Küçük.
|
2008-10-13 |
diego |
Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.
|
2008-10-13 |
diego |
Remove global definition of WIN32 in config.h for Cygwin.
|
2008-10-13 |
diego |
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
|
2008-10-13 |
diego |
Remove pointless #ifdef around the whole file, it is just a complicated #if 1.
|
2008-10-13 |
diego |
Declare ThreadProc as void, it does not return anything, fixes the warning:
|
2008-10-13 |
diego |
Remove unused function, fixes the warning:
|
2008-10-13 |
diego |
Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin:
|
2008-10-13 |
diego |
Add missing Cygwin header, fixes the warning:
|
2008-10-13 |
diego |
Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes:
|
2008-10-13 |
diego |
Surround conditionally used function with corresponding #ifdef, fixes:
|
2008-10-13 |
diego |
Remove redundant variable declaration, fixes the warning:
|
2008-10-13 |
diego |
Remove check for byteswap.h, it was removed from FFmpeg.
|
2008-10-12 |
diego |
Remove unused variables.
|
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.
|