log

age author description
2007-05-25 ben rename some menu open functions, to avoid confusion with libc native open()
2007-05-25 zuxy Record what was produced by make_decode_table_MMX() and used that data to
2007-05-24 jheryan Sync to 30.3.2007
2007-05-24 michael more sensless repo moving ..moving ...
2007-05-24 voroshil remove unnecessary stubs which were not ever used.
2007-05-23 ivo ffmpeg -sws_flags command line option to set swscaler flags
2007-05-23 zuxy Remove hardcoded registers
2007-05-22 Gabrov synced with r23370
2007-05-22 zuxy Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic will be 64-bit under AMD64
2007-05-22 zuxy Set i_bps for ASF video streams according to extended stream properties
2007-05-22 zuxy Remove unused synth_1to1_mono()
2007-05-21 ptt sync'ed up with r21654
2007-05-21 voroshil make v4l1 driver work properly.
2007-05-21 ptt sync'ed up with r21561
2007-05-21 ptt added missing fps
2007-05-21 voroshil missed sync tag update
2007-05-21 voroshil r23367: little alignment fixes
2007-05-21 ptt little alignment fixes
2007-05-21 ptt sync'ed up with r23028
2007-05-21 ptt little fixes
2007-05-21 zuxy 10l: cosmetic: more trailing whitespaces removed
2007-05-21 zuxy Cosmetic: remove trailing whitespaces
2007-05-21 zuxy New tags introduced for AMD K10 and Intel Penryn
2007-05-21 diego Add "uclinux" as an accepted system type in the linux() test.
2007-05-21 zuxy Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly faster than original assembly.
2007-05-20 ben missed part of gui code change while introducing -subfont option (patch by Piotr Kaczuba)
2007-05-20 eugeni Fix #if condition.
2007-05-20 eugeni FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.
2007-05-20 ben add new -subfont option, that allows having a different font for OSD (controls and menu) and subtitles
2007-05-20 ben get rid of -menu-utf8 and -menu-unicode once for all, patch by Guillaume Lecerf
2007-05-20 reimar Move common ioctl outside of ifdef
2007-05-20 reimar Clean up some unused code and #ifdef mess in ao_sun.c
2007-05-20 reimar Implement flushing of audio data. Fixes bug #754.
2007-05-20 reimar Fix OpenBSD compilation: strndup is a GNU extension.
2007-05-20 reimar Remove unused code, if it is ever needed it can be recovered from history
2007-05-20 zuxy Add SSSE3 check
2007-05-19 ben buggy joystick initialization, works much better without this
2007-05-19 voroshil -----mencoder.xml----
2007-05-19 eugeni Correct font size in libass.
2007-05-19 mhoffman Blackfin optimized uyvytoyv12 routine. the implementation includes chroma averaging.
2007-05-19 reimar Update regexp to ffmpegs version to avoid incorrect CONFIG_MP3_HEADER_DECOMPRESS_DECODER
2007-05-19 reimar Fix compilation: Create CONFIG_*_BSF in config.mak
2007-05-19 diego Add ID to example.
2007-05-19 zuxy Fix bug in reference code
2007-05-18 eugeni Revert y-axis rotation. Change order of rotations.
2007-05-18 corey cosmetics: fix indentation for previous commit
2007-05-18 corey PIX_FMT_NONE is -1, not 0, so if stream->imgfmt is 0, ctx->pix_fmt gets
2007-05-17 diego Clean up VIDIX test.
2007-05-17 diego 10l: leftover line from incompletely split commit
2007-05-17 diego Remove awk test. awk is a basic Unix tool, any implementation is sufficient.
2007-05-17 diego Move the internal VIDIX check from a random place into the VIDIX section.
2007-05-17 diego Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,
2007-05-17 diego Merge internal and external VIDIX checks.
2007-05-17 diego ffdts is no more.
2007-05-17 reimar Reuse AV_RL macros in ogg demuxer instead of its own overcomplicated implementations of it.
2007-05-17 reimar Make use of new AV_RL64
2007-05-17 reimar Remove useless setting of dp->len, it is already set to that value by
2007-05-17 corey Pass imgfmt from lavc encoder to lavf muxer (this is needed for dv).
2007-05-17 corey Add imgfmt (AKA pixel format) to muxer_stream_t so that encoders can
2007-05-17 corey 1L to me: dv does not support YVU9.
2007-05-16 reimar "inline" is used elsewhere and more portable than "__inline"
2007-05-16 reimar Include string.h for memcpy, fastmemcpy.h alone is not enough.
2007-05-16 diego Remove extern C declarations for C++.
2007-05-15 reimar Avoid passing test invalid arguments when string is empty.