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.
|