summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* cosmetics, remove whitespaces before and after parenthesisBaptiste Coudurier2008-02-061-47/+47
* Add support for speex in oggReimar Döffinger2008-02-064-0/+64
* Allow the user to select which codec out of several in stsd he wants.Michael Niedermayer2008-02-061-1/+4
* Fix issue 338:Baptiste Coudurier2008-02-051-2/+63
* it seems ogg requires granule to be -1 on unfinished packetsBaptiste Coudurier2008-02-051-1/+5
* String pointers of ogg_codec_t should have const attribute.Reimar Döffinger2008-02-041-2/+2
* Add dv50 tag to support samples with dv50 fourcc in AVI.Christophe Lorenz2008-02-041-0/+1
* Fix a possible use of an uninitialized pointer.Reimar Döffinger2008-02-041-1/+2
* back_ptr calculation used wrong timebase when searching for back syncpointOded Shimon2008-02-041-1/+5
* Fix intented algo in syncpoint writing before keyframes in NUT muxerOded Shimon2008-02-041-1/+1
* nut->max_distance was not set at all anywhere in the NUT muxerOded Shimon2008-02-041-1/+2
* Remove old workaround in nutdec.c for libnut bugOded Shimon2008-02-041-5/+1
* missing " && j<syncpoint_count" protection in the index parsing, as theOded Shimon2008-02-041-1/+1
* ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer onlyOded Shimon2008-02-042-2/+2
* 2 more missing consts found by -Wwrite-strings.Michael Niedermayer2008-02-041-2/+2
* Remove incorrect cast found by -Wwrite-strings.Michael Niedermayer2008-02-041-1/+1
* Another const found by -Wwrite-strings.Michael Niedermayer2008-02-041-1/+1
* fix 8 "initialization discards qualifiers from pointer target type"Michael Niedermayer2008-02-041-1/+1
* Fix info packet type, found by oded as well as the new pedantic constMichael Niedermayer2008-02-041-2/+3
* -Wwrite-strings nitpicking fixMichael Niedermayer2008-02-041-1/+2
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-041-1/+1
* Remove ff_mms_set_stream_selection again from asf demuxer,Reimar Döffinger2008-02-031-14/+0
* Remove incorrect casts that should have never been there.Michael Niedermayer2008-02-021-2/+2
* Remove a pointless cast.Reimar Döffinger2008-02-021-1/+1
* Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning:Reimar Döffinger2008-02-021-0/+2
* Missing 'const' in cast.Reimar Döffinger2008-02-021-1/+1
* cosmetics: sort ogg_codec_t listDiego Biurrun2008-02-021-5/+5
* constBaptiste Coudurier2008-02-011-1/+1
* constBaptiste Coudurier2008-02-011-4/+4
* add constBaptiste Coudurier2008-02-011-1/+2
* Add support for ogg text subtitles.Reimar Döffinger2008-01-313-0/+13
* stupid typoBaptiste Coudurier2008-01-311-1/+1
* support rawvideo in movBaptiste Coudurier2008-01-311-2/+18
* typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warn...Baptiste Coudurier2008-01-311-1/+1
* init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used un...Baptiste Coudurier2008-01-311-1/+1
* add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses aro...Baptiste Coudurier2008-01-311-3/+3
* typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer'...Baptiste Coudurier2008-01-311-1/+1
* 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
OpenPOWER on IntegriCloud