| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | matroskadec: Fix buffer overread in matroska_ebmlnum_uint | David Conrad | 2010-05-18 | 1 | -1/+1 |
* | matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the file | David Conrad | 2010-05-18 | 1 | -0/+2 |
* | matroskadec: Use av_freep in ebml_read_ascii | David Conrad | 2010-05-18 | 1 | -1/+1 |
* | Use a heuristic for describing the RTP packets using sample data | Martin Storsjö | 2010-05-18 | 2 | -2/+230 |
* | Add initial support for RTP hinting in the mov muxer | Martin Storsjö | 2010-05-18 | 4 | -3/+414 |
* | Make mov_write_packet non-static, add ff_ prefix | Martin Storsjö | 2010-05-18 | 2 | -8/+10 |
* | Move the mov muxer structures to a separate header | Martin Storsjö | 2010-05-18 | 2 | -59/+89 |
* | Add a flag for enabling RTP hinting | Martin Storsjö | 2010-05-18 | 2 | -0/+2 |
* | Make ff_sdp_write_media a lavf-internal function | Martin Storsjö | 2010-05-18 | 2 | -2/+24 |
* | Validate AVCodecTag vs CodecID. | Francesco Lavra | 2010-05-18 | 1 | -5/+39 |
* | Factorize some code into the new function ff_toupper4(). | Francesco Lavra | 2010-05-18 | 1 | -4/+2 |
* | In ts demuxer, output pes packet as soon as they are complete. | Janne Grunau | 2010-05-18 | 1 | -0/+10 |
* | set avg frame rate in mkv demuxer | Baptiste Coudurier | 2010-05-17 | 1 | -0/+2 |
* | Add NV12 and NV21 AVI tags. | Stefano Sabatini | 2010-05-16 | 1 | -0/+2 |
* | Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level. | Baptiste Coudurier | 2010-05-14 | 1 | -1/+1 |
* | Reindent after r23112. | Sebastian Vater | 2010-05-13 | 1 | -1/+1 |