# # ChangeLog for / in ffmpeg # # Generated by Trac 1.6 # Jan 26, 2025, 8:23:45 PM Mon, 05 Nov 2007 18:16:42 GMT Jeff Downs <heydowns@borg.com> [84a8596d] Correct assignment of interlaced_frame; was being set on output ... Mon, 05 Nov 2007 12:25:10 GMT Luca Abeni <lucabe72@email.it> [18c05a37] Do not send too many RTCP packets (according to RFC 3550, the minimum ... Mon, 05 Nov 2007 10:15:20 GMT Luca Abeni <lucabe72@email.it> [0aa7a2e6] Use a symbolic name for the payload size of an RTCP Sender Report ... Mon, 05 Nov 2007 09:24:16 GMT Benoit Fouet <benoit.fouet@free.fr> [40b67a56] Fix mov checksums following r10852. Originally committed as ... Sun, 04 Nov 2007 23:00:22 GMT Diego Biurrun <diego@biurrun.de> [1c2211bd] Quote paths in uninstall commands where necessary. Originally ... Sun, 04 Nov 2007 22:51:49 GMT Diego Biurrun <diego@biurrun.de> [47a1ae1b] Add some parentheses to clarify operator precedence, fixes the ... Sun, 04 Nov 2007 19:52:08 GMT Andreas Öman <andreas@lonelycoder.com> [5b5bd7c9] make sure the mpeg audio header is valid before passing it to ... Sun, 04 Nov 2007 12:55:32 GMT Diego Biurrun <diego@biurrun.de> [f9def9cc] Remove libvorbis Vorbis decoding support. Our native decoder is ... Sun, 04 Nov 2007 12:46:16 GMT Diego Biurrun <diego@biurrun.de> [b7a42d14] Enable debug variable only when debug code is enabled, fixes the ... Sun, 04 Nov 2007 12:34:46 GMT Diego Biurrun <diego@biurrun.de> [a680708] The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped. ... Sun, 04 Nov 2007 10:27:32 GMT Benjamin Larsson <banan@ludd.ltu.se> [f83579b1] Remove unused variable Originally committed as revision 10922 to ... Sun, 04 Nov 2007 02:20:12 GMT Ramiro Polla <ramiro.polla@gmail.com> [8138b9db] List enabled code in configure output Originally committed as ... Sun, 04 Nov 2007 02:15:53 GMT Ramiro Polla <ramiro.polla@gmail.com> [bf0c4afa] Speed up show_list Originally committed as revision 10920 to ... Sun, 04 Nov 2007 02:03:36 GMT Ramiro Polla <ramiro.polla@gmail.com> [1b1656c6] Warn user if bitrate parameter is too low Originally committed as ... Sun, 04 Nov 2007 01:42:18 GMT Ramiro Polla <ramiro.polla@gmail.com> [46a845d0] The Windows Help Forum is not ffmpeg-user for Windows Originally ... Sun, 04 Nov 2007 01:25:21 GMT Diego Biurrun <diego@biurrun.de> [a045e515] Move external library codec registration to a separate section after ... Sun, 04 Nov 2007 00:06:33 GMT Justin Ruggles <justin.ruggles@gmail.com> [0cb2774a] Add decoding support for variable block size FLAC files using the ... Sat, 03 Nov 2007 23:54:50 GMT Justin Ruggles <justin.ruggles@gmail.com> [e471443a] Add support for FLAC's new RICE2 entropy coding method. Patch by Josh ... Sat, 03 Nov 2007 22:42:20 GMT Aurelien Jacobs <aurel@gnuage.org> [9abf2433] add support for demuxing Electronic Arts .cdata files based on a ... Sat, 03 Nov 2007 22:37:18 GMT Aurelien Jacobs <aurel@gnuage.org> [271b4095] add Electronic Arts XAS ADPCM decoder based on a patch from Peter ... Sat, 03 Nov 2007 18:29:16 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [7798b42d] Add ff_ prefix to get_v() Originally committed as revision 10912 to ... Sat, 03 Nov 2007 18:26:42 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [897d3eef] Make get_v() available to the other demuxers Originally committed ... Sat, 03 Nov 2007 14:57:26 GMT Michael Niedermayer <michaelni@gmx.at> [0c904db1] typo Originally committed as revision 10910 to ... Sat, 03 Nov 2007 14:34:25 GMT Benjamin Larsson <banan@ludd.ltu.se> [eb1c687b] Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: ... Sat, 03 Nov 2007 13:48:30 GMT Michael Niedermayer <michaelni@gmx.at> [c6dcd0d7] fix misdetection of mp3could_not_find_codec_parameters.mp3 ... Sat, 03 Nov 2007 06:43:29 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [d447fc31] Seek regression for RM demuxer fix Originally committed as revision ... Fri, 02 Nov 2007 19:48:13 GMT Guillaume Poirier <gpoirier@mplayerhq.hu> [0ee97f0d] Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A ... Fri, 02 Nov 2007 06:40:42 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [24e649af] Split Musepack decoder into SV7 decoder and synth core (for upcoming ... Thu, 01 Nov 2007 18:40:42 GMT Aurelien Jacobs <aurel@gnuage.org> [76c443c6] move adx.c to adxdec.c Originally committed as revision 10904 to ... Thu, 01 Nov 2007 18:38:15 GMT Aurelien Jacobs <aurel@gnuage.org> [c31dea61] split adx encoder in its own file Originally committed as revision ... Thu, 01 Nov 2007 18:03:26 GMT Aurelien Jacobs <aurel@gnuage.org> [4f95f80e] remove useless debug func Originally committed as revision 10902 to ... Thu, 01 Nov 2007 18:02:03 GMT Aurelien Jacobs <aurel@gnuage.org> [2009c7fc] revert part of r10899 which was not intended Originally committed ... Thu, 01 Nov 2007 17:58:03 GMT Aurelien Jacobs <aurel@gnuage.org> [c4cc3610] cleanup and simplify adx_decode_header() Originally committed as ... Thu, 01 Nov 2007 17:50:05 GMT Aurelien Jacobs <aurel@gnuage.org> [6177c7ef] remove useless initialization to 0 of adx context Originally ... Thu, 01 Nov 2007 16:04:30 GMT Aurelien Jacobs <aurel@gnuage.org> [ad8df79b] simplify dpcm decoders declaration using a macro Originally ... Thu, 01 Nov 2007 15:55:50 GMT Aurelien Jacobs <aurel@gnuage.org> [e916de2c] remove useless #undef Originally committed as revision 10897 to ... Thu, 01 Nov 2007 15:54:28 GMT Aurelien Jacobs <aurel@gnuage.org> [c33ed2aa] remove unreachable code Originally committed as revision 10896 to ... Thu, 01 Nov 2007 15:52:37 GMT Aurelien Jacobs <aurel@gnuage.org> [01370349] cosmetics: alignment Originally committed as revision 10895 to ... Thu, 01 Nov 2007 15:51:51 GMT Aurelien Jacobs <aurel@gnuage.org> [f6e2300f] don't register adpcm encoders which are not implemented Originally ... Thu, 01 Nov 2007 11:51:51 GMT Guillaume Poirier <gpoirier@mplayerhq.hu> [22baf42c] doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini- ... Thu, 01 Nov 2007 09:02:29 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [83c95cd4] Revert get_num() to old behaviour in order to handle incorrect RMs ... Thu, 01 Nov 2007 01:59:22 GMT Michael Niedermayer <michaelni@gmx.at> [0ac07031] check av_interleaved_write_frame() return fixes issue149 ... Thu, 01 Nov 2007 00:17:18 GMT Aurelien Jacobs <aurel@gnuage.org> [7c032a3] cosmetics: sort Originally committed as revision 10890 to ... Wed, 31 Oct 2007 22:39:10 GMT Michael Niedermayer <michaelni@gmx.at> [c5d99f2b] prefer our native vorbis decoder over libvorbis Originally ... Wed, 31 Oct 2007 22:36:06 GMT Michael Niedermayer <michaelni@gmx.at> [e14356c8] fix issue130 Originally committed as revision 10888 to ... Wed, 31 Oct 2007 22:10:34 GMT Michael Niedermayer <michaelni@gmx.at> [c8652b5] support flv with invalid header fixes issue43 Originally committed ... Wed, 31 Oct 2007 21:35:50 GMT Michael Niedermayer <michaelni@gmx.at> [6f910bcf] factorize stream creation Originally committed as revision 10886 to ... Wed, 31 Oct 2007 11:38:08 GMT Diego Biurrun <diego@biurrun.de> [ff21c1b0] Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command. ... Wed, 31 Oct 2007 11:35:10 GMT Diego Biurrun <diego@biurrun.de> [1d5fab9] Remove unused variables, fixes the following warnings: siff.c:187: ... Wed, 31 Oct 2007 07:27:38 GMT Luca Abeni <lucabe72@email.it> [51844e6] Take the target address family in account when determining the family ... Wed, 31 Oct 2007 07:08:12 GMT Luca Abeni <lucabe72@email.it> [7d8576c] Reindent after last commit Originally committed as revision 10882 ... Wed, 31 Oct 2007 07:02:30 GMT Luca Abeni <lucabe72@email.it> [d607861c] Resolve hosts and bind sockets even when the local_port is not set ... Tue, 30 Oct 2007 23:20:26 GMT Aurelien Jacobs <aurel@gnuage.org> [fac84d3c] EA IMA EACS decoder original patch by Peter Ross Originally ... Tue, 30 Oct 2007 23:12:18 GMT Aurelien Jacobs <aurel@gnuage.org> [7bb65d89] EA IMA SEAD decoder original patch by Peter Ross Originally ... Tue, 30 Oct 2007 20:07:31 GMT Víctor Paesa <victorpaesa@googlemail.com> [29c3d42b] Leverage MinGW's llrint() in Cygwin compilations. Originally ... Tue, 30 Oct 2007 15:32:52 GMT Luca Abeni <lucabe72@email.it> [e76e2bb] Mark the source buffer as "const" Originally committed as revision ... Tue, 30 Oct 2007 08:10:45 GMT Luca Abeni <lucabe72@email.it> [ecdcbbf6] If local port n is not available, try n + 2 instead of continuing to ... Tue, 30 Oct 2007 08:01:48 GMT Diego Biurrun <diego@biurrun.de> [2a4592fe] Clarify comment about gcc -MM. Originally committed as revision ... Tue, 30 Oct 2007 07:54:18 GMT Diego Biurrun <diego@biurrun.de> [582c1c47] Declare libpostproc prerequisites directly instead of using a layer ... Tue, 30 Oct 2007 00:01:25 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [992e78f5] rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to ... Mon, 29 Oct 2007 09:38:37 GMT Luca Abeni <lucabe72@email.it> [990e989f] Remove redundant prototype Originally committed as revision 10872 ... Mon, 29 Oct 2007 09:15:35 GMT Luca Abeni <lucabe72@email.it> [c971ff1] Remove the inclusion of rtsp.h and rtp.h from avformat.h, and ... Sun, 28 Oct 2007 22:56:41 GMT Nico Sabbi <nicola.sabbi@poste.it> [c1a4cdf9] removed unused variables accidentally introduced in ... Sun, 28 Oct 2007 22:11:07 GMT Aurelien Jacobs <aurel@gnuage.org> [39f79f26] rename crc.c to crcenc.c Originally committed as revision 10869 to ... Sun, 28 Oct 2007 22:08:09 GMT Aurelien Jacobs <aurel@gnuage.org> [6b6adf2b] move framecrc muxer in its own file Originally committed as ... Sat, 27 Oct 2007 18:50:08 GMT Nico Sabbi <nicola.sabbi@poste.it> [a15bc651] reindented after previous commit Originally committed as revision ... Sat, 27 Oct 2007 18:46:25 GMT Nico Sabbi <nicola.sabbi@poste.it> [50e143c4] added option programid to select the program to use and relative code ... Sat, 27 Oct 2007 13:39:19 GMT Loren Merritt <lorenm@u.washington.edu> [90f03441] remove a branch from an inner loop. 1% faster flac encoding. ... Fri, 26 Oct 2007 20:02:11 GMT Nico Sabbi <nicola.sabbi@poste.it> [f473666f] print newline after program id even when the name is missing ... Fri, 26 Oct 2007 15:12:55 GMT Luca Abeni <lucabe72@email.it> [759d98d0] Explicitly include rtp.h (needed for rtp_get_payload_type()) ... Fri, 26 Oct 2007 11:36:11 GMT Luca Abeni <lucabe72@email.it> [a385446] Remove prototype for non-existent function Originally committed as ... Thu, 25 Oct 2007 21:17:39 GMT Aurelien Jacobs <aurel@gnuage.org> [97e6ee20] probe files starting with the 1SNh tag Originally committed as ... Thu, 25 Oct 2007 21:10:18 GMT Aurelien Jacobs <aurel@gnuage.org> [94e8c227] don't use #define with names starting with _ Originally committed ... Thu, 25 Oct 2007 20:38:49 GMT Aurelien Jacobs <aurel@gnuage.org> [98168220] add parsing of 1SNh header in the EA demuxer Originally committed ... Thu, 25 Oct 2007 10:11:15 GMT Diego Biurrun <diego@biurrun.de> [63bb42fb] Remove unused variable, fixes warning: utils.c: In function ... Wed, 24 Oct 2007 21:44:20 GMT Aurelien Jacobs <aurel@gnuage.org> [44626387] avoid infinite loop at the end of files which are not properly ... Wed, 24 Oct 2007 20:49:42 GMT Aurelien Jacobs <aurel@gnuage.org> [e7583962] EA ADPCM R1, R2 and R3 decoder original patch by Peter Ross ... Wed, 24 Oct 2007 19:19:02 GMT Diego Biurrun <diego@biurrun.de> [d2bbb2f7] Rename --disable-opts option to --disable-optimizations in order to ... Wed, 24 Oct 2007 19:17:15 GMT Diego Biurrun <diego@biurrun.de> [8400d6b8] Rename optimize variable to the slightly more meaningful ... Wed, 24 Oct 2007 14:22:56 GMT Benoit Fouet <benoit.fouet@free.fr> [cfac9ec7] Cosmetics: indentation. Originally committed as revision 10853 to ... Wed, 24 Oct 2007 14:20:15 GMT Benoit Fouet <benoit.fouet@free.fr> [89a0d790] Prevent mov muxer from writing empty udta atoms. Originally ... Wed, 24 Oct 2007 04:56:22 GMT Andreas Öman <andreas@lonelycoder.com> [8862fb41] add support for reading duration from VBRI-tag in mp3 files ... Wed, 24 Oct 2007 04:54:44 GMT Jeff Downs <heydowns@borg.com> [3a1d3588] Move setting of key frame flag for intra-only codecs, ignoring key ... Wed, 24 Oct 2007 03:26:10 GMT Ramiro Polla <ramiro.polla@gmail.com> [c1989552] Updated and rewritten Windows-related documentation. Originally ... Tue, 23 Oct 2007 22:28:57 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [3d2308b0] use FFMIN Originally committed as revision 10848 to ... Tue, 23 Oct 2007 17:28:30 GMT Andreas Öman <andreas@lonelycoder.com> [478638ab] fix indent Originally committed as revision 10847 to ... Tue, 23 Oct 2007 17:10:41 GMT Andreas Öman <andreas@lonelycoder.com> [db233e83] cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI ... Tue, 23 Oct 2007 13:35:20 GMT Andreas Öman <andreas@lonelycoder.com> [ca851a3a] add support for reading duration from Xing-tag in mp3 files ... Tue, 23 Oct 2007 06:51:44 GMT Diego Biurrun <diego@biurrun.de> [71fa13e8] Simplify install-libs prerequisite generation. Originally committed ... Mon, 22 Oct 2007 21:06:04 GMT Aurelien Jacobs <aurel@gnuage.org> [39fe9d79] convert a if() into a switch() to ease addition of new tags to probe ... Mon, 22 Oct 2007 18:09:10 GMT Diego Biurrun <diego@biurrun.de> [ef59bf60] Fix uninstall-vhook, SLIBSUF was being left out. Originally ... Mon, 22 Oct 2007 18:01:33 GMT Diego Biurrun <diego@biurrun.de> [282db5f] Fix make install of man pages when PROGS is empty. Originally ... Mon, 22 Oct 2007 18:00:31 GMT Diego Biurrun <diego@biurrun.de> [1217916b] Fix make install when PROGS is empty. Originally committed as ... Mon, 22 Oct 2007 17:21:38 GMT Diego Biurrun <diego@biurrun.de> [e1a3a63f] Further simplify install-progs prerequisites, no need to duplicate ... Mon, 22 Oct 2007 17:15:12 GMT Diego Biurrun <diego@biurrun.de> [c4fa7ebc] Simplify install-progs prerequisite declaration. Originally ... Mon, 22 Oct 2007 15:13:10 GMT Diego Biurrun <diego@biurrun.de> [3a994ca4] Clarify comment block and rewrite in better English. Originally ... Mon, 22 Oct 2007 14:36:14 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [8622613d] fix issue 225, instead of stoping when wrong atom size is found, ... Mon, 22 Oct 2007 10:23:38 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [bf672ac7] Use simple IDCT for now Originally committed as revision 10835 to ... Mon, 22 Oct 2007 10:22:36 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [c6137a61] Remove incorrect and unneeded code Originally committed as revision ... Mon, 22 Oct 2007 06:01:38 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [66f7679c] Beam Software SIFF demuxer and video decoder Originally committed ...