summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer2008-05-25
* Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer2008-05-25
* set correct duration when using b framesBaptiste Coudurier2008-05-25
* compute the end of all chapters when end is not specified in the containerAurelien Jacobs2008-05-24
* cosmetics: indentationAurelien Jacobs2008-05-24
* remove useless title checkAurelien Jacobs2008-05-24
* simplify, remove useless varsBaptiste Coudurier2008-05-24
* add new h264 and aac flv idsBaptiste Coudurier2008-05-23
* in flv this field is dts finallyBaptiste Coudurier2008-05-23
* flv use 32 bit ptsBaptiste Coudurier2008-05-23
* Pass time_base as argument to new_chapter() as well.Michael Niedermayer2008-05-23
* Document pts/dts.Michael Niedermayer2008-05-23
* Warn user about invalid timestamps.Michael Niedermayer2008-05-23
* Chapter demuxing support. (untested as I have no nuts with chapters)Michael Niedermayer2008-05-23
* Make ff_new_chapter() return AVChapter instead of int so its consistant withMichael Niedermayer2008-05-23
* nb_chapters should be unsignedMichael Niedermayer2008-05-23
* s/num_chapters/nb_chapters/ all other similar variables are called nb_*.Michael Niedermayer2008-05-23
* vertical alignMichael Niedermayer2008-05-23
* indentMichael Niedermayer2008-05-23
* remove useless title checkMichael Niedermayer2008-05-23
* indentMichael Niedermayer2008-05-23
* Add id to AVChapter, untested (where do i find matroska files with chapters?).Michael Niedermayer2008-05-23
* clarify start/end timebaseMichael Niedermayer2008-05-23
* align commentsMichael Niedermayer2008-05-23
* chapter id and timebaseMichael Niedermayer2008-05-23
* don't set a dummy chapter title when title is unknownAurelien Jacobs2008-05-23
* cosmetics: indentationAurelien Jacobs2008-05-23
* allows adding chapters with NULL titleAurelien Jacobs2008-05-23
* matroskadec: allows inserting chapters with unspecified endAurelien Jacobs2008-05-22
* demux chapters out of matroskaAnton Khirnov2008-05-22
* add support for chapters definition in lavfAnton Khirnov2008-05-22
* free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid...Albert Astals Cid2008-05-22
* remove useless varBaptiste Coudurier2008-05-21
* 10l, fix compilationBaptiste Coudurier2008-05-21
* use duration from pktBaptiste Coudurier2008-05-21
* simplifyBaptiste Coudurier2008-05-21
* simplifyBaptiste Coudurier2008-05-21
* check pkt stream index before returning packet, prevent segfaultBaptiste Coudurier2008-05-21
* Do not loop endlessly if converting into dv with timestamps Jan 1st notCarl Eugen Hoyos2008-05-21
* support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-21
* remove useless/obsolete commentsBaptiste Coudurier2008-05-20
* remove useless close functionBaptiste Coudurier2008-05-20
* split swf de/muxerBaptiste Coudurier2008-05-20
* only print debug info when sample is actually addedBaptiste Coudurier2008-05-20
* warn about multiple fourccBaptiste Coudurier2008-05-20
* demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes...Baptiste Coudurier2008-05-20
* matroskadec: add support for bzlib compressed tracksAurelien Jacobs2008-05-15
* try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp...Baptiste Coudurier2008-05-15
* do not fail if correct is not recognizedBaptiste Coudurier2008-05-15
* cosmetics, remove space before opening parenthesisBaptiste Coudurier2008-05-15