summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Add -f framemd5 muxer similar to framecrc.Reimar Döffinger2010-05-243-12/+51
* Display a more descriptive log message when probe buffer limit isJai Menon2010-05-241-1/+1
* Skip pes payload during probing to avoid start code emulation.Janne Grunau2010-05-241-2/+6
* matroskaenc: Write codec time base as default duration for video tracks.David Conrad2010-05-241-0/+1
* Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the manyReimar Döffinger2010-05-231-0/+1
* matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhereDavid Conrad2010-05-231-1/+0
* Reduce the score for the aea demuxer probing function.Benjamin Larsson2010-05-231-1/+1
* Fix detection of some stereo atrac files by not comparing theBenjamin Larsson2010-05-231-3/+2
* oups, 100l, revert unrelated hunk from commit r23266Baptiste Coudurier2010-05-231-12/+0
* write 3gp perf tag for artist metadataBaptiste Coudurier2010-05-231-0/+1
* albm 3gp tag has optional track field not dateBaptiste Coudurier2010-05-231-1/+1
* change author metadata to artist in mov de/muxerBaptiste Coudurier2010-05-233-3/+15
* Make the nut decoder read the ff_nut_video_tags to detect codec id ofStefano Sabatini2010-05-231-1/+3
* Define ff_nut_video_tags and make Nut muxer and demuxer set it inStefano Sabatini2010-05-234-1/+36
* Add a md5 muxer that allows checking the md5 sums of generated streams withoutReimar Döffinger2010-05-233-0/+75
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-233-4/+4
* Make av_write_header() return AVERROR(EINVAL) rather than -1 if theStefano Sabatini2010-05-221-5/+5
* Store in a dedicated array the format name - codec id - codec typeStefano Sabatini2010-05-221-26/+21
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-2212-10/+16
* Prefer enum CodecID over int in ff_codec_get_tag().Stefano Sabatini2010-05-222-2/+2
* matroskaenc: Don't write track timecode scaleDavid Conrad2010-05-221-1/+0
* matroskadec: Allow unknown EBML doctypeDavid Conrad2010-05-221-4/+3
* matroskadec: Support webm doctypeJames Zern2010-05-222-9/+22
* remove unused fieldBaptiste Coudurier2010-05-211-2/+0
* In ogg muxer, pack multiple frames into one page, much lower overheadBaptiste Coudurier2010-05-211-91/+179
* Change the default codecs for the rtsp muxer to mpeg4 and aacMartin Storsjö2010-05-211-2/+2
* Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxerMartin Storsjö2010-05-212-17/+5
* Add a libavformat internal function ff_write_chainedMartin Storsjö2010-05-212-0/+33
* Disable non interleaved avi code when there is no index available.Michael Niedermayer2010-05-201-0/+10
* Add VP80 fourccGoogle2010-05-191-0/+1
* matroska: Add V_VP8Google2010-05-191-0/+1
* Fix a crash when opening WMS RTSP streamsMartin Storsjö2010-05-191-0/+2
* Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINTMartin Storsjö2010-05-191-1/+1
* matroskadec: Free ebml binary buffer on errorDavid Conrad2010-05-181-1/+3
* matroskadec: Fix buffer overread in matroska_ebmlnum_uintDavid Conrad2010-05-181-1/+1
* matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the fileDavid Conrad2010-05-181-0/+2
* matroskadec: Use av_freep in ebml_read_asciiDavid Conrad2010-05-181-1/+1
* Use a heuristic for describing the RTP packets using sample dataMartin Storsjö2010-05-182-2/+230
* Add initial support for RTP hinting in the mov muxerMartin Storsjö2010-05-184-3/+414
* Make mov_write_packet non-static, add ff_ prefixMartin Storsjö2010-05-182-8/+10
* Move the mov muxer structures to a separate headerMartin Storsjö2010-05-182-59/+89
* Add a flag for enabling RTP hintingMartin Storsjö2010-05-182-0/+2
* Make ff_sdp_write_media a lavf-internal functionMartin Storsjö2010-05-182-2/+24
* Validate AVCodecTag vs CodecID.Francesco Lavra2010-05-181-5/+39
* Factorize some code into the new function ff_toupper4().Francesco Lavra2010-05-181-4/+2
* In ts demuxer, output pes packet as soon as they are complete.Janne Grunau2010-05-181-0/+10
* set avg frame rate in mkv demuxerBaptiste Coudurier2010-05-171-0/+2
* Add NV12 and NV21 AVI tags.Stefano Sabatini2010-05-161-0/+2
* Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.Baptiste Coudurier2010-05-141-1/+1
* Reindent after r23112.Sebastian Vater2010-05-131-1/+1
OpenPOWER on IntegriCloud