| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | movenc: Rudimentary IODs support. | Alex Converse | 2011-12-15 | 2 | -11/+31 |
* | flvenc: Support muxing 16 kHz nellymoser | Martin Storsjö | 2011-12-15 | 1 | -0/+3 |
* | westwood: Make sure audio header info is present when parsing audio packets | Shitiz Garg | 2011-12-15 | 1 | -0/+5 |
* | applehttp: Properly clean up if unable to probe a segment | Martin Storsjö | 2011-12-14 | 1 | -1/+8 |
* | applehttp: Avoid reading uninitialized memory | Martin Storsjö | 2011-12-14 | 1 | -1/+1 |
* | v410 encoder and decoder | Derek Buitenhuis | 2011-12-13 | 2 | -0/+2 |
* | lavf: dealloc private options in av_write_trailer | Luca Barbato | 2011-12-13 | 1 | -1/+1 |
* | build: move inclusion of subdir.mak to main subdir loop | Mans Rullgard | 2011-12-13 | 1 | -2/+0 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 4 | -8/+8 |
* | Replace all uses of av_close_input_file() with avformat_close_input(). | Anton Khirnov | 2011-12-12 | 8 | -10/+8 |
* | lavf: add avformat_close_input(). | Anton Khirnov | 2011-12-12 | 3 | -1/+23 |
* | lavf: deprecate av_close_input_stream(). | Anton Khirnov | 2011-12-12 | 5 | -9/+17 |
* | lavf doxy: add some basic demuxing documentation. | Anton Khirnov | 2011-12-12 | 1 | -0/+38 |
* | lavf doxy: add some general lavf information. | Anton Khirnov | 2011-12-12 | 1 | -0/+35 |
* | lavf doxy: add misc utility functions to a group. | Anton Khirnov | 2011-12-12 | 1 | -113/+130 |
* | lavf doxy: add av_guess_codec/format to the encoding group. | Anton Khirnov | 2011-12-12 | 1 | -23/+24 |
* | lavf doxy: add core functions to a doxy group. | Anton Khirnov | 2011-12-12 | 1 | -88/+99 |
* | lavu: replace int/float punning functions | Mans Rullgard | 2011-12-11 | 20 | -67/+70 |
* | Remove extraneous semicolons | Mans Rullgard | 2011-12-11 | 2 | -2/+2 |
* | sdp: Restore the original mp4 format h264 extradata if converted | Martin Storsjö | 2011-12-11 | 1 | -0/+17 |
* | rtpenc: Add support for mp4 format h264 | Luca Abeni | 2011-12-11 | 1 | -3/+28 |
* | rtpenc: Simplify code by introducing a separate end pointer | Martin Storsjö | 2011-12-11 | 1 | -5/+5 |
* | movenc: Use the actual converted sample for RTP hinting | Martin Storsjö | 2011-12-11 | 3 | -9/+24 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 14 | -21/+22 |
* | rawdec: don't set codec timebase. | Anton Khirnov | 2011-12-10 | 1 | -1/+1 |
* | lavf doxy: add muxing stuff to lavf_encoding group | Anton Khirnov | 2011-12-10 | 1 | -4/+14 |
* | lavf doxy: add demuxing stuff to lavf_decoding group | Anton Khirnov | 2011-12-10 | 1 | -8/+21 |
* | lavf doxy: expand/reword metadata API doxy. | Anton Khirnov | 2011-12-10 | 1 | -2/+8 |
* | lavf doxy: add installed headers to groups. | Anton Khirnov | 2011-12-10 | 3 | -0/+13 |
* | lavf doxy: add avio groups into the lavf_io group. | Anton Khirnov | 2011-12-10 | 1 | -0/+3 |
* | lavf doxy: rename lavf I/O group to lavf_io. | Anton Khirnov | 2011-12-10 | 1 | -1/+1 |
* | lavf doxy: add metadata docs to the main lavf group | Anton Khirnov | 2011-12-10 | 1 | -0/+1 |
* | flacdec: Support for tracks in cuesheet metadata block | Paul B Mahol | 2011-12-10 | 1 | -0/+27 |
* | flac muxer: fix writing of file header and STREAMINFO header from extradata | Justin Ruggles | 2011-12-10 | 1 | -6/+4 |
* | Dxtory capture format decoder | Kostya Shishkov | 2011-12-10 | 1 | -0/+1 |
* | isom: sort and pretty-print codec_movaudio_tags[] | Justin Ruggles | 2011-12-09 | 1 | -55/+42 |
* | isom: remove pointless comments in codec_movaudio_tags[] | Justin Ruggles | 2011-12-09 | 1 | -17/+17 |
* | isom: remove commented-out tag for vorbis | Justin Ruggles | 2011-12-09 | 1 | -2/+0 |
* | movenc: write 'chan' tag for AC-3 in MOV | Justin Ruggles | 2011-12-09 | 1 | -0/+1 |