summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Track number and UID only have to be nonzeroDavid Conrad2007-09-05
* SimpleBlocks are Matroska v2David Conrad2007-09-05
* Start a new cluster every 5 MB or 5 secondsDavid Conrad2007-09-05
* Fix writing Xiph header sizesDavid Conrad2007-09-05
* Correctly write CodecPrivate element for Vorbis and TheoraDavid Conrad2007-09-05
* Compile fix; missed a variable declaration in the last commitDavid Conrad2007-09-05
* Write one cluster and SimpleBlocks for the frames. Should now create playable...David Conrad2007-09-05
* First stab at writing the tracks element, still needs some additional cases f...David Conrad2007-09-05
* Remove useless debug writeDavid Conrad2007-09-05
* put_ebml_float()David Conrad2007-09-05
* Const correctnessDavid Conrad2007-09-05
* Get rid of put_ebml_utf8(); the error checking that would have distinguished ...David Conrad2007-09-05
* Cosmetics: align nicely for better readibilityDavid Conrad2007-09-05
* SimplifyDavid Conrad2007-09-05
* Beginning of mkv muxer, only EBML head is written correctlyDavid Conrad2007-09-05
* Treat dc1394 as a libraryRamiro Polla2007-09-04
* simplify PTS handlingMike Melanson2007-09-04
* Fill the buffer with 0 before writing an SDP in itLuca Abeni2007-09-03
* If a stream has no start time, but the first packet has a 'pts', use thatNeil Brown2007-09-03
* Set the "B" flag in the payload headerLuca Abeni2007-09-03
* Set the "TR" field in the payload headerLuca Abeni2007-09-03
* Correctly set the "P" field in the payload headerLuca Abeni2007-09-03
* fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muench...Wolfram Gloger2007-09-03
* workaround ms (lack of) intelligence in their design of dvr-msMichael Niedermayer2007-09-02
* SimpleBlock keyframe flag is the most significant bitDavid Conrad2007-08-31
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-30
* Correct packetization for MPEG video frames, and correct setting of theLuca Abeni2007-08-29
* Remove commented code (payload header extension)Luca Abeni2007-08-29
* 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