summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario Gallu...Luca Barbato2007-08-28
* Change 4xm demuxer and video decoder to pass the video format version inRoberto Togni2007-08-27
* Remove unused variable.Diego Biurrun2007-08-27
* Use correct timescale in RTSP seekingLuca Abeni2007-08-25
* Remove copyright from a function prototypeLuca Abeni2007-08-24
* Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni2007-08-24
* Add V_SNOWDavid Conrad2007-08-24
* Take ring frame into account when demuxing.Kostya Shishkov2007-08-23
* Identifiers starting with underscores are reserved.Diego Biurrun2007-08-22
* support swink created files which have soi/eoi broken tags reversedBaptiste Coudurier2007-08-20
* 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