log

age author description
2008-09-07 michael Fix accurate rounding mode on x86_64.
2008-09-07 lu_zero Make ToY and ToUV family of function consistent part I
2008-09-07 michael Make fast bilinear scaler work again.
2008-09-07 diego 'mp3lame' audio output codec was wrongly listed as 'lame'.
2008-09-07 diego Replace casual GPL notices by proper license headers.
2008-09-07 diego license header cosmetics
2008-09-07 diego license header cosmetics
2008-09-07 diego Remove wrong compilation instructions.
2008-09-07 diego Remove encode2mpeglight, it is only an outdated stripped-down version of the
2008-09-06 diego license header cosmetics
2008-09-06 diego Fix incorrect FSF address in license header.
2008-09-06 diego Replace casual GPL notice by proper license header.
2008-09-06 diego Remove outdated URL from vd_info_t struct.
2008-09-06 diego Remove version information from libmpeg2 vd_info_t struct.
2008-09-05 aurel libass: fix type mismatch between size parameter and the way it's used
2008-09-05 aurel libass: add a new ass_process_data() to process demuxed subtitle packets
2008-09-05 aurel demux_mkv: output correctly formated ASS packets
2008-09-05 bcoudurier simplify function selection code
2008-09-05 bcoudurier enable yuv422p to uyvy converter
2008-09-04 aurel a valid ASS line contains 9 ',' before actual text
2008-09-04 aurel lavf: the subtitles display duration is stored in pkt.convergence_duration
2008-09-04 michael Make 16bit grayscale output work.
2008-09-04 michael Fix SWS_FAST_BILINEAR and SWS_POINT with some unscaled rgb<->bgr converters.
2008-09-04 michael Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
2008-09-04 michael Fix 4 and 8 bit RGB/BGR input.
2008-09-04 michael Remove workaround for rgb/bgr mess.
2008-09-04 michael Fix 4 of the unscaled rgb15/16 converters, each of these contained
2008-09-04 michael rgb vs bgr fix for the unscaled converters.
2008-09-04 michael Fix rgb15/16 vs. bgr part2.
2008-09-04 michael Fix rgb15/16 vs. bgr part1.
2008-09-04 michael Add fflush to prevent stdout & stderr from being mixed.
2008-09-01 aurel support E-AC-3 decoding using ffmpeg
2008-09-01 diego Remove Windows-specific #ifdefs, the file does not compile on MinGW anyway.
2008-09-01 diego Ignore .exe files on Windows.
2008-09-01 diego Rename --enable-tremor-external option to --enable-tremor along with the
2008-09-01 diego Do not refer to libcdio and liblzo as external in the help output.
2008-09-01 diego Rename --enable-faad-external option to --enable-faad along with the
2008-09-01 diego Initialize _def_faad* variables to disabled before setting them.
2008-09-01 diego Fall back on external libfaad check if internal libfaad check failed.
2008-09-01 diego Put '#define closesocket close' under proper '#ifndef HAVE_CLOSESOCKET'
2008-09-01 diego Move '#define closesocket close' preprocessor directive to a common place
2008-08-31 diego Revert moving closesocket definition and network headers to network.h.
2008-08-31 diego Only use winsock2.h to check for closesocket().
2008-08-31 diego Fix closesocket test, patch by Serge Levin, serge.levin.spb gmail com.
2008-08-31 diego Add necessary #include <stdlib.h> for realloc/calloc/free.
2008-08-31 reimar Remove unused GUID_t definition that also incorrectly defined GUID_DEFINED
2008-08-31 stefano Change header inclusion guard names in line with FFmpeg r15120.
2008-08-30 rathann Rename internal libdvdread fork from dvdread to libdvdread