| Commit message (Expand) | Author | Age | Files | Lines |
* | mxfdec: set extradata size | Anton Khirnov | 2013-11-29 | 1 | -1/+3 |
* | MSN Audio support | Kostya Shishkov | 2013-11-26 | 1 | -0/+1 |
* | build: Integrate multilibrary examples into the build system | Diego Biurrun | 2013-11-25 | 2 | -531/+0 |
* | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 18 | -1/+34 |
* | hls: Avoid reading outside of the allocated array | Martin Storsjö | 2013-11-22 | 1 | -1/+2 |
* | hls: Check whether the AVIOContext contains a new redirected URL | Martin Storsjö | 2013-11-22 | 1 | -0/+5 |
* | http: Expose the content location via an AVOption | Martin Storsjö | 2013-11-22 | 2 | -6/+16 |
* | http: Support relative URL redirection | Zhang Rui | 2013-11-22 | 1 | -1/+4 |
* | http: Remove an unrelated and mistakenly set AVOption unit name | Martin Storsjö | 2013-11-22 | 1 | -1/+1 |
* | avidec: fix a memleak in the dv init code. | Anton Khirnov | 2013-11-21 | 1 | -0/+1 |
* | matroskadec: use correct compression parameters for current track CodecPrivate | Aurelien Jacobs | 2013-11-21 | 1 | -1/+1 |
* | matroskadec: pad EBML_BIN data. | Anton Khirnov | 2013-11-21 | 1 | -1/+3 |
* | rtmphttp: Check for both 0 and AVERROR_EOF | Valeriy Argunov | 2013-11-18 | 1 | -2/+2 |
* | Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). | Anton Khirnov | 2013-11-16 | 2 | -3/+3 |
* | dv: Split DV data table declarations into their own header | Diego Biurrun | 2013-11-15 | 2 | -2/+2 |
* | lavf: improve support for AVC-Intra files. | Reimar Döffinger | 2013-11-14 | 6 | -4/+143 |
* | mxfdec: update current edit unit when seeking in mxf files without index tables | Marton Balint | 2013-11-14 | 1 | -0/+1 |
* | avienc: drop the vfr flag. | Anton Khirnov | 2013-11-08 | 1 | -1/+0 |
* | omadec: loosen format probing constraints | David Goldwich | 2013-11-04 | 1 | -11/+4 |
* | omadec: check GEOB sizes against buffer size | Michael Niedermayer | 2013-11-04 | 1 | -0/+5 |
* | omadec: Fix wrong number of array elements | Michael Niedermayer | 2013-11-04 | 1 | -1/+1 |
* | rtmpproto: Reorder conditions to help dead code elimination | Vittorio Giovara | 2013-11-03 | 1 | -6/+6 |
* | wtv: fix variable sign in format | Vittorio Giovara | 2013-11-03 | 1 | -1/+1 |
* | os_support: Add #endif comments for better readability | Diego Biurrun | 2013-11-02 | 1 | -12/+13 |
* | Add an HDS live fragmenting muxer | Martin Storsjö | 2013-11-02 | 4 | -2/+593 |
* | lavf: do not use int to store an int64 | Anton Khirnov | 2013-11-01 | 1 | -1/+1 |
* | rtspenc: Make sure BYE packets are sent before TEARDOWN | Martin Storsjö | 2013-11-01 | 4 | -7/+19 |
* | rtpenc: Add a rtpflag option for sending BYE packets when finishing | Martin Storsjö | 2013-11-01 | 3 | -4/+17 |
* | rtpenc: Remove some superfluous parentheses | Martin Storsjö | 2013-11-01 | 1 | -2/+2 |
* | aviobuf: Handle a NULL buffer in avio_close_dyn_buf | Martin Storsjö | 2013-11-01 | 1 | -0/+5 |
* | mpegts: Support HEVC demuxing | Mickaël Raulet | 2013-10-31 | 2 | -1/+2 |
* | matroskadec: Support HEVC demuxing | Yusuke Nakamura | 2013-10-31 | 3 | -3/+5 |
* | mov: Support HEVC demuxing | Yusuke Nakamura | 2013-10-31 | 3 | -2/+8 |
* | Add raw HEVC demuxer | Dirk Farin | 2013-10-31 | 4 | -1/+67 |
* | oggparsetheora: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -8/+8 |
* | HNM4/HNM4A demuxer & video decoder | David Kment | 2013-10-31 | 4 | -1/+207 |
* | lavf: Remove a now useless parameter to ffurl_register_protocol | Martin Storsjö | 2013-10-30 | 3 | -11/+3 |
* | oggparsetheora: check av_mallocz result | Anton Khirnov | 2013-10-30 | 1 | -0/+2 |
* | oggparsetheora: return meaningful error codes | Anton Khirnov | 2013-10-30 | 1 | -3/+3 |
* | oggparsetheora: K&R cosmetics, reformat | Anton Khirnov | 2013-10-30 | 1 | -53/+53 |
* | lavc: add a dummy field to AVStream to preserve ABI compatibility for avconv | Anton Khirnov | 2013-10-29 | 2 | -0/+8 |
* | avio: Check for memory allocation failure of private data | Derek Buitenhuis | 2013-10-29 | 1 | -0/+7 |
* | lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share... | Anton Khirnov | 2013-10-28 | 5 | -6/+6 |
* | lavf: remove unreliable timestamp guessing heuristic | Anton Khirnov | 2013-10-28 | 4 | -34/+0 |
* | avio: K&R formatting cosmetics | Luca Barbato | 2013-10-28 | 1 | -40/+50 |
* | movenc: Add an F4V muxer | Clément Bœsch | 2013-10-23 | 4 | -3/+41 |
* | nut: Fix unchecked allocations | Derek Buitenhuis | 2013-10-22 | 4 | -4/+16 |
* | avio: Use AVERROR_PROTOCOL_NOT_FOUND | Luca Barbato | 2013-10-21 | 1 | -1/+1 |
* | wtv: Seek by sector properly | Luca Barbato | 2013-10-18 | 1 | -9/+16 |
* | http: Check the auth string contents and not only the pointer | Michael Niedermayer | 2013-10-14 | 1 | -1/+2 |