| Commit message (Expand) | Author | Age | Files | Lines |
* | segment: Add comments about calls that only are relevant for some muxers | Martin Storsjö | 2012-10-04 | 1 | -2/+2 |
* | segment: Add an option for omitting the first header and final trailer | Martin Storsjö | 2012-10-04 | 1 | -4/+48 |
* | segment: Flush buffered data before finishing a segment | Martin Storsjö | 2012-10-04 | 1 | -0/+1 |
* | segment: Set the resend_headers flag for each segment | Martin Storsjö | 2012-10-04 | 1 | -0/+3 |
* | segment: Add an option for disabling writing of a header/trailer to each segment | Martin Storsjö | 2012-10-04 | 1 | -12/+19 |
* | segment: Free and reinit the muxer before calling avformat_write_header | Martin Storsjö | 2012-10-04 | 1 | -22/+42 |
* | segment: Use the public av_write_header/av_write_trailer functions | Martin Storsjö | 2012-10-04 | 1 | -27/+3 |
* | segment: Properly create new AVStreams for the chained muxer | Martin Storsjö | 2012-10-04 | 1 | -10/+11 |
* | segment: Add a missing space | Martin Storsjö | 2012-10-04 | 1 | -1/+1 |
* | h264probe: Don't error out on bits that no longer are reserved | Michael Niedermayer | 2012-10-04 | 1 | -1/+1 |
* | segment: Pass the interrupt callback on to the chained AVFormatContext, too | Martin Storsjö | 2012-10-02 | 1 | -0/+1 |
* | nut: add do {} while (0) to GET_V | Luca Barbato | 2012-10-02 | 1 | -20/+22 |
* | avformat: refactor avformat_write_header | Luca Barbato | 2012-10-01 | 1 | -15/+38 |
* | avformat: refactor avformat_write_header | Luca Barbato | 2012-10-01 | 1 | -27/+42 |
* | avformat: split muxing functions from util.c | Luca Barbato | 2012-10-01 | 4 | -517/+580 |
* | mpegts: Drop pointless casting of hex_dump_debug arguments | Diego Biurrun | 2012-10-01 | 1 | -3/+3 |
* | avformat: const correctness for av_hex_dump / av_hex_dump_log | Diego Biurrun | 2012-10-01 | 2 | -5/+6 |
* | avformat: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 9 | -29/+61 |
* | avformat: Remove non-compiling and/or silly commented-out printf/av_log state... | Diego Biurrun | 2012-10-01 | 11 | -44/+0 |
* | avidec: use actually read size instead of requested size | Anton Khirnov | 2012-09-29 | 1 | -1/+1 |
* | avidec: return 0, not packet size from read_packet(). | Anton Khirnov | 2012-09-29 | 1 | -1/+1 |
* | http: Increase buffer sizes to cope with longer URIs | Duncan Salerno | 2012-09-28 | 1 | -5/+8 |
* | nutenc: const correctness for ff_put_v_trace/put_s_trace function arguments | Diego Biurrun | 2012-09-27 | 1 | -2/+6 |
* | nutdec: Remove unused and broken debug function stub | Diego Biurrun | 2012-09-27 | 1 | -10/+0 |
* | Add Opus support to the Ogg muxer. | Nathan Caldwell | 2012-09-27 | 2 | -6/+52 |
* | avformat: Identify anonymous AVIO typedef structs. | Dale Curtis | 2012-09-27 | 1 | -2/+2 |
* | nutdec: const correctness for get_v_trace/get_s_trace function arguments | Diego Biurrun | 2012-09-26 | 1 | -4/+4 |
* | rtpdec: Remove a useless ff_ prefix from a static symbol | Martin Storsjö | 2012-09-26 | 1 | -2/+2 |
* | rtpdec: Support depacketizing speex | Dmitry Samonenko | 2012-09-26 | 2 | -1/+8 |
* | rtpenc: Add support for packetizing speex | Dmitry Samonenko | 2012-09-26 | 3 | -1/+6 |
* | oggparsetheora: make it more robust | Luca Barbato | 2012-09-24 | 1 | -3/+12 |
* | ogg: prevent NULL pointer deference in theora gptopts | Michael Niedermayer | 2012-09-24 | 1 | -2/+7 |
* | ogg: calculate the start position once all the headers are parsed | Luca Barbato | 2012-09-24 | 3 | -4/+16 |
* | ogg: check that the expected number of headers had been parsed | Luca Barbato | 2012-09-24 | 10 | -5/+34 |
* | Use avcodec_free_frame() to free AVFrames. | Anton Khirnov | 2012-09-24 | 1 | -0/+1 |
* | lavf: use a malloced AVFrame in try_decode_frame(). | Anton Khirnov | 2012-09-24 | 1 | -8/+17 |
* | rtp: Packetization of JPEG (RFC 2435) | Samuel Pitoiset | 2012-09-23 | 6 | -2/+151 |
* | smoothstreamingenc: Copy the SAR on the AVStreams as well | Martin Storsjö | 2012-09-23 | 1 | -0/+1 |
* | matroskadec: fix a sanity check. | Anton Khirnov | 2012-09-21 | 1 | -1/+1 |
* | matroskadec: only return corrupt packets that actually contain data | Anton Khirnov | 2012-09-21 | 1 | -1/+1 |
* | lavf: zero data/size of the packet passed to read_packet(). | Anton Khirnov | 2012-09-21 | 1 | -0/+2 |
* | lavf probe: prevent codec probe with no data at all seen | Janne Grunau | 2012-09-20 | 1 | -0/+5 |
* | mp3dec: read Xing frame TOC index | Anton Khirnov | 2012-09-19 | 1 | -1/+57 |
* | mp3dec: use named constants for Xing header flags | Anton Khirnov | 2012-09-19 | 1 | -2/+5 |
* | mov: support random access point grouping | Yusuke Nakamura | 2012-09-19 | 2 | -0/+60 |
* | matroskadec: properly support BlockDuration | Luca Barbato | 2012-09-19 | 1 | -5/+17 |
* | matroskadec: split frame parsing | Luca Barbato | 2012-09-19 | 1 | -130/+158 |
* | matroskadec: split laces parsing | Luca Barbato | 2012-09-19 | 1 | -89/+108 |
* | matroska: implement support for ProRes | Luca Barbato | 2012-09-19 | 3 | -4/+24 |
* | matroska: implement support for ALAC | Moritz Bunkus | 2012-09-19 | 3 | -0/+24 |