#
# ChangeLog for / in ffmpeg
#
# Generated by Trac 1.6
# Dec 19, 2024, 4:20:54 PM

Wed, 26 Aug 2009 11:31:37 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [4a3178b0]

	Always allocate a buffer of AVPALETTE_SIZE for palette in the
	Bluray ...


Wed, 26 Aug 2009 10:22:27 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [7f4fca03]

	Increase maximum encoded subtitle size from 64 kB to 1 MB.
	Fixes ...


Wed, 26 Aug 2009 10:08:00 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [63a78ef]

	100l typo, xsub encoder printed end time hours where minutes should ...


Wed, 26 Aug 2009 09:10:51 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [64e657fd]

	100l, inv_zigzag_direct16 must be aligned to 16 bytes for ...


Wed, 26 Aug 2009 08:43:11 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [8b03c014]

	Make sure that start_display_time is 0 by moving its value onto pts. ...


Wed, 26 Aug 2009 08:38:44 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [44ed34b7]

	Check for seek failures in avi_load_index, otherwise if the index ...


Wed, 26 Aug 2009 01:29:10 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [d5a30f86]

	Reindent.

	Originally committed as revision 19708 to ...


Wed, 26 Aug 2009 01:28:41 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [c7d28f43]

	Remove now dead code.

	Originally committed as revision 19707 to ...


Wed, 26 Aug 2009 01:27:58 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [b0231614]

	Apply r19642 also pgssubdec:
	Make sure AVSubtitle is initialized, ...


Tue, 25 Aug 2009 23:28:33 GMT Måns Rullgård <mans@mansr.com> [a13e6870]

	mdec: remove unused members from struct MDECContext

	Originally ...


Tue, 25 Aug 2009 23:28:30 GMT Måns Rullgård <mans@mansr.com> [dd36b88b]

	Remove explicit init to zero of static inv_zigzag_direct16
 ...


Tue, 25 Aug 2009 20:02:30 GMT Diego Biurrun <diego@biurrun.de> [b979e4a2]

	whitespace cosmetics

	Originally committed as revision 19703 to ...


Tue, 25 Aug 2009 19:59:38 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [6aa33347]

	return AVERROR(ENOMEM) if stream could not be allocated

	Originally ...


Tue, 25 Aug 2009 19:58:21 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [b01c7b75]

	check av_new_stream return value, patch by Kent Mein, mein at cs dot ...


Tue, 25 Aug 2009 09:46:16 GMT Diego Biurrun <diego@biurrun.de> [7305d97f]

	Do not read index chunks as audio/video data; closes issue 1336. ...


Tue, 25 Aug 2009 08:47:39 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [c58b82a2]

	Add Bluray Subtitle Support

	Patch by Stephen Backway, stev391 A ...


Tue, 25 Aug 2009 07:47:34 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [49056037]

	Mark video from .mtv files correctly as upside-down.

	Originally ...


Mon, 24 Aug 2009 21:42:25 GMT Måns Rullgård <mans@mansr.com> [cf5ec607]

	mpegts: change variable-length array to fixed length

	The difference ...


Mon, 24 Aug 2009 21:42:22 GMT Måns Rullgård <mans@mansr.com> [afe08a72]

	PPC: remove unnecessary alignment on local variables

	Storing a ...


Mon, 24 Aug 2009 17:35:47 GMT Vitor Sessak <vitor1001@gmail.com> [ce78113d]

	Cosmetics: add some whitespace around operators

	Originally ...


Mon, 24 Aug 2009 13:43:33 GMT Aurelien Jacobs <aurel@gnuage.org> [429eeecd]

	matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks
 ...


Mon, 24 Aug 2009 13:40:30 GMT Aurelien Jacobs <aurel@gnuage.org> [e2644407]

	matroskadec: factorize some code

	Originally committed as revision ...


Mon, 24 Aug 2009 10:59:14 GMT Diego Biurrun <diego@biurrun.de> [deb1b2b6]

	Add necessary #include for config.h.

	Originally committed as ...


Mon, 24 Aug 2009 10:36:13 GMT Måns Rullgård <mans@mansr.com> [b662e839]

	PPC: simplify loading some values into altivec registers

	Instead of ...


Mon, 24 Aug 2009 10:06:26 GMT Diego Biurrun <diego@biurrun.de> [1feec476]

	Add missing header to fix 'make checkheaders'.

	Originally committed ...


Sun, 23 Aug 2009 20:31:38 GMT Ramiro Polla <ramiro.polla@gmail.com> [89fb9516]

	swscale-example: Rename src->ref so as to not confuse with src being ...


Sun, 23 Aug 2009 20:29:49 GMT Ramiro Polla <ramiro.polla@gmail.com> [7da35acd]

	swscale-example: Use SWS_BILINEAR instead of hardcoded value.
 ...


Sun, 23 Aug 2009 15:39:42 GMT Måns Rullgård <mans@mansr.com> [d98fe8ec]

	Add myself as maintainer for AVR32 and MIPS

	Originally committed as ...


Sun, 23 Aug 2009 15:39:39 GMT Måns Rullgård <mans@mansr.com> [98ef6079]

	configure: fix filter() function when matching multiple patterns
 ...


Sun, 23 Aug 2009 13:46:07 GMT Måns Rullgård <mans@mansr.com> [bce7b696]

	Add PIC flags early so tests they affect give correct results

	This ...


Sun, 23 Aug 2009 11:02:41 GMT Måns Rullgård <mans@mansr.com> [c7312933]

	Include required headers in {mips,ppc}/mathops.h

	Originally ...


Sun, 23 Aug 2009 11:02:37 GMT Måns Rullgård <mans@mansr.com> [95f2c769]

	Skip headers requiring external libs not present in checkheaders
 ...


Sun, 23 Aug 2009 11:02:35 GMT Måns Rullgård <mans@mansr.com> [566ae9fb]

	configure: simplify directory creation for out of tree builds
 ...


Sun, 23 Aug 2009 11:02:32 GMT Måns Rullgård <mans@mansr.com> [b7c10b2a]

	Fix dependency generation for yasm assembler files

	Originally ...


Sun, 23 Aug 2009 01:55:54 GMT Vitor Sessak <vitor1001@gmail.com> [7bd47335]

	TwinVQ decoder

	Originally committed as revision 19682 to ...


Sat, 22 Aug 2009 19:30:19 GMT Ramiro Polla <ramiro.polla@gmail.com> [a48ce2c3]

	Fix inconsistent indentation.

	Originally committed as revision ...


Sat, 22 Aug 2009 16:07:50 GMT Ivan Schreter <schreter@gmx.net> [a8dd8dc6]

	Use generic multi-stream key frame finding routine to implement ...


Sat, 22 Aug 2009 16:05:43 GMT Ivan Schreter <schreter@gmx.net> [101036ad]

	Support for generic multi-stream key frame finding for new seek API.
 ...


Sat, 22 Aug 2009 15:56:06 GMT Loren Merritt <lorenm@u.washington.edu> [50b1785a]

	bring back some randomness in fft-test. (regression in r18070)
 ...


Fri, 21 Aug 2009 16:54:42 GMT Sascha Sommer <saschasommer@freenet.de> [31c57185]

	Add some more wmapro decoder hunks

	Originally committed as revision ...


Fri, 21 Aug 2009 10:10:42 GMT Diego Biurrun <diego@biurrun.de> [7056883b]

	Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from ...


Fri, 21 Aug 2009 09:54:28 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [f2d702e1]

	Replace #ifdef PIC checks with the more appropriate ...


Fri, 21 Aug 2009 08:46:49 GMT Diego Biurrun <diego@biurrun.de> [da47f0ee]

	Add missing #includes to pass 'make checkheaders'.

	Originally ...


Fri, 21 Aug 2009 08:34:19 GMT Bartlomiej Wolowiec <bartek.wolowiec@gmail.com> [ab1eff9c]

	Add support for S/PDIF encapsulation.

	Originally committed as ...


Thu, 20 Aug 2009 18:54:50 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [29d7eef7]

	Always allocate a buffer of AVPALETTE_SIZE for palette in the ...


Thu, 20 Aug 2009 01:55:45 GMT Ramiro Polla <ramiro.polla@gmail.com> [1b03a9d6]

	Check return values of sws_allocVec() and sws_getConstVec().
 ...


Thu, 20 Aug 2009 01:06:18 GMT Måns Rullgård <mans@mansr.com> [8a3c8627]

	configure: add --enable-pic flag

	Using this flag enables ...


Wed, 19 Aug 2009 21:59:44 GMT Måns Rullgård <mans@mansr.com> [90d43b52]

	Get rid of large stack array in rd8x8_c()

	Originally committed as ...


Wed, 19 Aug 2009 21:59:40 GMT Måns Rullgård <mans@mansr.com> [0314dead]

	eval: replace variable-length array with av_malloc/free

	There is a ...


Wed, 19 Aug 2009 21:59:36 GMT Måns Rullgård <mans@mansr.com> [8313e17]

	flacdec: change variable-length array to fixed length

	pred_order ...


Wed, 19 Aug 2009 08:21:55 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [64d39b7c]

	Free initial swscale context, too. Avoids a valgrind warning.
 ...


Wed, 19 Aug 2009 08:18:53 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [7b67bd92]

	Remove useless casts of malloc return value.

	Originally committed ...


Wed, 19 Aug 2009 08:15:32 GMT Diego Biurrun <diego@biurrun.de> [386eaeb4]

	Remove disabled code cruft.

	Originally committed as revision 19668 ...


Wed, 19 Aug 2009 01:33:17 GMT Ramiro Polla <ramiro.polla@gmail.com> [1aff375d]

	Introduce and use sws_allocVec().

	Originally committed as revision ...


Wed, 19 Aug 2009 01:32:06 GMT Ramiro Polla <ramiro.polla@gmail.com> [20484b90]

	Reuse sws_getConstVec() where possible.

	Originally committed as ...


Mon, 17 Aug 2009 02:23:53 GMT Måns Rullgård <mans@mansr.com> [b7904f78]

	AVR32: optimised mathops.h

	44% faster MP3 decoding

	Originally ...


Mon, 17 Aug 2009 02:06:00 GMT Ramiro Polla <ramiro.polla@gmail.com> [6b052ba8]

	swscale-example: Make selection of dstW, dstH, and flags more clear.
 ...


Mon, 17 Aug 2009 00:17:58 GMT Alex Converse <alex.converse@gmail.com> [0cc4701a]

	Use the AOT enum instead of integer literals for setting and ...


Mon, 17 Aug 2009 00:15:53 GMT Måns Rullgård <mans@mansr.com> [d691da95]

	AVR32: optimisations for intreadwrite.h

	Originally committed as ...


Mon, 17 Aug 2009 00:15:51 GMT Måns Rullgård <mans@mansr.com> [e482c2e2]

	AVR32: inline asm for bswap.h

	Originally committed as revision ...


Mon, 17 Aug 2009 00:15:48 GMT Måns Rullgård <mans@mansr.com> [fdcd782d]

	configure: add AVR32 names for --cpu flag

	Recognise AVR32 processor ...


Mon, 17 Aug 2009 00:15:02 GMT Alex Converse <alex.converse@gmail.com> [8ba939d7]

	Mark the AOT escape value as supported.

	Originally committed as ...


Mon, 17 Aug 2009 00:14:10 GMT Alex Converse <alex.converse@gmail.com> [08dac48d]

	Add USAC and SAOC AOTs to the AudioObjectType enum.

	Originally ...


Sun, 16 Aug 2009 21:37:07 GMT Ramiro Polla <ramiro.polla@gmail.com> [c255994b]

	More indentation changes leftover from r29522:
	- Align asm code to ...


Sun, 16 Aug 2009 21:11:28 GMT Ramiro Polla <ramiro.polla@gmail.com> [dd68318c]

	Cosmetics:
	- Place curly brackets in the same line as ...


Sun, 16 Aug 2009 18:43:36 GMT Måns Rullgård <mans@mansr.com> [9dc6bb7b]

	MIPS: 100L: fix AV_[RW]N64 on MIPS64

	Originally committed as ...


Sun, 16 Aug 2009 18:06:25 GMT Måns Rullgård <mans@mansr.com> [4a051891]

	cosmetics: reformat intreadwrite.h

	Originally committed as revision ...


Sun, 16 Aug 2009 15:51:55 GMT Måns Rullgård <mans@mansr.com> [63826ceb]

	intreadwrite: ensure arch-specific versions are always used if ...


Sun, 16 Aug 2009 15:51:52 GMT Måns Rullgård <mans@mansr.com> [57c36bdc]

	intreadwrite: allow arch-specific 24-bit access macros

	Originally ...


Sun, 16 Aug 2009 15:51:50 GMT Måns Rullgård <mans@mansr.com> [e6956a6e]

	ARM: first value loaded in AV_RN64 needs to be early-clobber
 ...


Sun, 16 Aug 2009 15:51:47 GMT Måns Rullgård <mans@mansr.com> [7f6d9b30]

	version.sh: use standard sed syntax

	Originally committed as ...


Sun, 16 Aug 2009 00:32:04 GMT Ramiro Polla <ramiro.polla@gmail.com> [9b734d44]

	Indent libswscale:
	- Use 4 spaces throughout for indentation;
	- Fix ...


Sat, 15 Aug 2009 12:35:15 GMT Diego Biurrun <diego@biurrun.de> [2513b2b4]

	Use pkg-config to generate the linker flags for libdirac.
	We do the ...


Sat, 15 Aug 2009 11:59:53 GMT Diego Biurrun <diego@biurrun.de> [d15f2e00]

	Fix bug caused by difference in stride and picture width.

	When a ...


Sat, 15 Aug 2009 11:42:15 GMT Diego Biurrun <diego@biurrun.de> [0ebe3b8e]

	cosmetics: indentation, prettyprinting, K&R coding style

	Originally ...


Sat, 15 Aug 2009 11:32:11 GMT Diego Biurrun <diego@biurrun.de> [c6438000]

	Drop some more useless braces around if/for constructs.

	Originally ...


Sat, 15 Aug 2009 11:31:42 GMT Diego Biurrun <diego@biurrun.de> [e6cb49bf]

	Simplify another 'if' condition: Replace 'exp == 0' by '!exp'.
 ...


Sat, 15 Aug 2009 11:22:55 GMT Robert Swain <robert.swain@gmail.com> [bb937155]

	Add a function that can apply an order 2 rational transfer function ...


Sat, 15 Aug 2009 11:12:47 GMT Diego Biurrun <diego@biurrun.de> [735a3804]

	Remove useless braces around if/for/while expressions.

	Originally ...


Sat, 15 Aug 2009 11:02:50 GMT Diego Biurrun <diego@biurrun.de> [7c809dc]

	Simplify 'if' condition statements.
	Drop useless '!= 0' from 'exp != ...


Sat, 15 Aug 2009 09:12:58 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [cea0b527]

	Fix start_display_time/end_display_time to be relative to packet pts ...


Sat, 15 Aug 2009 02:35:55 GMT Ramiro Polla <ramiro.polla@gmail.com> [ebe5dec]

	Indent.

	Originally committed as revision 29518 to ...


Sat, 15 Aug 2009 00:58:26 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [4a3190ed]

	Reindent.

	Originally committed as revision 19645 to ...


Sat, 15 Aug 2009 00:57:24 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [fd35d6d0]

	Remove code that is now dead.

	Originally committed as revision ...


Sat, 15 Aug 2009 00:52:41 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [90ea6fce]

	Simplify initialization of AVSubtitle by using memset.

	Originally ...


Sat, 15 Aug 2009 00:46:33 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [df47d245]

	Make sure AVSubtitle is initialized, memset it to 0.

	Originally ...


Sat, 15 Aug 2009 00:37:31 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [266649a5]

	100l, error out if subtitle encoder failed instead of writing an ...


Sat, 15 Aug 2009 00:02:42 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [ffbe087b]

	Fix cmd_pos bounds check to avoid the overflow case.

	Originally ...


Fri, 14 Aug 2009 16:41:21 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [84c1b149]

	Fix typo.

	Originally committed as revision 19639 to ...


Fri, 14 Aug 2009 15:52:40 GMT Ramiro Polla <ramiro.polla@gmail.com> [52154148]

	Vertical yuv -> yuv16 scaler.

	Originally committed as revision ...


Fri, 14 Aug 2009 02:15:28 GMT Ramiro Polla <ramiro.polla@gmail.com> [562f6853]

	BGR32 MMX special convertor.
	Patch by Peter Schlaile < peter at ...


Fri, 14 Aug 2009 01:05:48 GMT Måns Rullgård <mans@mansr.com> [9ae443f4]

	10L: remove instruction left over from debugging

	Originally ...


Fri, 14 Aug 2009 01:02:06 GMT Måns Rullgård <mans@mansr.com> [e814015d]

	ARM: NEON optimised vorbis_inverse_coupling

	12% faster Vorbis ...


Thu, 13 Aug 2009 19:03:14 GMT Ramiro Polla <ramiro.polla@gmail.com> [737cbcde]

	Indent.

	Originally committed as revision 29512 to ...


Thu, 13 Aug 2009 18:47:13 GMT Ramiro Polla <ramiro.polla@gmail.com> [f51fb686]

	Introduce av_clip_uint16().

	Originally committed as revision 19636 ...


Thu, 13 Aug 2009 18:39:39 GMT Ramiro Polla <ramiro.polla@gmail.com> [d426ea20]

	swscale-example: Don't check for chroma planes in mono formats.
 ...


Thu, 13 Aug 2009 18:31:07 GMT Ramiro Polla <ramiro.polla@gmail.com> [48f4c612]

	MMX2 horizontal scaler: Determine code size at runtime.

	Originally ...


Thu, 13 Aug 2009 18:29:54 GMT Ramiro Polla <ramiro.polla@gmail.com> [07287788]

	Protect mmx2 filter code buffers so they are not executable and ...


Thu, 13 Aug 2009 18:28:55 GMT Ramiro Polla <ramiro.polla@gmail.com> [b0e1343b]

	Remove duplicate define (it is the same in the lum code).
 ...


Thu, 13 Aug 2009 18:28:17 GMT Ramiro Polla <ramiro.polla@gmail.com> [bcdedf67]

	Rename "funny" code to "mmx2 filter" code.

	Originally committed as ...