source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8a9488b   23 years fabrice added url_get_max_packet_size() support - added URL_RDWR flag …
(edit) @f031df23   23 years fabrice api change for packet based protocols (such as UDP and RTP) …
(edit) @2d225591   23 years fabrice better UDP support - added preliminary multicast support (untested) …
(edit) @85fb7b34   23 years fabrice added rtp port range support Originally committed as revision 792 to …
(edit) @51885599   23 years fabrice added local port option Originally committed as revision 791 to …
(edit) @3ffe3793   23 years michaelni patch by François Revol <revol at free dot fr> - fix for multiple …
(edit) @a5f06969   23 years michaelni this include isn;t longer need and now generate a lot of warnings …
(edit) @ce23c668   23 years alex moved codebooks to svq1_cb.h Originally committed as revision 788 to …
(edit) @fe670d09   23 years michaelni -bug comand line option to workaround encoder bugs which cannot be …
(edit) @05174fd4   23 years michaelni fixing bitrate vs. kbitrate in header fixing wmv1 decoder (was broken …
(edit) @889c5224   23 years michaelni adpcm encoding patch by François Revol <revol at free dot fr> …
(edit) @27a5e8b8   23 years michaelni nanosleep patch by François Revol <revol at free dot fr> Originally …
(edit) @6742d95d   23 years michaelni YUV410P to YUV420P patch by François Revol <revol at free dot fr> …
(edit) @3e6a20a0   23 years michaelni minor optimizations fixing numbers.avi fixing ac prediction between …
(edit) @4afeaec9   23 years michaelni pix_abs mmx2 isnt bit-exact ... Originally committed as revision 781 …
(edit) @0147f198   23 years michaelni beos/mov/adpcm patch by François Revol <revol at free dot fr> * Some …
(edit) @e1707f5   23 years michaelni BeOS patches by "shatty" <shatty at myrealbox.com> 1. errno's are …
(edit) @eddbd7e   23 years michaelni largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net> …
(edit) @9235088f   23 years kabi * using time.h for Cygwin systems as well Originally committed as …
(edit) @79c0c785   23 years michaelni use edge emu for encoding of width or height %16!=0 files Originally …
(edit) @9022797b   23 years michaelni fixing NULL reference frame with dr1 Originally committed as revision …
(edit) @9ac7ecd6   23 years michaelni hmm ABS(dc-diff) > 512 fix printing some error messages if some error …
(edit) @9be42db   23 years michaelni larger edge emu buffer (might have been too small) Originally …
(edit) @54993774   23 years michaelni fixing gmc with emu edges Originally committed as revision 772 to …
(edit) @4c9ede2e   23 years michaelni interlaced mpeg2 fix ... replacing linesize>>1 by uvlinesize …
(edit) @cc504d3c   23 years michaelni low_delay / has_b_frames fix Originally committed as revision 770 to …
(edit) @1a013246   23 years michaelni fixes fire.avi & subtitles.avi Originally committed as revision 769 …
(edit) @fe072fb4   23 years michaelni exporting mbskip_table after it has been allocated Originally …
(edit) @bc6d777   23 years michaelni hurry up support returning buf_size insetad of 0 Originally committed …
(edit) @22b13d5b   23 years michaelni grayscale only decoding Originally committed as revision 766 to …
(edit) @3cf33c3   23 years michaelni dr1 Originally committed as revision 765 to …
(edit) @94aec31f   23 years michaelni dr1 Originally committed as revision 764 to …
(edit) @760acb18   23 years michaelni direct rendering for SVQ1 MpegEncContext->opaque MUST NOT be used by …
(edit) @0fd90455   23 years michaelni uvlinesize export has_b_frames mb_skip with more than 2 ip buffers …
(edit) @cd141f4c   23 years nickols_k 1001L Originally committed as revision 761 to …
(edit) @225f9c44   23 years michaelni 4mv & qpel edge emu Originally committed as revision 760 to …
(edit) @93a21abd   23 years michaelni direct rendering method 1 support Originally committed as revision …
(edit) @4f68b084   23 years michaelni rl vlc table optimization (not yet used) Originally committed as …
(edit) @02e0aa2   23 years michaelni faster get_bit_cache Originally committed as revision 757 to …
(edit) @d200cab6   23 years mellum Force inlining on get_vlc2. Originally committed as revision 756 to …
(edit) @c03a7172   23 years michaelni rl decoding optimization Originally committed as revision 755 to …
(edit) @e3e98d3c   23 years mellum Remove support for variable BSIZE and INCR, as sub_pixels_* is no …
(edit) @a3494679   23 years michaelni get_vlc -> get_vlc2 Originally committed as revision 753 to …
(edit) @f5abd9fd   23 years mellum * Improve xy2 routines slightly * Mark MC pointer arguments as …
(edit) @8ed2ddb2   23 years michaelni optimization (get_vlc() -> get_vlc2()) Originally committed as …
(edit) @edcf9890   23 years michaelni optimization (get_vlc -> get_vlc2) Originally committed as revision …
(edit) @71529954   23 years michaelni return buf_size again, i hope kabi is finally happy now ;) Originally …
(edit) @45a82edb   23 years michaelni rl vlc decoding optimizations Originally committed as revision 748 to …
(edit) @6b765cd2   23 years mellum Warning fix. Originally committed as revision 747 to …
(edit) @d85c5979   23 years arpi don't exit decoder after decoding first field -> fixes angels.avi …
(edit) @14ac09bf   23 years mellum Tweak Alpha compiler flags. Originally committed as revision 745 to …
(edit) @361e7cad   23 years nickols_k 10L Originally committed as revision 744 to …
(edit) @861dfbb5   23 years nickols_k Add Arpi to list of porters. Originally committed as revision 743 to …
(edit) @36577721   23 years nickols_k Change licence to LGPL since there are no objections from side of …
(edit) @6300c80a   23 years michaelni dont trash table in GET_VLC Originally committed as revision 741 to …
(edit) @5ea6f10   23 years mellum Remove some cruft. Originally committed as revision 740 to …
(edit) @adc09b2e   23 years michaelni adding ff prefix to avoid global name conficts with xvid (patch by …
(edit) @9d07682   23 years michaelni returning the number of consumed bytes (2nd try) Originally committed …
(edit) @08dce7b0   23 years michaelni get_vlc() optimizations Originally committed as revision 737 to …
(edit) @63e0d4ac   23 years nickols_k Applied patch of Felix Buenemann Originally committed as revision 736 …
(edit) @cceabc86   23 years michaelni get_vlc() optimization Originally committed as revision 735 to …
(edit) @82dd7d0d   23 years nickols_k * prefixication (due Kabi's request) * generic optimization: - …
(edit) @f197d19   23 years kabi * clean compiler warning Originally committed as revision 733 to …
(edit) @29482cb4   23 years michaelni -O3 Originally committed as revision 732 to …
(edit) @ebd62a24   23 years michaelni return the number of consumed bytes instead of 0 or buf_size …
(edit) @ef5e74bb   23 years michaelni c std doesnt like negative shifts -> use asm Originally committed as …
(edit) @df595131   23 years kabi * declare av_free Originally committed as revision 729 to …
(edit) @c60a6560   23 years michaelni warning fix patch by atmos Originally committed as revision 728 to …
(edit) @55cb1ae6   23 years michaelni gcc3 bug workaround Originally committed as revision 727 to …
(edit) @93768378   23 years michaelni fixing sinc filter (seems the problem was caused by rounding in pmulhw …
(edit) @be8ffec9   23 years nickols_k new codec: Sorenson v1 Originally committed as revision 726 to …
(edit) @8db1a1dd   23 years michaelni new bitstream reader API (old get_bits() based one is emulated and …
(edit) @436483c2   23 years kabi * redundant declaration removed Originally committed as revision 724 …
(edit) @de0f2f4c   23 years michaelni wmv1 slice_height != mb_height support encoding of slice_height != …
(edit) @0a12d6fd   23 years mellum Implement clear_blocks_axp. Originally committed as revision 722 to …
(edit) @02da51ec   23 years mellum * Move "restrict" fallback to common.h * Don't include config.h in …
(edit) @a86c461c   23 years michaelni more scaling algos Originally committed as revision 6638 to …
(edit) @3b50d2ad   23 years fabrice added rtp protocol Originally committed as revision 720 to …
(edit) @1617ad97   23 years fabrice added rtsp support (not activated yet) Originally committed as …
(edit) @e309128f   23 years fabrice added rtp support (not activated yet) Originally committed as …
(edit) @171bbb03   23 years fabrice added raw tcp support Originally committed as revision 717 to …
(edit) @c13e1abd   23 years mellum * Detect "retrict" keyword * Use "restrict" in some dsputil routines …
(edit) @2dbe7ec8   23 years mellum Make dct_unquantize_h263 work on systems without MVI extension. …
(edit) @e0580f8   23 years mellum Update and activate dct_unquantize_h263_mvi. Thanks to Måns Rullgård …
(edit) @dde3f77d   23 years mellum Use updated motion compensation routines. Originally committed as …
(edit) @3530320d   23 years mellum Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to …
(edit) @494e4092   23 years mellum Assembly version of put_pixels. This is currently the function that …
(edit) @d13c54cd   23 years mellum Add profiling support. Originally committed as revision 710 to …
(edit) @bb7d4939   23 years mellum Implement put_pixels_clamped and add_pixels_clamped in Assembler. This …
(edit) @e09d12f4   23 years michaelni using the new rgb2rgb converters (the LQ ones are only used if -sws 0 …
(edit) @f5b5862   23 years michaelni last line messed up in Y800 bugfix Originally committed as revision …
(edit) @a1ce46cf   23 years michaelni fixing rgb24tobgr32 Originally committed as revision 6615 to …
(edit) @0598bcbb   23 years michaelni fixing memory overwrite bugs in the new converters Originally …
(edit) @8f426088   23 years michaelni test new converter stuff too Originally committed as revision 6608 to …
(edit) @ac4d0ae   23 years michaelni merging changes from mplayerxp (rgb2rgb*.{c,h} only) Originally …
(edit) @d8dad2a5   23 years michaelni fixing memory overwrite bugs again ... Originally committed as …
(edit) @a28ea2c0   23 years michaelni colorspace converter tests (memory corruption tests at different …
(edit) @b241cbf2   23 years michaelni yvu9 -> yv12 unscaled converter with linear chroma scaling Originally …
(edit) @81a571a8   23 years michaelni -sws 6 (luma bicubic & chroma bilinear) Originally committed as …
(edit) @cf7d1c1a   23 years michaelni use unified yuv2rgb init {RGB,BGR}{1,4,8,15,16,24,32} output supported …
Note: See TracRevisionLog for help on using the revision log.