# # ChangeLog for / in ffmpeg # # Generated by Trac 1.6 # Jan 27, 2025, 11:31:33 PM Fri, 12 Oct 2007 23:25:48 GMT Ramiro Polla <ramiro.polla@gmail.com> [29a7b8ef] Fix memleak Closes issue 102 Originally committed as revision ... Fri, 12 Oct 2007 16:42:59 GMT Ramiro Polla <ramiro.polla@gmail.com> [6ad42348] ffserver needs ffm_muxer specifically, and rtsp_demuxer for ... Fri, 12 Oct 2007 13:12:35 GMT Diego Biurrun <diego@biurrun.de> [35d6cebd] Use single quotes to get rid of a bunch of backslash escapes. ... Fri, 12 Oct 2007 12:30:53 GMT Diego Biurrun <diego@biurrun.de> [5645c838] Consistently use $(FOO) instead of ${FOO} in Makefile variables. ... Fri, 12 Oct 2007 09:38:34 GMT Diego Biurrun <diego@biurrun.de> [1084771a] 10l: refill2() is not unused, it is used conditionally. Fix the ... Fri, 12 Oct 2007 09:10:07 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [5e832bc2] Interlaced pictures (not just MBAFF) + spatial direct mode is not ... Fri, 12 Oct 2007 08:43:23 GMT Diego Biurrun <diego@biurrun.de> [0f26eec2] Disable unused code; fixes several gcc warnings: cabac.h:112: ... Thu, 11 Oct 2007 22:31:08 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [2a7feb18] Enable avpicture_deinterlace() for PIX_FMT_GRAY8. Patch by Andrea ... Thu, 11 Oct 2007 22:18:38 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [bdb27356] Fix intended order of operations for 4 assert() checks. Patch by ... Thu, 11 Oct 2007 21:09:40 GMT Ramiro Polla <ramiro.polla@gmail.com> [645f7879] Specify in documentation that avcodec_find_(en|de)coder* only ... Thu, 11 Oct 2007 14:57:47 GMT Benoit Fouet <benoit.fouet@free.fr> [770d9daf] Add functionality to set the direction of a ByteIOContext buffer. ... Thu, 11 Oct 2007 09:35:06 GMT Diego Biurrun <diego@biurrun.de> [3ea78411] warning fixes: snow.c: In function ‘decode_header’: snow.c:3668: ... Wed, 10 Oct 2007 22:59:36 GMT Måns Rullgård <mans@mansr.com> [736e63ed] check values more thoroughly in vorbis_header() Originally ... Wed, 10 Oct 2007 22:59:34 GMT Måns Rullgård <mans@mansr.com> [739587bf] use bytestream_get_* in vorbis_header() Originally committed as ... Wed, 10 Oct 2007 22:59:31 GMT Måns Rullgård <mans@mansr.com> [f5475e1b] fix buffer overread with invalid Vorbis header Originally committed ... Wed, 10 Oct 2007 22:58:16 GMT Måns Rullgård <mans@mansr.com> [62f2c069] remove duplicate Vorbis comment tag handling Originally committed ... Wed, 10 Oct 2007 20:31:42 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [2fe279f] Set pict->interlaced_frame if returned frame is MBAFF or PAFF. ... Wed, 10 Oct 2007 10:33:20 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [ce3132be] Remove ogg seek function, instead use generic seek via read_timestamp ... Wed, 10 Oct 2007 10:33:07 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [a1f29b95] Add a read_timestamp function to ogg demuxer Originally committed ... Tue, 09 Oct 2007 17:45:34 GMT Andreas Öman <andreas@lonelycoder.com> [03d3cab8] fix incorrect check for abs_diff_pic_num overflow patch by Jeff ... Tue, 09 Oct 2007 15:33:19 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [9ba718e4] Allow to override zlib compression level in PNG encoder via ... Tue, 09 Oct 2007 15:09:51 GMT Andreas Öman <andreas@lonelycoder.com> [f6e3c460] reindent Originally committed as revision 10698 to ... Tue, 09 Oct 2007 14:15:03 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [45b8e9e5] better lambda search method Originally committed as revision 10697 ... Tue, 09 Oct 2007 12:28:17 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [d6c52130] Enable PAFF decoding Originally committed as revision 10696 to ... Tue, 09 Oct 2007 05:39:49 GMT Aurelien Jacobs <aurel@gnuage.org> [bcf8eb11] oops... mpegvideo_enc also depends on motion_est and ratecontrol ... Tue, 09 Oct 2007 04:49:12 GMT Aurelien Jacobs <aurel@gnuage.org> [91ac0ab4] dnxhdenc depends on mpegvideo_enc (usage of ff_convert_matrix) ... Tue, 09 Oct 2007 01:12:27 GMT Michael Niedermayer <michaelni@gmx.at> [ec627278] indent Originally committed as revision 10693 to ... Tue, 09 Oct 2007 01:01:07 GMT Michael Niedermayer <michaelni@gmx.at> [4838727e] avoid generating invalid files fixes issue213 Originally committed ... Mon, 08 Oct 2007 17:44:38 GMT Andreas Öman <andreas@lonelycoder.com> [12d96de3] Manage Picture buffers for fields as well as frames. Pair ... Mon, 08 Oct 2007 17:39:34 GMT Andreas Öman <andreas@lonelycoder.com> [ac6b423b] Fix deblocking for PAFF content Patch by Martin Zlomek, martin d ... Mon, 08 Oct 2007 15:36:57 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [2e85b344] dnxhd 36mbit support Originally committed as revision 10689 to ... Mon, 08 Oct 2007 13:06:48 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [68bc33fa] append extradata atoms when parsing, fix OLOCOONS_O3.mov Originally ... Mon, 08 Oct 2007 12:28:36 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [6cb1d361] typo weigth->weight Originally committed as revision 10687 to ... Mon, 08 Oct 2007 12:23:00 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [cd52a9ca] preliminary 10 bit depth decoding support, still miss generic api to ... Mon, 08 Oct 2007 12:14:43 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [5e301bb] merge Originally committed as revision 10685 to ... Mon, 08 Oct 2007 12:11:19 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [a417d04] 10l, check 'i' validity before using it Originally committed as ... Mon, 08 Oct 2007 12:08:42 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [42d1ffa3] fix 10 bit per comp detection Originally committed as revision ... Mon, 08 Oct 2007 11:27:18 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [fc4cbc16] DNxHD (SMPTE VC-3) encoder Originally committed as revision 10682 ... Mon, 08 Oct 2007 09:14:46 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [69cea75f] export convert_matrix and add ff_ prefix Originally committed as ... Mon, 08 Oct 2007 09:09:19 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [6180ade7] export DCT_common_init and add ff_prefix Originally committed as ... Sun, 07 Oct 2007 23:46:51 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [5a421d53] Re-indent after PAFF MMCO implementation patch. patch by Jeff ... Sun, 07 Oct 2007 23:32:42 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [0ae969fa] Augment MMCO execution to work with both fields and frames. Part of ... Sat, 06 Oct 2007 17:09:30 GMT Måns Rullgård <mans@mansr.com> [6b324648] use pr -n -t instead of non-standard cat -n Originally committed as ... Sat, 06 Oct 2007 15:50:55 GMT Andreas Öman <andreas@lonelycoder.com> [d3d8c02b] Cosmetic renaming variable so that it makes more sense for ... Sat, 06 Oct 2007 15:49:13 GMT Andreas Öman <andreas@lonelycoder.com> [12a09bfa] Augment mmcodecoding process to work properly with fields. Part of ... Sat, 06 Oct 2007 15:47:02 GMT Andreas Öman <andreas@lonelycoder.com> [8a11a969] Edge emulation for fields. Part of PAFF implementation patch by ... Sat, 06 Oct 2007 15:44:58 GMT Andreas Öman <andreas@lonelycoder.com> [fa178ed2] Set Picture.poc for fields and field pairs. Part of PAFF ... Sat, 06 Oct 2007 05:59:14 GMT Andreas Öman <andreas@lonelycoder.com> [f3e53d9f] Modifies macroblock addressing and current macroblock y-position for ... Fri, 05 Oct 2007 13:54:11 GMT Andreas Öman <andreas@lonelycoder.com> [949da388] Support function and changes to reference picture reordering for ... Fri, 05 Oct 2007 13:47:46 GMT Andreas Öman <andreas@lonelycoder.com> [086acdd5] Reindent fill_default_ref_list after changes for PAFF patch by Jeff ... Fri, 05 Oct 2007 13:41:27 GMT Andreas Öman <andreas@lonelycoder.com> [11cc1d8c] Support functions and changes to default reference list creation for ... Thu, 04 Oct 2007 22:41:21 GMT Diego Biurrun <diego@biurrun.de> [98753e9c] license header consistency cosmetics. Originally committed as ... Thu, 04 Oct 2007 20:47:12 GMT Marc Hoffman <mmhoffm@gmail.com> [b9dc3279] blackfin optimized vp3 transform and infastructure for idct ... Thu, 04 Oct 2007 15:13:42 GMT Vladimir Voroshilov <voroshil@gmail.com> [94d9633a] Replace "signed short" typecast with "int16_t" as suggested by Mans ... Thu, 04 Oct 2007 06:53:12 GMT Andreas Öman <andreas@lonelycoder.com> [24231e4c] Reorganize long reference management to minimize code duplication in ... Thu, 04 Oct 2007 06:50:44 GMT Andreas Öman <andreas@lonelycoder.com> [3a22d7fa] Fix Picture.key_frame setting to be compatible with frame and field ... Thu, 04 Oct 2007 06:43:58 GMT Andreas Öman <andreas@lonelycoder.com> [f57e2af6] Fix h->curr_pic_num for field pictures. Necessary for proper PAFF ... Thu, 04 Oct 2007 06:41:49 GMT Andreas Öman <andreas@lonelycoder.com> [c58b7471] Rename variable to make sense in both field and frame contexts ... Thu, 04 Oct 2007 06:38:58 GMT Andreas Öman <andreas@lonelycoder.com> [47e112f8] Further modularize short reference list management for upcoming PAFF ... Thu, 04 Oct 2007 06:37:04 GMT Andreas Öman <andreas@lonelycoder.com> [5a7b254c] Re-indent unreference_pic. patch by Jeff Downs, heydowns a borg d ... Thu, 04 Oct 2007 06:35:46 GMT Andreas Öman <andreas@lonelycoder.com> [8fd57a66] Modify unreference_pic implementation with PAFF in mind. patch by ... Thu, 04 Oct 2007 06:33:26 GMT Andreas Öman <andreas@lonelycoder.com> [bbb3edb] Partial PAFF implementation at macroblock level. PAFF support ... Wed, 03 Oct 2007 19:32:57 GMT Vladimir Voroshilov <voroshil@gmail.com> [330194b9] Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed ... Wed, 03 Oct 2007 17:50:27 GMT Aurelien Jacobs <aurel@gnuage.org> [ba869f6] merge some #ifdef CONFIG_ENCODERS sections Originally committed as ... Wed, 03 Oct 2007 17:47:41 GMT Aurelien Jacobs <aurel@gnuage.org> [c7044814] remove alternative declaration of h263_encode_init() It's never ... Wed, 03 Oct 2007 17:37:22 GMT Aurelien Jacobs <aurel@gnuage.org> [30c23dc0] fix declaration name from MPV_common_init_ppc to ... Wed, 03 Oct 2007 17:35:28 GMT Aurelien Jacobs <aurel@gnuage.org> [06a43040] remove useless #ifdef Originally committed as revision 10653 to ... Wed, 03 Oct 2007 14:01:42 GMT Diego Biurrun <diego@biurrun.de> [f62a9a46] Rename MPV_common_init_ppc to MPV_common_init_altivec, the function ... Wed, 03 Oct 2007 13:49:51 GMT Diego Biurrun <diego@biurrun.de> [b4fb0803] Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of ... Tue, 02 Oct 2007 20:04:39 GMT Andreas Öman <andreas@lonelycoder.com> [9dceaa92] remove unused code, spotted by Jeff Downs, heydowns a borg d com ... Tue, 02 Oct 2007 19:51:18 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [17c9628b] Hopefully fix sparc compilation again, add incorrectly removed ... Tue, 02 Oct 2007 18:18:35 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [d9a5dab2] Remove uses of SIGILL for CPU extension detection, that method is not ... Tue, 02 Oct 2007 14:48:08 GMT Luca Abeni <lucabe72@email.it> [e0d21bfe] Allow to set the maximum number of frames per RTP packet (and add ... Tue, 02 Oct 2007 14:35:20 GMT Andreas Öman <andreas@lonelycoder.com> [0d0447ea] Rename MMCO stuff to prepare for h264/PAFF implementation. patch by ... Tue, 02 Oct 2007 14:25:47 GMT Andreas Öman <andreas@lonelycoder.com> [bcc3476] Cosmetic preparations for h264/PAFF implementation. patch by Jeff ... Tue, 02 Oct 2007 13:14:37 GMT Diego Biurrun <diego@biurrun.de> [b1ef3dfd] 100l: Revert accidental commit, restore previous version. ... Tue, 02 Oct 2007 12:35:23 GMT Diego Biurrun <diego@biurrun.de> [1f3a990b] cosmetics: Fix indentation after last commit. Originally committed ... Tue, 02 Oct 2007 12:34:43 GMT Diego Biurrun <diego@biurrun.de> [eee94748] Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). ... Tue, 02 Oct 2007 12:16:33 GMT Diego Biurrun <diego@biurrun.de> [6c05bab4] Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it ... Tue, 02 Oct 2007 11:39:32 GMT Luca Barbato <lu_zero@gentoo.org> [89523bee] Sanitize altivec code so it can be built with runtime check properly ... Tue, 02 Oct 2007 10:37:59 GMT Diego Biurrun <diego@biurrun.de> [298726ba] cosmetics: Fix AltiVec spelling. Originally committed as revision ... Tue, 02 Oct 2007 10:34:57 GMT Diego Biurrun <diego@biurrun.de> [a1d0b6a2] cosmetics: Fix AltiVec spelling. Originally committed as revision ... Tue, 02 Oct 2007 10:26:42 GMT Diego Biurrun <diego@biurrun.de> [6006a689] cosmetics: Fix indentation after last commit. Originally committed ... Tue, 02 Oct 2007 10:22:22 GMT Diego Biurrun <diego@biurrun.de> [465c9fde] Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains ... Mon, 01 Oct 2007 22:11:10 GMT Diego Biurrun <diego@biurrun.de> [3303926c] Add checking for codecid to has_codec_parameters(). patch by Ronald ... Mon, 01 Oct 2007 19:49:50 GMT Roberto Togni <r_togni@tiscali.it> [64d8ef0b] Fix seek regression test for ac3 in rm after r10634 Needed because ... Mon, 01 Oct 2007 19:48:02 GMT Roberto Togni <r_togni@tiscali.it> [bf415121] dnet audio needs avparser to work with the lavc ac3 decoder. Fixes ... Mon, 01 Oct 2007 14:23:36 GMT Diego Biurrun <diego@biurrun.de> [7fd7259a] Remove const vector macro indirection that is useless and obfuscating ... Mon, 01 Oct 2007 14:16:07 GMT Diego Biurrun <diego@biurrun.de> [cd195f14] Remove Metrowerks compiler workaround. Originally committed as ... Mon, 01 Oct 2007 14:10:49 GMT Diego Biurrun <diego@biurrun.de> [dead9db8] Remove Metrowerks compiler workaround. Originally committed as ... Mon, 01 Oct 2007 05:56:30 GMT Loren Merritt <lorenm@u.washington.edu> [286127c5] div -> mul Originally committed as revision 10630 to ... Sun, 30 Sep 2007 04:09:10 GMT Diego Biurrun <diego@biurrun.de> [8eb1c1cd] Remove redundant banner output from ffserver. patch by Stefano ... Sun, 30 Sep 2007 03:36:13 GMT Loren Merritt <lorenm@u.washington.edu> [b8de3429] simplify lpc Originally committed as revision 10628 to ... Sun, 30 Sep 2007 03:01:56 GMT Loren Merritt <lorenm@u.washington.edu> [d1a5c421] 20% faster lpc, 6% overall flac decoding Originally committed as ... Sun, 30 Sep 2007 02:12:03 GMT Loren Merritt <lorenm@u.washington.edu> [08965b2] replace FIR with finite differences. 3x faster ... Sat, 29 Sep 2007 23:44:34 GMT Loren Merritt <lorenm@u.washington.edu> [bfdd5bc1] unroll finite differences to avoid swapping registers. 1.5x faster ... Sat, 29 Sep 2007 23:21:57 GMT Loren Merritt <lorenm@u.washington.edu> [a309dce7] encode_residual_fixed(): replace FIR with finite differences. 4x ... Sat, 29 Sep 2007 22:47:34 GMT Diego Biurrun <diego@biurrun.de> [0b04ebb] Add support for AMV variants of AVI files. patch by Vladimir ... Sat, 29 Sep 2007 22:33:24 GMT Diego Biurrun <diego@biurrun.de> [7b933617] Mention SPARC optimizations. Originally committed as revision 10622 ... Sat, 29 Sep 2007 22:31:18 GMT Loren Merritt <lorenm@u.washington.edu> [6810b93] sse2 version of compute_autocorr(). 4x faster than c (somehow, even ...