summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-03-16changing decoder priorities:Michael Roitzsch
2004-03-16while hanging in get_frame or get_buffer, we have to check for ticketMichael Roitzsch
2004-03-16sync to latest libdvdnavMichael Roitzsch
2004-03-16only include this file on Sun, since Linux does not have itMichael Roitzsch
2004-03-16video_out_pgx32 no longer needs to be linked against alphablend.o. Removed de...Robin KAY
2004-03-16Fix overlay display in video_out_pgx32. Minor cosmetic changes to both PGX32 ...Robin KAY
2004-03-15SIOCGIFADDR is defined in <sys/sockio.h>Robin KAY
2004-03-15patch by Stephen Birch permits selecting the adapter by interface nameMichael Roitzsch
2004-03-15fix idct function prototype and remove extraenous brace (thanks Robin)Mike Melanson
2004-03-14Second fix for INT16_MIN/MAX under WIN32 (without stdint.h).František Dvořák
2004-03-14Use _x_demux_read_send_dataJames Stembridge
2004-03-14Move real 14.4 and 28.8 header parsing to ffmpeg decoderJames Stembridge
2004-03-14goodbye decoders-- you have served your purpose well and we salute youMike Melanson
2004-03-14hooked up ffmpeg support for QT RLE; altered handling of 32-bit ARGBMike Melanson
2004-03-14tree diffs as of build 4707Mike Melanson
2004-03-14sync to ffmpeg build 4707Mike Melanson
2004-03-14new ffmpeg files for build 4707Mike Melanson
2004-03-14hey, I've always wondered who was in charge of all that MPEG decodingMike Melanson
2004-03-14Replace stdint.h with inttypes.h.Robin KAY
2004-03-14Update WIN32 port:František Dvořák
2004-03-13Better control buffer handling.Thibaut Mattern
2004-03-13Fix MS ADPCM decodingJames Stembridge
2004-03-13since the real fix would require changes to critical parts of the engineMichael Roitzsch
2004-03-13disabled seeking for IFF-ILBM and IFF-ANIM the same way like demux_vqa.c doseManfred Tremmel
2004-03-12big cleanup/fix of mute status/events. Bastien, can you check if the event th...Daniel Caujolle-Bert
2004-03-12<small break from my dissertation...>Miguel Freitas
2004-03-11Small changes to facilitate -mno-cygwin under cygwin and possibly others.Rocky Bernstein
2004-03-10Remove defunct v4l specific yuv_frames decoderJames Stembridge
2004-03-10Remove defunct v4l specific pcm decoderJames Stembridge
2004-03-10Send headers so that the standard yuv and lpcm decoders can be usedJames Stembridge
2004-03-09new Flash Video (FLV) demuxer; somewhat preliminary right now, but itMike Melanson
2004-03-09hook up ffmpeg's Flash Video supportMike Melanson
2004-03-08Fix the framerate estimation.Thibaut Mattern
2004-03-08Alsa audio capture fixesJames Stembridge
2004-03-08Limit software amp so that audio is not clipped.James Courtier-Dutton
2004-03-08make cvs-theora workingAndreas Heinchen
2004-03-07Support for YUY2James Stembridge
2004-03-07- use the asf preroll valueThibaut Mattern
2004-03-07Fix the jittering problem.Thibaut Mattern
2004-03-07added ANIM OPT 3, 4 and 6 support (untested, can't find testfiles)Manfred Tremmel
2004-03-05forgot to uncomment the pthread_{cancel,join} portionDaniel Caujolle-Bert
2004-03-05re-enable mixer thread: add a 333ms timeout. The "only one concerned"Daniel Caujolle-Bert
2004-03-05Whoops, don't want loggingJames Stembridge
2004-03-05unmute_audio may as well work like the other helper function and workd out th...James Stembridge
2004-03-05Cleanup plugin initJames Stembridge
2004-03-05Factor out some more common codeJames Stembridge
2004-03-05Factor out some common codeJames Stembridge
2004-03-05Cleanup debug output, use lprintf and xprintfJames Stembridge
2004-03-05valgrind memleak fixesMichael Roitzsch
2004-03-04autoscan devfs patch from SteveFrantišek Dvořák