11426 Commits (ad426590d8b713757cbd47c9e18d16f7375c3a21)
 

Author SHA1 Message Date
Andreas Öman 8862fb41e0 add support for reading duration from VBRI-tag in mp3 files 17 years ago
Jeff Downs 3a1d358825 Move setting of key frame flag for intra-only codecs, ignoring key frame 17 years ago
Ramiro Polla c198955252 Updated and rewritten Windows-related documentation. 17 years ago
Baptiste Coudurier 3d2308b0af use FFMIN 17 years ago
Andreas Öman 478638abad fix indent 17 years ago
Andreas Öman db233e832f cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support 17 years ago
Andreas Öman ca851a3a08 add support for reading duration from Xing-tag in mp3 files 17 years ago
Diego Biurrun 71fa13e875 Simplify install-libs prerequisite generation. 17 years ago
Aurelien Jacobs 39fe9d79ad convert a if() into a switch() to ease addition of new tags to probe 17 years ago
Diego Biurrun ef59bf60c0 Fix uninstall-vhook, SLIBSUF was being left out. 17 years ago
Diego Biurrun 282db5fde0 Fix make install of man pages when PROGS is empty. 17 years ago
Diego Biurrun 1217916b0d Fix make install when PROGS is empty. 17 years ago
Diego Biurrun e1a3a63f13 Further simplify install-progs prerequisites, no need to duplicate PROGS. 17 years ago
Diego Biurrun c4fa7ebcda Simplify install-progs prerequisite declaration. 17 years ago
Diego Biurrun 3a994ca43b Clarify comment block and rewrite in better English. 17 years ago
Baptiste Coudurier 8622613d9f fix issue 225, instead of stoping when wrong atom size is found, 17 years ago
Kostya Shishkov bf672ac73f Use simple IDCT for now 17 years ago
Kostya Shishkov c6137a61f4 Remove incorrect and unneeded code 17 years ago
Kostya Shishkov 66f7679c62 Beam Software SIFF demuxer and video decoder 17 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 17 years ago
Aurelien Jacobs a70a3f0b4d remove some useless initializations (the whole context is initialized to 0) 17 years ago
Aurelien Jacobs ba8a76b8f8 cosmetics: reindent 17 years ago
Aurelien Jacobs f9cdbfa271 cosmetics: Add #endif comment. 17 years ago
Aurelien Jacobs c6e2f0831c remove unused context var 17 years ago
Kostya Shishkov fe7e750fb5 New RM format deserves small version bump 17 years ago
Kostya Shishkov 63e6c1766c indentation after last commit 17 years ago
Kostya Shishkov dd55d4a315 Make RV10/20 decoder work with new frame format 17 years ago
Aurelien Jacobs b96b441ad2 Make Matroska demuxer output full frames instead of slices for RealVideo 17 years ago
Kostya Shishkov 383b123ed3 Demux full frames instead of sliced for RealVideo. 17 years ago
Reimar Döffinger 46fb896b9d Document ff_des_encdec 17 years ago
Reimar Döffinger 72be7db423 Add support for decrypting asf files 17 years ago
Nico Sabbi aa237f4535 associate to each AVProgram the indexes of the AVStreams contained in it 17 years ago
Nico Sabbi 526efa1053 API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext 17 years ago
Nico Sabbi fad0e03043 cosmetics: moved to a separate function the code to print the characteristics of an AVStream 17 years ago
Aurelien Jacobs 40eaf7806d add support for git in version.sh (use short hash as version number) 17 years ago
Aurelien Jacobs 123103caa2 cosmetics to make version.sh more VCS agnostic 17 years ago
Víctor Paesa c1b7437a43 The 'Video Filter API' is better known as 'libavfilter'. 17 years ago
Ramiro Polla c3cf56140e Install MSVC import libraries without version numbering in the filename. 17 years ago
Ramiro Polla c5f1446678 Append BUILDSUF directly to NAME instead of prepending it to (S)LIBSUF. 17 years ago
Jeremy Mordkoff 4f9c008cd5 Fix typo. 17 years ago
Diego Biurrun 1b1ab19816 cosmetics: Add #endif comment. 17 years ago
Reimar Döffinger 2e9ad69aaf Add support for DES en- and decryption. 17 years ago
Ramiro Polla 939bac287e Grammar. 17 years ago
Aurelien Jacobs f9a00ba8c1 ensure all compiled in codec/muxer are registered 17 years ago
Aurelien Jacobs ab89dbd43e better check for video track detection 17 years ago
Aurelien Jacobs 018d0ff973 skip unsupported audio track data 17 years ago
Aurelien Jacobs a2c9473d96 cosmetics: indentation 17 years ago
Aurelien Jacobs c611463fe4 check if we found an audio track before initializing the audio stream 17 years ago
Aurelien Jacobs 200f41ad2e compute pts according to the audio codec 17 years ago
Aurelien Jacobs ffbd0bcdb6 set bytes per sample in the context 17 years ago