summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* rtmp: Refactor get_packetLuca Barbato2013-09-221-62/+51
* rtmp: Support AMF_DATA_TYPE_MIXEDARRAYLuca Barbato2013-09-221-25/+40
* h264dec: Add .avc file name extensionVittorio Giovara2013-09-201-1/+1
* h264dec: K&R formatting cosmeticsVittorio Giovara2013-09-201-23/+31
* rtmp: Unbreak get_packetLuca Barbato2013-09-201-8/+9
* rtmpproto: Add a comment explaining the logic in handle_notifyMartin Storsjö2013-09-201-0/+2
* r3d: Add more input value validationMartin Storsjö2013-09-191-1/+5
* rl2: Avoid a division by zeroMartin Storsjö2013-09-191-0/+4
* wtv: Add more sanity checks for a length read from the fileMartin Storsjö2013-09-191-1/+6
* yop: Clear all references to the AVBuffer in the local AVPacketMartin Storsjö2013-09-191-0/+6
* segafilm: Validate the number of audio channelsMartin Storsjö2013-09-191-0/+5
* movenc: Use null buffers for measuring the amount of data to be writtenMartin Storsjö2013-09-191-12/+6
* aviobuf: Add functions for null buffersMartin Storsjö2013-09-192-0/+51
* asfenc: mux chapters in ASF files using an ASF "marker" sectionVladimir Pantelic2013-09-192-2/+66
* asfenc: remember send time and offset of the index entriesVladimir Pantelic2013-09-192-0/+6
* asfenc: add ASF_Reserved_4 as defined in section 10.10 of the ASF specVladimir Pantelic2013-09-192-0/+5
* asfdec: replace magic constant with DATA_HEADER_SIZEVladimir Pantelic2013-09-191-6/+8
* asfdec: substract preroll time from marker presentation timeVladimir Pantelic2013-09-191-0/+2
* idroqdec: Make sure a video stream has been allocated before returning packetsMartin Storsjö2013-09-191-0/+7
* rtmp: Unbreak handle_notifyLuca Barbato2013-09-191-13/+14
* Add a WebP decoderJustin Ruggles2013-09-181-0/+1
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-1818-107/+92
* rmdec: Validate the fps valueMartin Storsjö2013-09-181-2/+7
* movenc: Add an option for omitting the tfhd base offsetMartin Storsjö2013-09-173-8/+18
* movenc: Write the moof atom in two passesMartin Storsjö2013-09-172-23/+25
* rtmp: Support reading interleaved chunks.Josh Allmann2013-09-173-29/+67
* xmv: Add more sanity checks for parameters read from the bitstreamMartin Storsjö2013-09-171-2/+5
* rtmpproto: Extend a comment to explain the prev_pkt arrays rolesMartin Storsjö2013-09-171-1/+1
* rtmpproto: Consistently use the right prev_pkt arrayMartin Storsjö2013-09-171-1/+1
* rtmpproto: Check for the right return codeMartin Storsjö2013-09-171-1/+1
* mov: Don't use a negative duration for setting other fieldsMartin Storsjö2013-09-171-2/+2
* oggparseogm: Convert to use bytestream2Martin Storsjö2013-09-171-25/+27
* matroskadec: Verify realaudio codec parametersMartin Storsjö2013-09-171-0/+4
* rtmp: rename main_channel_id to stream_id.Josh Allmann2013-09-171-8/+8
* rtmp: Follow Flash player numbering for channels.Josh Allmann2013-09-172-4/+4
* rtmp: Send video on a separate channel.Josh Allmann2013-09-171-2/+6
* lavf: Make probe_codec return an error codeAlexandra Khirnova2013-09-161-7/+14
* lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-1622-27/+0
* lavf: Add a flag to enable/disable per-packet flushingLuca Barbato2013-09-164-3/+11
* flv: Do not export datastream as metadataLuca Barbato2013-09-161-1/+2
* rtmp: Store all the notify messagesLuca Barbato2013-09-161-30/+29
* rtmp: Do not send the first field twice within the handshakeLuca Barbato2013-09-161-1/+1
* rtmp: Drop an unneeded warningLuca Barbato2013-09-161-2/+0
* rtmp: Support play method in listen modeLuca Barbato2013-09-161-1/+10
* rtmp: Factor out publish specific codeLuca Barbato2013-09-161-43/+75
* vocdec: Don't update codec parameters mid-streamMartin Storsjö2013-09-161-5/+5
* sierravmd: Do sanity checking of frame sizesMartin Storsjö2013-09-161-7/+15
* omadec: Properly check lengths before incrementing the positionMartin Storsjö2013-09-161-1/+5
* matroskaenc: Fix stray pointers left over from av_reallocp_array refactoringAlexandra Khirnova2013-09-121-13/+9
* mp3: add .mpa extensionVittorio Giovara2013-09-122-2/+2
OpenPOWER on IntegriCloud