source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @6713b6b1   15 years Carl Eugen Hoyos Remove outdated comment. Patch by Maxim, max_pole gmx de Originally …
(edit) @35122bd9   15 years stefan.gehrer add heuristic to discern the old sample clips from streams encoded …
(edit) @026b9d3c   15 years stefan.gehrer avoid using DECLARE_ALIGNED on stack variable as suggested by Reimar …
(edit) @89584458   15 years alex.converse AAC: Mark che_configure() as av_cold. It is also only called when the …
(edit) @ff98c17c   15 years alex.converse AAC: Mark functions that are only called when the output configuration …
(edit) @005caa34   15 years pross IFF bitmap n-bit color support Originally committed as revision 21831 …
(edit) @24006f59   15 years michaelni 10l ;; gcc 2.95 compilation fix by mike Originally committed as …
(edit) @cbfcde9f   15 years michaelni 10l use pack16to32(), should fix big endian h264 failures. Originally …
(edit) @64dd1b0a   15 years michaelni Merge the single line function decode_cabac_mb_transform_size() into …
(edit) @8b38d107   15 years michaelni indent Originally committed as revision 21827 to …
(edit) @f4b8b825   15 years michaelni Merge decode_cabac_mb_dqp() with surronding code. ~20 cpu cycles …
(edit) @94cb5994   15 years michaelni Drop if(0) code. Originally committed as revision 21825 to …
(edit) @4130f739   15 years Reimar.Doeffinger Reindent Originally committed as revision 21824 to …
(edit) @3adcfbbe   15 years Reimar.Doeffinger Optimize h261_probe function, since it is far slower than all others. …
(edit) @a59b9ee3   15 years michaelni Set sub_mb_type in direct_cache instead of just the direct flag. …
(edit) @2dc380c   15 years michaelni Store sub_mb_type in direct_cache/direct_table. This is equal …
(edit) @d3037bbe   15 years Thilo Borgmann Add myself as maintainer of bgmc.[ch]. Originally committed as …
(edit) @3d2c3ef4   15 years michaelni Remove slice_table checks from decode_cabac_mb_cbp_luma() and set …
(edit) @056c5021   15 years michaelni Revert r21814 Log: h264: Fix pointer warnings by removing redundant …
Note: See TracRevisionLog for help on using the revision log.