summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* Remove unused variable, fixes warnings of the type:Diego Biurrun2010-02-21
* indentMåns Rullgård2010-02-21
* Avoid negative shifts in build_table()Måns Rullgård2010-02-21
* Fix memory leak for truncated packets in idCin demuxerVitor Sessak2010-02-21
* Bink video decoderKostya Shishkov2010-02-21
* Add FFprobe tool.Stefano Sabatini2010-02-21
* Use the official FFmpeg spelling: "ffmpeg" -> "FFmpeg".Stefano Sabatini2010-02-21
* Put all the options shared amongst the ff* tools under a dedicatedStefano Sabatini2010-02-21
* Indent.Ramiro Polla2010-02-21
* VC1: fix missing include h263.hMåns Rullgård2010-02-21
* Simplify determing whether fragments are codedDavid Conrad2010-02-21
* Handle Theora's continued runs in superblock coding.David Conrad2010-02-21
* Decode fully coded superblocks in the same manner as partial superblocks and qpiDavid Conrad2010-02-21