log

age author description
2007-01-28 lu_zero Make example and test build and link correctly
2007-01-28 lu_zero av_logify
2007-01-28 voroshil Doxygen comments for used DirectShow methods.
2007-01-28 reimar Mark m_struct_t defaults as const
2007-01-28 lu_zero fix endianess, see bug #727
2007-01-28 faust3 10l: screen_height calculation was using an uninitialized variable
2007-01-28 reimar Fix number of rows in interlaced mode.
2007-01-28 rtogni Accept rdt packets with "is-reliable" flag set
2007-01-28 reimar 10l, confused current "frame" with canvas width.
2007-01-28 nicodvb set has_valid_timestamps and corresponding first and final pts only after
2007-01-28 reimar Hack: use refmode == 1 instead of == 0, as browsers behave like this
2007-01-28 reimar Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c change
2007-01-27 rtogni Call real_fix_timestamp() after seeking, to avoid video freezing
2007-01-27 voroshil fix overlooked debug message
2007-01-27 voroshil Changing debug messages and renaming method names according to their
2007-01-27 voroshil fix typos from previous commit
2007-01-27 voroshil Cosmetics. Doxygen comments.
2007-01-27 ptt synced up to r21221
2007-01-27 reimar Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16
2007-01-27 reimar Simplify and make lzo decompression code more similar to zlib one.
2007-01-27 reimar Forgotten free on error
2007-01-27 voroshil r21989: fix typo
2007-01-27 reimar *dest = malloc (*size); is useless directly before *dest = realloc (*dest, *size);
2007-01-27 ptt synced up to r21906
2007-01-27 reimar Handle mp_msg_charset == NULL correctly in filename_recode.
2007-01-27 reimar Cosmetics: remove tabs, almost all added during last patch, from
2007-01-26 Gabrov synced with r22016
2007-01-26 diego fastmemcpy.h always has to include inttypes.h on systems that need it.
2007-01-26 gpoirier filename double-conversion, especially usefull for CJK users :-)
2007-01-26 gpoirier Remove illegal definition of underscored-prefixed symbol "__MODULE__":
2007-01-26 gpoirier get rid of void pointer arithmetic, as spotted by ICC
2007-01-25 diego Do not create font subdir of data directory, bitmap font support is deprecated.
2007-01-25 diego Remove confusing line about forcing MP3 demuxing.
2007-01-25 diego Remove comment printed by -demuxer help, it belongs in the copyright header.
2007-01-25 diego Clarify -delay.
2007-01-25 reimar Remove ff_gcd prototype and include avutil.h instead where it is defined.
2007-01-25 rathann 10l to Gabrov for breaking docs build.
2007-01-25 diego build fix: Disable libtheora encoding over lavc.
2007-01-25 diego Sync with FFmpeg r7699.
2007-01-25 diego Simplify conditional compilation handling.
2007-01-24 diego Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers.
2007-01-24 rtogni Use interleaver id to select the correct interleaver instead of guessing
2007-01-24 diego Quote some expressions, might help with some shells.
2007-01-24 rtogni Use interleaver id to select the correct interleaver instead of guessing
2007-01-24 rtogni Fix compilation if no libogg/libvoribs installed
2007-01-24 diego Rename a few variables to match FFmpeg.
2007-01-24 rtogni Fix compilation after ffmpeg changes in r7619
2007-01-23 nicodvb better autodetection of framerate in case of h264; it works correctly with b-frames.