summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Fix iff demuxer dependenciesDaniel Verkamp2010-02-23
* Fix vc1 parser dependenciesDaniel Verkamp2010-02-23
* Fix h264 parser dependenciesDaniel Verkamp2010-02-23
* Fix mpeg4video parser dependenciesDaniel Verkamp2010-02-23
* Fix wmv2 encoder dependenciesDaniel Verkamp2010-02-23
* Fix gif encoder dependenciesDaniel Verkamp2010-02-23
* Fix snow encoder dependenciesDaniel Verkamp2010-02-23
* Fix svq1 encoder dependenciesDaniel Verkamp2010-02-23
* 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock andKostya Shishkov2010-02-23
* Decode alpha plane in Bink videoKostya Shishkov2010-02-23
* cosmetics: reindent after last commitKostya Shishkov2010-02-23
* Move plane decoding code into separate function in Bink decoderKostya Shishkov2010-02-23
* Bink video decoder now can use extradata to detect alpha plane presenceKostya Shishkov2010-02-23
* Make Bink demuxer pass video flags to decoderKostya Shishkov2010-02-23
* Declare indeo VLC table storage with correct typeMåns Rullgård2010-02-23
* Try to set has_b_frames in codec init if we know everything alraedy.Michael Niedermayer2010-02-23
* Move extradata reading code into codec init instead of doing itMichael Niedermayer2010-02-23
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-23
* Make -benchmark also print the maximum memory usage if possible.Reimar Döffinger2010-02-22
* Make sure mp1/mp2 get their frame_size set.Michael Niedermayer2010-02-22
* Add an RTSP muxerMartin Storsjö2010-02-22
* Free metadata in chained RTP muxers in the RTSP muxerMartin Storsjö2010-02-22
* Cosmetics: reindentMartin Storsjö2010-02-22
* Add declarations and doxygen documentation of generic rtsp support functionsMartin Storsjö2010-02-22
* Cosmetics: reindent after applying patchesMartin Storsjö2010-02-22
* Don't follow RTSP redirects when used as a muxerMartin Storsjö2010-02-22
* Add a function rtsp_setup_output_streams for announcing the SDPMartin Storsjö2010-02-22
* Create AVFormatContext objects as private transport for output RTSP sessionsMartin Storsjö2010-02-22
* Make Bink decoder able to skip alpha planeKostya Shishkov2010-02-22
* Macroblock and block Huffman code sets are to be used by both Indeo 4 andKostya Shishkov2010-02-22
* Make Bink decoder to stop decoding planes after all bits are used.Kostya Shishkov2010-02-22
* Make opt_default() print an error message and exit if the optionStefano Sabatini2010-02-22
* Correct bundle lengths calculation for small Bink files.Kostya Shishkov2010-02-22
* ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16Kostya Shishkov2010-02-22
* Make sure a set r_frame_rate is not overriden by a guess.Michael Niedermayer2010-02-22
* Fix compilation for --enable-version3 --enable-libopencore_amrwb (only).Carl Eugen Hoyos2010-02-22
* Attempt to fix the completely random values returned by ff_avc_find_startcode().Michael Niedermayer2010-02-22
* Revert "Suppress icc warnings about unknown attributes"Måns Rullgård2010-02-22
* ARM: change argument/return type of bswap_16() to unsigned 32-bitMåns Rullgård2010-02-22
* ARM: add missing preserve8 directivesMåns Rullgård2010-02-22
* get/show_bits() can read up to MIN_CACHE_BITS bitsMåns Rullgård2010-02-21
* Suppress armcc warnings about unknown attributesMåns Rullgård2010-02-21
* Fix timestamp association for mpeg2 field pictures.Michael Niedermayer2010-02-21
* Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extendMåns Rullgård2010-02-21
* Add zero_extend() functionMåns Rullgård2010-02-21
* More accurate value for log2(10)Måns Rullgård2010-02-21
* Remove unused variable mb_xy.avcoder2010-02-21
* Add support to an option -f which forces the format to use for openingStefano Sabatini2010-02-21
* AMR-NB floating-point based decoder.Vitor Sessak2010-02-21
* Avoid using log2, it is not available everywhere.Reimar Döffinger2010-02-21