summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Prevent au_read_packet() looping endlessly when .au file contains unsupported...Peter Ross2010-05-31
* Reindent after r23361.Francesco Lavra2010-05-28
* Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxingFrancesco Lavra2010-05-28
* Move rm_codec_tags to rm.c so muxer/demuxer can share it.Francesco Lavra2010-05-28
* On2 IVF demuxerDavid Conrad2010-05-27
* Make sure that when the parser is feeded with frame==packet that theMichael Niedermayer2010-05-27
* Add support for the newly added Nut codec tags (added in Nut r669):Stefano Sabatini2010-05-26
* Parse and repack the first frame of H.264 in ASF because SPS+PPS lives in its...Alex Converse2010-05-26
* Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse2010-05-26
* matroskadec: avoid potential crash after r23169Aurelien Jacobs2010-05-25
* We're using generic tag-to-ID functions, so specific codec_id assignmentsZhou Zongyi2010-05-25
* Samsung uses SIPP as FourCC for MPEG-4 ASP.Carl Eugen Hoyos2010-05-25
* 24l trocadero: RTMP reader forgot to shift high byte of timestamp to itstrueice@gmail.com2010-05-25
* In ogg muxer, use random serial number of each ogg streamsBaptiste Coudurier2010-05-24
* MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.Zhentan Feng2010-05-24
* Add missing codec id <-> codec tag entries:Stefano Sabatini2010-05-24
* Add -f framemd5 muxer similar to framecrc.Reimar Döffinger2010-05-24
* Display a more descriptive log message when probe buffer limit isJai Menon2010-05-24
* Skip pes payload during probing to avoid start code emulation.Janne Grunau2010-05-24
* matroskaenc: Write codec time base as default duration for video tracks.David Conrad2010-05-24
* Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the manyReimar Döffinger2010-05-23
* matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhereDavid Conrad2010-05-23
* Reduce the score for the aea demuxer probing function.Benjamin Larsson2010-05-23
* Fix detection of some stereo atrac files by not comparing theBenjamin Larsson2010-05-23
* oups, 100l, revert unrelated hunk from commit r23266Baptiste Coudurier2010-05-23
* write 3gp perf tag for artist metadataBaptiste Coudurier2010-05-23
* albm 3gp tag has optional track field not dateBaptiste Coudurier2010-05-23
* change author metadata to artist in mov de/muxerBaptiste Coudurier2010-05-23
* Make the nut decoder read the ff_nut_video_tags to detect codec id ofStefano Sabatini2010-05-23
* Define ff_nut_video_tags and make Nut muxer and demuxer set it inStefano Sabatini2010-05-23
* Add a md5 muxer that allows checking the md5 sums of generated streams withoutReimar Döffinger2010-05-23
* Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö2010-05-23
* Make av_write_header() return AVERROR(EINVAL) rather than -1 if theStefano Sabatini2010-05-22
* Store in a dedicated array the format name - codec id - codec typeStefano Sabatini2010-05-22
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-22
* Prefer enum CodecID over int in ff_codec_get_tag().Stefano Sabatini2010-05-22
* matroskaenc: Don't write track timecode scaleDavid Conrad2010-05-22
* matroskadec: Allow unknown EBML doctypeDavid Conrad2010-05-22
* matroskadec: Support webm doctypeJames Zern2010-05-22
* remove unused fieldBaptiste Coudurier2010-05-21
* In ogg muxer, pack multiple frames into one page, much lower overheadBaptiste Coudurier2010-05-21
* Change the default codecs for the rtsp muxer to mpeg4 and aacMartin Storsjö2010-05-21
* Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxerMartin Storsjö2010-05-21
* Add a libavformat internal function ff_write_chainedMartin Storsjö2010-05-21
* Disable non interleaved avi code when there is no index available.Michael Niedermayer2010-05-20
* Add VP80 fourccGoogle2010-05-19
* matroska: Add V_VP8Google2010-05-19
* Fix a crash when opening WMS RTSP streamsMartin Storsjö2010-05-19
* Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINTMartin Storsjö2010-05-19
* matroskadec: Free ebml binary buffer on errorDavid Conrad2010-05-18