summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* mpc8: Make sure the first stream exists before parsing the seek tableMartin Storsjö2013-09-121-0/+5
* mpc8: Check the seek table size parsed from the bitstreamMartin Storsjö2013-09-121-0/+4
* ape: Don't allow the seektable to be omittedMartin Storsjö2013-09-121-1/+1
* smacker: Avoid integer overflow when allocating packetsMartin Storsjö2013-09-111-1/+1
* smacker: Don't return packets in unallocated streamsMartin Storsjö2013-09-111-0/+2
* dsicin: Add some basic sanity checks for fields read from the fileMartin Storsjö2013-09-111-0/+2
* avformat: Use av_reallocp_array() where suitableAlexandra Khirnova2013-09-109-73/+90
* movenc: Simplify setting the fragmentation flagMartin Storsjö2013-09-091-5/+3
* movenc: Add a warning message if conflicting options have been specifiedMartin Storsjö2013-09-091-1/+4
* tcp: Explicitly convert a pointer to a boolean integerMartin Storsjö2013-09-091-1/+1
* lavf: fix the comparison in an overflow checkAnton Khirnov2013-09-071-1/+1
* dv: Add a guard to not overread the ppcm arrayLuca Barbato2013-09-071-2/+2
* avisynth: K&R formatting cosmeticsDiego Biurrun2013-09-061-145/+150
* avisynth: Add missing #include for NULL_IF_CONFIG_SMALLDiego Biurrun2013-09-061-0/+1
* matroskaenc: Allow chapters to be written in trailerJohn Stebbins2013-09-042-1/+20
* 4xm: Check that the read track value is non-negativeMartin Storsjö2013-09-031-0/+2
* matroskadec: Check that .lang was allocated and set before reading itMartin Storsjö2013-09-031-1/+2
* movenc: Don't flush after each written packetMartin Storsjö2013-09-031-2/+0
* cosmetics: Fix ATRAC codec name spellingDiego Biurrun2013-09-023-5/+5
* ape demuxer: check for EOF in potentially long loopsAnton Khirnov2013-09-021-2/+2
* 4xm: check that bits per sample is strictly positiveAnton Khirnov2013-09-021-1/+1
* lavf: avoid integer overflow when estimating bitrateAnton Khirnov2013-09-021-2/+7
* lavf: move a variable declaration to the block where it's usedAnton Khirnov2013-09-021-2/+2
OpenPOWER on IntegriCloud