source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @6e7c397b   15 years michaelni Cosmetics, vertical align. Originally committed as revision 21817 to …
(edit) @e9167646   15 years michaelni Direct temporal skiped MBs dont need fill_decode_caches() at all so …
(edit) @78998bf2   15 years astrange h264: Remove unused variables. Originally committed as revision 21815 …
(edit) @677dab59   15 years astrange h264: Fix pointer warnings by removing redundant [0] Fixes: …
(edit) @cd12c37   15 years astrange Fix integer overflow warnings in h264.h Fixes: h264.h: In function …
(edit) @bb770c5b   15 years michaelni Merge (IS_SKIP(mb_type) || IS_DIRECT(mb_type) Originally committed as …
(edit) @2e4362af   15 years michaelni Skiped MBs dont need the cbp stuff so skip initing that. Originally …
(edit) @65760304   15 years Thilo Borgmann Reindent a line. Originally committed as revision 21810 to …
(edit) @e2b28acf   15 years michaelni Also skip direct/mvd_cache init for skiped blocks. Odd thing is i …
(edit) @09946fb1   15 years Thilo Borgmann Add myself as contributor. Originally committed as revision 21808 to …
(edit) @071cfdce   15 years Thilo Borgmann Add myself as ALS maintainer. Originally committed as revision 21807 …
(edit) @cb9285a2   15 years michaelni Move more code under if(!IS_DIRECT(mb_type)). Originally committed as …
(edit) @161e8cf4   15 years lessen42 Move CODEC_FLAG_GRAY check to outer loop Originally committed as …
(edit) @7c2e31d1   15 years lessen42 Move branch based on custom mode outside the loop Originally …
(edit) @eb691ef2   15 years lessen42 Directly check whether a fragment is coded for 4MV mode instead of …
(edit) @15675ce6   15 years lessen42 Eliminate fragment -> macroblock mapping array Originally committed …
(edit) @ea676144   15 years lessen42 Eliminate macroblock -> fragment mapping array Originally committed …
(edit) @19cd517d   15 years lessen42 Eliminate superblock <-> macroblock mapping array Originally …
(edit) @25608328   15 years Thilo Borgmann Support arithmetic decoding in ALS. Originally committed as revision …
(edit) @f2b3763   15 years michaelni Skip some more code that isnt needed for direct MBs. Originally …
(edit) @4bf2b9e8   15 years tempn add netspeak gsm and truespeech wav format tags to riff.c Originally …
(edit) @7df8af63   15 years vitor1001 Fix reading beyond buffer end on RA144Context.lpc_tables. Patch by …
(edit) @f2a4f12c   15 years mans Do not call lseek() with invalid whence value Originally committed as …
(edit) @5ca43c25   15 years michaelni Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler. …
(edit) @da452aca   15 years michaelni Dont calculate any surrounding MVs for temporal MBs Originally …
(edit) @0d88ff4c   15 years stefano.sabatini-lala Add my name to CREDITS. Originally committed as revision 21792 to …
(edit) @5134ad53   15 years michaelni Simplify if() Originally committed as revision 21791 to …
(edit) @752cc0d   15 years michaelni Init sub_mb_type cleanly. Originally committed as revision 21790 to …
(edit) @923bcb40   15 years michaelni 100l Forgoten hunk.unbreak compile before someone notices. Originally …
(edit) @af0d6581   15 years michaelni Restructure spatial direct MV generation so that the zero predictior …
(edit) @edb4df43   15 years michaelni Split spatial and temporal direct MV generation. A little faster and …
(edit) @3beb81e7   15 years Carl Eugen Hoyos Fix compilation with --enable-libgsm on Gentoo and OpenSUSE. Patch by …
(edit) @812bfd7b   15 years michaelni Special case for spatial direct MV predictor being 0. a little less …
(edit) @828cfff   15 years michaelni Pack MVs together from the begin for spatial direct, this simplifies …
(edit) @02e8c5f0   15 years michaelni Dont drop B frames without last_picture. Fixes issue1722 Originally …
(edit) @b7098cc1   15 years lessen42 Special case VP5/6 chroma alignment on x86 as well Originally …
(edit) @735acf56   15 years lessen42 Don't pre-calculate first_pixel 3.6% faster on …
(edit) @a8de3901   15 years lessen42 Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder Originally …
(edit) @621f9a40   15 years lessen42 Cosmetics: reindent Originally committed as revision 21779 to …
(edit) @256c0662   15 years lessen42 Do loop filter per-row rather than per-frame 3% faster on …
(edit) @fe313556   15 years lessen42 Move apply_loop_filter above render_slice, it'll be used by the latter …
(edit) @ea3c2d53   15 years lessen42 Export Theora colorspace info if present Originally committed as …
(edit) @337f5c6e   15 years lessen42 Theora 3.4 doesn't exist; these fields were misunderstandings of the …
(edit) @45c3c925   15 years lessen42 Remove unused code that's moved elsewhere Originally committed as …
(edit) @ab5a0175   15 years michaelni Add flag so muxers not needing width/height can signal this. Add this …
(edit) @3566042a   15 years michaelni Try to support truncated h264 frames mixed with mpeg pes headers in …
(edit) @9f1d760a   15 years Reimar.Doeffinger Use int8_t instead of char, the signedness of char can differ between …
(edit) @fa65584f   15 years rsbultje WMAVoice decoder. Originally committed as revision 21770 to …
(edit) @cbd3441e   15 years pross Make DeluxePaint Animation demuxer actually return the find_record() …
(edit) @86d58bc   15 years michaelni Add GEOV fourcc (issue971). Originally committed as revision 21768 to …
(edit) @0844bae1   15 years mans Add "tomi" architecture Originally committed as revision 21767 to …
(edit) @8d4c00ed   15 years mans configure: require --arch and --target-os when cross-compiling …
Note: See TracRevisionLog for help on using the revision log.