3477 Commits (b845df113c94fc3cd0699f59600eb2c0aacd329c)

Author SHA1 Message Date
Baptiste Coudurier 003ae66086 simplify, use pointer to codec context in struct instead of only id 17 years ago
Baptiste Coudurier 92f76fbf23 simplify, use pointer to codec context in struct instead of only id 17 years ago
Michael Niedermayer 5e5c908691 redundant check-- 17 years ago
Michael Niedermayer c2a3dcaf25 Fix memleak, fixed CID123. 17 years ago
Michael Niedermayer 406a0fdcab Do not use the pts/dts calculation code which needs a parser, when no parser 17 years ago
Baptiste Coudurier ed03be6c49 use AVFifoBuffer 17 years ago
Baptiste Coudurier 2aaf590b17 cosmetics 17 years ago
Baptiste Coudurier 11dae3365a merge init and declaration 17 years ago
Baptiste Coudurier 4a712c3378 simplify and use version instead 17 years ago
Baptiste Coudurier 6ef445fede simplify 17 years ago
Baptiste Coudurier 8d4f0e6749 simplify 17 years ago
Baptiste Coudurier 9caf6781ed cosmetics, remove useless cases and braces 17 years ago
Baptiste Coudurier 1234da4caf use av_fifo_generic_write, old func is deprecated 17 years ago
Baptiste Coudurier fbcb081161 remove const qualifier, removes warning: 17 years ago
Baptiste Coudurier a077f3bc1a typo 17 years ago
Diego Biurrun f4433de9ef consistency cosmetics: indices --> indexes 17 years ago
Baptiste Coudurier 04fd3e8134 aac and h264 in flv demuxing 17 years ago
Baptiste Coudurier f23496b562 aac and h264 in flv muxing 17 years ago
Baptiste Coudurier 391872e467 aac chan config is 0 if bitstream contains program_config_element 17 years ago
Michael Niedermayer 2be83b96b6 Support non interleaved avi with phantom streams. 17 years ago
Baptiste Coudurier 8999c833d1 replace printf by av_log 17 years ago
Baptiste Coudurier a299832f52 use av_hex_dump_log 17 years ago
Baptiste Coudurier ff978de47c use dprintf 17 years ago
Baptiste Coudurier 376aefddad cosmetics, add demuxer word 17 years ago
Baptiste Coudurier 58c37c30b4 cosmetics, remove useless dot 17 years ago
Baptiste Coudurier eea2f032ad return error if frame_offset is negative, prevent segfault 17 years ago
Baptiste Coudurier e5ece1831a return error if len is negative, prevent segfault 17 years ago
Baptiste Coudurier 278f987a33 move ffserver specific functions up and only include unistd.h in this case 17 years ago
Baptiste Coudurier a1e01307ad move ffm_seek1 before get_pts function since func uses it 17 years ago
Baptiste Coudurier 4adcbbbeef move DEBUG_SEEK definition before get_pts since func uses it 17 years ago
Baptiste Coudurier 979b1a0611 move get_pts function to avoid useless declaration 17 years ago
Baptiste Coudurier ce2b665b3d remove unneeded include 17 years ago
Baptiste Coudurier 85a6b01da4 split ffm de/muxer 17 years ago
Baptiste Coudurier ba26712b5c reenable test, data is available in this case 17 years ago
Justin Ruggles b2677aa2a1 parse audio in ogm demuxer. 17 years ago
Michael Niedermayer c8b9377d15 Make ac3 in avi work better. 17 years ago
Michael Niedermayer fa3b98182d Ensure that one can store X bytes in a fifo of size X. 17 years ago
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