summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* asfenc: add ASF_Reserved_4 as defined in section 10.10 of the ASF specVladimir Pantelic2013-09-19
* asfdec: replace magic constant with DATA_HEADER_SIZEVladimir Pantelic2013-09-19
* asfdec: substract preroll time from marker presentation timeVladimir Pantelic2013-09-19
* idroqdec: Make sure a video stream has been allocated before returning packetsMartin Storsjö2013-09-19
* rtmp: Unbreak handle_notifyLuca Barbato2013-09-19
* Add a WebP decoderJustin Ruggles2013-09-18
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* rmdec: Validate the fps valueMartin Storsjö2013-09-18
* movenc: Add an option for omitting the tfhd base offsetMartin Storsjö2013-09-17
* movenc: Write the moof atom in two passesMartin Storsjö2013-09-17
* rtmp: Support reading interleaved chunks.Josh Allmann2013-09-17
* xmv: Add more sanity checks for parameters read from the bitstreamMartin Storsjö2013-09-17
* rtmpproto: Extend a comment to explain the prev_pkt arrays rolesMartin Storsjö2013-09-17
* rtmpproto: Consistently use the right prev_pkt arrayMartin Storsjö2013-09-17
* rtmpproto: Check for the right return codeMartin Storsjö2013-09-17
* mov: Don't use a negative duration for setting other fieldsMartin Storsjö2013-09-17
* oggparseogm: Convert to use bytestream2Martin Storsjö2013-09-17
* matroskadec: Verify realaudio codec parametersMartin Storsjö2013-09-17
* rtmp: rename main_channel_id to stream_id.Josh Allmann2013-09-17
* rtmp: Follow Flash player numbering for channels.Josh Allmann2013-09-17
* rtmp: Send video on a separate channel.Josh Allmann2013-09-17
* lavf: Make probe_codec return an error codeAlexandra Khirnova2013-09-16
* lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-16
* lavf: Add a flag to enable/disable per-packet flushingLuca Barbato2013-09-16
* flv: Do not export datastream as metadataLuca Barbato2013-09-16
* rtmp: Store all the notify messagesLuca Barbato2013-09-16
* rtmp: Do not send the first field twice within the handshakeLuca Barbato2013-09-16
* rtmp: Drop an unneeded warningLuca Barbato2013-09-16
* rtmp: Support play method in listen modeLuca Barbato2013-09-16
* rtmp: Factor out publish specific codeLuca Barbato2013-09-16
* vocdec: Don't update codec parameters mid-streamMartin Storsjö2013-09-16
* sierravmd: Do sanity checking of frame sizesMartin Storsjö2013-09-16
* omadec: Properly check lengths before incrementing the positionMartin Storsjö2013-09-16
* matroskaenc: Fix stray pointers left over from av_reallocp_array refactoringAlexandra Khirnova2013-09-12
* mp3: add .mpa extensionVittorio Giovara2013-09-12
* mpc8: Make sure the first stream exists before parsing the seek tableMartin Storsjö2013-09-12
* mpc8: Check the seek table size parsed from the bitstreamMartin Storsjö2013-09-12
* ape: Don't allow the seektable to be omittedMartin Storsjö2013-09-12
* smacker: Avoid integer overflow when allocating packetsMartin Storsjö2013-09-11
* smacker: Don't return packets in unallocated streamsMartin Storsjö2013-09-11
* dsicin: Add some basic sanity checks for fields read from the fileMartin Storsjö2013-09-11
* avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-10
* movenc: Simplify setting the fragmentation flagMartin Storsjö2013-09-09
* movenc: Add a warning message if conflicting options have been specifiedMartin Storsjö2013-09-09
* tcp: Explicitly convert a pointer to a boolean integerMartin Storsjö2013-09-09
* lavf: fix the comparison in an overflow checkAnton Khirnov2013-09-07
* dv: Add a guard to not overread the ppcm arrayLuca Barbato2013-09-07
* avisynth: K&R formatting cosmeticsDiego Biurrun2013-09-06
* avisynth: Add missing #include for NULL_IF_CONFIG_SMALLDiego Biurrun2013-09-06
* matroskaenc: Allow chapters to be written in trailerJohn Stebbins2013-09-04