| Commit message (Expand) | Author | Age | Files | Lines |
* | support swink created files which have soi/eoi broken tags reversed | Baptiste Coudurier | 2007-08-20 | 1 | -1/+3 |
* | Do not butcher start_time in av_estimate_timings_from_bit_rate(). | Neil Brown | 2007-08-18 | 1 | -4/+1 |
* | When looking for the last packet in each | Neil Brown | 2007-08-18 | 1 | -8/+0 |
* | There is no guarantee that every stream will | Neil Brown | 2007-08-18 | 1 | -1/+2 |
* | fix cur_dts at the end of av_estimate_timings_from_pts() | Michael Niedermayer | 2007-08-18 | 1 | -0/+4 |
* | more verbose doxy for duration (from patch by neilb suse de) | Neil Brown | 2007-08-18 | 1 | -1/+5 |
* | mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de) | Neil Brown | 2007-08-18 | 1 | -0/+1 |
* | Allow pipe: URL to take fd number as input | Vincent Fourmond | 2007-08-17 | 1 | -0/+6 |
* | Indent for next commit | Vincent Fourmond | 2007-08-17 | 1 | -5/+5 |
* | spelling/wording cosmetics | Diego Biurrun | 2007-08-17 | 3 | -17/+17 |
* | store asf streaming bitrates consistently | Björn Axelsson | 2007-08-17 | 1 | -1/+1 |
* | Set UDP receive buffer to 64k | Ramiro Polla | 2007-08-16 | 1 | -0/+6 |
* | cosmetic: indentation | Aurelien Jacobs | 2007-08-16 | 1 | -1/+1 |
* | Don't pre-scale default_duration to avoid precision loss in fps calculation. | Aurelien Jacobs | 2007-08-16 | 1 | -5/+5 |
* | no need for special case default_duration for AAC | Aurelien Jacobs | 2007-08-16 | 1 | -1/+0 |
* | calculate default_duration according to framerate only when not already set | Aurelien Jacobs | 2007-08-16 | 1 | -0/+1 |
* | elaborate a little on AVStream.start_time, it seems the comment is not clear | Michael Niedermayer | 2007-08-16 | 1 | -1/+7 |
* | Try size 640x480 for FLC files which don't specify their size. | Aurelien Jacobs | 2007-08-14 | 1 | -2/+8 |
* | remove broken movi_end skip-hack-check | Michael Niedermayer | 2007-08-14 | 1 | -9/+2 |
* | do not misuse movi_end for checking chunk sizes | Michael Niedermayer | 2007-08-14 | 1 | -2/+7 |
* | Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP) | Ramiro Polla | 2007-08-13 | 1 | -1/+1 |
* | Make native and libnut NUT muxers mutually exclusive. | Diego Biurrun | 2007-08-13 | 1 | -1/+1 |
* | Support for WavPack version 0x410 (false stereo chunks) | David Bryant | 2007-08-13 | 1 | -1/+1 |
* | export 4xm video version | Michael Niedermayer | 2007-08-13 | 1 | -2/+2 |
* | add support for old flac in ogg | Michael Niedermayer | 2007-08-12 | 3 | -0/+18 |
* | pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them) | Michael Niedermayer | 2007-08-12 | 1 | -1/+8 |
* | Ensure av_tree_insert() is defined before using it. | Carl Eugen Hoyos | 2007-08-11 | 1 | -0/+1 |
* | Set dts in tta demuxer | David Conrad | 2007-08-11 | 1 | -3/+5 |
* | cola for diego | Michael Niedermayer | 2007-08-11 | 1 | -1/+1 |
* | Bump minor number, NUT muxer was added. | Diego Biurrun | 2007-08-11 | 1 | -1/+1 |
* | simplify | Michael Niedermayer | 2007-08-11 | 1 | -1/+1 |
* | do not remove FLAG_CODED | Michael Niedermayer | 2007-08-11 | 1 | -1/+1 |
* | remove useless code, found by oded | Michael Niedermayer | 2007-08-11 | 1 | -1/+0 |
* | this is debug not info | Michael Niedermayer | 2007-08-10 | 1 | -1/+1 |
* | 100000l (forgotten return) | Michael Niedermayer | 2007-08-10 | 1 | -1/+1 |
* | mention AVPROBE_PADDING_SIZE at the read_probe() doxy | Michael Niedermayer | 2007-08-10 | 1 | -1/+5 |
* | remove unneeded buf_size check (see AVPROBE_PADDING_SIZE) | Michael Niedermayer | 2007-08-10 | 1 | -3/+0 |
* | flac probe | Michael Niedermayer | 2007-08-10 | 1 | -1/+7 |
* | ensure that negative block_time are properly checked | Aurelien Jacobs | 2007-08-10 | 1 | -1/+2 |
* | ensure that the aspect ratio is spec compliant | Michael Niedermayer | 2007-08-10 | 1 | -2/+8 |
* | fix the packetization mode parsing | Luca Barbato | 2007-08-10 | 1 | -2/+2 |
* | disable TRACE | Michael Niedermayer | 2007-08-10 | 1 | -2/+0 |
* | muxer should now be spec compliant (though it likely still contains bugs!) | Michael Niedermayer | 2007-08-10 | 1 | -5/+1 |
* | header repetition | Michael Niedermayer | 2007-08-10 | 2 | -2/+10 |
* | info packet | Michael Niedermayer | 2007-08-10 | 1 | -1/+38 |
* | merge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUX | Aurelien Jacobs | 2007-08-10 | 1 | -4/+2 |
* | 10l: removed pipe_close instead of pipe_read | Ramiro Polla | 2007-08-10 | 1 | -3/+2 |
* | more FIXME | Michael Niedermayer | 2007-08-10 | 1 | -1/+1 |
* | enable nut muxer | Michael Niedermayer | 2007-08-10 | 3 | -1/+3 |
* | muxer is not yet fully compliant so prevent people from mistakenly using it | Michael Niedermayer | 2007-08-10 | 1 | -0/+4 |