summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* use context in av_logBaptiste Coudurier2008-01-301-1/+1
* warning is only valid for movBaptiste Coudurier2008-01-301-1/+1
* Support MP4 subtitles as inReimar Döffinger2008-01-291-0/+1
* SMPTE 421 Annex L format demuxerKostya Shishkov2008-01-294-2/+116
* cosmetics, split long lines, remove useless braces, merge comments and ifBaptiste Coudurier2008-01-281-8/+7
* cosmetics, vertically alignBaptiste Coudurier2008-01-281-13/+6
* spoke too fast, fix dv fourcc in mov accordingly if strictBaptiste Coudurier2008-01-281-1/+2
* finally set codec tags for mov/mp4/3gp muxers, this should not break anything...Baptiste Coudurier2008-01-281-0/+5
* indentationBaptiste Coudurier2008-01-281-17/+17
* correctly and only set standard stsd fourcc for mp4/3gpBaptiste Coudurier2008-01-281-21/+29
* write esds atom when mpeg-4 systems tags are usedBaptiste Coudurier2008-01-281-2/+2
* reorder object types id by muxing preferenceBaptiste Coudurier2008-01-281-2/+3
* document tag fieldBaptiste Coudurier2008-01-281-1/+1
* Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov d...Reimar Döffinger2008-01-272-7/+1
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-275-2/+151
* Set subtitle codec id correctly, i hope this does not break anything.Michael Niedermayer2008-01-261-1/+2
* Add non standard id needed for dvd subtitles.Michael Niedermayer2008-01-261-0/+1
* Extract the pure plaintext from mov text subtitles.Reimar Döffinger2008-01-261-0/+6
* Set correct codec type and id for text subtitles.Michael Niedermayer2008-01-263-0/+11
* indentMichael Niedermayer2008-01-261-2/+2
* Only export packets which belong to the existing AVStream.Michael Niedermayer2008-01-261-2/+5
* Select non jpeg if there are multiple substreams.Michael Niedermayer2008-01-261-2/+4
* comment vorbis objectype idBaptiste Coudurier2008-01-261-1/+1
* this one is not standardized eitherBaptiste Coudurier2008-01-261-1/+0
* remove non standard object type ids, if you find samples, report themBaptiste Coudurier2008-01-261-6/+0
* ensure av_rescale_q() can be calculated (won't divide by zero)Aurelien Jacobs2008-01-211-1/+1
* Support out-of-band parameter sets in SDP for H.264 videoLuca Abeni2008-01-211-0/+48
* Add support for H.264 video in the RTP muxerLuca Abeni2008-01-214-1/+89
* unset extension, so code path, and guess format do not chooseBaptiste Coudurier2008-01-211-1/+1
* Add minimal support for H.264 video in the SDP generatorLuca Abeni2008-01-211-0/+6
* add missing Makefile rules for pcm muxers/demuxersAurelien Jacobs2008-01-201-0/+16
* reorder alphabeticallyBaptiste Coudurier2008-01-201-1/+1
* new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot comPaul Egan2008-01-204-3/+32
* init uid to 0Baptiste Coudurier2008-01-191-1/+1
* indentationBaptiste Coudurier2008-01-191-5/+5
* correctly handle sony mpeg4 extradataBaptiste Coudurier2008-01-191-2/+6
* check if read child returned errorBaptiste Coudurier2008-01-191-2/+2
* simplify with matching lenBaptiste Coudurier2008-01-191-11/+5
* simplify and detect better non frame wrapped mappingsBaptiste Coudurier2008-01-191-32/+31
* cosmetics: read_metadata -> readBaptiste Coudurier2008-01-191-25/+25
* cosmeticsBaptiste Coudurier2008-01-191-3/+3
* remove unused crypto context uidBaptiste Coudurier2008-01-191-5/+1
* support dynamically allocated local tags, used by encrypted filesBaptiste Coudurier2008-01-191-9/+48
* check malloc returnBaptiste Coudurier2008-01-191-0/+18
* add some dv container ulsBaptiste Coudurier2008-01-191-0/+2
* simplify by checking min matching lenBaptiste Coudurier2008-01-191-52/+29
* Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).Ronald S. Bultje2008-01-183-6/+15
* Fix forgotten braces from r11039Roberto Togni2008-01-171-2/+2
* Consider initial EOR in the back_ptr calculation.Michael Niedermayer2008-01-171-2/+3
* Replace idiotic (what moron wrote that code?) "buffer overflow" message byMichael Niedermayer2008-01-171-1/+1
OpenPOWER on IntegriCloud