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