source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @bac65165   20 years michaelni YUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email …
(edit) @7d7f635d   20 years michaelni Fixed typo which caused incorrect motion prediction in B-frames. patch …
(edit) @6db2583c   20 years michaelni check num_entries too to avoid reading over the array end and dont …
(edit) @80516d7   20 years michaelni Fixes a segfault when flushing delayed B-frames on the 2nd pass. patch …
(edit) @7e0fda0a   20 years michaelni DVDNav4 patch by ("Chris" <chris at garveycocker d0t com>) Originally …
(edit) @487c2fad   20 years michaelni cygwin fixes by (Sascha Sommer <saschasommer O freenet o de>) …
(edit) @dc56fc38   20 years michaelni int / int64 fix by (Wolfram Gloger <wmglo @@@ …
(edit) @8a01fc47   20 years michaelni fake regression errors caused by randomly choosen dct algo Originally …
(edit) @2450cff2   20 years revol BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a …
(edit) @7a57b90c   20 years michaelni cvs policy Originally committed as revision 3701 to …
(edit) @cbb6e405   20 years michaelni parts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< …
(edit) @6813f1d5   20 years michaelni whitespace cleanup patch by (James A. Morrison …
(edit) @e4917f59   20 years mike use correct types Originally committed as revision 3698 to …
(edit) @353147ed   20 years mike new NSV demuxer Originally committed as revision 3697 to …
(edit) @27d5f18f   20 years revol First implementation of nsv demuxer. Get libavformat linked with lavc …
(edit) @55429b55   20 years michaelni workaround apps which dont provided correctly padded streams …
(edit) @9993064e   20 years michaelni fixing rv20201002 Originally committed as revision 3694 to …
(edit) @f7ff7bc6   20 years michaelni skip unknown streams instead of failing Originally committed as …
(edit) @35ef76b5   20 years michaelni rv20103001 support Originally committed as revision 3692 to …
(edit) @6ccedec0   20 years michaelni rv20 demuxing fix Originally committed as revision 3691 to …
(edit) @ec892563   20 years michaelni reset ref_index Originally committed as revision 3690 to …
(edit) @e7316976   20 years michaelni fix parser Originally committed as revision 3689 to …
(edit) @acfd8f0f   20 years mike native QPEG video decoder, courtesy of Konstantin Shishkov Originally …
(edit) @b339fb00   20 years michaelni loop hack Originally committed as revision 3687 to …
(edit) @7f8038ce   20 years michaelni mv/mb reuse regression test Originally committed as revision 3686 to …
(edit) @096c3b7e   20 years michaelni overflow fix Originally committed as revision 3685 to …
(edit) @dffcdbb5   20 years michaelni extradata and FF_INPUT_BUFFER_PADDING_SIZE doc Originally committed …
(edit) @9286699a   20 years michaelni disable redundant image formats, otherwise we wont get any bugreports …
(edit) @b43ff7e2   20 years michaelni attribute_used Originally committed as revision 3682 to …
(edit) @fc0be57f   20 years michaelni plane predicted non-interlacd rgb decodeing fix Originally committed …
(edit) @61c7c3e   20 years michaelni raw h261 demuxing fix Originally committed as revision 3680 to …
(edit) @3129cd01   20 years michaelni allocate a few bytes more for extradata so the bitstream reader if its …
(edit) @4940ed6a   20 years michaelni automatic workaround for another padding bug Originally committed as …
(edit) @311c700   20 years michaelni merge pam_decode_frame() into pnm_decode_frame() Originally committed …
(edit) @87c5fbc3   20 years michaelni switch pnm from imagepipe to image2pipe Originally committed as …
(edit) @99f0623   20 years michaelni pnm parser Originally committed as revision 3675 to …
(edit) @ae214ac3   20 years michaelni try to guess the codec for imag2pipe too Originally committed as …
(edit) @4d4f7158   20 years michaelni last packet size fix Originally committed as revision 3673 to …
(edit) @e20815b3   20 years michaelni When bswap_32 is a macro, png images fail to decode properly, patch by …
(edit) @788d7a8c   20 years michaelni av_resample_compensate() doxy Originally committed as revision 3671 …
(edit) @61c52ead   20 years michaelni When playing …
(edit) @ccff9da6   20 years michaelni H261 fixing and cleaning: -corrected wrong value in mv data -set …
(edit) @5b6d5596   20 years michaelni move p*m from image/lavf -> image2/lavc video/audio_codec_id in …
(edit) @6c3890b6   20 years michaelni 10l (CONFIG_ZLIB) Originally committed as revision 3667 to …
(edit) @f4824c0f   20 years michaelni prefer image2 over image Originally committed as revision 3666 to …
(edit) @4eff7cf4   20 years michaelni porting png support from -f image to -f image2 Originally committed …
(edit) @f6506a54   20 years michaelni doxy Originally committed as revision 3664 to …
(edit) @7a91333   20 years michaelni IPv6 support patch by ("Hans Zandbelt" <Hans.Zandbelt <at> telin {dot} …
(edit) @d07730d   20 years michaelni fix image stream copy Originally committed as revision 3662 to …
(edit) @359fa0fe   20 years michaelni cbr audio muxing fix Originally committed as revision 3661 to …
(edit) @70122f29   20 years michaelni remove weird offsets Originally committed as revision 3660 to …
(edit) @d34a0746   20 years michaelni switch ffv1 to the put/get_symbol() from snow Originally committed as …
(edit) @880eae9c   20 years michaelni switch ffv1 from CABAC to the range coder Originally committed as …
(edit) @9b41cb1c   20 years michaelni remove debug stuff Originally committed as revision 3657 to …
(edit) @5d0e4cb8   20 years michaelni segfault fix Originally committed as revision 3656 to …
(edit) @28869757   20 years michaelni CABAC -> range coder Originally committed as revision 3655 to …
(edit) @672a19aa   20 years michaelni range coder Originally committed as revision 3654 to …
(edit) @9287acd1   20 years r_togni Fix mjpeg-b (padding bytes can exist between end of sos and image …
(edit) @ae2ade6b   20 years mike credited with H.261 encoder Originally committed as revision 3652 to …
(edit) @b06b45c   20 years mike H.261 stuff Originally committed as revision 3651 to …
(edit) @5bbad3eb   20 years michaelni cleanup Originally committed as revision 3650 to …
(edit) @87b9e6b2   20 years michaelni simplify ff_h261_reorder_mb_index Originally committed as revision …
(edit) @1499a1f7   20 years michaelni simplify Originally committed as revision 3648 to …
(edit) @9740687b   20 years michaelni fix and cleanup h261 mb_type selection Originally committed as …
(edit) @13e5b1f   20 years michaelni cleanup Originally committed as revision 3646 to …
(edit) @37a00782   20 years michaelni suppress uninerresting output Originally committed as revision 3645 …
(edit) @61b262a9   20 years michaelni h.261 regression test Originally committed as revision 3644 to …
(edit) @1c3990d   20 years michaelni H.261 encoder by (Maarten Daniels <maarten dot daniels at luc dot ac …
(edit) @d7e2f57f   20 years michaelni YUV420P to YUV422 conversion routine by (Danny Laarmans <dlaarmans at …
(edit) @ab711b3c   20 years mike Miro VideoXL (VIXL) decoder, courtesy of Konstantin Shishkov …
(edit) @3237f731   20 years michaelni stride align cleanup Originally committed as revision 3640 to …
(edit) @ec7eb896   20 years michaelni optimization Originally committed as revision 3639 to …
(edit) @9297ddd3   20 years michaelni type fix Originally committed as revision 3638 to …
(edit) @0f242af2   20 years michaelni type fix Originally committed as revision 3637 to …
(edit) @ed2cea42   20 years michaelni fix -pixfmt mono[bw] patch by (Wolfram Gloger <wmglo at dent dot med …
(edit) @146210ca   20 years michaelni image2pipe fix Originally committed as revision 3635 to …
(edit) @8e6325b   20 years michaelni mjpeg parser Originally committed as revision 3634 to …
(edit) @b551204a   20 years michaelni stdin detection fix Originally committed as revision 3633 to …
(edit) @cc044c1c   20 years michaelni INT MIN/MAX patch by (Bohdan Horst <nexus at irc dot pl>) Originally …
(edit) @afbb5ce4   20 years michaelni dvr-ms video decoding support Originally committed as revision 3631 …
(edit) @db4d9faf   20 years michaelni optimzation Originally committed as revision 3630 to …
(edit) @58897665   20 years michaelni optimization Originally committed as revision 3629 to …
(edit) @7b89e963   20 years michaelni fix CABAC+LOOP missmatch Originally committed as revision 3628 to …
(edit) @3981c385   20 years michaelni cbp_table cleanup Originally committed as revision 3627 to …
(edit) @9af1ec8e   20 years michaelni cleanup of decode_cabac_residual() Originally committed as revision …
(edit) @d6b0c1bb   20 years michaelni decode intra cabac mb_type cleanup Originally committed as revision …
(edit) @03393cb7   20 years michaelni small typo patch by (Gildas Bazin <gbazin at altern dot org>) …
(edit) @d5af70c3   20 years michaelni H.264 CABAC + B-frames patch by (Loren Merritt <lorenm at u dot …
(edit) @1a1dc61   20 years michaelni bug in libavformat av_update_cur_dts(), patch by (Nathan Kurz <nate at …
(edit) @f02be79d   20 years Roman R. * Introducing IIDC1394 grabbing interface. Use it with -grab …
(edit) @5ba7c3d7   20 years michaelni set keyframe flag at a more central place instead of in every demuxer …
(edit) @a7b42d28   20 years Aurélien Jacobs 10000l : fix a crash on x86 due to an horrible mistake in my x86_64 …
(edit) @6e225de2   20 years michaelni user selectble cutoff frequency Originally committed as revision 3619 …
(edit) @4e255822   20 years michaelni 100l (dont reset the sample position at the block end) Originally …
(edit) @6e1c66bc   20 years Aurélien Jacobs adapting existing mmx/mmx2/sse/3dnow optimizations so they work on …
(edit) @ed861c6b   20 years michaelni make most resample filter parameters selectable at runtime Originally …
(edit) @f25ba8b3   20 years michaelni optimization Originally committed as revision 3616 to …
(edit) @51a88020   20 years michaelni make filter size, int32/int16 and a few other things selectable at …
(edit) @2ac615da   20 years michaelni 10l Originally committed as revision 3614 to …
(edit) @2639c651   20 years Roman R. * Introducing new UI for grabbing. There's an option -grab …
Note: See TracRevisionLog for help on using the revision log.