summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Do not butcher start_time in av_estimate_timings_from_bit_rate().Neil Brown2007-08-18
* When looking for the last packet in eachNeil Brown2007-08-18
* There is no guarantee that every stream willNeil Brown2007-08-18
* fix cur_dts at the end of av_estimate_timings_from_pts()Michael Niedermayer2007-08-18
* more verbose doxy for duration (from patch by neilb suse de)Neil Brown2007-08-18
* mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de)Neil Brown2007-08-18
* Allow pipe: URL to take fd number as inputVincent Fourmond2007-08-17
* Indent for next commitVincent Fourmond2007-08-17
* spelling/wording cosmeticsDiego Biurrun2007-08-17
* store asf streaming bitrates consistentlyBjörn Axelsson2007-08-17
* Set UDP receive buffer to 64kRamiro Polla2007-08-16
* cosmetic: indentationAurelien Jacobs2007-08-16
* Don't pre-scale default_duration to avoid precision loss in fps calculation.Aurelien Jacobs2007-08-16
* no need for special case default_duration for AACAurelien Jacobs2007-08-16
* calculate default_duration according to framerate only when not already setAurelien Jacobs2007-08-16
* elaborate a little on AVStream.start_time, it seems the comment is not clearMichael Niedermayer2007-08-16
* Try size 640x480 for FLC files which don't specify their size.Aurelien Jacobs2007-08-14
* remove broken movi_end skip-hack-checkMichael Niedermayer2007-08-14
* do not misuse movi_end for checking chunk sizesMichael Niedermayer2007-08-14
* Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)Ramiro Polla2007-08-13
* Make native and libnut NUT muxers mutually exclusive.Diego Biurrun2007-08-13
* Support for WavPack version 0x410 (false stereo chunks)David Bryant2007-08-13
* export 4xm video versionMichael Niedermayer2007-08-13
* add support for old flac in oggMichael Niedermayer2007-08-12
* pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them)Michael Niedermayer2007-08-12
* Ensure av_tree_insert() is defined before using it.Carl Eugen Hoyos2007-08-11
* Set dts in tta demuxerDavid Conrad2007-08-11
* cola for diegoMichael Niedermayer2007-08-11
* Bump minor number, NUT muxer was added.Diego Biurrun2007-08-11
* simplifyMichael Niedermayer2007-08-11
* do not remove FLAG_CODEDMichael Niedermayer2007-08-11
* remove useless code, found by odedMichael Niedermayer2007-08-11
* this is debug not infoMichael Niedermayer2007-08-10
* 100000l (forgotten return)Michael Niedermayer2007-08-10
* mention AVPROBE_PADDING_SIZE at the read_probe() doxyMichael Niedermayer2007-08-10
* remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)Michael Niedermayer2007-08-10
* flac probeMichael Niedermayer2007-08-10
* ensure that negative block_time are properly checkedAurelien Jacobs2007-08-10
* ensure that the aspect ratio is spec compliantMichael Niedermayer2007-08-10
* fix the packetization mode parsingLuca Barbato2007-08-10
* disable TRACEMichael Niedermayer2007-08-10
* muxer should now be spec compliant (though it likely still contains bugs!)Michael Niedermayer2007-08-10
* header repetitionMichael Niedermayer2007-08-10
* info packetMichael Niedermayer2007-08-10
* merge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUXAurelien Jacobs2007-08-10
* 10l: removed pipe_close instead of pipe_readRamiro Polla2007-08-10
* more FIXMEMichael Niedermayer2007-08-10
* enable nut muxerMichael Niedermayer2007-08-10
* muxer is not yet fully compliant so prevent people from mistakenly using itMichael Niedermayer2007-08-10
* Make the pipe URLProtocol share read and write functions with the file URLPro...Ramiro Polla2007-08-09