summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* matroskadec: check av_strdup() when setting defaultsAnton Khirnov2013-09-241-1/+7
* movenchint: Clear size and len if the realloc failedMartin Storsjö2013-09-221-1/+3
* movenc: Return a proper error code for invalid combinationsMartin Storsjö2013-09-221-2/+2
* electronicarts: Check packet sizes before readingMartin Storsjö2013-09-221-3/+9
* lavf: Avoid setting avg_frame_rate if delta_dts is negativeMartin Storsjö2013-09-221-1/+2
* movenc: Use keyframes as default fragmentation point in ismvMartin Storsjö2013-09-221-1/+1
* movenc: Set all implicit flags immediately in mov_write_headerMartin Storsjö2013-09-221-2/+5
* movenc: Set mov->mode earlier in mov_write_headerMartin Storsjö2013-09-221-18/+19
* tls: Do not abort on non-fatal TLS alerts with gnutlsMartin Storsjö2013-09-221-1/+8
* flv: Make onTextData parsing robustLuca Barbato2013-09-221-19/+69
* rtmp: Replace a magic number with a macroLuca Barbato2013-09-221-7/+8
* rtmp: Rewrite embedded flv handlingLuca Barbato2013-09-221-28/+42
* 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
OpenPOWER on IntegriCloud