Mercurial > mplayer.hg
graph
-
include inttypes.h in the check for dvdnav2007-04-22, by nicodvb
-
u_int -> unsigned int, fixes MinGW compilation (patch by Xuebin Wu)2007-04-22, by ben
-
remove useless include that breaks MinGW (patch by Xuebin Wu)2007-04-22, by ben
-
fix dha compilation if SVGAHELPER is used (patch by Carl Eugen Hoyos2007-04-22, by ben
-
Add .mp4 to gmplayer list of known video formats2007-04-22, by reimar
-
spelling, wording2007-04-22, by voroshil
-
simplified depth definition2007-04-22, by ben
-
declare variables as static2007-04-22, by ben
-
removed useless vars2007-04-22, by ben
-
declare variables and functions as static2007-04-22, by ben
-
declare variables as static2007-04-22, by ben
-
declare variable as static2007-04-22, by ben
-
removed old code, that has been commented out for too long time2007-04-22, by ben
-
declare variable as static2007-04-22, by ben
-
useless else case2007-04-22, by ben
-
removed never called function2007-04-22, by ben
-
declare variables as static2007-04-22, by ben
-
simplified depth definition2007-04-22, by ben
-
removed useless code from vidix drivers2007-04-22, by ben
-
Suggest svn diff command that does not show most cosmetics2007-04-22, by reimar
-
kill a few warnings2007-04-22, by ben
-
after a DVDNAV_VTS_CHANGE event report the title being played2007-04-22, by nicodvb
-
r23028: with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)2007-04-22, by voroshil
-
synced with r230282007-04-21, by Gabrov
-
fix for mingw: u_long becomes unsigned long2007-04-21, by ben
-
u_char is broken under mingw, use unsigned char instead, fix by aurel2007-04-21, by ben
-
better fix for r23001, u_int becomes unsigned int, dont force it to uin32_t2007-04-21, by ben
-
Deallocate glyphs in a separate loop.2007-04-21, by eugeni
-
Always deallocate glyphs. Fixes a memory leak.2007-04-21, by eugeni
-
Reset outline glyph cache when configuration changes.2007-04-21, by eugeni
-
Scale camera distance.2007-04-21, by eugeni
-
update year of mencoder version line2007-04-21, by compn
-
Remove unused variables.2007-04-20, by eugeni
-
Cosmetics.2007-04-20, by eugeni
-
Allow caching of rotated glyphs.2007-04-20, by eugeni
-
Add shift_[xy] (vector that is added to the glyph before transformation) to2007-04-20, by eugeni
-
Fill bitmap_hash_key during parsing stage, call get_bitmap_glyph() much later.2007-04-20, by eugeni
-
Remove bbox and advance vector from bitmap cache.2007-04-20, by eugeni
-
Store outline_glyph (glyph border) in glyph cache.2007-04-20, by eugeni
-
Cosmetics: reindentation.2007-04-20, by eugeni
-
Because of the outline glyph cache it is now possible for glyph_info_t to have2007-04-20, by eugeni
-
Make get_*_glyph return void.2007-04-20, by eugeni
-
Move outline glyph generation to a separate function, using outline glyph2007-04-20, by eugeni
-
Oops, fix compilation broken in r23037.2007-04-20, by eugeni
-
Collect hit/miss statistic in hash map, and print in -v mode.2007-04-20, by eugeni
-
Add outline glyph cache (unused yet).2007-04-20, by eugeni
-
Rename glyph cache to bitmap cache.2007-04-20, by eugeni
-
Add generic hash map implementation.2007-04-20, by eugeni
-
A meaningless cosmetic change.2007-04-20, by eugeni
-
Add perspective projection.2007-04-20, by eugeni
-
Applying transformation matrix to the glyph and the shift vector separately is2007-04-20, by eugeni
-
Cosmetics: reindentation.2007-04-20, by eugeni
-
Disable caching of rotated glyphs.2007-04-20, by eugeni
-
with -identify show audio and video id; patch by Andrew Savchenko (Bircoph list ru)2007-04-20, by nicodvb
-
Intel's Conroe-L makes use of extended models, so adjust CPU detection2007-04-20, by diego
-
r22985: Move translatable strings from tv.c to help_mp*2007-04-20, by voroshil
-
Sync'd up to r230032007-04-19, by ptt
-
Mono audio should be supported by NAS, too.2007-04-19, by reimar
-
preserve alpha channel when converting rgb32 to bgr32 in plain C2007-04-18, by ivo
-
fix red_15mask and green_15mask. the previous values were wrong and caused2007-04-18, by ivo
-
FFmpeg Atrac 32007-04-18, by diego
-
Bethesda software VID video decoder2007-04-18, by diego
-
test widths all down to one. this tests whether the scalers correctly switch2007-04-18, by ivo
-
Merge both USE_DVDREAD sections.2007-04-18, by diego
-
Fix preprocessor conditionals: libdvdnav includes libdvdread and configure2007-04-18, by diego
-
skip MMX code in rgb24tobgr24 if the size of the input is smaller than the2007-04-18, by ivo
-
skip MMX code in rgb32to16 if the size of the input is smaller than the2007-04-18, by ivo
-
skip MMX code in rgb32to15 if the size of the input is smaller than the2007-04-18, by ivo
-
slightly faster rgb32tobgr32; avoid one add and one cmp2007-04-17, by ivo
-
big surprise.. uau broke gcc 2.95 as usual2007-04-17, by rfelker
-
5l: don't die when config file contains dvd options and dvd support is missing2007-04-17, by rfelker
-
New implementation of rgb32tobgr322007-04-16, by ivo
-
Ignore mp4a audio tag, it is meaningless since we get it for all mp4 files2007-04-16, by reimar
-
cosmetics: tabs --> spaces2007-04-16, by diego
-
minor fixes for r230042007-04-16, by kraymer
-
synced with r230032007-04-16, by Gabrov
-
r22985: Move translatable strings from tv.c to help_mp*2007-04-16, by kraymer
-
Remove duplicated line2007-04-16, by voroshil
-
bad prototype for driver init function2007-04-15, by ben
-
u_int seems unknown under mingw2007-04-15, by ben
-
lowres supports some h264 files2007-04-15, by compn
-
add entry for recently fixed "device" and "adevice" suboptions in *BSD BT848 tv2007-04-15, by voroshil
-
Report if internal, external of dvdnav version of dvdread is used.2007-04-15, by diego
-
Disabled VCD support under Cygwin, it fails to link.2007-04-15, by diego
-
Remove unused variable.2007-04-15, by diego
-
Update amr-nb and amr-wb checks for changes in FFmpeg.2007-04-15, by diego
-
improve horizontal chroma resolution with pal2007-04-15, by michael
-
convert palette to yuv instead of converting each pixel after pal->rgb2007-04-15, by michael
-
added vidix driver for Permedia2 cards from upstream vidix2007-04-14, by ben
-
added conditional vidix drivers compilation2007-04-14, by ben
-
Use lavf_preferred mechanism to replace more extension-based detection hacks2007-04-14, by reimar
-
Add lavf_preferred demuxer for lavf formats we want to be probed2007-04-14, by reimar
-
typo2007-04-14, by voroshil
-
cosmetics. restore empty line removed in r22985.2007-04-13, by voroshil
-
Fix a stupid bug in r22473: bbox is zero-filled everytime when a glyph2007-04-13, by eugeni
-
Move translatable strings from tv.c to help_mp*2007-04-13, by voroshil
-
Remove redundant setting of variables when compiling FFmpeg libraries,2007-04-12, by diego
-
cosmetics, expand all tabs to four spaces.2007-04-12, by ivo
-
Replace huge switch statement by a lookup table.2007-04-12, by ivo
-
r22975: cosmetics: remove trailing white space2007-04-12, by voroshil
-
Revert previous broken removal of partial dependency list.2007-04-12, by diego
-
cosmetics after last commit; remove superfluous braces2007-04-11, by ivo
-
Remove code duplication in sws_rgb2rgb_init.2007-04-11, by ivo
-
r22845: Clarify -xineramascreen -2 behaviour2007-04-11, by kraymer
-
support format=y8 with -ovc raw2007-04-11, by lorenm
-
cosmetics: remove trailing white space2007-04-11, by kraymer
-
updated changelog with recent vidix api changes2007-04-11, by ben
-
these are actually AGP bridges, not video adapters (should fix2007-04-11, by ben
-
this TnT2 chipset is actually NV4/5 arch but for sure not NV302007-04-11, by ben
-
more updates for Spanish man page by Fernando TarĂn (lists im gmail com)2007-04-11, by kraymer
-
Convert source comments into proper codecs.conf entry comments.2007-04-11, by diego
-
Add some more game formats that FFmpeg now supports.2007-04-11, by diego
-
Remove *ancient* ldd debugging junk.2007-04-11, by diego
-
Remove the .norecurse hack. It bloats the Makefile, adds maintenance burden,2007-04-11, by diego
-
Rework of *BSD BT848 detection for radio://2007-04-11, by voroshil
-
Remove unused includes.2007-04-10, by eugeni
-
Don't check if user-supplied default font path exists.2007-04-10, by eugeni
-
Cleanup real_calc_response_and_checksum()2007-04-09, by rtogni
-
Merge calc_response_string() into real_calc_response_and_checksum()2007-04-09, by rtogni
-
Simplify calc_response_string()2007-04-09, by rtogni
-
10000000l learn to count2007-04-09, by rtogni
-
Size of response is known, no need to calculate it2007-04-09, by rtogni
-
The size of xor_table is known and fixed, no need to calculate it2007-04-09, by rtogni
-
r22916: Ability to specify video and audio capture device names2007-04-09, by voroshil
-
r22951: Move netstream documentation into TOOLS/README.2007-04-09, by voroshil
-
better seeking in dvdnav://2007-04-09, by nicodvb
-
10l typo2007-04-09, by diego
-
remove ugly #include from tvi_bsdbt848.c2007-04-09, by voroshil
-
Move netstream documentation into TOOLS/README.2007-04-09, by diego
-
Move TOOLS/cpuinfo.c into the root directory.2007-04-09, by diego
-
more human description of -mpegopts :interleaving22007-04-08, by nicodvb
-
documented -mpegopts :interleaving22007-04-08, by nicodvb
-
added :interleaving2, a better method to determine which stream whouls be flushed2007-04-08, by nicodvb
-
Fix typo in r22772 which causes compilation error under *BSD.2007-04-08, by voroshil
-
reindentation2007-04-08, by nicodvb
-
in the system header set audio_locked/video_locked only for dvd and vcd2007-04-08, by nicodvb
-
small syntax fix: muxrate is expressed in units of 400 bits/second, not 50 bytes per second2007-04-08, by nicodvb
-
Ignore generated pci_*.[ch] files.2007-04-07, by diego
-
trashed deprecated libdha dir2007-04-07, by ben
-
moved old README file from libdha dir to vidix one2007-04-07, by ben
-
Start to separate bad-autodetection hacks from other stuff in extension-based2007-04-07, by reimar
-
.dxa files should be handled by libavformat.2007-04-07, by diego
-
support for C93 video2007-04-07, by diego
-
support for THP ADPCM audio2007-04-07, by diego
-
qdrw changed output format in ffmpeg r8630, sync codecs.conf and require2007-04-07, by rtogni
-
typo2007-04-07, by diego
-
Fix lost hard linebreaks in libass by repeating the loop when both soft and2007-04-07, by eugeni
-
missing includes in generated file2007-04-07, by ben
-
restored pci_db2c.awk file from previous broken commit2007-04-07, by ben
-
Add "Requirements" and "Mailinglist" section2007-04-07, by attila
-
Support Windows codecs from RealPlayer102007-04-06, by rtogni
-
Remove useless #includes.2007-04-06, by diego
-
Remove useless #includes.2007-04-06, by diego
-
consistent include paths for config.h et al.2007-04-06, by diego
-
Consistent include paths for config.h.2007-04-06, by diego
-
BMP support for mf://2007-04-06, by reimar
-
missing headers in vidix drivers registry files2007-04-06, by ben
-
renamed libdha.[hc] to dha.[hc]2007-04-06, by ben
-
merged libdha and libvidix, moved all files from libdha to vidix directory2007-04-06, by ben
-
There was a fallback value for libtheora linker flags, but it was never added2007-04-06, by diego
-
Ability to specify video and audio capture device names2007-04-05, by voroshil
-
typo fix (s/M/N/) in IMPORTA_M_T2007-04-04, by gpoirier
-
sync with r229022007-04-04, by gpoirier
-
Fix compilation after FFmpeg r8619.2007-04-04, by cehoyos
-
Length of interleaved RTSP frames (0x24) in only 16 bit, the other byte2007-04-03, by rtogni
-
Use teardownMediaSession() instead of teardownMediaSubsession()2007-04-03, by cehoyos
-
Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb242007-04-03, by cehoyos
-
r22854: Remove empty section.2007-04-03, by voroshil
-
r22845: Clarify -xineramascreen -2 behaviour2007-04-03, by voroshil
-
thread compatibility fixes for Win9x. based on patch by sergemp at mail dot ru.2007-04-03, by vayne
-
Use "generic" optimization instead of 686 as default for runtime-cpudetection2007-04-03, by diego
-
Mention DNS round-robin system in the mirroring HOWTO.2007-04-03, by diego
-
"()" to "(void)" function param list fixes2007-04-01, by uau
-
remove useless ()2007-04-01, by aurel
-
removed unexplainable and escaped trailing spaces from -mpegopts :drop and :tsaf2007-04-01, by nicodvb
-
documented -mpegopts :adelay2007-04-01, by nicodvb
-
removed init_apts and init_vpts; added :adelay in addition to :vdelay2007-04-01, by nicodvb
-
cosmetics: removed trailing spaces2007-04-01, by nicodvb
-
segfaults if name is NULL2007-04-01, by ben
-
Use thp, not mjpeg as dll to decode THP files so that the THP hacks in the2007-04-01, by diego
-
Add support for the THP game format.2007-04-01, by diego
-
typo fixes ported from VLC2007-04-01, by diego
-
mention most RTSP changes2007-04-01, by cehoyos
-
killed warnings in cyberblade driver2007-04-01, by ben
-
killed warnings in rage128 driver2007-04-01, by ben
-
killed warnings in pm3 driver2007-04-01, by ben
-
killed warnings in savage driver2007-04-01, by ben
-
killed warnings in sis driver2007-04-01, by ben
-
killed warnings in unichrome driver2007-04-01, by ben
-
Move pci.db out of its single-file subdirectory.2007-04-01, by diego
-
Do not remove or ignore pci.db.2007-04-01, by diego
-
useless externs2007-04-01, by ben
-
removed references to no longer used internal drivers functions2007-04-01, by ben
-
updated vidix.h from upstream vidix project2007-04-01, by ben
-
checking for dynamic drivers version number is now pointless2007-04-01, by ben
-
Ignore netstream and fix its compilation; remove object files on make clean.2007-04-01, by diego
-
Move netstream.c out of its single-file subdirectory.2007-04-01, by diego
-
Remove unnecessary dependencies.2007-04-01, by diego
-
Get netstream somewhat closer to linking.2007-04-01, by diego
-
Support h264 over rtsp2007-04-01, by cehoyos
-
Cosmetics: Move variable declaration and initialization up.2007-04-01, by cehoyos
-
Move driver files directly into the vidix directory.2007-04-01, by diego
-
Merge all VIDIX drivers into libvidix.a.2007-03-31, by diego
-
Append objects derived from sources to OBJS_*. This way the OBJS_* variables2007-03-31, by diego
-
Move QNX-specific settings next to the other OS-specific settings.2007-03-31, by diego
-
Don't compile cpuinfo and fastmemcpybench by default.2007-03-31, by diego
-
Use FT_Glyph_StrokeBorder to render only the outside border.2007-03-31, by iive
-
Move the generation of OBJS_* from SRCS_* up before the addition of OBJS_*-yes2007-03-31, by diego
-
Sync with removed tools.2007-03-31, by diego
-
Remove obsolete TV output tools.2007-03-31, by diego
-
Remove unused/nonworking wallpaper setting utility.2007-03-31, by diego
-
Remove unused benchmarking scripts.2007-03-31, by diego
-
Remove obsolete bitmap font tools.2007-03-31, by diego
-
Remove obsolete/unnecessary/trivial scripts and programs.2007-03-31, by diego
-
Build libdha statically like all the other libraries.2007-03-31, by diego
-
Remove empty section.2007-03-31, by diego
-
Gui: Show correct time after seeking in audio-only files.2007-03-31, by cehoyos
-
synced with r227722007-03-31, by Gabrov
-
synced with r22800 (missing from previous commit)2007-03-31, by Gabrov
-
synced with r228492007-03-31, by Gabrov
-
synced with r228452007-03-31, by Gabrov
-
Set CONFIG_EBP_AVAILABLE, CONFIG_EBX_AVAILABLE for FFmpeg2007-03-30, by uau
-
Handle proper compilation on Mac OS X.2007-03-30, by diego
-
sync w/ r211552007-03-30, by gpoirier
-
Clarify -xineramascreen -2 behaviour2007-03-30, by reimar
-
cosmetics: Remove all trailing whitespace.2007-03-29, by diego
-
some sync by Fernando TarĂn, lists.im gmail com2007-03-29, by diego
-
Missing svn add from r22841.2007-03-29, by rathann
-
Code cleanup: don't include a .c file in mplayer.c and fix a few2007-03-29, by rathann
-
Remove stray variable that was causing tests to fail randomly.2007-03-29, by diego
-
OpenGL reportedly works fine on Mac OS X, see Bugzilla #784.2007-03-29, by diego
-
replaced ! with not as adviced by Reimar2007-03-28, by nicodvb
-
mention vidix in Solaris/x862007-03-28, by nicodvb
-
in solaris the I/O device to mmap() is /dev/xsvc, not /dev/mem2007-03-28, by nicodvb
-
Spanish man page updates by Fernando TarĂn2007-03-27, by kraymer
-
document edgedetect.fp, emboss.fp2007-03-27, by gpoirier
-
Revert r228192007-03-26, by cehoyos
-
prevent building xvmc with the old api.2007-03-26, by iive
-
sync to lavcodecs version2007-03-26, by iive
-
r22637: Allow to specify frequencies in channels option.2007-03-26, by kraymer
-
Spanish man page updates by Fernando TarĂn2007-03-26, by kraymer
-
Handle X-QT extradata in a slightly more correct way2007-03-26, by cehoyos
-
Gui: Allow progress bar to move when playing mov or mp4 files2007-03-26, by cehoyos
-
Merge realcodecs/ documentation into the README.2007-03-25, by diego
-
Use the top-level TOOLS Makefile to build the Real codecs wrappers.2007-03-25, by diego
-
Fixes:2007-03-25, by rathann
-
Add description of realcodecs subdir2007-03-25, by rtogni
-
Check buffer size in header dump functions2007-03-25, by rtogni
-
Fall back on plain awk during the awk test. It should be safe to assume2007-03-25, by diego
-
Fix compilation of libvo/vo_xvmc.c2007-03-25, by cehoyos
-
r22800: Get rid of useless conditional, using svgalib_helper now requires modifying2007-03-25, by voroshil
-
Fix double close() in ve_vfw.c2007-03-24, by iive
-
Linking hotfix, libavutil needs to come after libavcodec/libavformat.2007-03-24, by diego
-
Unconditionally add -li386 to LDFLAGS on OpenBSD/x86-32.2007-03-24, by diego
-
cosmetics: Reorder parts of the Makefile in order to group parts sensibly together.2007-03-24, by diego
-
Unconditionally add all subdirectories to PARTS. This way make clean always2007-03-24, by diego
-
Move the addition of basic include flags to configure.2007-03-24, by diego
-
libavutil/ is not optional, compile it unconditionally.2007-03-24, by diego
-
Error out if the libavutil subdirectory is unavailable.2007-03-24, by diego
-
Fix make depend: Declare extra dependencies before the rule.2007-03-24, by diego
-
Remove multistage recursion for the vidix subdirectory and recurse from the2007-03-24, by diego
-
Remove generated test program on clean, not just on distclean.2007-03-24, by diego
-
Merge INCLUDES into CFLAGS and remove now redundant commands and rules.2007-03-24, by diego
-
Ignore test program.2007-03-24, by diego
-
cosmetics: Shorten long lines, remove trailing whitespace.2007-03-24, by diego
-
Move test program removal on distclean to mpcommon.mak.2007-03-24, by diego
-
Use AV_WB* instead of swap+memcpy+swap2007-03-24, by rtogni
-
Get rid of useless conditional, using svgalib_helper now requires modifying2007-03-24, by diego
-
Remove unnecessary explicit dependency.2007-03-24, by diego
-
Build shared lib on all platforms.2007-03-24, by diego
-
Remove OpenBSD linking hack. If this is (still) necessary, it needs to be2007-03-24, by diego
-
Remove files maintained by Reimar that he no longer sees a use for.2007-03-24, by diego
-
cosmetics: Shorten overly long lines.2007-03-24, by diego
-
Update copyright year.2007-03-24, by diego
-
the mirror howto isnt preliminary anymore2007-03-24, by attila
-
r22622: Wording improvement as suggested by Michael.2007-03-24, by voroshil
-
r22547: fix up some longer than 80 char lines , and use suggestion from Diego.2007-03-24, by voroshil
-
r22547: fix up some longer than 80 char lines , and use suggestion from Diego.2007-03-24, by voroshil
-
r22772: Radio driver loading rework.2007-03-24, by voroshil
-
cosmetics: Merge #ifdefs for better readability.2007-03-23, by diego
-
add mf://bmp wish, remove deinterlace filter during playback2007-03-23, by compn
-
call vbeGetControllerInfo() only once2007-03-23, by aurel
-
sync with r227792007-03-22, by gpoirier
-
lexical fixes2007-03-22, by ptt
-
syntax/lexical fixes2007-03-22, by ptt
-
sync'd up to r214522007-03-22, by ptt
-
sync'd up to r227722007-03-22, by ptt
-
roff fix: escape dash for options2007-03-22, by kraymer
-
r22776: 'D' also turns off and on kerndeint2007-03-22, by cehoyos
-
Fix filepos calculation2007-03-22, by cehoyos
-
'D' also turns off and on kerndeint2007-03-22, by cehoyos
-
allows to de- and reactivate kerndeint on the fly2007-03-22, by cehoyos
-
Every X-QT stream needs video frame rate (not just avc, mpeg4 and svq3)2007-03-22, by cehoyos
-
reasonable cutoff frequency default2007-03-22, by michael
-
Radio driver loading rework.2007-03-21, by voroshil
-
Fix comment about defining HAVE_POSIX_SELECT2007-03-21, by cehoyos
-
Conditionally compile vf_bmovl.c instead of enclosing all of the file2007-03-21, by diego
-
Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line2007-03-21, by diego
-
Declare eof only when stream 0 gets eof2007-03-20, by rtogni
-
Fix for realrtsp urls with more than 2 streams:2007-03-20, by rtogni
-
Remove unnecessary unistd.h include.2007-03-20, by diego
-
Remove MinGW hack, it's no longer needed.2007-03-20, by diego
-
Rename open to af_open so as not to conflict with a previous header definition.2007-03-20, by diego
-
Add missing $(EXESUF).2007-03-20, by diego
-
tab typo fixed2007-03-20, by ptt
-
Add vfw2menc to the Makefile.2007-03-20, by diego
-
sync'd up to r224832007-03-20, by ptt
-
Add explicit SDL include path. This should allow compilation even when2007-03-20, by diego
-
Add return 0 to fix the following warning:2007-03-20, by diego
-
Include stdlib.h and string.h to fix the following warnings:2007-03-20, by diego
-
Add #include <string.h> to fix the following warning:2007-03-20, by diego
-
Move gltest and bmovl-test into the main TOOLS directory, subdirectories2007-03-20, by diego
-
--enable-win32 was renamed to --enable-win32dll.2007-03-19, by diego
-
ok so cljr , vcr1 and msmpegv1 dont actually work... removed2007-03-19, by compn
-
aiff isnt there as well, TEST FIRST, THEN DOCUMENT COMPN!2007-03-19, by compn
-
gsm requires libgsm so remove it2007-03-19, by compn
-
add rest of lavc encoders to list (vcr1, cljr, jpegls, ffvhuff, msmpeg4v1)2007-03-19, by compn
-
split sonic into sonic/sonicls and wma into wmav1/wmav22007-03-19, by compn
-
add png and gif encoders, how to use them with mencoder is another question2007-03-19, by compn
-
Explain workaround for -vo gl:scaled-osd -ass image corruption.2007-03-19, by reimar
-
Add missing bogus norm warning for v4l22007-03-19, by voroshil
-
Make sure bogus parameter will not be ignored by user.2007-03-19, by voroshil
-
Simplify Makefile.2007-03-19, by diego
-
Conditionally compile af_export instead of having #ifdef around the file.2007-03-19, by diego
-
Move -I. to the front of CFLAGS, works around problems with headers from2007-03-19, by diego
-
Remove commented-out -Wall CFLAGS, can be set from configure/config.mak.2007-03-19, by diego
-
Remove commented-out Cygwin CFLAGS settings.2007-03-19, by diego
-
Move setting Cygwin specific CFLAGS to configure.2007-03-19, by diego
-
video filters i maintain ...2007-03-19, by michael
-
The -Wdeclaration-after-statement test needs a C program.2007-03-18, by diego
-
Move -I. and -I.. to the front of CFLAGS so that headers in the root directory2007-03-18, by diego
-
Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.2007-03-18, by diego
-
Added myself, as suggested by Diego2007-03-18, by cehoyos
-
Merge CFLAGS lines.2007-03-18, by diego
-
Move setting CXXFLAGS to configure.2007-03-18, by diego
-
Support multiple tags in a single line and tags on the same line as the2007-03-18, by rtogni
-
Add live555 include flags to EXTRAXX_INC, not EXTRA_INC.2007-03-18, by diego
-
shared libavcodec is not at all broken/obsolete, but simply discouraged2007-03-18, by nicodvb
-
Group (system-specific) CFLAGS settings together.2007-03-18, by diego
-
Move Cygwin specific #define setting to system OS-specific settings section.2007-03-18, by diego
-
Move setting of TARGET_WIN32 together with other Win32 settings.2007-03-18, by diego
-
Rename win32 variable to the more sensible name win32dll.2007-03-18, by diego
-
Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's added2007-03-18, by diego
-
sync with r226372007-03-18, by gpoirier
-
Support application/smil as mimetype for smil-over-realrtsp2007-03-18, by rtogni
-
add ffbmp decoder, cant figure out fourcc bit so use format for avi...2007-03-18, by compn
-
Move fast cmov detection code from the PPC section into the x86 section2007-03-18, by diego
-
add new audio and video codecs to libavcodec list2007-03-18, by compn
-
support for setting and detecting FAST_CMOV2007-03-18, by diego
-
add some updates2007-03-18, by compn
-
Fix configure -march detection for athlon-xp2007-03-18, by uau
-
Remove empty directory.2007-03-18, by diego
-
fix full range (jpeg yuv) chroma2007-03-18, by michael
-
cosmetics, fix indentation2007-03-18, by attila
-
allow horizontal resolutions >1024 in case we have a G5502007-03-18, by attila
-
sync mga_vid.h to the one in the mga_vid repo.2007-03-18, by attila
-
Move files from radeon/ subdirectory here.2007-03-17, by diego
-
add fourcc for dxa files, approved by diego2007-03-17, by compn
-
Remove radeonfb, the version in the Linux kernel is much better.2007-03-17, by diego
-
add ffdxa , works on samples/game-formats/dxa/epic.dxa2007-03-17, by compn
-
Do not disable cache on MinGW, just disable shmem compilation.2007-03-17, by diego
-
'make install' now takes care of most manual installation steps for *_vid.o.2007-03-17, by diego
-
Nuke MIPS-specific compiler bug workaround, it's unlikely to help anyway.2007-03-17, by diego
-
wording/spelling/grammar/updates/cosmetics2007-03-17, by diego
-
Merge Makefile from radeon/ subdirectory into this one.2007-03-17, by diego