| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a WebP decoder | Justin Ruggles | 2013-09-18 | 1 | -0/+1 |
* | avformat: Use av_reallocp() where suitable | Alexandra Khirnova | 2013-09-18 | 18 | -107/+92 |
* | rmdec: Validate the fps value | Martin Storsjö | 2013-09-18 | 1 | -2/+7 |
* | movenc: Add an option for omitting the tfhd base offset | Martin Storsjö | 2013-09-17 | 3 | -8/+18 |
* | movenc: Write the moof atom in two passes | Martin Storsjö | 2013-09-17 | 2 | -23/+25 |
* | rtmp: Support reading interleaved chunks. | Josh Allmann | 2013-09-17 | 3 | -29/+67 |
* | xmv: Add more sanity checks for parameters read from the bitstream | Martin Storsjö | 2013-09-17 | 1 | -2/+5 |
* | rtmpproto: Extend a comment to explain the prev_pkt arrays roles | Martin Storsjö | 2013-09-17 | 1 | -1/+1 |
* | rtmpproto: Consistently use the right prev_pkt array | Martin Storsjö | 2013-09-17 | 1 | -1/+1 |
* | rtmpproto: Check for the right return code | Martin Storsjö | 2013-09-17 | 1 | -1/+1 |
* | mov: Don't use a negative duration for setting other fields | Martin Storsjö | 2013-09-17 | 1 | -2/+2 |
* | oggparseogm: Convert to use bytestream2 | Martin Storsjö | 2013-09-17 | 1 | -25/+27 |
* | matroskadec: Verify realaudio codec parameters | Martin Storsjö | 2013-09-17 | 1 | -0/+4 |
* | rtmp: rename main_channel_id to stream_id. | Josh Allmann | 2013-09-17 | 1 | -8/+8 |
* | rtmp: Follow Flash player numbering for channels. | Josh Allmann | 2013-09-17 | 2 | -4/+4 |
* | rtmp: Send video on a separate channel. | Josh Allmann | 2013-09-17 | 1 | -2/+6 |
* | lavf: Make probe_codec return an error code | Alexandra Khirnova | 2013-09-16 | 1 | -7/+14 |
* | lavf: Don't explicitly flush after each written packet in muxers | Clément Bœsch | 2013-09-16 | 22 | -27/+0 |
* | lavf: Add a flag to enable/disable per-packet flushing | Luca Barbato | 2013-09-16 | 4 | -3/+11 |
* | flv: Do not export datastream as metadata | Luca Barbato | 2013-09-16 | 1 | -1/+2 |
* | rtmp: Store all the notify messages | Luca Barbato | 2013-09-16 | 1 | -30/+29 |
* | rtmp: Do not send the first field twice within the handshake | Luca Barbato | 2013-09-16 | 1 | -1/+1 |
* | rtmp: Drop an unneeded warning | Luca Barbato | 2013-09-16 | 1 | -2/+0 |
* | rtmp: Support play method in listen mode | Luca Barbato | 2013-09-16 | 1 | -1/+10 |
* | rtmp: Factor out publish specific code | Luca Barbato | 2013-09-16 | 1 | -43/+75 |
* | vocdec: Don't update codec parameters mid-stream | Martin Storsjö | 2013-09-16 | 1 | -5/+5 |
* | sierravmd: Do sanity checking of frame sizes | Martin Storsjö | 2013-09-16 | 1 | -7/+15 |
* | omadec: Properly check lengths before incrementing the position | Martin Storsjö | 2013-09-16 | 1 | -1/+5 |
* | matroskaenc: Fix stray pointers left over from av_reallocp_array refactoring | Alexandra Khirnova | 2013-09-12 | 1 | -13/+9 |
* | mp3: add .mpa extension | Vittorio Giovara | 2013-09-12 | 2 | -2/+2 |
* | mpc8: Make sure the first stream exists before parsing the seek table | Martin Storsjö | 2013-09-12 | 1 | -0/+5 |
* | mpc8: Check the seek table size parsed from the bitstream | Martin Storsjö | 2013-09-12 | 1 | -0/+4 |
* | ape: Don't allow the seektable to be omitted | Martin Storsjö | 2013-09-12 | 1 | -1/+1 |
* | smacker: Avoid integer overflow when allocating packets | Martin Storsjö | 2013-09-11 | 1 | -1/+1 |
* | smacker: Don't return packets in unallocated streams | Martin Storsjö | 2013-09-11 | 1 | -0/+2 |
* | dsicin: Add some basic sanity checks for fields read from the file | Martin Storsjö | 2013-09-11 | 1 | -0/+2 |
* | avformat: Use av_reallocp_array() where suitable | Alexandra Khirnova | 2013-09-10 | 9 | -73/+90 |
* | movenc: Simplify setting the fragmentation flag | Martin Storsjö | 2013-09-09 | 1 | -5/+3 |
* | movenc: Add a warning message if conflicting options have been specified | Martin Storsjö | 2013-09-09 | 1 | -1/+4 |
* | tcp: Explicitly convert a pointer to a boolean integer | Martin Storsjö | 2013-09-09 | 1 | -1/+1 |
* | lavf: fix the comparison in an overflow check | Anton Khirnov | 2013-09-07 | 1 | -1/+1 |
* | dv: Add a guard to not overread the ppcm array | Luca Barbato | 2013-09-07 | 1 | -2/+2 |
* | avisynth: K&R formatting cosmetics | Diego Biurrun | 2013-09-06 | 1 | -145/+150 |
* | avisynth: Add missing #include for NULL_IF_CONFIG_SMALL | Diego Biurrun | 2013-09-06 | 1 | -0/+1 |
* | matroskaenc: Allow chapters to be written in trailer | John Stebbins | 2013-09-04 | 2 | -1/+20 |
* | 4xm: Check that the read track value is non-negative | Martin Storsjö | 2013-09-03 | 1 | -0/+2 |
* | matroskadec: Check that .lang was allocated and set before reading it | Martin Storsjö | 2013-09-03 | 1 | -1/+2 |
* | movenc: Don't flush after each written packet | Martin Storsjö | 2013-09-03 | 1 | -2/+0 |
* | cosmetics: Fix ATRAC codec name spelling | Diego Biurrun | 2013-09-02 | 3 | -5/+5 |
* | ape demuxer: check for EOF in potentially long loops | Anton Khirnov | 2013-09-02 | 1 | -2/+2 |