summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Make the special 4129 case for long-run bit strings a #define and explain itDavid Conrad2010-02-21
* Use memset to set the runs partially coded superblocksDavid Conrad2010-02-21
* Make sure we dont write more bytes into filename than the array is long.Michael Niedermayer2010-02-20
* Do not attempt to open references through absolute pathes.Michael Niedermayer2010-02-20
* Replace log2f(10) with a constantMåns Rullgård2010-02-20
* Free encoder extradata in avcodec_close(). Should fix several small memoryVitor Sessak2010-02-20
* Add casts to correct return type in macros for missing libm funcsMåns Rullgård2010-02-20
* x86_fft.o depends on MMX and FFT.Ramiro Polla2010-02-20
* Delete avconfig.h on distcleanMåns Rullgård2010-02-20
* Delete all test related files in testclean ruleMåns Rullgård2010-02-20
* remove tables of codebook vector values which are contained inStefan Gehrer2010-02-20
* Gcc attribute may_alias is not supported (or silently ignored) by all support...Carl Eugen Hoyos2010-02-20
* Do not leave uninitialized data in the packet in MPC demuxer. Should allow forVitor Sessak2010-02-20
* Split rtsp_read_header() into two functions, so that the main part (now alsoMartin Storsjö2010-02-19
* Split out input-specific parts of rtsp_read_header() into its own, new,Martin Storsjö2010-02-19
* Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e.Martin Storsjö2010-02-19
* Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer)Martin Storsjö2010-02-19