summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* stupid typoBaptiste Coudurier2008-01-31
* support rawvideo in movBaptiste Coudurier2008-01-31
* typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warn...Baptiste Coudurier2008-01-31
* init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used un...Baptiste Coudurier2008-01-31
* add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses aro...Baptiste Coudurier2008-01-31
* typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer'...Baptiste Coudurier2008-01-31
* use context in av_logBaptiste Coudurier2008-01-30
* warning is only valid for movBaptiste Coudurier2008-01-30
* Support MP4 subtitles as inReimar Döffinger2008-01-29
* SMPTE 421 Annex L format demuxerKostya Shishkov2008-01-29
* cosmetics, split long lines, remove useless braces, merge comments and ifBaptiste Coudurier2008-01-28
* cosmetics, vertically alignBaptiste Coudurier2008-01-28
* spoke too fast, fix dv fourcc in mov accordingly if strictBaptiste Coudurier2008-01-28
* finally set codec tags for mov/mp4/3gp muxers, this should not break anything...Baptiste Coudurier2008-01-28
* indentationBaptiste Coudurier2008-01-28
* correctly and only set standard stsd fourcc for mp4/3gpBaptiste Coudurier2008-01-28
* write esds atom when mpeg-4 systems tags are usedBaptiste Coudurier2008-01-28
* reorder object types id by muxing preferenceBaptiste Coudurier2008-01-28
* document tag fieldBaptiste Coudurier2008-01-28
* Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov d...Reimar Döffinger2008-01-27
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
* Set subtitle codec id correctly, i hope this does not break anything.Michael Niedermayer2008-01-26
* Add non standard id needed for dvd subtitles.Michael Niedermayer2008-01-26
* Extract the pure plaintext from mov text subtitles.Reimar Döffinger2008-01-26
* Set correct codec type and id for text subtitles.Michael Niedermayer2008-01-26
* indentMichael Niedermayer2008-01-26
* Only export packets which belong to the existing AVStream.Michael Niedermayer2008-01-26
* Select non jpeg if there are multiple substreams.Michael Niedermayer2008-01-26
* comment vorbis objectype idBaptiste Coudurier2008-01-26
* this one is not standardized eitherBaptiste Coudurier2008-01-26
* remove non standard object type ids, if you find samples, report themBaptiste Coudurier2008-01-26
* ensure av_rescale_q() can be calculated (won't divide by zero)Aurelien Jacobs2008-01-21
* Support out-of-band parameter sets in SDP for H.264 videoLuca Abeni2008-01-21
* Add support for H.264 video in the RTP muxerLuca Abeni2008-01-21
* unset extension, so code path, and guess format do not chooseBaptiste Coudurier2008-01-21
* Add minimal support for H.264 video in the SDP generatorLuca Abeni2008-01-21
* add missing Makefile rules for pcm muxers/demuxersAurelien Jacobs2008-01-20
* reorder alphabeticallyBaptiste Coudurier2008-01-20
* new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot comPaul Egan2008-01-20
* init uid to 0Baptiste Coudurier2008-01-19
* indentationBaptiste Coudurier2008-01-19
* correctly handle sony mpeg4 extradataBaptiste Coudurier2008-01-19
* check if read child returned errorBaptiste Coudurier2008-01-19
* simplify with matching lenBaptiste Coudurier2008-01-19
* simplify and detect better non frame wrapped mappingsBaptiste Coudurier2008-01-19
* cosmetics: read_metadata -> readBaptiste Coudurier2008-01-19
* cosmeticsBaptiste Coudurier2008-01-19
* remove unused crypto context uidBaptiste Coudurier2008-01-19
* support dynamically allocated local tags, used by encrypted filesBaptiste Coudurier2008-01-19
* check malloc returnBaptiste Coudurier2008-01-19