#
# ChangeLog for / in ffmpeg
#
# Generated by Trac 1.6
# Jan 24, 2025, 2:53:34 PM

Mon, 03 Dec 2007 13:01:53 GMT Diego Biurrun <diego@biurrun.de> [a660c52a]

	cosmetics: comment spelling fixes

	Originally committed as revision ...


Mon, 03 Dec 2007 12:46:20 GMT Diego Biurrun <diego@biurrun.de> [7827885c]

	Fix make checkheaders.

	Originally committed as revision 11156 to ...


Mon, 03 Dec 2007 11:03:16 GMT Diego Biurrun <diego@biurrun.de> [f2c68f9c]

	cosmetics: spelling fixes

	Originally committed as revision 11155 to ...


Mon, 03 Dec 2007 10:44:25 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [44fb8ebb]

	fix dnxhd 720p in mov for quicktime player

	Originally committed as ...


Mon, 03 Dec 2007 10:24:42 GMT Michael Niedermayer <michaelni@gmx.at> [a57c41b2]

	add assert to detect invalid packet_timestamp_start/end
	(that is ...


Mon, 03 Dec 2007 10:23:09 GMT Michael Niedermayer <michaelni@gmx.at> [7548783b]

	correct invalid duration

	Originally committed as revision 11152 to ...


Mon, 03 Dec 2007 10:03:32 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [6b80f1a1]

	add const to remove warnings, ffmpeg.c:2892: warning: initialization ...


Mon, 03 Dec 2007 10:02:26 GMT Michael Niedermayer <michaelni@gmx.at> [3d86e370]

	make rc_buffer_size apply to audio as well

	Originally committed as ...


Mon, 03 Dec 2007 09:37:06 GMT Michael Niedermayer <michaelni@gmx.at> [7e1720de]

	make mpeg-ps probe less happy with random data
	fixes missdetection ...


Mon, 03 Dec 2007 09:26:44 GMT Michael Niedermayer <michaelni@gmx.at> [2db97113]

	return a slightly larger score if we find more than 500 valid mp3 ...


Mon, 03 Dec 2007 08:27:04 GMT Michael Niedermayer <michaelni@gmx.at> [5ef5501b]

	ensure that the probe code runs in O(n)

	Originally committed as ...


Mon, 03 Dec 2007 06:59:48 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [fda767bb]

	Rename function to reflect its action

	Originally committed as ...


Mon, 03 Dec 2007 04:50:01 GMT Michael Niedermayer <michaelni@gmx.at> [890d2799]

	remove arbitrary 4096 limit for probing

	Originally committed as ...


Mon, 03 Dec 2007 04:49:01 GMT Michael Niedermayer <michaelni@gmx.at> [5110d151]

	prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 ...


Mon, 03 Dec 2007 02:05:31 GMT Michael Niedermayer <michaelni@gmx.at> [e515221]

	Remove rc_eq-specific code, it is passed by AVOption now.
 ...


Mon, 03 Dec 2007 01:46:32 GMT Michael Niedermayer <michaelni@gmx.at> [4b59cf6c]

	Fix non-numeric AVOptions.

	Originally committed as revision 11142 ...


Mon, 03 Dec 2007 01:06:00 GMT Michael Niedermayer <michaelni@gmx.at> [b81f2b3d]

	simplify

	Originally committed as revision 11141 to ...


Mon, 03 Dec 2007 01:03:54 GMT Michael Niedermayer <michaelni@gmx.at> [24cdc39e]

	make the AVOption code work with strings instead of crash
 ...


Sun, 02 Dec 2007 23:27:01 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [1fe47470]

	Make ff_qt_default_palette_* arrays "static const"

	Originally ...


Sun, 02 Dec 2007 22:04:21 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [77777f0d]

	Some spelling fixes in comments

	Originally committed as revision ...


Sun, 02 Dec 2007 21:52:43 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [73a727f]

	Make ff_mkv_codec_tags array const, it is never written.

	Originally ...


Sun, 02 Dec 2007 21:12:43 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [b639896]

	Use the correct "const float *" type for variable instead of casting ...


Sun, 02 Dec 2007 21:11:43 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [5db3c3bc]

	Add missing const to last argument of decode_significance_8x8_x86. ...


Sun, 02 Dec 2007 19:28:20 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [c20d3ce]

	indentation

	Originally committed as revision 11134 to ...


Sun, 02 Dec 2007 19:27:19 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [cc3a9708]

	dnxhd 720p encoding and decoding support

	Originally committed as ...


Sun, 02 Dec 2007 19:22:38 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [df745b9c]

	cosmetics, encode_variance -> encode_fast

	Originally committed as ...


Sun, 02 Dec 2007 19:20:46 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [78532b05]

	fix corner case when qscale 1 bits < frame bits but max bits with ...


Sun, 02 Dec 2007 18:44:29 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [79cf2c7e]

	RealVideo 3 decoder functions

	Originally committed as revision ...


Sun, 02 Dec 2007 17:51:05 GMT Roberto Togni <r_togni@tiscali.it> [47ac2b0d]

	Fix muxer so that generated files are playable by realplayer, other ...


Sun, 02 Dec 2007 17:46:27 GMT Roberto Togni <r_togni@tiscali.it> [ec28509f]

	Fix regression tests after r11127 and 11129
	Patch by kostya
 ...


Sun, 02 Dec 2007 17:41:12 GMT Roberto Togni <r_togni@tiscali.it> [e3052ce]

	Revert r10892, it's wrong and no longer needed to prevent crashes
 ...


Sun, 02 Dec 2007 15:43:08 GMT Diego Biurrun <diego@biurrun.de> [56cc85a0]

	Misc spelling fixes, prefer American over British English.
 ...


Sun, 02 Dec 2007 14:07:01 GMT Diego Biurrun <diego@biurrun.de> [737278c8]

	Fix some spelling typos

	Originally committed as revision 25245 to ...


Sun, 02 Dec 2007 14:06:28 GMT Diego Biurrun <diego@biurrun.de> [d0b53d05]

	Fix some spelling mistakes.

	Originally committed as revision 11125 ...


Sun, 02 Dec 2007 06:24:34 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [74971185]

	RV30/40 common VLC tables

	Originally committed as revision 11124 to ...


Sat, 01 Dec 2007 22:35:38 GMT Vitor Sessak <vitor1001@gmail.com> [f87d2632]

	Fix alignment broke by my last patch

	Originally committed as ...


Sat, 01 Dec 2007 22:21:04 GMT Vitor Sessak <vitor1001@gmail.com> [52b541ad]

	spelling

	Originally committed as revision 11122 to ...


Sat, 01 Dec 2007 15:41:35 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [329851e0]

	TIFF may omit compression tag.

	This fixes issue 276.

	Originally ...


Sat, 01 Dec 2007 12:05:59 GMT Diego Biurrun <diego@biurrun.de> [7338d368]

	succes --> success typo

	Originally committed as revision 11120 to ...


Sat, 01 Dec 2007 09:39:59 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [892a4c2d]

	Fix nodes[nb_codes*2-1].count being uninitialized and used to ...


Sat, 01 Dec 2007 00:21:43 GMT Michael Niedermayer <michaelni@gmx.at> [5d702d6d]

	senseless cast and ()

	Originally committed as revision 11118 to ...


Sat, 01 Dec 2007 00:19:44 GMT Michael Niedermayer <michaelni@gmx.at> [90901860]

	stupid code (casting of void*) found by checktree.sh

	Originally ...


Sat, 01 Dec 2007 00:07:51 GMT Michael Niedermayer <michaelni@gmx.at> [7fffc879]

	1000l _reserved  (found by checktree.sh)

	Originally committed as ...


Fri, 30 Nov 2007 21:51:34 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [4c1e509c]

	wma_decode_superframe always returns s->block_align, so make
	sure we ...


Fri, 30 Nov 2007 14:08:00 GMT Diego Biurrun <diego@biurrun.de> [2d4e0c1a]

	Fix make checkheaders, #include <inttypes.h> was missing.
 ...


Fri, 30 Nov 2007 13:21:20 GMT Diego Biurrun <diego@biurrun.de> [bc279024]

	Comment some #endif directives.

	Originally committed as revision ...


Thu, 29 Nov 2007 15:09:24 GMT Michael Niedermayer <michaelni@gmx.at> [0063c05c]

	fix segfault with interlaced h.264

	Originally committed as revision ...


Thu, 29 Nov 2007 08:35:05 GMT Luca Abeni <lucabe72@email.it> [e8acf0ed]

	Suppress the "redirector hack" from ...


Wed, 28 Nov 2007 19:51:59 GMT Andreas Öman <andreas@lonelycoder.com> [fe2b276c]

	Bump lavf minor due to addition of
	av_url_read_fplay(), ...


Wed, 28 Nov 2007 19:46:49 GMT Andreas Öman <andreas@lonelycoder.com> [e7e4810a]

	Extend ByteIOContext and add the buffered IO functions: ...


Wed, 28 Nov 2007 14:27:53 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [6b493b2]

	MLP/TrueHD parser
	Patch by Ian Caulfield, ian D caulfield <at> gmail ...


Wed, 28 Nov 2007 12:41:35 GMT Diego Biurrun <diego@biurrun.de> [0fe93f0]

	Clarify documentation for avcodec_encode_audio.
	patch by Stefano ...


Wed, 28 Nov 2007 00:59:19 GMT Michael Niedermayer <michaelni@gmx.at> [1c715415]

	frame_size vs. frame_size*channels bug

	Originally committed as ...


Tue, 27 Nov 2007 22:57:26 GMT Aurelien Jacobs <aurel@gnuage.org> [bb6cc730]

	remove some unused ff_p* vars from dsputil

	Originally committed as ...


Tue, 27 Nov 2007 22:56:15 GMT Aurelien Jacobs <aurel@gnuage.org> [dbb5fdbd]

	remove useless #ifdef around extern declaration

	Originally ...


Tue, 27 Nov 2007 22:54:46 GMT Aurelien Jacobs <aurel@gnuage.org> [7c35b551]

	cosmetics: indentation

	Originally committed as revision 11104 to ...


Tue, 27 Nov 2007 22:54:18 GMT Aurelien Jacobs <aurel@gnuage.org> [51ac8822]

	convert some #ifdef CONFIG_ to if(ENABLE_

	Originally committed as ...


Tue, 27 Nov 2007 22:42:55 GMT Aurelien Jacobs <aurel@gnuage.org> [5b67ce2a]

	build vc1dsp_mmx.c in its own compilation unit

	Originally committed ...


Tue, 27 Nov 2007 22:36:15 GMT Aurelien Jacobs <aurel@gnuage.org> [43de5065]

	use ff_ prefix for extern vars

	Originally committed as revision ...


Tue, 27 Nov 2007 22:23:34 GMT Aurelien Jacobs <aurel@gnuage.org> [182f56c]

	make ff_p* vars extern so that they can be used in various *_mmx.c ...


Tue, 27 Nov 2007 22:00:45 GMT Aurelien Jacobs <aurel@gnuage.org> [713b0bf]

	10l: init_get_bits want size in bits, not bytes

	Originally ...


Tue, 27 Nov 2007 21:30:10 GMT Aurelien Jacobs <aurel@gnuage.org> [48b36ec2]

	cosmetics: alignment

	Originally committed as revision 11098 to ...


Tue, 27 Nov 2007 15:38:54 GMT Diego Biurrun <diego@biurrun.de> [c47e20e6]

	spelling cosmetics

	Originally committed as revision 11097 to ...


Tue, 27 Nov 2007 11:42:09 GMT Diego Biurrun <diego@biurrun.de> [93115b82]

	Add #include "os_support.h" to restore OS/2 support.
	patch by Dave ...


Tue, 27 Nov 2007 11:27:50 GMT Diego Biurrun <diego@biurrun.de> [d2f5fe7c]

	Remove possibly misleading comments.

	Originally committed as ...


Tue, 27 Nov 2007 05:32:04 GMT D Richard Felker III <dalias@aerifal.cx> [de39d62c]

	sync message with modern ffmpeg bitrate option syntax.
	note: this ...


Sun, 25 Nov 2007 17:31:55 GMT Aurelien Jacobs <aurel@gnuage.org> [28e7453]

	remove some empty close/init functions in avcodec
	patch by Alex
 ...


Sun, 25 Nov 2007 16:32:47 GMT Aurelien Jacobs <aurel@gnuage.org> [725d86bf]

	add pcm_s16le_planar support for electronicarts files

	Originally ...


Sun, 25 Nov 2007 16:23:42 GMT Aurelien Jacobs <aurel@gnuage.org> [4d4f59d7]

	split wmv2 encoder and decoder in their own files

	Originally ...


Sun, 25 Nov 2007 09:43:35 GMT Guillaume Poirier <gpoirier@mplayerhq.hu> [ac40ce42]

	Typo fix. Previous version had some picture error building up until ...


Sat, 24 Nov 2007 17:42:16 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [e082f4a8]

	Data tables for future RV30/40 decoder

	Originally committed as ...


Sat, 24 Nov 2007 14:34:25 GMT Guillaume Poirier <gpoirier@mplayerhq.hu> [d3a9c44e]

	Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET ...


Sat, 24 Nov 2007 10:08:02 GMT Diego Biurrun <diego@biurrun.de> [f0a838e5]

	Add missing #includes to fix 'make checkheaders'.

	Originally ...


Sat, 24 Nov 2007 07:09:32 GMT Andreas Öman <andreas@lonelycoder.com> [536333a0]

	Extend URLProtocol with new function pointers and api functions for ...


Fri, 23 Nov 2007 12:55:50 GMT Luca Abeni <lucabe72@email.it> [23c0634c]

	Link libavdevice against libavutil, libavcodec, and libavformat
	(fix ...


Fri, 23 Nov 2007 12:02:41 GMT Diego Biurrun <diego@biurrun.de> [52a9cf34]

	Fix out of tree builds after introduction of libavdevice.
 ...


Fri, 23 Nov 2007 11:41:01 GMT Diego Biurrun <diego@biurrun.de> [34c9d454]

	Keep -L flags before corresponding -l flags.

	Originally committed ...


Fri, 23 Nov 2007 11:09:28 GMT Diego Biurrun <diego@biurrun.de> [7483e694]

	cosmetics: Consistently indent with 4 spaces, break some long lists ...


Fri, 23 Nov 2007 08:07:23 GMT Luca Abeni <lucabe72@email.it> [c4035e5d]

	Fix the creation of alldevices.c (create it without any rename). ...


Fri, 23 Nov 2007 00:52:56 GMT Diego Biurrun <diego@biurrun.de> [f8a80fd6]

	main() --> main(void)

	Originally committed as revision 11079 to ...


Fri, 23 Nov 2007 00:47:39 GMT Diego Biurrun <diego@biurrun.de> [541432c3]

	spelling

	Originally committed as revision 11078 to ...


Thu, 22 Nov 2007 16:10:02 GMT Luca Abeni <lucabe72@email.it> [c721d803]

	Introduce libavdevice

	Originally committed as revision 11077 to ...


Thu, 22 Nov 2007 14:13:23 GMT Luca Barbato <lu_zero@gentoo.org> [489b0d4]

	Make av_read_frame with rtsp client return EINTR on interrupt
	patch ...


Thu, 22 Nov 2007 10:27:58 GMT Diego Biurrun <diego@biurrun.de> [594ff7cc]

	comment spelling/grammar fixes

	Originally committed as revision ...


Thu, 22 Nov 2007 02:27:39 GMT Ramiro Polla <ramiro.polla@gmail.com> [a5e979f4]

	os_support.h is also needed for usleep and lseek on MinGW.
 ...


Wed, 21 Nov 2007 22:41:31 GMT Guillaume Poirier <gpoirier@mplayerhq.hu> [82821c9]

	add VC-1 MMX DSP functions, under MIT license.
	patch by Christophe ...


Wed, 21 Nov 2007 16:33:06 GMT Luca Abeni <lucabe72@email.it> [087b3272]

	Include os_support.h only when needed

	Originally committed as ...


Wed, 21 Nov 2007 10:26:11 GMT Luca Barbato <lu_zero@gentoo.org> [a960a1e0]

	Make av_read_frame with rtsp client return EINTR on interrupt
	patch ...


Wed, 21 Nov 2007 07:41:00 GMT Andreas Öman <andreas@lonelycoder.com> [899681cd]

	Use dynamically allocated ByteIOContext in AVFormatContext

	patch ...


Tue, 20 Nov 2007 13:42:43 GMT Diego Biurrun <diego@biurrun.de> [79815f62]

	Fix wrong error message.
	patch by Stefano Sabatini, ...


Tue, 20 Nov 2007 11:18:52 GMT Diego Biurrun <diego@biurrun.de> [e5af4a11]

	main() --> main(void)

	Originally committed as revision 11069 to ...


Tue, 20 Nov 2007 11:18:24 GMT Diego Biurrun <diego@biurrun.de> [db817cf3]

	whitespace consistency cosmetics

	Originally committed as revision ...


Mon, 19 Nov 2007 20:33:25 GMT Michael Niedermayer <michaelni@gmx.at> [e59d9328]

	cosmetic (x==NULL -> !x)

	Originally committed as revision 11067 to ...


Mon, 19 Nov 2007 20:30:00 GMT Michael Niedermayer <michaelni@gmx.at> [5b2052b3]

	cosmetic (place { consistently)

	Originally committed as revision ...


Mon, 19 Nov 2007 20:28:11 GMT Roberto Togni <r_togni@tiscali.it> [2b013568]

	Replace realloc with free+malloc, the previous content of the buffer ...


Mon, 19 Nov 2007 20:26:35 GMT Michael Niedermayer <michaelni@gmx.at> [0dd954b1]

	cosmetic (remove != 0 / != NULL)

	Originally committed as revision ...


Mon, 19 Nov 2007 20:18:30 GMT Michael Niedermayer <michaelni@gmx.at> [e1c48b7a]

	use sizeof in snprintf (note the changed code is all under #if 0)
 ...


Mon, 19 Nov 2007 20:14:46 GMT Michael Niedermayer <michaelni@gmx.at> [2867ed9]

	check region depth for validity
	(32/64/128 would crash at least due ...


Mon, 19 Nov 2007 10:40:11 GMT Luca Abeni <lucabe72@email.it> [c5a2fe8f]

	Generate a linking error if perror() is used in libav*

	Originally ...


Mon, 19 Nov 2007 10:33:05 GMT Luca Abeni <lucabe72@email.it> [95206290]

	Convert perror() in av_log() in bktr.c.
	Currently untested; someone ...