Mercurial > mplayer.hg
graph
-
Fix NULL pointer dereference in demux_mkv that happens when2007-05-01, by eugeni
-
sync w/ r231622007-05-01, by gpoirier
-
dvdnav:// depends on our fork of libdvdnav2007-05-01, by nicodvb
-
reindented dvdread check block2007-05-01, by nicodvb
-
libdvdnav now depends on our fork of the library; only the version without2007-05-01, by nicodvb
-
Reuse common Makefile infrastructure.2007-05-01, by diego
-
cosmetics: Move depend target (preparation for upcoming change).2007-05-01, by diego
-
Clarify whom to send translations to.2007-05-01, by diego
-
Update comments.2007-05-01, by eugeni
-
Cosmetics.2007-05-01, by eugeni
-
Move glyph_to_bitmap() call and outline glyph deallocation to2007-05-01, by eugeni
-
sync w/ r231522007-05-01, by gpoirier
-
Minor code simplification.2007-05-01, by eugeni
-
Move get_bitmap_glyph() call to a separate loop.2007-05-01, by eugeni
-
Move transform_3d() call to get_bitmap_glyph().2007-05-01, by eugeni
-
Make a function static.2007-05-01, by eugeni
-
Don't recalculate rotation radius.2007-05-01, by eugeni
-
Bugfix: glyph cache depends on border width, because it contains outline_glyph2007-05-01, by eugeni
-
Merge FFmpeg dependency handling into the individual tests.2007-05-01, by diego
-
cosmetics: Fix bogus indentation.2007-05-01, by diego
-
one more spelling fix2007-04-30, by ben
-
accurate X200 memory size detection (patch by rjoco77 at kezdionline dot ro)2007-04-30, by ben
-
spelling fix2007-04-30, by ben
-
synced with r231792007-04-30, by Gabrov
-
cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.2007-04-30, by diego
-
r23161: Remove outdated and wrong references to codecs.conf.2007-04-30, by voroshil
-
sync tag update2007-04-30, by voroshil
-
10l to Diego for breaking svn (again).2007-04-30, by iive
-
cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.2007-04-29, by diego
-
cosmetics: Fix stray wrongly indented line.2007-04-29, by diego
-
cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.2007-04-29, by diego
-
Fix several implicit declarations of functions warnings.2007-04-29, by diego
-
Remove duplicate #include.2007-04-29, by diego
-
Remove unused variable,2007-04-29, by reimar
-
(cosmetics) replace tabs with spaces2007-04-29, by voroshil
-
typo fix.2007-04-29, by voroshil
-
(cosmetics) more indentation fixes.2007-04-28, by voroshil
-
add missing case value, fixes functionality when using some skins.2007-04-28, by vayne
-
update wishlist2007-04-28, by compn
-
notify new Radeon chipsets supported by VIDIX driver2007-04-28, by ben
-
updated manpages with new vidix subdevice names2007-04-28, by ben
-
Remove outdated and wrong references to codecs.conf.2007-04-28, by diego
-
cosmetics: Fix one more stray wrongly indented line.2007-04-28, by diego
-
cosmetics: Remove all trailing whitespace and tabs, indentation fixes.2007-04-28, by diego
-
cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.2007-04-28, by diego
-
cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.2007-04-28, by diego
-
Mention change to monitorpixelaspect=1 default in Changelog2007-04-28, by reimar
-
r23152: Add -ass-hinting option for setting font hinting method.2007-04-28, by voroshil
-
Make -monitorpixelaspect 1 the default.2007-04-27, by cehoyos
-
Do not set VFCAP_EOSD_UNSCALED if we use scaled-osd2007-04-27, by reimar
-
Add -ass-hinting option for setting font hinting method.2007-04-27, by eugeni
-
Fix division by zero in "\t" parsing.2007-04-27, by eugeni
-
Add configures arguments to its output2007-04-27, by cehoyos
-
Fix compilation with *_PROTOCOLs in libavformat2007-04-27, by cehoyos
-
Mark loader as unmaintained.2007-04-26, by diego
-
cosmetics: Remove trailing whitespace.2007-04-26, by diego
-
100l: Fix another round of copy and paste typos.2007-04-26, by diego
-
Fix cut and paste typo, _def_libpostproc --> _def_libpostproc_a.2007-04-26, by diego
-
10l: Remove stray 'fi'.2007-04-26, by diego
-
support for some onboard X200 GPU (patch by rjoco77@kezdionline.ro)2007-04-26, by ben
-
header / declarations cleanup, also fixes broken compilation.2007-04-26, by vayne
-
Don't declare -lm as a dependency of swscale-example.2007-04-26, by diego
-
Simplify preprocessor directives: There is a general variable for2007-04-26, by diego
-
Simplify #include directives.2007-04-26, by diego
-
Add config.h variables for static FFmpeg libraries.2007-04-26, by diego
-
Ooops, variable names got confused during copy and paste:2007-04-26, by diego
-
Merge config.h variable declarations into libpostproc test.2007-04-26, by diego
-
Remove unused libavformat #define.2007-04-26, by diego
-
Merge config.h variable declarations into libavformat test.2007-04-26, by diego
-
Merge config.h variable declarations into libavcodec test.2007-04-26, by diego
-
Merge config.h variable declarations into libavutil test.2007-04-26, by diego
-
indentation cosmetics2007-04-26, by diego
-
Remove redundant comments.2007-04-26, by diego
-
Clean up static libavcodec check, just checking for a file is enough.2007-04-26, by diego
-
Fix typo in _libavcodec vs _libavcodec_a variable name.2007-04-26, by diego
-
cosmetics: Fix indentation, merge some lines in the FFmpeg checks.2007-04-26, by diego
-
Merge static and shared libpostproc checks.2007-04-26, by diego
-
Merge static and shared libavformat checks.2007-04-26, by diego
-
Move misplaced res_comment to where it actually takes effect.2007-04-26, by diego
-
Merge static and shared libavcodec checks.2007-04-26, by diego
-
10l elif syntax error2007-04-26, by diego
-
Merge checks for static and shared libavutil.2007-04-26, by diego
-
Add general variables for either static or shared FFmpeg libraries.2007-04-26, by diego
-
Give variable names for static FFmpeg libraries a '_a' suffix.2007-04-26, by diego
-
Remove large automatics from stack.2007-04-26, by diego
-
Add CXX include flags to dependency file generation CFLAGS to generate correct2007-04-26, by diego
-
synced with r231002007-04-26, by Gabrov
-
AMR-NB fixed-point mode external library support was removed from FFmpeg.2007-04-25, by diego
-
make -really-quiet hide the mencoder version tags. patch copied from michael2007-04-25, by compn
-
cosmetics: Rename Makefile variables CONFIG_VIDIX_* --> VIDIX_*.2007-04-25, by diego
-
cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.2007-04-25, by diego
-
cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.2007-04-25, by diego
-
Consistently use quotes instead of angled brackets in #include2007-04-25, by diego
-
typo: mingw --> mingw322007-04-25, by diego
-
Declarations and code should not be mixed.2007-04-25, by diego
-
Add support for Bethesda Software VID video.2007-04-25, by diego
-
CONFIG_EBX_AVAILABLE & CONFIG_EBP_AVAILABLE are now called2007-04-24, by cehoyos
-
Do not use FT_Glyph_Copy with NULL glyphs.2007-04-24, by eugeni
-
r23028: with -identify show audio and video id2007-04-24, by kraymer
-
compilation fix, manually include help_mp.h2007-04-24, by ods15
-
r23100: Update AMR instructions.2007-04-24, by voroshil
-
Update AMR instructions.2007-04-23, by diego
-
r19039 was missed in first sync (r19631). fixed.2007-04-23, by voroshil
-
Use proper GPL header.2007-04-23, by diego
-
spelling cosmetics2007-04-23, by diego
-
Gui --> gui2007-04-23, by diego
-
Mark incompletely translated file as such.2007-04-23, by diego
-
Set _audio_input to yes for V4L2 as well.2007-04-23, by diego
-
Use standard GPL header.2007-04-23, by diego
-
cosmetics: Sort PARTS.2007-04-22, by diego
-
Cosmetics: remove duplicate space in ifdef2007-04-22, by reimar
-
Remove duplicate entries from PARTS.2007-04-22, by diego
-
Add Makefile variable for audio input that is enabled by V4L or radio capture.2007-04-22, by diego
-
demuxer_desc_lavf_preferred depends on USE_LIBAVFORMAT or USE_LIBAVFORMAT_SO2007-04-22, by nicodvb
-
Add Makefile variable for either internal or external VIDIX.2007-04-22, by diego
-
Readd an explicit rule for Objective C files. Apparently only Apple's fork of2007-04-22, by diego
-
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