| Commit message (Expand) | Author | Age | Files | Lines |
* | mov: use the format context for logging. | Anton Khirnov | 2013-02-23 | 1 | -1/+1 |
* | asfdec: do not assume every AVStream has a corresponding ASFStream | Anton Khirnov | 2013-02-09 | 1 | -5/+6 |
* | asfdec: support reading ID3v2 tags in ASF files | Vladimir Pantelic | 2013-02-09 | 1 | -3/+19 |
* | asfdec: also read Metadata Library Object | Vladimir Pantelic | 2013-02-09 | 3 | -0/+11 |
* | asfdec: read the full Metadata Object, not just aspect ratio information | Vladimir Pantelic | 2013-02-09 | 1 | -24/+27 |
* | asfdec: silence a warning | Vladimir Pantelic | 2013-02-09 | 1 | -1/+1 |
* | asf: K&R formatting cosmetics | Diego Biurrun | 2013-02-06 | 4 | -508/+552 |
* | Use proper "" quotes for local header #includes | Diego Biurrun | 2013-02-01 | 1 | -1/+1 |
* | bink demuxer: set framerate. | Anton Khirnov | 2013-02-01 | 1 | -0/+1 |
* | bink demuxer: check malloc return value | Anton Khirnov | 2013-02-01 | 1 | -0/+2 |
* | avisynth: Change demuxer name to avoid conflicts with AVS | Diego Biurrun | 2013-01-31 | 1 | -1/+1 |
* | movenc: Simplify code by using avio_wb24 | Martin Storsjö | 2013-01-30 | 1 | -2/+1 |
* | mvi: set framerate | Anton Khirnov | 2013-01-29 | 1 | -0/+1 |
* | rtpenc_chain: Use the original AVFormatContext for getting payload type | Martin Storsjö | 2013-01-24 | 1 | -1/+1 |
* | rtp: Make sure the output format pointer is set | Martin Storsjö | 2013-01-24 | 1 | -1/+1 |
* | rtp: Make sure priv_data is set before reading it | Martin Storsjö | 2013-01-23 | 1 | -1/+1 |
* | rtpenc: fix overflow checking in avc_mp4_find_startcode() | Xi Wang | 2013-01-23 | 1 | -2/+2 |
* | rtmp: fix buffer overflows in ff_amf_tag_contents() | Xi Wang | 2013-01-23 | 1 | -6/+5 |
* | rtmp: fix multiple broken overflow checks | Xi Wang | 2013-01-23 | 1 | -6/+6 |
* | rtpenc: Start the sequence numbers from a random offset | Martin Storsjö | 2013-01-22 | 3 | -3/+11 |
* | avidec: use sensible error codes instead of -1 | Jindrich Makovicka | 2013-01-21 | 1 | -19/+22 |
* | srtp: Move a variable to a local scope | Martin Storsjö | 2013-01-21 | 1 | -2/+2 |
* | srtp: Add tests for the crypto suite with 32/80 bit HMAC | Martin Storsjö | 2013-01-21 | 1 | -0/+32 |
* | srtp: cosmetics: Use fewer lines for the test vectors | Martin Storsjö | 2013-01-21 | 1 | -22/+8 |
* | srtp: Don't require more input data than what actually is needed | Martin Storsjö | 2013-01-21 | 1 | -2/+6 |
* | srtp: Improve the minimum encryption buffer size check | Martin Storsjö | 2013-01-21 | 1 | -6/+10 |
* | srtp: Add support for a few DTLS-SRTP related crypto suites | Martin Storsjö | 2013-01-21 | 3 | -13/+23 |
* | rtpdec/srtp: Handle CSRC fields being present | Martin Storsjö | 2013-01-21 | 2 | -4/+21 |
* | rtpdec: Check the return value from av_new_packet | Martin Storsjö | 2013-01-21 | 1 | -1/+2 |
* | rtpdec: Move setting the parsing flags to the actual depacketizers | Martin Storsjö | 2013-01-20 | 7 | -12/+58 |
* | rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer | Martin Storsjö | 2013-01-20 | 4 | -37/+70 |
* | rtpdec: Split mpegts parsing to a normal depacketizer | Martin Storsjö | 2013-01-20 | 6 | -55/+131 |
* | rtpdec: Reorder payload handler registration alphabetically | Martin Storsjö | 2013-01-20 | 1 | -18/+15 |
* | mpegts: Share the cleanup code between the demuxer and lavf-internal parser f... | Martin Storsjö | 2013-01-20 | 1 | -6/+7 |
* | rtpdec_mpeg4: Return one AAC AU per AVPacket | Martin Storsjö | 2013-01-20 | 1 | -12/+31 |
* | lavc: support ZenoXVID custom tag | Luca Barbato | 2013-01-17 | 1 | -0/+1 |
* | idcin: fix memleaks in idcin_read_packet() | Justin Ruggles | 2013-01-16 | 1 | -1/+4 |
* | rtpdec_mpeg4: Check the remaining amount of data before reading | Martin Storsjö | 2013-01-16 | 1 | -2/+11 |
* | rtpdec_mpeg4: Check the return value from malloc | Martin Storsjö | 2013-01-15 | 1 | -1/+5 |
* | srtp: Mark a few variables as uninitialized | Martin Storsjö | 2013-01-15 | 1 | -2/+2 |
* | lavf: Add a fate test for the SRTP functions | Martin Storsjö | 2013-01-15 | 2 | -0/+130 |
* | sdp: Include SRTP crypto params if using the srtp protocol | Martin Storsjö | 2013-01-15 | 1 | -1/+14 |
* | lavf: Add a protocol for SRTP encryption/decryption | Martin Storsjö | 2013-01-15 | 4 | -2/+148 |
* | rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES) | Martin Storsjö | 2013-01-15 | 6 | -3/+37 |
* | lavf: Add functions for SRTP decryption/encryption | Martin Storsjö | 2013-01-15 | 2 | -0/+345 |
* | nutdec: Always return a value from nut_read_timestamp() | Diego Biurrun | 2013-01-15 | 1 | -1/+1 |
* | oggparsetheora: fix comment header parsing | Giorgio Vazzana | 2013-01-14 | 1 | -1/+1 |
* | nut: support vp9 tag | Luca Barbato | 2013-01-14 | 1 | -0/+1 |
* | mkv: support vp9 tag | Tom Finegan | 2013-01-14 | 1 | -0/+1 |
* | rtpdec: Make variables that should wrap unsigned | Martin Storsjö | 2013-01-14 | 1 | -3/+3 |