summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* not checking error return, resulting double freeMichael Niedermayer2007-02-17
* Make sure we don't try to emulate poll() when it's there if --disable-ffserve...François Revol2007-02-15
* MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placehol...François Revol2007-02-15
* poll() emulation for BeOS, and maybe MinGW.François Revol2007-02-15
* rename video4linux[2] variables to v4l[2], consistent with --disable optionsMåns Rullgård2007-02-14
* implement new grabbing interface, as described here:Ramiro Polla2007-02-14
* fix dts adjustingBaptiste Coudurier2007-02-14
* Pass the v4l2 buffer into the AVPacket, instead of allocating a new bufferLuca Abeni2007-02-14
* 100lBaptiste Coudurier2007-02-14
* indentationBaptiste Coudurier2007-02-14
* use aiff when we can, some players only support aiffBaptiste Coudurier2007-02-14
* Remove unused file.Diego Biurrun2007-02-14
* Ogg is not Vorbis.Diego Biurrun2007-02-13
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* Move base64.[ch] to libavutil.Carl Eugen Hoyos2007-02-13
* support yet another broken avi (filedoesitbetter.avi) which has a wrong strea...Michael Niedermayer2007-02-13
* always use audio spread (instead of "video no spread" for audio ...)Michael Niedermayer2007-02-12
* increaseing preroll time to the minimum of the asf files i haveMichael Niedermayer2007-02-12
* dont set the keyframe flag for audio as microshitty doesnt do it and some thi...Michael Niedermayer2007-02-12
* Add FACT chunk for non-PCM wav formatsMichel Bardiaux2007-02-12
* Pass a proper context to av_log()Luca Abeni2007-02-12
* mxf aes decryption support, patch by Reimar, simplified to only look for firs...Reimar Döffinger2007-02-11
* add key field to AVFormatContext for de/encryption support, patch by ReimarReimar Döffinger2007-02-11
* #include detected soundcard.h instead of testing for OpenBSDMåns Rullgård2007-02-10
* use dvr-ms timestampsMichael Niedermayer2007-02-10
* fix broken memset(padding, 0) codeMichael Niedermayer2007-02-09
* demux VC1 in mpegtsNico Sabbi2007-02-09
* Raw VC-1 demuxerKostya Shishkov2007-02-09
* Remove obsolete imgformat1 leftovers.Diego Biurrun2007-02-09
* Remove commented-out NUT muxer entry, can be added once we have a native muxer.Diego Biurrun2007-02-09
* cosmetics: Reorder NUT entries.Diego Biurrun2007-02-09
* Properly separate native and libnut NUT (de)muxers.Diego Biurrun2007-02-09
* add read_probe function to raw ac3 demuxerJustin Ruggles2007-02-08
* Use av_set_pts_info and set some arbitrary timebase fallbackReimar Döffinger2007-02-08
* remove senseless and wrong direct access to ByteIOContext internalsMichael Niedermayer2007-02-07
* set pts_wrap_bits to 32 since timestamps in packets are 32 bitReimar Döffinger2007-02-07
* iam pretty sure send time is dts and not pts ...Michael Niedermayer2007-02-07
* 10l, forgot to skip payload description in UMF packet parsingReimar Döffinger2007-02-07
* muxing packets with unknown timestamps is not allowedMichael Niedermayer2007-02-07
* supporting files with A,V,I,0x19 headerMichael Niedermayer2007-02-07
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name sepe...Michael Niedermayer2007-02-06
* indentMichael Niedermayer2007-02-05
* dynamic index building so forward and backward seeking in avi without an inde...Michael Niedermayer2007-02-05
* better generic index building and seeking codeMichael Niedermayer2007-02-05
* Fix audio corruption when cutting.Wolfram Gloger2007-02-05
* move networking #includes into separate fileRamiro Polla2007-02-04
* Make x11grab output its warning that it couldn't find the mouse pointer onlyPanagiotis Issaris2007-02-02
* Set correct aspect ratio (it's sample aspect, not display aspect)Zuxy Meng2007-02-02
* packets must be correctly interleavedMichael Niedermayer2007-02-02