| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent au_read_packet() looping endlessly when .au file contains unsupported... | Peter Ross | 2010-05-31 | 1 | -0/+5 |
* | Reindent after r23361. | Francesco Lavra | 2010-05-28 | 1 | -7/+7 |
* | Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxing | Francesco Lavra | 2010-05-28 | 1 | -3/+16 |
* | Move rm_codec_tags to rm.c so muxer/demuxer can share it. | Francesco Lavra | 2010-05-28 | 3 | -19/+23 |
* | On2 IVF demuxer | David Conrad | 2010-05-27 | 4 | -1/+94 |
* | Make sure that when the parser is feeded with frame==packet that the | Michael Niedermayer | 2010-05-27 | 1 | -0/+8 |
* | Add support for the newly added Nut codec tags (added in Nut r669): | Stefano Sabatini | 2010-05-26 | 1 | -0/+10 |
* | Parse and repack the first frame of H.264 in ASF because SPS+PPS lives in its... | Alex Converse | 2010-05-26 | 1 | -0/+2 |
* | Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac... | Alex Converse | 2010-05-26 | 2 | -1/+4 |
* | matroskadec: avoid potential crash after r23169 | Aurelien Jacobs | 2010-05-25 | 1 | -1/+1 |
* | We're using generic tag-to-ID functions, so specific codec_id assignments | Zhou Zongyi | 2010-05-25 | 1 | -5/+0 |
* | Samsung uses SIPP as FourCC for MPEG-4 ASP. | Carl Eugen Hoyos | 2010-05-25 | 1 | -0/+1 |
* | 24l trocadero: RTMP reader forgot to shift high byte of timestamp to its | trueice@gmail.com | 2010-05-25 | 1 | -1/+1 |
* | In ogg muxer, use random serial number of each ogg streams | Baptiste Coudurier | 2010-05-24 | 1 | -1/+18 |
* | MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>. | Zhentan Feng | 2010-05-24 | 4 | -2/+694 |
* | Add missing codec id <-> codec tag entries: | Stefano Sabatini | 2010-05-24 | 1 | -0/+4 |
* | Add -f framemd5 muxer similar to framecrc. | Reimar Döffinger | 2010-05-24 | 3 | -12/+51 |
* | Display a more descriptive log message when probe buffer limit is | Jai Menon | 2010-05-24 | 1 | -1/+1 |
* | Skip pes payload during probing to avoid start code emulation. | Janne Grunau | 2010-05-24 | 1 | -2/+6 |
* | matroskaenc: Write codec time base as default duration for video tracks. | David Conrad | 2010-05-24 | 1 | -0/+1 |
* | Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many | Reimar Döffinger | 2010-05-23 | 1 | -0/+1 |
* | matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhere | David Conrad | 2010-05-23 | 1 | -1/+0 |
* | Reduce the score for the aea demuxer probing function. | Benjamin Larsson | 2010-05-23 | 1 | -1/+1 |
* | Fix detection of some stereo atrac files by not comparing the | Benjamin Larsson | 2010-05-23 | 1 | -3/+2 |
* | oups, 100l, revert unrelated hunk from commit r23266 | Baptiste Coudurier | 2010-05-23 | 1 | -12/+0 |
* | write 3gp perf tag for artist metadata | Baptiste Coudurier | 2010-05-23 | 1 | -0/+1 |
* | albm 3gp tag has optional track field not date | Baptiste Coudurier | 2010-05-23 | 1 | -1/+1 |
* | change author metadata to artist in mov de/muxer | Baptiste Coudurier | 2010-05-23 | 3 | -3/+15 |
* | Make the nut decoder read the ff_nut_video_tags to detect codec id of | Stefano Sabatini | 2010-05-23 | 1 | -1/+3 |
* | Define ff_nut_video_tags and make Nut muxer and demuxer set it in | Stefano Sabatini | 2010-05-23 | 4 | -1/+36 |
* | Add a md5 muxer that allows checking the md5 sums of generated streams without | Reimar Döffinger | 2010-05-23 | 3 | -0/+75 |
* | Make ff_random_get_seed public, rename to av_get_random_seed, export the header | Martin Storsjö | 2010-05-23 | 3 | -4/+4 |
* | Make av_write_header() return AVERROR(EINVAL) rather than -1 if the | Stefano Sabatini | 2010-05-22 | 1 | -5/+5 |
* | Store in a dedicated array the format name - codec id - codec type | Stefano Sabatini | 2010-05-22 | 1 | -26/+21 |
* | Move AVCodecTag from riff.h into internal.h. | Francesco Lavra | 2010-05-22 | 12 | -10/+16 |
* | Prefer enum CodecID over int in ff_codec_get_tag(). | Stefano Sabatini | 2010-05-22 | 2 | -2/+2 |
* | matroskaenc: Don't write track timecode scale | David Conrad | 2010-05-22 | 1 | -1/+0 |
* | matroskadec: Allow unknown EBML doctype | David Conrad | 2010-05-22 | 1 | -4/+3 |
* | matroskadec: Support webm doctype | James Zern | 2010-05-22 | 2 | -9/+22 |
* | remove unused field | Baptiste Coudurier | 2010-05-21 | 1 | -2/+0 |
* | In ogg muxer, pack multiple frames into one page, much lower overhead | Baptiste Coudurier | 2010-05-21 | 1 | -91/+179 |
* | Change the default codecs for the rtsp muxer to mpeg4 and aac | Martin Storsjö | 2010-05-21 | 1 | -2/+2 |
* | Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxer | Martin Storsjö | 2010-05-21 | 2 | -17/+5 |
* | Add a libavformat internal function ff_write_chained | Martin Storsjö | 2010-05-21 | 2 | -0/+33 |
* | Disable non interleaved avi code when there is no index available. | Michael Niedermayer | 2010-05-20 | 1 | -0/+10 |
* | Add VP80 fourcc | Google | 2010-05-19 | 1 | -0/+1 |
* | matroska: Add V_VP8 | Google | 2010-05-19 | 1 | -0/+1 |
* | Fix a crash when opening WMS RTSP streams | Martin Storsjö | 2010-05-19 | 1 | -0/+2 |
* | Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINT | Martin Storsjö | 2010-05-19 | 1 | -1/+1 |
* | matroskadec: Free ebml binary buffer on error | David Conrad | 2010-05-18 | 1 | -1/+3 |