3740 Commits (b76e3424cac3fd8bfb1e9e63477aa1ed1a12a5e4)

Author SHA1 Message Date
Michael Niedermayer 0871ae1a93 Make av_fifo*_read() ignore the available amount of data. 17 years ago
Baptiste Coudurier a9ee86e79b set correct duration when using b frames 17 years ago
Aurelien Jacobs c2c3dedf6e compute the end of all chapters when end is not specified in the container 17 years ago
Aurelien Jacobs ebea1d7668 cosmetics: indentation 17 years ago
Aurelien Jacobs 570745cc51 remove useless title check 17 years ago
Baptiste Coudurier 5366f15d05 simplify, remove useless vars 17 years ago
Baptiste Coudurier fbabb0c277 add new h264 and aac flv ids 17 years ago
Baptiste Coudurier 7ef94d221b in flv this field is dts finally 17 years ago
Baptiste Coudurier 19719bc631 flv use 32 bit pts 17 years ago
Michael Niedermayer abd2256dbe Pass time_base as argument to new_chapter() as well. 17 years ago
Michael Niedermayer f6e76ba476 Document pts/dts. 17 years ago
Michael Niedermayer b18a4ab2ae Warn user about invalid timestamps. 17 years ago
Michael Niedermayer 883fe4d5bb Chapter demuxing support. (untested as I have no nuts with chapters) 17 years ago
Michael Niedermayer 5c37f43a0d Make ff_new_chapter() return AVChapter instead of int so its consistant with 17 years ago
Michael Niedermayer fbabf1e944 nb_chapters should be unsigned 17 years ago
Michael Niedermayer 7c8202cc92 s/num_chapters/nb_chapters/ all other similar variables are called nb_*. 17 years ago
Michael Niedermayer 747fb6c60c vertical align 17 years ago
Michael Niedermayer 42720ee4d0 indent 17 years ago
Michael Niedermayer 0dac708e2d remove useless title check 17 years ago
Michael Niedermayer 6b43e2c7d3 indent 17 years ago
Michael Niedermayer 7a2a3e8e40 Add id to AVChapter, untested (where do i find matroska files with chapters?). 17 years ago
Michael Niedermayer 8931e7b48a clarify start/end timebase 17 years ago
Michael Niedermayer c2fb6be4a6 align comments 17 years ago
Michael Niedermayer d2974f1676 chapter id and timebase 17 years ago
Aurelien Jacobs 30897e764a don't set a dummy chapter title when title is unknown 17 years ago
Aurelien Jacobs 842ffee386 cosmetics: indentation 17 years ago
Aurelien Jacobs 1ba056b689 allows adding chapters with NULL title 17 years ago
Aurelien Jacobs ad9d62ef22 matroskadec: allows inserting chapters with unspecified end 17 years ago
Anton Khirnov f5275b3ce7 demux chapters out of matroska 17 years ago
Anton Khirnov 79d7836a5e add support for chapters definition in lavf 17 years ago
Albert Astals Cid 6f04eb1e8a free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es 17 years ago
Baptiste Coudurier 217e2f4679 remove useless var 17 years ago
Baptiste Coudurier 42b9f45c0d 10l, fix compilation 17 years ago
Baptiste Coudurier 5dae74e095 use duration from pkt 17 years ago
Baptiste Coudurier 56b8a7b72a simplify 17 years ago
Baptiste Coudurier 252c189bc4 simplify 17 years ago
Baptiste Coudurier 2ea2340e34 check pkt stream index before returning packet, prevent segfault 17 years ago
Carl Eugen Hoyos 392f227393 Do not loop endlessly if converting into dv with timestamps Jan 1st not 17 years ago
Lars Täuber 4860abb116 support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx net 17 years ago
Baptiste Coudurier 3e67f255a4 remove useless/obsolete comments 17 years ago
Baptiste Coudurier ad0b44b31a remove useless close function 17 years ago
Baptiste Coudurier 3b35f4ab51 split swf de/muxer 17 years ago
Baptiste Coudurier 585dac65db only print debug info when sample is actually added 17 years ago
Baptiste Coudurier 285a3da9bd warn about multiple fourcc 17 years ago
Baptiste Coudurier 978677a779 demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451 17 years ago
Aurelien Jacobs 54dddf095c matroskadec: add support for bzlib compressed tracks 17 years ago
Baptiste Coudurier 3f60afad28 try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454 17 years ago
Baptiste Coudurier 0a1bd250d1 do not fail if correct is not recognized 17 years ago
Baptiste Coudurier 24c1d3b54d cosmetics, remove space before opening parenthesis 17 years ago
Aurelien Jacobs 2f79b4e8af add missing \n in av_log message 17 years ago