#
# ChangeLog for / in ffmpeg
#
# Generated by Trac 1.6
# Dec 19, 2024, 7:09:32 AM

Sat, 05 Sep 2009 17:28:20 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [bb991087]

	Make vp3 arrays static const where possible.

	Originally committed ...


Sat, 05 Sep 2009 16:41:20 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [8444059f]

	Remove useless ulti_decode_end function.

	Originally committed as ...


Sat, 05 Sep 2009 15:41:32 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [61e8efd3]

	Search for ipmovie signature beyond the start of the file.
	This ...


Sat, 05 Sep 2009 11:30:55 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [78bfe6c3]

	Extend ipmovie signature to match exactly one place in mve files that ...


Sat, 05 Sep 2009 11:22:36 GMT Diego Biurrun <diego@biurrun.de> [d87d5025]

	prettyprinting cosmetics

	Originally committed as revision 19767 to ...


Sat, 05 Sep 2009 10:59:09 GMT Sascha Sommer <saschasommer@freenet.de> [bbb0bdd5]

	fix handling of packet loss when the output buffer is full
 ...


Sat, 05 Sep 2009 10:18:23 GMT Sascha Sommer <saschasommer@freenet.de> [9244370a]

	reindent

	Originally committed as revision 19765 to ...


Sat, 05 Sep 2009 10:11:04 GMT Sascha Sommer <saschasommer@freenet.de> [42ea9681]

	remove no longer needed debug output

	Originally committed as ...


Sat, 05 Sep 2009 10:07:55 GMT Sascha Sommer <saschasommer@freenet.de> [7551a559]

	reduce output buffer needs
	(fixes playback of some multichannel ...


Sat, 05 Sep 2009 09:56:06 GMT Sascha Sommer <saschasommer@freenet.de> [20169324]

	store packet GetBitContext in the decoder context

	Originally ...


Fri, 04 Sep 2009 21:43:41 GMT Justin Ruggles <justin.ruggles@gmail.com> [d2a47a57]

	Remove fake Speex header creation from FLV demuxer.  Having it there ...


Fri, 04 Sep 2009 21:38:45 GMT Justin Ruggles <justin.ruggles@gmail.com> [1d07029f]

	Add frame_size as a codec parameter requirement for Speex in ...


Fri, 04 Sep 2009 19:04:12 GMT Diego Biurrun <diego@biurrun.de> [83614f2d]

	Reduce pointless verbosity after seeks in the MP3 decoder.
 ...


Fri, 04 Sep 2009 16:59:28 GMT Ramiro Polla <ramiro.polla@gmail.com> [5ce6934]

	Add a newline in error message in CHECKED_ALLOC(Z).

	Originally ...


Fri, 04 Sep 2009 16:32:06 GMT Ramiro Polla <ramiro.polla@gmail.com> [315fa33f]

	Indent.

	Originally committed as revision 19757 to ...


Fri, 04 Sep 2009 16:31:21 GMT Ramiro Polla <ramiro.polla@gmail.com> [a9decf00]

	Use if(0){} instead of #if 0 to prevent debug code to rot.
 ...


Fri, 04 Sep 2009 00:57:20 GMT Justin Ruggles <justin.ruggles@gmail.com> [d6ee035d]

	libspeex: Do not set AVCodecContext.frame_size in decoder init if ...


Wed, 02 Sep 2009 22:53:31 GMT Måns Rullgård <mans@mansr.com> [e69bb386]

	configure: fix check for x264

	libx264 recently started mangling the ...


Wed, 02 Sep 2009 18:03:13 GMT Diego Biurrun <diego@biurrun.de> [e0b1d660]

	cosmetics: indentation and other prettyprinting fixes

	Originally ...


Wed, 02 Sep 2009 16:41:49 GMT Sascha Sommer <saschasommer@freenet.de> [c1061cc7]

	add missing wmapro decoder parts

	Originally committed as revision ...


Tue, 01 Sep 2009 16:00:45 GMT Diego Biurrun <diego@biurrun.de> [ee155011]

	whitespace cosmetics, prettyprinting

	Originally committed as ...


Mon, 31 Aug 2009 05:48:17 GMT Diego Biurrun <diego@biurrun.de> [f4258b13]

	Update ffv1 codec long name in the documentation as well.
 ...


Sun, 30 Aug 2009 21:19:37 GMT Diego Biurrun <diego@biurrun.de> [7c6208d4]

	Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec ...


Sun, 30 Aug 2009 18:14:22 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [f2086fb5]

	Fix incorrect display of ASF/WMV duration after r12926.

	Patch by ...


Sun, 30 Aug 2009 15:50:03 GMT Justin Ruggles <justin.ruggles@gmail.com> [c6dbbc45]

	Add function to compute ceil(log2(x)).
	Patch by Thilo Borgmann ...


Sun, 30 Aug 2009 10:54:16 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [13695827]

	Convert ZERO8x2 macro into inline function

	Originally committed as ...


Sun, 30 Aug 2009 08:29:11 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [23638d87]

	Remove unused variable.

	Originally committed as revision 19745 to ...


Sun, 30 Aug 2009 06:30:53 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [b7eb7ef6]

	Zeroing pic->motion_val in RV3/4 causes alignment problems on some ...


Sun, 30 Aug 2009 06:16:33 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [20622c4a]

	Adjust r->avail_cache[] indexes to avoid alignment issues when ...


Sat, 29 Aug 2009 23:08:32 GMT Ramiro Polla <ramiro.polla@gmail.com> [67c2c5bb]

	Curly brackets cosmetics for previous commit.

	Originally committed ...


Sat, 29 Aug 2009 23:06:22 GMT Ramiro Polla <ramiro.polla@gmail.com> [1ddb5747]

	Check for return value of initFilter().

	Originally committed as ...


Sat, 29 Aug 2009 23:03:14 GMT Ramiro Polla <ramiro.polla@gmail.com> [dd653355]

	Revert mistakenly commited hunk.

	Originally committed as revision ...


Sat, 29 Aug 2009 23:02:01 GMT Ramiro Polla <ramiro.polla@gmail.com> [7248797c]

	swscale: Check for return values of malloc.

	Originally committed as ...


Sat, 29 Aug 2009 22:38:48 GMT Ramiro Polla <ramiro.polla@gmail.com> [e48a0966]

	Add CHECKED_ALLOC macro.
	It works the same as CHECKED_ALLOCZ except ...


Sat, 29 Aug 2009 21:04:18 GMT Justin Ruggles <justin.ruggles@gmail.com> [6833385d]

	Store the frame size in the LibSpeexContext in case the header does ...


Sat, 29 Aug 2009 16:55:55 GMT Måns Rullgård <mans@mansr.com> [e78516c6]

	One declaration of mm_flags is enough

	Originally committed as ...


Sat, 29 Aug 2009 16:55:50 GMT Måns Rullgård <mans@mansr.com> [4e36a5b4]

	Move declarations of some mmx functions to dsputil_mmx.h

	Originally ...


Sat, 29 Aug 2009 16:55:46 GMT Måns Rullgård <mans@mansr.com> [5b1b0147]

	Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16
 ...


Sat, 29 Aug 2009 03:36:09 GMT Ramiro Polla <ramiro.polla@gmail.com> [111641a9]

	swscale-example: Free memory used by input data.

	Originally ...


Sat, 29 Aug 2009 02:44:03 GMT Ramiro Polla <ramiro.polla@gmail.com> [0607b090]

	Restore comment that was partially removed.

	Originally committed as ...


Fri, 28 Aug 2009 23:39:02 GMT Måns Rullgård <mans@mansr.com> [c4d6d318]

	Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16

	The ...


Fri, 28 Aug 2009 00:57:00 GMT Justin Ruggles <justin.ruggles@gmail.com> [5c3b5e30]

	Use the output data type to determine the maximum number of samples ...


Fri, 28 Aug 2009 00:46:19 GMT Justin Ruggles <justin.ruggles@gmail.com> [13db8750]

	Add myself as maintainer for libspeexdec.c

	Originally committed as ...


Fri, 28 Aug 2009 00:44:54 GMT Justin Ruggles <justin.ruggles@gmail.com> [eb5f3c54]

	Modify the Ogg/Speex demuxer and the libspeex decoder so that they ...


Thu, 27 Aug 2009 17:46:13 GMT Alex Converse <alex.converse@gmail.com> [dd0e43e]

	Re-add search_for_ms to the coefficients encoders to silence warnings ...


Thu, 27 Aug 2009 16:38:57 GMT Vitor Sessak <vitor1001@gmail.com> [bf8202f3]

	Formatting K&R fixes

	Originally committed as revision 19732 to ...


Thu, 27 Aug 2009 15:52:44 GMT Vitor Sessak <vitor1001@gmail.com> [9263a05]

	Mark "i" parameter of vector_clipf_sse() as early-clobber
 ...


Thu, 27 Aug 2009 15:49:05 GMT Vitor Sessak <vitor1001@gmail.com> [d3b60aa6]

	100l, revision 19728 added a bug that broke twinvq decoding. I forgot ...


Thu, 27 Aug 2009 15:38:59 GMT Vitor Sessak <vitor1001@gmail.com> [50e23ae9]

	Mark parameter src of vector_clipf() as const

	Originally committed ...


Thu, 27 Aug 2009 14:49:36 GMT Vitor Sessak <vitor1001@gmail.com> [0a68cd8]

	SSE optimized vector_clipf(). 10% faster TwinVQ decoding.
 ...


Thu, 27 Aug 2009 13:41:29 GMT Loren Merritt <lorenm@u.washington.edu> [8fc9376c]

	indent

	Originally committed as revision 19727 to ...


Thu, 27 Aug 2009 13:41:11 GMT Loren Merritt <lorenm@u.washington.edu> [2f17f9c1]

	1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding ...


Wed, 26 Aug 2009 23:12:41 GMT Diego Biurrun <diego@biurrun.de> [ae925315]

	whitespace cosmetics

	Originally committed as revision 19725 to ...


Wed, 26 Aug 2009 23:07:07 GMT Måns Rullgård <mans@mansr.com> [21c6a025]

	Remove useless alignment from MpegEncContext.intra_scantable

	The ...


Wed, 26 Aug 2009 22:33:48 GMT Ivan Schreter <schreter@gmx.net> [608be2ac]

	Cosmetic changes in read_seek* routines.

	Originally committed as ...


Wed, 26 Aug 2009 22:10:35 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [5dd3707b]

	Decoder for LPCM as used in Bluray discs.

	Patch by Christian ...


Wed, 26 Aug 2009 21:25:43 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [2fee538a]

	Fix comments after switching from CABAC to range coder in r3658.
 ...


Wed, 26 Aug 2009 21:23:21 GMT Sascha Sommer <saschasommer@freenet.de> [85fecafe]

	add decode_coeffs()

	Originally committed as revision 19719 to ...


Wed, 26 Aug 2009 21:18:54 GMT Sascha Sommer <saschasommer@freenet.de> [f53e96ed]

	merge 2-channel M/S stereo decoding code with the multichannel ...


Wed, 26 Aug 2009 15:22:15 GMT Måns Rullgård <mans@mansr.com> [b97e0d7f]

	4xm: provide 16-byte alignment where required

	Originally committed ...


Wed, 26 Aug 2009 13:17:06 GMT Måns Rullgård <mans@mansr.com> [95d36bdb]

	dsputil: declare some arrays 16-byte aligned

	These arrays are ...


Wed, 26 Aug 2009 12:12:40 GMT Måns Rullgård <mans@mansr.com> [20e7c8ae]

	Remove some unnecessary alignment specifiers

	None of these arrays ...


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.
 ...