3567 Commits (010acd8ea17468e60f43db610b49024941b91b6b)

Author SHA1 Message Date
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
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