| Commit message (Expand) | Author | Age | Files | Lines |
* | avio: Add an URLProtocol flag for indicating that a protocol uses network | Martin Storsjö | 2012-01-05 | 12 | -0/+18 |
* | matroskadec: Fix a bug where a pointer was cached to an array that might late... | Chris Evans | 2012-01-05 | 1 | -1/+1 |
* | mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions. | Alex Converse | 2012-01-05 | 3 | -9/+37 |
* | lavf: cosmetics, reformat av_read_frame(). | Anton Khirnov | 2012-01-05 | 1 | -12/+11 |
* | lavf: refactor av_read_frame() to make it easier to understand. | Anton Khirnov | 2012-01-05 | 1 | -25/+33 |
* | mtv: Make sure audio_subsegments is not 0 | Shitiz Garg | 2012-01-04 | 1 | -0/+6 |
* | flvdec: Fix compiler warning for uninitialized variables | Jean First | 2012-01-04 | 1 | -1/+1 |
* | rtsp: Fix compiler warning for uninitialized variable | Jean First | 2012-01-04 | 1 | -1/+1 |
* | avio: exit early in fill_buffer without read_packet | Janne Grunau | 2012-01-04 | 1 | -0/+4 |
* | adx: add an adx muxer | Justin Ruggles | 2012-01-03 | 3 | -1/+14 |
* | adx: add AVFMT_GENERIC_INDEX to demuxer flags. | Justin Ruggles | 2012-01-03 | 1 | -0/+1 |
* | lavf: flush decoders in avformat_find_stream_info(). | Anton Khirnov | 2012-01-03 | 1 | -19/+19 |
* | Fix a bunch of typos. | Diego Biurrun | 2012-01-02 | 1 | -1/+1 |
* | Drop some pointless void* return value casts from av_malloc() invocations. | Diego Biurrun | 2012-01-02 | 1 | -1/+1 |
* | mpegenc: simplify muxrate calculation | Janne Grunau | 2012-01-02 | 1 | -1/+1 |
* | rawdec: Set start_time to 0 for raw audio files. | Reimar Döffinger | 2012-01-01 | 1 | -0/+1 |
* | Detect 'yuv2' as rawvideo also in avi. | Carl Eugen Hoyos | 2012-01-01 | 1 | -0/+1 |
* | threads: default to automatic thread count detection | Janne Grunau | 2011-12-31 | 1 | -4/+15 |
* | applehttpproto: Apply the same reload interval changes as for the demuxer | Andrey Utkin | 2011-12-29 | 1 | -2/+12 |
* | applehttp: Use half the target duration as interval if the playlist didn't up... | Martin Storsjö | 2011-12-29 | 1 | -3/+8 |
* | applehttp: Use the last segment duration as reload interval | Andrey Utkin | 2011-12-29 | 1 | -4/+8 |
* | mpegts: adjustable minimum PES payload | Jindřich Makovička | 2011-12-28 | 1 | -9/+26 |
* | mpegts: properly output large audio packets | Jindřich Makovička | 2011-12-28 | 1 | -4/+12 |
* | avformat: Add SMJPEG demuxer. | Paul B Mahol | 2011-12-28 | 4 | -1/+190 |
* | build: fix standalone compilation of OMA muxer | Diego Biurrun | 2011-12-23 | 1 | -1/+1 |
* | build: fix standalone compilation of Microsoft XMV demuxer | Diego Biurrun | 2011-12-23 | 1 | -1/+1 |
* | build: fix standalone compilation of Core Audio Format demuxer | Diego Biurrun | 2011-12-23 | 1 | -1/+2 |
* | mov: Don't stick the QuickTime field ordering atom in extradata. | Alex Converse | 2011-12-21 | 2 | -2/+64 |
* | asfdec: add side data to ASFStream packet instead of output packet. | Justin Ruggles | 2011-12-21 | 1 | -1/+1 |
* | idroqdec: set AVFMTCTX_NOHEADER and create streams as they occur. | Justin Ruggles | 2011-12-21 | 1 | -13/+14 |
* | flvdec: Add param change side data if the sample rate or channels have changed | Martin Storsjö | 2011-12-21 | 1 | -6/+25 |
* | libavformat: Add a utility function for adding parameter change side data | Martin Storsjö | 2011-12-21 | 2 | -0/+51 |
* | flvdec: Export new AAC/H.264 extradata as side data on the next packet | Martin Storsjö | 2011-12-21 | 1 | -0/+39 |
* | flacdec: skip all track indices at once instead of looping. | Paul B Mahol | 2011-12-21 | 1 | -3/+2 |
* | mxf: Add PictureEssenceCoding UL for V210. | Tomas Härdin | 2011-12-21 | 1 | -0/+1 |
* | mxfdec: consider QuantizationBits between 17 and 24 to be pcm_s24* | Tomas Härdin | 2011-12-21 | 1 | -2/+2 |
* | mxfenc: Add support for MPEG-2 MP@HL-14 in mxf container. | Daniel Kristjansson | 2011-12-21 | 1 | -0/+4 |
* | mxf: H.264/MPEG-4 AVC Intra support | Baptiste Coudurier | 2011-12-21 | 1 | -0/+1 |
* | network: properly declare WSADATA in windows | Sergey Radionov | 2011-12-21 | 1 | -1/+4 |
* | nut: support 10bit YUV | Luca Barbato | 2011-12-21 | 1 | -0/+6 |
* | oma: make header compile standalone | Diego Biurrun | 2011-12-20 | 1 | -1/+6 |
* | mpegts: Suppress invalid timebase warnings on DMB streams. | Alex Converse | 2011-12-20 | 1 | -1/+2 |
* | mpegts: Fix typo in handling sections in the PMT. | Alex Converse | 2011-12-20 | 1 | -1/+1 |
* | mpegts: rename payload_index to payload_size | Luca Barbato | 2011-12-19 | 1 | -9/+9 |
* | segment: introduce segmented chain muxer | Luca Barbato | 2011-12-19 | 3 | -0/+275 |
* | lavf: force threads to 1 in avformat_find_stream_info() | Anton Khirnov | 2011-12-18 | 1 | -0/+5 |
* | lavf: add OpenMG audio muxer. | Michael Karcher | 2011-12-18 | 4 | -2/+108 |
* | omadec: split data that will be used in the muxer to a separate file. | Anton Khirnov | 2011-12-18 | 4 | -24/+78 |
* | lavf: rename oma.c -> omadec.c | Anton Khirnov | 2011-12-18 | 2 | -1/+1 |
* | mpegts: replace some magic numbers with the existing define | Vladimir Pantelic | 2011-12-16 | 1 | -3/+3 |