log

age author description
2008-05-26 bcoudurier move DEBUG_SEEK definition before get_pts since func uses it libavformat
2008-05-26 bcoudurier move get_pts function to avoid useless declaration libavformat
2008-05-26 bcoudurier remove unneeded include libavformat
2008-05-26 bcoudurier split ffm de/muxer libavformat
2008-05-26 bcoudurier reenable test, data is available in this case libavformat
2008-05-26 jbr parse audio in ogm demuxer. libavformat
2008-05-26 michael Make ac3 in avi work better. libavformat
2008-05-25 michael Ensure that one can store X bytes in a fifo of size X. libavformat
2008-05-25 michael Make av_fifo*_read() ignore the available amount of data. libavformat
2008-05-25 bcoudurier set correct duration when using b frames libavformat
2008-05-24 aurel compute the end of all chapters when end is not specified in the container libavformat
2008-05-24 aurel cosmetics: indentation libavformat
2008-05-24 aurel remove useless title check libavformat
2008-05-24 bcoudurier simplify, remove useless vars libavformat
2008-05-23 bcoudurier add new h264 and aac flv ids libavformat
2008-05-23 bcoudurier in flv this field is dts finally libavformat
2008-05-23 bcoudurier flv use 32 bit pts libavformat
2008-05-23 michael Pass time_base as argument to new_chapter() as well. libavformat
2008-05-23 michael Document pts/dts. libavformat
2008-05-23 michael Warn user about invalid timestamps. libavformat
2008-05-23 michael Chapter demuxing support. (untested as I have no nuts with chapters) libavformat
2008-05-23 michael Make ff_new_chapter() return AVChapter instead of int so its consistant with libavformat
2008-05-23 michael nb_chapters should be unsigned libavformat
2008-05-23 michael s/num_chapters/nb_chapters/ all other similar variables are called nb_*. libavformat
2008-05-23 michael vertical align libavformat
2008-05-23 michael indent libavformat
2008-05-23 michael remove useless title check libavformat
2008-05-23 michael indent libavformat
2008-05-23 michael Add id to AVChapter, untested (where do i find matroska files with chapters?). libavformat
2008-05-23 michael clarify start/end timebase libavformat
2008-05-23 michael align comments libavformat
2008-05-23 michael chapter id and timebase libavformat
2008-05-23 aurel don't set a dummy chapter title when title is unknown libavformat
2008-05-23 aurel cosmetics: indentation libavformat
2008-05-23 aurel allows adding chapters with NULL title libavformat
2008-05-22 aurel matroskadec: allows inserting chapters with unspecified end libavformat
2008-05-22 aurel demux chapters out of matroska libavformat
2008-05-22 aurel add support for chapters definition in lavf libavformat
2008-05-22 bcoudurier free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es libavformat
2008-05-21 bcoudurier remove useless var libavformat
2008-05-21 bcoudurier 10l, fix compilation libavformat
2008-05-21 bcoudurier use duration from pkt libavformat
2008-05-21 bcoudurier simplify libavformat
2008-05-21 bcoudurier simplify libavformat
2008-05-21 bcoudurier check pkt stream index before returning packet, prevent segfault libavformat
2008-05-21 cehoyos Do not loop endlessly if converting into dv with timestamps Jan 1st not libavformat
2008-05-21 bcoudurier support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx net libavformat
2008-05-20 bcoudurier remove useless/obsolete comments libavformat
2008-05-20 bcoudurier remove useless close function libavformat
2008-05-20 bcoudurier split swf de/muxer libavformat
2008-05-20 bcoudurier only print debug info when sample is actually added libavformat
2008-05-20 bcoudurier warn about multiple fourcc libavformat
2008-05-20 bcoudurier demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451 libavformat
2008-05-15 aurel matroskadec: add support for bzlib compressed tracks libavformat
2008-05-15 bcoudurier try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454 libavformat
2008-05-15 bcoudurier do not fail if correct is not recognized libavformat
2008-05-15 bcoudurier cosmetics, remove space before opening parenthesis libavformat
2008-05-13 aurel add missing \n in av_log message libavformat
2008-05-13 aurel matroskadec: add support for zlib compressed tracks libavformat
2008-05-13 mmu_man Fix non-debug build. libavformat
2008-05-13 cehoyos Fix icc warning #188: enumerated type mixed with another type libavformat
2008-05-13 cehoyos Add MATROSKA_TRACK_TYPE_NONE. libavformat
2008-05-12 cehoyos Replace some occurrences of 0 with CODEC_ID_NONE. libavformat
2008-05-12 benoit Use strcasecmp() instead of re-inventing it. libavformat