summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* matroskadec: Fix buffer overread in matroska_ebmlnum_uintDavid Conrad2010-05-18
* matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the fileDavid Conrad2010-05-18
* matroskadec: Use av_freep in ebml_read_asciiDavid Conrad2010-05-18
* Use a heuristic for describing the RTP packets using sample dataMartin Storsjö2010-05-18
* Add initial support for RTP hinting in the mov muxerMartin Storsjö2010-05-18
* Make mov_write_packet non-static, add ff_ prefixMartin Storsjö2010-05-18
* Move the mov muxer structures to a separate headerMartin Storsjö2010-05-18
* Add a flag for enabling RTP hintingMartin Storsjö2010-05-18
* Make ff_sdp_write_media a lavf-internal functionMartin Storsjö2010-05-18
* Validate AVCodecTag vs CodecID.Francesco Lavra2010-05-18
* Factorize some code into the new function ff_toupper4().Francesco Lavra2010-05-18
* In ts demuxer, output pes packet as soon as they are complete.Janne Grunau2010-05-18
* set avg frame rate in mkv demuxerBaptiste Coudurier2010-05-17
* Add NV12 and NV21 AVI tags.Stefano Sabatini2010-05-16
* Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level.Baptiste Coudurier2010-05-14
* Reindent after r23112.Sebastian Vater2010-05-13
* Move handling of paletted data to the IFF demuxer. This allows futureSebastian Vater2010-05-13
* Doxygen av_codec_get_id() and av_codec_get_tag().Stefano Sabatini2010-05-12
* Add FourCC MJPG for CODEC_ID_JPEGLS.Francesco Lavra2010-05-09
* Add support to the Y411 codec tag, corresponding to the rawvideo pixelStefano Sabatini2010-05-09
* Make the nut demuxer issue a more meaningful error message if itStefano Sabatini2010-05-09
* Replace usage of s->streams[0]->* with st->*, which is shorter.Sebastian Vater2010-05-09
* Favor chunk size over hitting the correct position after reading the chunk si...Michael Niedermayer2010-05-07
* Parse IFF metadata.Sebastian Vater2010-05-05
* movenc: Write QuickTime chaptersDavid Conrad2010-05-05
* movenc: Swap positions of mov_write_header and mov_write_packetDavid Conrad2010-05-05
* mov: Read nero chaptersDavid Conrad2010-05-05