source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @1e2245c2   15 years mans 10l: remove stray '(' I don't know where it came from Originally …
(edit) @40d1122   15 years mans Use LOCAL_ALIGNED macro for local arrays Originally committed as …
(edit) @e6a0c354   15 years mans PPC and x86 support aligning variables on stack Originally committed …
(edit) @d96cd429   15 years mans Add LOCAL_ALIGNED() macro for declaring aligned local arrays …
(edit) @2480c390   15 years mans Simplify some declarations of aligned arrays If DECLARE_ALIGNED_16 …
(edit) @dfd017bf   15 years rsbultje Add functions to send RTSP commands with content attached to them. …
(edit) @69a28f3e   15 years michaelni Move predict_field_decoding_flag() from h264.h to .c as its only used …
(edit) @69cc3183   15 years michaelni Move check for and call of predict_field_decoding_flag() from the mb …
(edit) @59f733d1   15 years michaelni 2x faster ff_h264_init_cabac_states(), 4k cpu cycles less. Sadly this …
(edit) @fc78b0cb   15 years rsbultje Remove first_rtcp_ntp_time. This is used to prevent overflow of the …
(edit) @9c8fa20d   15 years rsbultje When using RTP-over-UDP, send dummy packets during stream setup, …
(edit) @fe74099a   15 years stefano.sabatini-lala Rename the "enc" variable, which refers to the AVCodecContext of a …
(edit) @f47a7cb7   15 years stefano.sabatini-lala Move read_line() and write_line() definition from pixdesc.h to …
(edit) @a636b58c   15 years rsbultje Fix two problems (no idea how this ever worked): - the return value of …
(edit) @4abd8514   15 years rsbultje Revert r21851. Originally committed as revision 21852 to …
(edit) @298d2fd3   15 years rsbultje Don't return 0 if buffer setup failed. That signals the RTSP demuxer …
(edit) @ed7694d8   15 years rsbultje Set lavf identification string globally in av_write_header(), rather …
(edit) @11431599   15 years Thilo Borgmann Limit the Rice parameter used for progressive decoding in ALS. …
(edit) @85207e38   15 years rsbultje Add lsp.o as a dependency for wmavoice. This fixes a compilation error …
(edit) @899605f1   15 years pross Support IFF ANNO (annotation) chunk type Originally committed as …
(edit) @cbba8fec   15 years pross Support <8-bit ILBM uncompressed bitmaps Originally committed as …
(edit) @37a9719a   15 years michaelni 2 cpu cycles faster context calculation for …
(edit) @5806e8cd   15 years michaelni Drop a few redundant slice_num checks. Originally committed as …
(edit) @0530742   15 years michaelni Drop compute_mb_neighbors() and move fill_decode_neighbors() up to …
(edit) @c1bb66ac   15 years michaelni Split setting neighboring MBs from fill_decode_caches() no speed …
(edit) @83a6c1a6   15 years Carl Eugen Hoyos Strings in extended content header are UTF16, so terminating NULLs are …
(edit) @4a3104a9   15 years Carl Eugen Hoyos workaround for broken files created by previous versions of asfenc. …
(edit) @cf55f59   15 years michaelni Simplify decode_cabac_mb_intra4x4_pred_mode(). same speed Originally …
(edit) @f4060611   15 years michaelni Merge decode_cabac_mb_type_b() into calling code. This avoids a …
Note: See TracRevisionLog for help on using the revision log.