| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | "removes definition for old crc func" patch by Daniel Kristjansson / danielk ... | Daniel Kristjansson | 2007-01-23 | 1 | -1/+0 |
* | make the asf demuxer resistant against insertion/deletion errors | Michael Niedermayer | 2007-01-23 | 1 | -12/+17 |
* | remove padding to 16bit code, i dont think this change can break anything and... | Michael Niedermayer | 2007-01-23 | 1 | -4/+0 |
* | make av_find_stream_info() duration user selectable | Michael Niedermayer | 2007-01-23 | 2 | -4/+7 |
* | flv follows in movs footsteps and has random trash in the width/height fields | Michael Niedermayer | 2007-01-23 | 1 | -2/+2 |
* | improve probe and give it the max score | Michael Niedermayer | 2007-01-23 | 1 | -2/+2 |
* | Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be. | Michel Bardiaux | 2007-01-23 | 1 | -1/+1 |
* | consistant error return for asf_get_packet() | Michael Niedermayer | 2007-01-22 | 1 | -1/+5 |
* | better padsize check | Michael Niedermayer | 2007-01-22 | 1 | -1/+1 |
* | more correct error message | Michael Niedermayer | 2007-01-22 | 1 | -1/+1 |
* | replace wrong return 0 by -1 | Michael Niedermayer | 2007-01-22 | 1 | -4/+6 |
* | check to detect nonsense fragment size | Michael Niedermayer | 2007-01-22 | 1 | -0/+4 |
* | inden(ta)tion | Michael Niedermayer | 2007-01-22 | 1 | -1/+1 |
* | replace nonsense code by something which makes at least some sense | Michael Niedermayer | 2007-01-22 | 1 | -22/+6 |
* | check fragment offset and size | Michael Niedermayer | 2007-01-22 | 2 | -2/+10 |
* | move frame header reading into its own function | Michael Niedermayer | 2007-01-22 | 1 | -50/+60 |
* | more correct packet alignment check and correction | Michael Niedermayer | 2007-01-22 | 1 | -4/+7 |
* | 10l | Michael Niedermayer | 2007-01-22 | 1 | -2/+3 |
* | doxygenize comments | Michael Niedermayer | 2007-01-22 | 1 | -29/+29 |
* | cosmetics (aligne stuff nicely) | Michael Niedermayer | 2007-01-22 | 1 | -5/+5 |
* | get rid of some sensless malloc/free | Michael Niedermayer | 2007-01-22 | 1 | -4/+2 |
* | simplify | Michael Niedermayer | 2007-01-22 | 1 | -7/+3 |
* | remove a few unused and duplicated variables | Michael Niedermayer | 2007-01-22 | 2 | -9/+4 |
* | adding a few checks to the audio packet descrambling, this should hopefully c... | Michael Niedermayer | 2007-01-22 | 1 | -1/+9 |
* | cosmetic | Michael Niedermayer | 2007-01-22 | 1 | -1/+1 |