summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: indentationAurelien Jacobs2008-05-241-1/+1
* remove useless title checkAurelien Jacobs2008-05-241-1/+0
* simplify, remove useless varsBaptiste Coudurier2008-05-241-31/+17
* add new h264 and aac flv idsBaptiste Coudurier2008-05-231-0/+2
* in flv this field is dts finallyBaptiste Coudurier2008-05-231-6/+6
* flv use 32 bit ptsBaptiste Coudurier2008-05-231-1/+1
* Pass time_base as argument to new_chapter() as well.Michael Niedermayer2008-05-234-10/+9
* Document pts/dts.Michael Niedermayer2008-05-231-2/+17
* Warn user about invalid timestamps.Michael Niedermayer2008-05-231-0/+12
* Chapter demuxing support. (untested as I have no nuts with chapters)Michael Niedermayer2008-05-231-0/+12
* Make ff_new_chapter() return AVChapter instead of int so its consistant withMichael Niedermayer2008-05-233-5/+8
* nb_chapters should be unsignedMichael Niedermayer2008-05-231-1/+1
* s/num_chapters/nb_chapters/ all other similar variables are called nb_*.Michael Niedermayer2008-05-232-6/+6
* vertical alignMichael Niedermayer2008-05-231-1/+1
* indentMichael Niedermayer2008-05-231-1/+1
* remove useless title checkMichael Niedermayer2008-05-231-1/+0
* indentMichael Niedermayer2008-05-231-2/+2
* Add id to AVChapter, untested (where do i find matroska files with chapters?).Michael Niedermayer2008-05-233-8/+23
* clarify start/end timebaseMichael Niedermayer2008-05-231-1/+1
* align commentsMichael Niedermayer2008-05-231-2/+2
* chapter id and timebaseMichael Niedermayer2008-05-231-0/+2
* don't set a dummy chapter title when title is unknownAurelien Jacobs2008-05-231-1/+1
* cosmetics: indentationAurelien Jacobs2008-05-231-1/+1
* allows adding chapters with NULL titleAurelien Jacobs2008-05-231-0/+1
* matroskadec: allows inserting chapters with unspecified endAurelien Jacobs2008-05-221-2/+6
* demux chapters out of matroskaAnton Khirnov2008-05-222-0/+170
* add support for chapters definition in lavfAnton Khirnov2008-05-222-1/+39
* free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid...Albert Astals Cid2008-05-221-3/+4
* remove useless varBaptiste Coudurier2008-05-211-3/+2
* 10l, fix compilationBaptiste Coudurier2008-05-211-1/+1
* use duration from pktBaptiste Coudurier2008-05-211-9/+1
* simplifyBaptiste Coudurier2008-05-211-3/+1
* simplifyBaptiste Coudurier2008-05-211-3/+1
* check pkt stream index before returning packet, prevent segfaultBaptiste Coudurier2008-05-211-0/+6
* Do not loop endlessly if converting into dv with timestamps Jan 1st notCarl Eugen Hoyos2008-05-211-1/+2
* support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-211-2/+10
* remove useless/obsolete commentsBaptiste Coudurier2008-05-202-9/+0
* remove useless close functionBaptiste Coudurier2008-05-201-6/+0
* split swf de/muxerBaptiste Coudurier2008-05-204-261/+310
* only print debug info when sample is actually addedBaptiste Coudurier2008-05-201-4/+5
* warn about multiple fourccBaptiste Coudurier2008-05-201-0/+1
* demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes...Baptiste Coudurier2008-05-201-3/+5
* matroskadec: add support for bzlib compressed tracksAurelien Jacobs2008-05-151-0/+30
* try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp...Baptiste Coudurier2008-05-151-3/+5
* do not fail if correct is not recognizedBaptiste Coudurier2008-05-151-3/+0
* cosmetics, remove space before opening parenthesisBaptiste Coudurier2008-05-151-5/+5
* add missing \n in av_log messageAurelien Jacobs2008-05-131-1/+1
* matroskadec: add support for zlib compressed tracksAurelien Jacobs2008-05-131-0/+30
* Fix non-debug build.François Revol2008-05-131-0/+2
* Fix icc warning #188: enumerated type mixed with another typeCarl Eugen Hoyos2008-05-132-3/+4