aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Prevent au_read_packet() looping endlessly when .au file contains unsupported...Peter Ross2010-05-311-0/+5
* Reindent after r23361.Francesco Lavra2010-05-281-7/+7
* Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxingFrancesco Lavra2010-05-281-3/+16
* Move rm_codec_tags to rm.c so muxer/demuxer can share it.Francesco Lavra2010-05-283-19/+23
* On2 IVF demuxerDavid Conrad2010-05-274-1/+94
* Make sure that when the parser is feeded with frame==packet that theMichael Niedermayer2010-05-271-0/+8
* Add support for the newly added Nut codec tags (added in Nut r669):Stefano Sabatini2010-05-261-0/+10
* Parse and repack the first frame of H.264 in ASF because SPS+PPS lives in its...Alex Converse2010-05-261-0/+2
* Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse2010-05-262-1/+4
* matroskadec: avoid potential crash after r23169Aurelien Jacobs2010-05-251-1/+1
* We're using generic tag-to-ID functions, so specific codec_id assignmentsZhou Zongyi2010-05-251-5/+0
* Samsung uses SIPP as FourCC for MPEG-4 ASP.Carl Eugen Hoyos2010-05-251-0/+1
* 24l trocadero: RTMP reader forgot to shift high byte of timestamp to itstrueice@gmail.com2010-05-251-1/+1
* In ogg muxer, use random serial number of each ogg streamsBaptiste Coudurier2010-05-241-1/+18
* MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.Zhentan Feng2010-05-244-2/+694
* Add missing codec id <-> codec tag entries:Stefano Sabatini2010-05-241-0/+4
* 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