aboutsummaryrefslogtreecommitdiff
path: root/libavformat
AgeCommit message (Expand)Author
2007-02-14Remove unused file.Diego Biurrun
2007-02-13Ogg is not Vorbis.Diego Biurrun
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-02-13Move base64.[ch] to libavutil.Carl Eugen Hoyos
2007-02-13support yet another broken avi (filedoesitbetter.avi) which has a wrong strea...Michael Niedermayer
2007-02-12always use audio spread (instead of "video no spread" for audio ...)Michael Niedermayer
2007-02-12increaseing preroll time to the minimum of the asf files i haveMichael Niedermayer
2007-02-12dont set the keyframe flag for audio as microshitty doesnt do it and some thi...Michael Niedermayer
2007-02-12Add FACT chunk for non-PCM wav formatsMichel Bardiaux
2007-02-12Pass a proper context to av_log()Luca Abeni
2007-02-11mxf aes decryption support, patch by Reimar, simplified to only look for firs...Reimar Döffinger
2007-02-11add key field to AVFormatContext for de/encryption support, patch by ReimarReimar Döffinger
2007-02-10#include detected soundcard.h instead of testing for OpenBSDMåns Rullgård
2007-02-10use dvr-ms timestampsMichael Niedermayer
2007-02-09fix broken memset(padding, 0) codeMichael Niedermayer
2007-02-09demux VC1 in mpegtsNico Sabbi
2007-02-09Raw VC-1 demuxerKostya Shishkov
2007-02-09Remove obsolete imgformat1 leftovers.Diego Biurrun
2007-02-09Remove commented-out NUT muxer entry, can be added once we have a native muxer.Diego Biurrun
2007-02-09cosmetics: Reorder NUT entries.Diego Biurrun
2007-02-09Properly separate native and libnut NUT (de)muxers.Diego Biurrun
2007-02-08add read_probe function to raw ac3 demuxerJustin Ruggles
2007-02-08Use av_set_pts_info and set some arbitrary timebase fallbackReimar Döffinger
2007-02-07remove senseless and wrong direct access to ByteIOContext internalsMichael Niedermayer
2007-02-07set pts_wrap_bits to 32 since timestamps in packets are 32 bitReimar Döffinger
2007-02-07iam pretty sure send time is dts and not pts ...Michael Niedermayer
2007-02-0710l, forgot to skip payload description in UMF packet parsingReimar Döffinger
2007-02-07muxing packets with unknown timestamps is not allowedMichael Niedermayer
2007-02-07supporting files with A,V,I,0x19 headerMichael Niedermayer
2007-02-07Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun
2007-02-06Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name sepe...Michael Niedermayer
2007-02-05indentMichael Niedermayer
2007-02-05dynamic index building so forward and backward seeking in avi without an inde...Michael Niedermayer
2007-02-05better generic index building and seeking codeMichael Niedermayer
2007-02-05Fix audio corruption when cutting.Wolfram Gloger
2007-02-04move networking #includes into separate fileRamiro Polla
2007-02-02Make x11grab output its warning that it couldn't find the mouse pointer onlyPanagiotis Issaris
2007-02-02Set correct aspect ratio (it's sample aspect, not display aspect)Zuxy Meng
2007-02-02packets must be correctly interleavedMichael Niedermayer
2007-01-31extract aspect ratioMichael Niedermayer
2007-01-3110l to whoever wrote this (wrong fps, fixes nirvana.nuv)Michael Niedermayer
2007-01-31Add some context to av_log calls.Michel Bardiaux
2007-01-30Fix misbehaviour in url_fseek() when seeking fails.Ronald S. Bultje
2007-01-30protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else theRonald S. Bultje
2007-01-29Missing prototype addedLuca Barbato
2007-01-29fix seeking in wmaMichael Niedermayer
2007-01-28Seeking support in WavPackKostya Shishkov
2007-01-28an alloc func failing should give ENOMEM anyway.François Revol
2007-01-28proper error handling in file size retrieval, patch by Ronald S. Bultje rbult...Ronald S. Bultje
2007-01-27stealing a few field names from mplayers asf demuxerMichael Niedermayer