2716 Commits (968fc6b96aabd6d7d40dda4fe5ba834d1bfe0988)

Author SHA1 Message Date
Andreas Öman 8862fb41e0 add support for reading duration from VBRI-tag in mp3 files 18 years ago
Jeff Downs 3a1d358825 Move setting of key frame flag for intra-only codecs, ignoring key frame 18 years ago
Baptiste Coudurier 3d2308b0af use FFMIN 18 years ago
Andreas Öman 478638abad fix indent 18 years ago
Andreas Öman db233e832f cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support 18 years ago
Andreas Öman ca851a3a08 add support for reading duration from Xing-tag in mp3 files 18 years ago
Aurelien Jacobs 39fe9d79ad convert a if() into a switch() to ease addition of new tags to probe 18 years ago
Baptiste Coudurier 8622613d9f fix issue 225, instead of stoping when wrong atom size is found, 18 years ago
Kostya Shishkov 66f7679c62 Beam Software SIFF demuxer and video decoder 18 years ago
Baptiste Coudurier 4e745a3b28 100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818 18 years ago
Aurelien Jacobs ba8a76b8f8 cosmetics: reindent 18 years ago
Aurelien Jacobs f9cdbfa271 cosmetics: Add #endif comment. 18 years ago
Kostya Shishkov fe7e750fb5 New RM format deserves small version bump 18 years ago
Aurelien Jacobs b96b441ad2 Make Matroska demuxer output full frames instead of slices for RealVideo 18 years ago
Kostya Shishkov 383b123ed3 Demux full frames instead of sliced for RealVideo. 18 years ago
Reimar Döffinger 72be7db423 Add support for decrypting asf files 18 years ago
Nico Sabbi aa237f4535 associate to each AVProgram the indexes of the AVStreams contained in it 18 years ago
Nico Sabbi 526efa1053 API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext 18 years ago
Nico Sabbi fad0e03043 cosmetics: moved to a separate function the code to print the characteristics of an AVStream 18 years ago
Aurelien Jacobs f9a00ba8c1 ensure all compiled in codec/muxer are registered 18 years ago
Aurelien Jacobs ab89dbd43e better check for video track detection 18 years ago
Aurelien Jacobs 018d0ff973 skip unsupported audio track data 18 years ago
Aurelien Jacobs a2c9473d96 cosmetics: indentation 18 years ago
Aurelien Jacobs c611463fe4 check if we found an audio track before initializing the audio stream 18 years ago
Aurelien Jacobs 200f41ad2e compute pts according to the audio codec 18 years ago
Aurelien Jacobs ffbd0bcdb6 set bytes per sample in the context 18 years ago
Aurelien Jacobs 597958ada7 fix big endian files support 18 years ago
Aurelien Jacobs 7816845064 simplify 18 years ago
Aurelien Jacobs 6c867e0463 parse sample rate instead of setting a default one 18 years ago
Aurelien Jacobs fd402a5a63 add support for PCM codec 18 years ago
Aurelien Jacobs 93fa8b2bf5 check compression_type to assign audio codec 18 years ago
Aurelien Jacobs e5d34ab6d0 make compression_type a function local var instead of a context var 18 years ago
Aurelien Jacobs 97e5dcc0f3 add support for big_endian encoded headers 18 years ago
Aurelien Jacobs 2c82386df2 add some error processing 18 years ago
Aurelien Jacobs fa34563b2c cosmetics: indentation 18 years ago
Aurelien Jacobs f8cab062ca parse header chunk in a loop (don't depend on a fixed chunk ordering) 18 years ago
Aurelien Jacobs af704ee420 add audio and video codec context vars 18 years ago
Aurelien Jacobs 080b1c8238 better log message 18 years ago
Aurelien Jacobs f409743084 move vp6 header parsing into its own function 18 years ago
Aurelien Jacobs 3773e5fc1b remove 2 temporary variables 18 years ago
Aurelien Jacobs 9853ce8074 set a default value for num_channels 18 years ago
Aurelien Jacobs 215eb1028d move audio header parsing in its own function 18 years ago
Aurelien Jacobs d51bd73ce6 add a log message 18 years ago
Aurelien Jacobs 1680692a6c fix comment 18 years ago
Aurelien Jacobs 98942fb2c9 small simplification 18 years ago
Thorsten Jordan f97931c122 set start_time to 0 to enable seeking in mp3-files 18 years ago
Ronald S. Bultje c5be140c9a Make url_split() strip url options (?opt=var) from the returned hostname or 18 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 18 years ago
Diego Biurrun 52703a6459 Use filename as multiple inclusion guard. 18 years ago
Benoit Fouet 0f652a8ee3 Re-enable DEBUG_SEEK flag. 18 years ago