| Commit message (Expand) | Author | Age | Files | Lines |
* | sdp: Check that fmt->oformat is non-null before accessing it | Martin Storsjö | 2014-01-05 | 1 | -1/+1 |
* | pmpdec: check that there is at least one audio packet. | Anton Khirnov | 2014-01-03 | 1 | -0/+5 |
* | avutil: Move library version related macros to version.h | Diego Biurrun | 2013-12-26 | 1 | -1/+1 |
* | mms: Remove non-utf8 characters | Luca Barbato | 2013-12-26 | 2 | -2/+2 |
* | Add a libwebp encoder | Justin Ruggles | 2013-12-21 | 1 | -1/+1 |
* | flv: Use the correct type to hold the file offset | Luca Barbato | 2013-12-20 | 1 | -1/+1 |
* | jvdec: Do not feed the decoder with known wrong data | Luca Barbato | 2013-12-20 | 1 | -2/+15 |
* | jvdec: Fix memory leak of jv->frames | Paul B Mahol | 2013-12-20 | 1 | -0/+10 |
* | jvdec: Return EOF on end of file | Luca Barbato | 2013-12-20 | 1 | -0/+3 |
* | rtpdec_h264: Check the return value of functions doing allocations | Michael Niedermayer | 2013-12-14 | 1 | -4/+8 |
* | sdp: Check theora colorspace before producing the configuration string | Martin Storsjö | 2013-12-14 | 1 | -7/+7 |
* | hdsenc: Check the init_file() return code | Michael Niedermayer | 2013-12-14 | 1 | -1/+3 |
* | hdsenc: Fix an off by one error in an array size check | Michael Niedermayer | 2013-12-14 | 1 | -1/+1 |
* | hdsenc: Avoid integer overflow | Michael Niedermayer | 2013-12-14 | 1 | -1/+1 |
* | mpegts: add HEVC registration descriptor | Carl Eugen Hoyos | 2013-12-12 | 1 | -0/+1 |
* | img2: add stereo 3d still picture file extensions | Martin Lambers | 2013-12-12 | 1 | -0/+3 |
* | rtsp: suppress a incompatible pointer types warning | Vittorio Giovara | 2013-12-12 | 1 | -2/+2 |
* | rtspdec: Fix keep-alive request for ACTi cameras | Rumin Sam | 2013-12-11 | 1 | -1/+1 |
* | lavf: remove an unneeded call to avcodec_get_frame_defaults(). | Anton Khirnov | 2013-12-11 | 1 | -1/+0 |
* | Replace all uses of avcodec_free_frame with av_frame_free(). | Anton Khirnov | 2013-12-11 | 1 | -1/+1 |
* | configure: Prefix libc-related variables with "libc_" | Diego Biurrun | 2013-12-09 | 1 | -2/+2 |
* | avformat: AviSynth demuxer rewrite | d s | 2013-12-08 | 1 | -166/+625 |
* | 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 |