| Commit message (Expand) | Author | Age | Files | Lines |
* | Raw VC-1 demuxer | Kostya Shishkov | 2007-02-09 | 3 | -0/+14 |
* | Remove obsolete imgformat1 leftovers. | Diego Biurrun | 2007-02-09 | 3 | -801/+0 |
* | Remove commented-out NUT muxer entry, can be added once we have a native muxer. | Diego Biurrun | 2007-02-09 | 1 | -1/+0 |
* | cosmetics: Reorder NUT entries. | Diego Biurrun | 2007-02-09 | 1 | -6/+6 |
* | Properly separate native and libnut NUT (de)muxers. | Diego Biurrun | 2007-02-09 | 4 | -9/+9 |
* | add read_probe function to raw ac3 demuxer | Justin Ruggles | 2007-02-08 | 1 | -1/+17 |
* | Use av_set_pts_info and set some arbitrary timebase fallback | Reimar Döffinger | 2007-02-08 | 1 | -6/+3 |
* | remove senseless and wrong direct access to ByteIOContext internals | Michael Niedermayer | 2007-02-07 | 1 | -2/+2 |
* | set pts_wrap_bits to 32 since timestamps in packets are 32 bit | Reimar Döffinger | 2007-02-07 | 1 | -0/+1 |
* | iam pretty sure send time is dts and not pts ... | Michael Niedermayer | 2007-02-07 | 2 | -12/+3 |
* | 10l, forgot to skip payload description in UMF packet parsing | Reimar Döffinger | 2007-02-07 | 1 | -3/+4 |
* | muxing packets with unknown timestamps is not allowed | Michael Niedermayer | 2007-02-07 | 1 | -10/+2 |
* | supporting files with A,V,I,0x19 header | Michael Niedermayer | 2007-02-07 | 1 | -1/+4 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 5 | -12/+12 |
* | Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name sepe... | Michael Niedermayer | 2007-02-06 | 1 | -5/+46 |
* | indent | Michael Niedermayer | 2007-02-05 | 1 | -8/+8 |
* | dynamic index building so forward and backward seeking in avi without an inde... | Michael Niedermayer | 2007-02-05 | 1 | -6/+8 |
* | better generic index building and seeking code | Michael Niedermayer | 2007-02-05 | 5 | -15/+59 |
* | Fix audio corruption when cutting. | Wolfram Gloger | 2007-02-05 | 1 | -7/+10 |
* | move networking #includes into separate file | Ramiro Polla | 2007-02-04 | 8 | -34/+37 |
* | Make x11grab output its warning that it couldn't find the mouse pointer only | Panagiotis Issaris | 2007-02-02 | 1 | -1/+7 |
* | Set correct aspect ratio (it's sample aspect, not display aspect) | Zuxy Meng | 2007-02-02 | 1 | -5/+3 |
* | packets must be correctly interleaved | Michael Niedermayer | 2007-02-02 | 1 | -0/+2 |
* | extract aspect ratio | Michael Niedermayer | 2007-01-31 | 2 | -4/+56 |
* | 10l to whoever wrote this (wrong fps, fixes nirvana.nuv) | Michael Niedermayer | 2007-01-31 | 1 | -1/+1 |
* | Add some context to av_log calls. | Michel Bardiaux | 2007-01-31 | 1 | -16/+16 |
* | Fix misbehaviour in url_fseek() when seeking fails. | Ronald S. Bultje | 2007-01-30 | 1 | -2/+4 |
* | protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the | Ronald S. Bultje | 2007-01-30 | 1 | -1/+3 |
* | Missing prototype added | Luca Barbato | 2007-01-29 | 1 | -0/+1 |
* | fix seeking in wma | Michael Niedermayer | 2007-01-29 | 1 | -1/+2 |
* | Seeking support in WavPack | Kostya Shishkov | 2007-01-28 | 1 | -3/+42 |
* | an alloc func failing should give ENOMEM anyway. | François Revol | 2007-01-28 | 1 | -1/+1 |
* | proper error handling in file size retrieval, patch by Ronald S. Bultje rbult... | Ronald S. Bultje | 2007-01-28 | 1 | -1/+3 |
* | stealing a few field names from mplayers asf demuxer | Michael Niedermayer | 2007-01-27 | 1 | -15/+15 |
* | remove void * used in arithmetic warnings | Baptiste Coudurier | 2007-01-26 | 1 | -1/+1 |
* | add waveformatextensible support | Baptiste Coudurier | 2007-01-25 | 1 | -11/+19 |
* | use more portable PRIu64 | Guillaume Poirier | 2007-01-25 | 1 | -1/+1 |
* | Move conditional CFLAGS and OBJS setting to common place. | Diego Biurrun | 2007-01-25 | 1 | -2/+0 |
* | cosmetics: sort | Diego Biurrun | 2007-01-25 | 1 | -1/+1 |
* | remove some printf warnings | Baptiste Coudurier | 2007-01-24 | 1 | -2/+2 |
* | make vars unsigned | Baptiste Coudurier | 2007-01-24 | 1 | -9/+9 |
* | stop if current sample is higher than sample count | Baptiste Coudurier | 2007-01-24 | 1 | -2/+6 |
* | replace strcpy by memcpy | Baptiste Coudurier | 2007-01-24 | 1 | -3/+3 |
* | remove useless field | Baptiste Coudurier | 2007-01-24 | 1 | -2/+0 |
* | remove obsolete comment | Baptiste Coudurier | 2007-01-24 | 1 | -3/+0 |
* | make some fields unsigned | Baptiste Coudurier | 2007-01-24 | 1 | -8/+8 |
* | add sanity checks | Baptiste Coudurier | 2007-01-24 | 1 | -1/+6 |
* | mpegts-documentation-only.patch -- adds documentation patch by Daniel Kristj... | Daniel Kristjansson | 2007-01-23 | 1 | -13/+28 |
* | remove unused files | Måns Rullgård | 2007-01-23 | 2 | -1365/+0 |
* | "converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu... | Daniel Kristjansson | 2007-01-23 | 1 | -16/+21 |