summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Cosmetics: reindentMartin Storsjö2010-02-23
| | | | Originally committed as revision 21995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bink audio pts starts at 0, not reported_sizePeter Ross2010-02-23
| | | | Originally committed as revision 21994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use reported_size to truncate final Bink Audio framePeter Ross2010-02-23
| | | | Originally committed as revision 21993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix iff demuxer dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix vc1 parser dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix h264 parser dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix mpeg4video parser dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wmv2 encoder dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix gif encoder dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix snow encoder dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix svq1 encoder dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock andKostya Shishkov2010-02-23
| | | | | | block decoding at exit, so prevent that memory leak now. Originally committed as revision 21983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode alpha plane in Bink videoKostya Shishkov2010-02-23
| | | | Originally committed as revision 21982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent after last commitKostya Shishkov2010-02-23
| | | | Originally committed as revision 21981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move plane decoding code into separate function in Bink decoderKostya Shishkov2010-02-23
| | | | Originally committed as revision 21980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bink video decoder now can use extradata to detect alpha plane presenceKostya Shishkov2010-02-23
| | | | Originally committed as revision 21979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make Bink demuxer pass video flags to decoderKostya Shishkov2010-02-23
| | | | Originally committed as revision 21978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare indeo VLC table storage with correct typeMåns Rullgård2010-02-23
| | | | Originally committed as revision 21977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to set has_b_frames in codec init if we know everything alraedy.Michael Niedermayer2010-02-23
| | | | | | This fixes some issues with the first few timestamps. Originally committed as revision 21976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move extradata reading code into codec init instead of doing itMichael Niedermayer2010-02-23
| | | | | | in read frame. Originally committed as revision 21975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-23
| | | | Originally committed as revision 21974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make -benchmark also print the maximum memory usage if possible.Reimar Döffinger2010-02-22
| | | | Originally committed as revision 21973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure mp1/mp2 get their frame_size set.Michael Niedermayer2010-02-22
| | | | | | Fixes issue1696 Originally committed as revision 21972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an RTSP muxerMartin Storsjö2010-02-22
| | | | Originally committed as revision 21971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Free metadata in chained RTP muxers in the RTSP muxerMartin Storsjö2010-02-22
| | | | | | This fixes a minor memory leak Originally committed as revision 21970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindentMartin Storsjö2010-02-22
| | | | Originally committed as revision 21969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add declarations and doxygen documentation of generic rtsp support functionsMartin Storsjö2010-02-22
| | | | | | to rtsp.h, and make the functions non-static Originally committed as revision 21968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindent after applying patchesMartin Storsjö2010-02-22
| | | | Originally committed as revision 21967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't follow RTSP redirects when used as a muxerMartin Storsjö2010-02-22
| | | | Originally committed as revision 21966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a function rtsp_setup_output_streams for announcing the SDPMartin Storsjö2010-02-22
| | | | | | | and setting up the internal RTSPStream data structures when using the RTSP code in muxer mode. Originally committed as revision 21965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create AVFormatContext objects as private transport for output RTSP sessionsMartin Storsjö2010-02-22
| | | | Originally committed as revision 21964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make Bink decoder able to skip alpha planeKostya Shishkov2010-02-22
| | | | Originally committed as revision 21963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Macroblock and block Huffman code sets are to be used by both Indeo 4 andKostya Shishkov2010-02-22
| | | | | | | | Indeo 5, so make them global and move their initialization to the common place as well. And fix static VLC initialization, as ff_ivi_create_huff_from_desc() used old way to do so. Originally committed as revision 21962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make Bink decoder to stop decoding planes after all bits are used.Kostya Shishkov2010-02-22
| | | | | | | This prevents crashes during decoding grayscale Bink files like samples from Impossible Creatures game demo. Originally committed as revision 21961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make opt_default() print an error message and exit if the optionStefano Sabatini2010-02-22
| | | | | | supplied is not recognized. Originally committed as revision 21960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct bundle lengths calculation for small Bink files.Kostya Shishkov2010-02-22
| | | | | | This fixes issue 1764. Originally committed as revision 21959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16Kostya Shishkov2010-02-22
| | | | | | Patch by Kostya, minor fixes by me. Originally committed as revision 21958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure a set r_frame_rate is not overriden by a guess.Michael Niedermayer2010-02-22
| | | | | | Also make sure we dont waste time in this case with collecting timestamps. Originally committed as revision 21957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation for --enable-version3 --enable-libopencore_amrwb (only).Carl Eugen Hoyos2010-02-22
| | | | Originally committed as revision 21956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Attempt to fix the completely random values returned by ff_avc_find_startcode().Michael Niedermayer2010-02-22
| | | | Originally committed as revision 21955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert "Suppress icc warnings about unknown attributes"Måns Rullgård2010-02-22
| | | | | | This reverts r21884. Apparently people want those warnings. Originally committed as revision 21954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: change argument/return type of bswap_16() to unsigned 32-bitMåns Rullgård2010-02-22
| | | | | | This avoids unnecessary masking otherwise added by the compilers. Originally committed as revision 21953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: add missing preserve8 directivesMåns Rullgård2010-02-22
| | | | Originally committed as revision 21952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get/show_bits() can read up to MIN_CACHE_BITS bitsMåns Rullgård2010-02-21
| | | | | | | The limit for get/show_bits_long() to use get/show_bits() directly should be MIN_CACHE_BITS, not 17. Originally committed as revision 21951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Suppress armcc warnings about unknown attributesMåns Rullgård2010-02-21
| | | | Originally committed as revision 21950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix timestamp association for mpeg2 field pictures.Michael Niedermayer2010-02-21
| | | | | | Fixes /MPlayer/incoming/codec_copy_fails_vob_to_mpeg-ts/codec_copy_fails_vob_to_mpeg-ts.vob Originally committed as revision 21949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extendMåns Rullgård2010-02-21
| | | | Originally committed as revision 21948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add zero_extend() functionMåns Rullgård2010-02-21
| | | | Originally committed as revision 21947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More accurate value for log2(10)Måns Rullgård2010-02-21
| | | | Originally committed as revision 21946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable mb_xy.avcoder2010-02-21
| | | | | | Patch by avcoder, ffmpeg gmail Originally committed as revision 21945 to svn://svn.ffmpeg.org/ffmpeg/trunk