source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @fd450a51   15 years martin Create AVFormatContext objects as private transport for output RTSP …
(edit) @1d6065ad   15 years kostya.shishkov Make Bink decoder able to skip alpha plane Originally committed as …
(edit) @9068f36   15 years kostya.shishkov Macroblock and block Huffman code sets are to be used by both Indeo 4 …
(edit) @bb29fee3   15 years kostya.shishkov Make Bink decoder to stop decoding planes after all bits are used. …
(edit) @33bc7947   15 years stefano.sabatini-lala Make opt_default() print an error message and exit if the option …
(edit) @fb030bd0   15 years kostya.shishkov Correct bundle lengths calculation for small Bink files. This fixes …
(edit) @9b3c455c   15 years mans ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16 Patch …
(edit) @0e5f33f2   15 years michaelni Make sure a set r_frame_rate is not overriden by a guess. Also make …
(edit) @f51674f   15 years Carl Eugen Hoyos Fix compilation for --enable-version3 --enable-libopencore_amrwb …
(edit) @403c545d   15 years michaelni Attempt to fix the completely random values returned by …
(edit) @dd4a03f7   15 years mans Revert "Suppress icc warnings about unknown attributes" This reverts …
(edit) @ac73f1a8   15 years mans ARM: change argument/return type of bswap_16() to unsigned 32-bit …
(edit) @a87b2f6d   15 years mans ARM: add missing preserve8 directives Originally committed as …
(edit) @39261cd8   15 years mans get/show_bits() can read up to MIN_CACHE_BITS bits The limit for …
(edit) @976d7bf7   15 years mans Suppress armcc warnings about unknown attributes Originally committed …
(edit) @acbb378d   15 years michaelni Fix timestamp association for mpeg2 field pictures. Fixes …
(edit) @7cd7d19e   15 years mans Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend …
(edit) @48960b8f   15 years mans Add zero_extend() function Originally committed as revision 21947 to …
(edit) @94a5218c   15 years mans More accurate value for log2(10) Originally committed as revision …
(edit) @0cb17649   15 years Carl Eugen Hoyos Remove unused variable mb_xy. Patch by avcoder, ffmpeg gmail …
(edit) @1be784a2   15 years stefano.sabatini-lala Add support to an option -f which forces the format to use for opening …
(edit) @4fe3edaa   15 years vitor1001 AMR-NB floating-point based decoder. Code produced during SoC by …
(edit) @f1b267dd   15 years Reimar.Doeffinger Avoid using log2, it is not available everywhere. Should fix …
(edit) @dd347568   15 years diego Remove unused variable, fixes warnings of the type: …
(edit) @769c4975   15 years mans indent Originally committed as revision 21940 to …
(edit) @4c4e7465   15 years mans Avoid negative shifts in build_table() A shift by a negative amount …
(edit) @044a950d   15 years vitor1001 Fix memory leak for truncated packets in idCin demuxer Originally …
(edit) @342c7dfd   15 years kostya.shishkov Bink video decoder Originally committed as revision 21937 to …
(edit) @336ce917   15 years stefano.sabatini-lala Add FFprobe tool. This is a simplified / cleaned-up version of the …
(edit) @f05ef45c   15 years stefano.sabatini-lala Use the official FFmpeg spelling: "ffmpeg" -> "FFmpeg". Originally …
(edit) @8b9da8b5   15 years stefano.sabatini-lala Put all the options shared amongst the ff* tools under a dedicated …
(edit) @802da0b4   15 years ramiro.polla Indent. Originally committed as revision 21933 to …
(edit) @d68b27a9   15 years mans VC1: fix missing include h263.h Originally committed as revision …
(edit) @6cb35b45   15 years lessen42 Simplify determing whether fragments are coded No measurable speed …
(edit) @a8926476   15 years lessen42 Handle Theora's continued runs in superblock coding. This doesn't …
(edit) @855c720   15 years lessen42 Decode fully coded superblocks in the same manner as partial …
(edit) @ecb51b25   15 years lessen42 Make the special 4129 case for long-run bit strings a #define and …
(edit) @33dbc1b7   15 years lessen42 Use memset to set the runs partially coded superblocks Much faster …
(edit) @bbdf0d22   15 years michaelni Make sure we dont write more bytes into filename than the array is …
(edit) @6a245905   15 years michaelni Do not attempt to open references through absolute pathes. This would …
(edit) @e4a3524   15 years mans Replace log2f(10) with a constant Originally committed as revision …
(edit) @c4f267ab   15 years vitor1001 Free encoder extradata in avcodec_close(). Should fix several small …
(edit) @7ed63ca2   15 years mans Add casts to correct return type in macros for missing libm funcs …
(edit) @da2a5fea   15 years ramiro.polla x86_fft.o depends on MMX and FFT. Originally committed as revision …
(edit) @2897dc78   15 years mans Delete avconfig.h on distclean Originally committed as revision 21920 …
(edit) @b6fa8e35   15 years mans Delete all test related files in testclean rule Originally committed …
(edit) @cbdcf479   15 years stefan.gehrer remove tables of codebook vector values which are contained in another …
(edit) @8e339d4a   15 years Carl Eugen Hoyos Gcc attribute may_alias is not supported (or silently ignored) by all …
(edit) @2e519564   15 years vitor1001 Do not leave uninitialized data in the packet in MPC demuxer. Should …
(edit) @4280f9bb   15 years rsbultje Split rtsp_read_header() into two functions, so that the main part …
(edit) @e23d195d   15 years rsbultje Split out input-specific parts of rtsp_read_header() into its own, …
(edit) @30ff7c5c   15 years rsbultje Only send out NAT-punching RTP/RTCP packets when we're in demuxer …
(edit) @69adcc4f   15 years rsbultje Use mode=receive instead of mode=play if in RTSP muxer (instead of …
(edit) @52aa4338   15 years rsbultje Make rtsp_close_streams() take a AVFormatContext instead of a …
(edit) @4689ac4   15 years kostya.shishkov 16l trocadero: don't forget to free frame data buffer in APE decoder …
(edit) @ce8f750c   15 years kostya.shishkov WavPack demuxer also depends on APE tag parser Originally committed …
(edit) @8cdfa474   15 years kostya.shishkov Make Bink demuxer skip all zero audio tracks, not only the first one …
(edit) @7fa78f49   15 years daniel msmpeg4v* encoders depend on h263dec Originally committed as revision …
(edit) @8e25a3d6   15 years daniel Declare WMV1 decoder dependencies Originally committed as revision …
(edit) @df17dbf7   15 years daniel AEA demuxer requires raw.o for pcm_read_seek Originally committed as …
(edit) @77ce6653   15 years daniel Declare CAF demuxer dependency on mpegaudio Originally committed as …
(edit) @e0ae3591   15 years daniel Fix compilation of binkaudio_rdft when dct is disabled Originally …
(edit) @3a201bd0   15 years stefan.gehrer remove a Huffman table from WMA which also exists in AAC Originally …
(edit) @cdfc38f4   15 years vitor1001 Fix memory leak for truncated frames Originally committed as revision …
(edit) @df2235a1   15 years vitor1001 Fix memory leak for truncated frames Originally committed as revision …
(edit) @251f0504   15 years rsbultje Remove stale function declaration. Patch by Martin Storsjö …
(edit) @f1c8e5aa   15 years vitor1001 Add missing dependency of TwinVQ Originally committed as revision …
(edit) @cc01ab90   15 years stefan.gehrer remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct Originally …
(edit) @c02fd3d2   15 years rsbultje Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the …
(edit) @aa170ed6   15 years kostya.shishkov cosmetics: reindent after last commit Originally committed as …
(edit) @965828bb   15 years kostya.shishkov Since WavPack chunk can contain more samples than FFmpeg is guaranteed …
(edit) @245d5a48   15 years Thilo Borgmann Add the dependency for mpeg4audio.o of the ALS decoder. Originally …
(edit) @a8c09ff2   15 years Thilo Borgmann Do sequential bit reading outside of []-operators. Originally …
(edit) @f4f21608   15 years kostya.shishkov WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o …
(edit) @95c0d02d   15 years mans TOMI: 16- and 32-bit intreadwrite functions Originally committed as …
(edit) @f4ce8531   15 years michaelni get rid of an if() 1 cpu cycle faster. Originally committed as …
(edit) @e69bfde6   15 years michaelni Get rid of a local variable, 10 cpu cycles faster. Originally …
(edit) @a305449d   15 years michaelni Move abs() from decode_cabac_mb_mvd() to the code that writes …
(edit) @8d637124   15 years alex.converse Add some AAC buffer overread checks. Originally committed as revision …
(edit) @b623d0cb   15 years stefano.sabatini-lala Reindent and fix brace placement. Originally committed as revision …
(edit) @22b6a24c   15 years stefano.sabatini-lala Vertically align a list of comparisons in sws_getCachedContext(). …
(edit) @5a011d8b   15 years stefano.sabatini-lala Merge two if conditions, allow to decrese the level of indentation of …
(edit) @1388709   15 years stefano.sabatini-lala FFmpeg is a collective effort so allowing a single name in a banner is …
(edit) @b80218aa   15 years mans Suppress icc warnings about unknown attributes Originally committed …
(edit) @3cc3581d   15 years stefan.gehrer fix intra prediction modes with inter-MB neighbors, the old sample …
(edit) @bf7c1719   15 years kostya.shishkov Make RTMP client send bytes read report Originally committed as …
(edit) @19769ece   15 years mans H264: use alias-safe macros This eliminates all aliasing violation …
(edit) @f4a7434f   15 years mans Add alias-safe aligned AV_[RW]N macros Originally committed as …
(edit) @7a6053ef   15 years mans Use alias-safe types in AV_COPY/SWAP/ZERO macros Originally committed …
(edit) @0c76e63   15 years mans Use alias-safe types in AV_[RW] macros Originally committed as …
(edit) @d10458c9   15 years mans Add alias-safe union typedefs Originally committed as revision 21877 …
(edit) @024bf79f   15 years michaelni Simplify deblock_left/top condition for deblocking_filter=2 …
(edit) @90a5849e   15 years michaelni Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles. …
(edit) @077a8d6   15 years michaelni fix issue 1747 Originally committed as revision 21874 to …
(edit) @5e46be96   15 years mans Move NEG_[US]SR32 macros to mathops.h Originally committed as …
(edit) @dc9e57a8   15 years Thilo Borgmann Fix sizeof()-statement to use the actual pointer type. Originally …
(edit) @cd092849   15 years Thilo Borgmann Fix wrong buffer allocation for MCC in ALS. Originally committed as …
(edit) @43cfefa   15 years mans Use stripped executable in regression tests Originally committed as …
(edit) @4f837398   15 years mans configure: allow setting strip tool with --strip Originally committed …
(edit) @fd10543e   15 years alex.converse get_bits: Fix spelling and grammar in GET_VLC() comment. Originally …
Note: See TracRevisionLog for help on using the revision log.