source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @084c726b   22 years michaelni pix_sum16_mmx() Originally committed as revision 961 to …
(edit) @3f09f52a   22 years arpi fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with …
(edit) @b3a391e8   22 years michaelni fixing i_quant_factor, this should finally fix the bitrate bug with …
(edit) @e8b62df   22 years michaelni fixing apiexample Originally committed as revision 958 to …
(edit) @b71901e6   22 years michaelni documenting most stuff in AVCodecContext Originally committed as …
(edit) @0af65aac   22 years mellum * Remove -finline-limit=8000 (not supported by gcc 2.95) * Hack to …
(edit) @590d3f81   22 years michaelni fixing *pixels_tab stuff (hopefully, as its untested ...) Originally …
(edit) @a949d72e   22 years michaelni avcodec_alloc_context() Originally committed as revision 954 to …
(edit) @947ac25a   22 years michaelni 10l (forgot to commit) Originally committed as revision 953 to …
(edit) @6a1f7e7b   22 years michaelni better min/max rate handling cleanup Originally committed as revision …
(edit) @946c8a12   22 years michaelni fixing fixing max_rate/min_rate Originally committed as revision 951 …
(edit) @ff78c59   22 years arpi use detected WORDSIZE instead of warning, when inttypes.h doesn't …
(edit) @29700fa6   22 years michaelni fixing rc of non-intra-only streams which only contain i frames …
(edit) @8f2b21a8   22 years michaelni fixing memalign Originally committed as revision 949 to …
(edit) @5596c60c   22 years michaelni dont store version for bit-exact tests Originally committed as …
(edit) @b7c27ee6   22 years michaelni alignment info Originally committed as revision 947 to …
(edit) @a172cae6   22 years michaelni interlaced b frames fix Originally committed as revision 946 to …
(edit) @1e7bfebe   22 years michaelni fixing qpel 4mv Originally committed as revision 945 to …
(edit) @85bf478e   22 years alex complete aspect support Originally committed as revision 944 to …
(edit) @590a6358   22 years michaelni interlaced qpel mpeg4 fixed Originally committed as revision 943 to …
(edit) @8c7b533e   22 years mellum Synthesize pixels16 functions from pixels functions. Originally …
(edit) @050fe8ba   22 years alex aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse …
(edit) @60286c8a   22 years mellum Fix for h % 8 == 4 in put_pixels_axp_asm. Originally committed as …
(edit) @e3bd83f8   22 years michaelni 10l (field select readed at the wrong place ...) Originally committed …
(edit) @fc97db64   22 years michaelni interlaced b frames cleanup Originally committed as revision 938 to …
(edit) @a343d33e   22 years mellum Due to version renumbering, Alpha builtins aren't supported in thegcc …
(edit) @bea669e5   22 years michaelni interlaced mpeg4 b frame decoding Originally committed as revision …
(edit) @1c73a3fb   22 years mellum Adapt to new 8/16 table scheme. Originally committed as revision 935 …
(edit) @2276785c   22 years michaelni fixing 1/0 if the headers are incomplete (like what M$ encoder …
(edit) @b9d2bb5b   22 years michaelni fixing interlaced mpeg4 decoding Originally committed as revision 933 …
(edit) @8409b8fe   22 years michaelni error resilience command line option Originally committed as revision …
(edit) @f3cfadd5   22 years michaelni parsing resync header extension support Originally committed as …
(edit) @33cbc605   22 years michaelni vbv parameter parsing (more skiping actually ;) ) Originally …
(edit) @77277835   22 years michaelni avoid nonsense frame-skip messages Originally committed as revision …
(edit) @df266ac   22 years michaelni regression checksum change cuz of LIBAVCODEC_BUILD change Originally …
(edit) @dae9ffc4   22 years michaelni uninitialized var ... Originally committed as revision 927 to …
(edit) @2f0f5b20   22 years michaelni mpegvideo_probe cant distinguish mpeg4 and mpeg1 raws :( so m4v needs …
(edit) @66370d3f   22 years michaelni statistics for forw & back p-MBs instead of just one counter for both …
(edit) @7866eeff   22 years michaelni m4v input support return the correct number of bytes consumed for …
(edit) @15415af4   22 years michaelni export pts from stream if available store pts in stream if available …
(edit) @02ac3136   22 years philipjsg Change abort() calls to av_abort() calls. Originally committed as …
(edit) @42343f7   22 years philipjsg Change calls to abort() to be calls to av_abort() Originally …
(edit) @a782f209   22 years philipjsg * Add code to pace sending a stream when it is being sent from a file. …
(edit) @75bdb984   22 years philipjsg Add the transfer of the new parameters from ffmpeg to ffserver and …
(edit) @208d3ddf   22 years michaelni set pict_type & key_frame on decoding too Originally committed as …
(edit) @89b3d7c9   22 years michaelni mpeg4 raw output support patch by ("Maksim (Max) Krasnyanskiy" <maxk …
(edit) @c2c2cd2d   22 years michaelni fixing raw yuv input Originally committed as revision 916 to …
(edit) @b3184779   22 years michaelni put/avg_pixels16 fixing 2 small qpel bugs Originally committed as …
(edit) @6b460aa   22 years michaelni reducing sizeof MpegEncContext to avoid stack overflow on crap M$ …
(edit) @df1b2c1   22 years michaelni fixing y422p output Originally committed as revision 7352 to …
(edit) @9780c7ff   22 years alex fixed palette8to{rgb24,bgr24,rgb32,bgr32} Originally committed as …
(edit) @0eaec105   22 years michaelni fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 …
(edit) @b2a0a7fb   22 years michaelni 10l (forgot checksums after mpeg4_encode_block() optimizations which …
(edit) @3db48188   22 years michaelni optimizing mpeg4_encode_block(), generates allso slightly shorter …
(edit) @6ebd933b   22 years michaelni regression tests for msmpeg4v2 & wmv1 Originally committed as …
(edit) @14207b27   22 years michaelni support decoding of the last mpeg "packet" even if no startcode is …
(edit) @ad436907   22 years michaelni yuv4mpeg output support patch by (Henry Mason <talus25 at speakeasy …
(edit) @0b61920a   22 years michaelni fixing rv10 encoding (ffmpeg can at least decode its own rv10 files …
(edit) @cfda33cb   22 years michaelni apiexample needs EXTRALIBS Originally committed as revision 906 to …
(edit) @6acce86b   22 years michaelni fixing tests Originally committed as revision 905 to …
(edit) @64a7a8af   22 years michaelni do regression tests for rv10 too Originally committed as revision 904 …
(edit) @9db99069   22 years michaelni fixing segfault Originally committed as revision 903 to …
(edit) @b59f574   22 years michaelni 10l (compilation if defined ARCH_ALPHA) Originally committed as …
(edit) @1a684b3d   22 years michaelni fixing encoding at high QPs (was broken after the dct accuracy …
(edit) @be7109c1   22 years michaelni ar -s -> ranlib Originally committed as revision 900 to …
(edit) @ecfd40b3   22 years michaelni new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot …
(edit) @ab6c65f6   22 years michaelni altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot …
(edit) @004c18ee   22 years michaelni higher accuracy Originally committed as revision 897 to …
(edit) @81e0d0b4   22 years michaelni oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) …
(edit) @ad324c93   22 years michaelni dct cleanup more accurate mmx dct (dont discard bits for fun) fixing …
(edit) @6b791538   22 years arpi warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org> …
(edit) @cca1b241   22 years michaelni dont needlessly gettimeofday in video grabber patch by (Lennert …
(edit) @86748dbc   22 years michaelni dct-test update test simple-idct and ijg int DCT too do tests with …
(edit) @e61efa24   22 years michaelni unmap video buffers on close patch by (Lennert Buytenhek <buytenh at …
(edit) @5bd11e31   22 years michaelni dont discard first frame patch by (Lennert Buytenhek <buytenh at math …
(edit) @1565dabc   22 years michaelni be less verbose patch by (Lennert Buytenhek <buytenh at math dot …
(edit) @ab6d194a   22 years michaelni croping patch by (talus25 at speakeasy dot net) with fixes from atmos …
(edit) @d3b3efe3   22 years michaelni checksums for the bitexact simple idct Originally committed as …
(edit) @e7fce5e9   22 years michaelni bitexact hack for the simple mmx idct Originally committed as …
(edit) @8e779b90   22 years michaelni not used anymore Originally committed as revision 885 to …
(edit) @463678ac   22 years michaelni using only the fast int dct for regression tests Originally committed …
(edit) @3f027ca7   22 years michaelni cygwin patch by (Felix Buenemann <atmosfear at users dot sourceforge …
(edit) @c7e07931   22 years michaelni sun solaris compilation bugfix, patch by (Martin Olschewski …
(edit) @471d7dc3   22 years michaelni undefined M_PI / M_E fix Originally committed as revision 881 to …
(edit) @6c1baeb0   22 years alex added missing palette8tobgr pairs (hope it's correct) Originally …
(edit) @a43bd1d7   22 years michaelni patch by Heliodoro Tammaro <helio at interactives dot org> - …
(edit) @252f3975   22 years michaelni checksum update cuz of build change 4620->4621 Originally committed …
(edit) @28db7fce   22 years michaelni slow but accurate integer dct from IJG (should be ok with the LGPL as …
(edit) @e647c59   22 years michaelni base64 encoded patches posted to the devel list are prefered …
(edit) @255b3ac2   22 years michaelni use extradata for h263_long_vector mode detection Originally …
(edit) @59925ef2   22 years michaelni first cut at altivec support on darwin patch by (Brian Foley <bfoley …
(edit) @68bd11f5   22 years michaelni working around undefined behavior of get-vlc if the vlc s invalid more …
(edit) @ee3b2be6   22 years michaelni fixes rv10 decoding crash Originally committed as revision 873 to …
(edit) @07787186   22 years michaelni warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot …
(edit) @1b78558a   22 years michaelni mmx & non-mmx regerssion tests Originally committed as revision 871 …
(edit) @fd7db0fd   22 years michaelni mpeg4 interlaced decoding support (not completly implemented/tested …
(edit) @e769f053   22 years alex added aspected_width/height for EXTENDED_PAR Originally committed as …
(edit) @1ffd8306   22 years michaelni checksum update due to LIBAVCODEC_BUILD 4619->4620 Originally …
(edit) @4dd0e44f   22 years michaelni fixing some 64bit bugs Originally committed as revision 867 to …
(edit) @405469ce   22 years michaelni forgot the const bits in 2pass curve matching (patch (with rounding …
Note: See TracRevisionLog for help on using the revision log.