summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* aac chan config is 0 if bitstream contains program_config_elementBaptiste Coudurier2008-05-26
* Support non interleaved avi with phantom streams.Michael Niedermayer2008-05-26
* replace printf by av_logBaptiste Coudurier2008-05-26
* use av_hex_dump_logBaptiste Coudurier2008-05-26
* use dprintfBaptiste Coudurier2008-05-26
* cosmetics, add demuxer wordBaptiste Coudurier2008-05-26
* cosmetics, remove useless dotBaptiste Coudurier2008-05-26
* return error if frame_offset is negative, prevent segfaultBaptiste Coudurier2008-05-26
* return error if len is negative, prevent segfaultBaptiste Coudurier2008-05-26
* move ffserver specific functions up and only include unistd.h in this caseBaptiste Coudurier2008-05-26
* move ffm_seek1 before get_pts function since func uses itBaptiste Coudurier2008-05-26
* move DEBUG_SEEK definition before get_pts since func uses itBaptiste Coudurier2008-05-26
* move get_pts function to avoid useless declarationBaptiste Coudurier2008-05-26
* remove unneeded includeBaptiste Coudurier2008-05-26
* split ffm de/muxerBaptiste Coudurier2008-05-26
* reenable test, data is available in this caseBaptiste Coudurier2008-05-26
* parse audio in ogm demuxer.Justin Ruggles2008-05-26
* Make ac3 in avi work better.Michael Niedermayer2008-05-26
* 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