summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-05buf->size is 0 when BUF_FLAG_SPECIAL is setJames Stembridge
2004-02-04buf->size should be 0 when BUF_FLAG_SPECIAL is setJames Stembridge
2004-02-04Correct comment about BUF_FLAG_SPECIALJames Stembridge
2004-02-04abort() is no way to handle errorsJames Stembridge
2004-02-04missing file!!Miguel Freitas
2004-02-03Support for some more real codecsJames Stembridge
2004-02-03Send all of audio type specific data to decoder instead of skipping first 4 b...James Stembridge
2004-02-03Don't read special buffers as headers (again)James Stembridge
2004-02-03Fix a bug introduced by my last commit.Thibaut Mattern
2004-02-03When no special audio track is selected (auto mode) theMarco Zuehlke
2004-02-03ported SMJPEG IMA and EA ADPCM decoders to ffmpegMike Melanson
2004-02-02added IFF-ILBM supportManfred Tremmel
2004-02-02Set extra_info for audio too.Thibaut Mattern
2004-02-02oopsThibaut Mattern
2004-02-02- cleanup odml stuff (remove duplicated code)Thibaut Mattern
2004-02-02return the stream length for a FLI file; also re-enable support for aMike Melanson
2004-02-02tighten up content detection strategy for this type to avoid falseMike Melanson
2004-02-01Support for RV20 ffmpeg decoderJames Stembridge
2004-02-01Slight rethink of header handlingJames Stembridge
2004-02-01use real name in AUTHORS listing ;-)Siggi Langauf
2004-02-01use the correct Xan hackMike Melanson
2004-02-01these header files will need to be bundled in the distributionMike Melanson
2004-02-013 files that slipped through: use ffmpeg's own copy of bswap.h to avoidMike Melanson
2004-02-01housekeeping with respect to the ffmpeg syncMike Melanson
2004-02-01special case to handle Xan DPCM in a AVI file (which will report formatMike Melanson
2004-02-01tune up the FLI demuxer to operate correctly with the ffmpeg videoMike Melanson
2004-02-01update the current diff list between ffmpeg and xineMike Melanson
2004-02-01add support for BGR24 and RGB24 video coming from ffmpeg; activate theMike Melanson
2004-02-01add a bunch of new codec typesMike Melanson
2004-02-01sync to ffmpeg build 4699Mike Melanson
2004-02-01importing new ffmpeg codecs: 8BPS, FLIC, lossless codecs (MSZH & ZLIB),Mike Melanson
2004-01-31don't try to read special buffers as if they are headersJames Stembridge
2004-01-31Split ffmpeg interface into audio and video specific filesJames Stembridge
2004-01-30enable RV10 playback, including:James Stembridge
2004-01-30signal frame endJames Stembridge
2004-01-29Move ffmpeg specific RV10 code to ffmpeg decoderJames Stembridge
2004-01-29Support for data packet header with version 1James Stembridge
2004-01-29minor improvement in log output formattingJames Stembridge
2004-01-29Replace huge switch statements with lookup tablesJames Stembridge
2004-01-29don't send comment packets to the video decoderMarco Zuehlke
2004-01-29recent changesMiguel Freitas
2004-01-29fix unscaled osd for kaffeineMiguel Freitas
2004-01-28OpenDML supportMiguel Freitas
2004-01-28OpenDML (AVI2.0) support by Tilmann Bitterberg <transcode@tibit.org>Miguel Freitas
2004-01-28Menno's suggestion for discovering raw aac audio parametersMiguel Freitas
2004-01-27Woody compatibility for Graham Brooks. *sigh*Siggi Langauf
2004-01-27Correct path for config.h, patch from Graham Brooks (gbrooks at imsmail dot org)James Stembridge
2004-01-27should avoid some reported crashes. note: untestedMiguel Freitas
2004-01-26Sync with libfaad CVSJames Stembridge
2004-01-26Base required source data size on input number of channels rather than output...James Stembridge