#
# ChangeLog for / in ffmpeg
#
# Generated by Trac 1.6
# Dec 28, 2024, 2:52:07 AM

Thu, 09 Apr 2009 21:53:48 GMT Michael Niedermayer <michaelni@gmx.at> [cfe67526]

	Do not use SSE2 SAD for snow as it requires more alignment than can ...


Thu, 09 Apr 2009 21:52:12 GMT Luca Abeni <lucabe72@email.it> [2b12317a]

	Fix documentation for the "-ps" option
	Patch by Martin Storsjö ...


Thu, 09 Apr 2009 21:48:45 GMT Luca Abeni <lucabe72@email.it> [93319670]

	AAC packetiser cleanup: use consts instead of #defines

	Originally ...


Thu, 09 Apr 2009 21:39:07 GMT Luca Abeni <lucabe72@email.it> [ddffcb2d]

	AAC packetiser cleanup: remove check for a condition that cannot ...


Thu, 09 Apr 2009 21:37:11 GMT Luca Abeni <lucabe72@email.it> [d2ce53b7]

	Fix two checks in the AAC packetiser, which were too conservative ...


Thu, 09 Apr 2009 21:19:25 GMT Michael Niedermayer <michaelni@gmx.at> [cc02412]

	Make sure the next used frame is released so get_buffer() wont fail.
 ...


Thu, 09 Apr 2009 21:17:53 GMT Michael Niedermayer <michaelni@gmx.at> [38fd076c]

	Move release_buffer() up so it is prior to a future call to it.
 ...


Thu, 09 Apr 2009 20:44:18 GMT Michael Niedermayer <michaelni@gmx.at> [0a08b573]

	Factorize release_buffer()

	Originally committed as revision 18397 ...


Thu, 09 Apr 2009 20:23:13 GMT Michael Niedermayer <michaelni@gmx.at> [eebbb33]

	Make sure spatial_decomposition_count is not too large for picture ...


Thu, 09 Apr 2009 20:13:35 GMT Michael Niedermayer <michaelni@gmx.at> [69409ccb]

	Skip non intra frames that have no reference frames.

	Originally ...


Thu, 09 Apr 2009 19:45:10 GMT Michael Niedermayer <michaelni@gmx.at> [440882f7]

	Make sure spatial_decomposition_count is >0.

	Originally committed ...


Thu, 09 Apr 2009 18:47:50 GMT Michael Niedermayer <michaelni@gmx.at> [dc7f45a0]

	Make sure the block array is of the correct size.
	This might have ...


Thu, 09 Apr 2009 18:37:26 GMT Michael Niedermayer <michaelni@gmx.at> [bc4350a3]

	Check spatial_decomposition_count too, fixes another crash.
 ...


Thu, 09 Apr 2009 18:29:54 GMT Michael Niedermayer <michaelni@gmx.at> [45d1d979]

	10l, forgot to remove old code, which broke snow.

	Originally ...


Thu, 09 Apr 2009 18:21:51 GMT Michael Niedermayer <michaelni@gmx.at> [158f189f]

	Factorize check of read symbols.

	Originally committed as revision ...


Thu, 09 Apr 2009 15:33:02 GMT Michael Niedermayer <michaelni@gmx.at> [a7943566]

	Fix spatial_decomposition_type validity check.
	Fixes infinite loop ...


Thu, 09 Apr 2009 15:17:03 GMT Michael Niedermayer <michaelni@gmx.at> [f0812be8]

	Fix crash when max_ref_frames was out of range.
	This might have been ...


Thu, 09 Apr 2009 15:11:48 GMT Diego Biurrun <diego@biurrun.de> [985fdd53]

	Give liblzo benchmark conditionals more descriptive names and add ...


Thu, 09 Apr 2009 14:55:05 GMT Diego Biurrun <diego@biurrun.de> [e4673692]

	Add a configure check for lzo1x_999_compress() and compile the lzo ...


Thu, 09 Apr 2009 14:16:22 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [ef12ec23]

	Fix memleak in nuv demuxer: free packet already allocated packet when ...


Thu, 09 Apr 2009 11:54:13 GMT Diego Biurrun <diego@biurrun.de> [7a709548]

	Remove unnecessary gcc_fixes.h #include.

	Originally committed as ...


Thu, 09 Apr 2009 10:06:54 GMT Diego Biurrun <diego@biurrun.de> [952f18ff]

	cosmetics: Reformat comment paragraph and fix a few typos in it.
 ...


Thu, 09 Apr 2009 00:13:59 GMT Michael Niedermayer <michaelni@gmx.at> [cdf38a17]

	Fix -ss / -t interaction with -acodec copy.
	Fixes issue203
 ...


Wed, 08 Apr 2009 20:48:44 GMT Michael Niedermayer <michaelni@gmx.at> [0127b861]

	Fix mb_height for interlaced mpeg2.
	This correctly fixes issue961, ...


Wed, 08 Apr 2009 20:26:18 GMT Ramiro Polla <ramiro.polla@gmail.com> [e90f5b5a]

	configure: Add --enable-runtime-cpudetect

	Originally committed as ...


Wed, 08 Apr 2009 20:21:21 GMT Ramiro Polla <ramiro.polla@gmail.com> [10a7d216]

	Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always ...


Wed, 08 Apr 2009 20:20:42 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [94705111]

	Correctly set packet size for partial video packets in nuv demuxer.
 ...


Wed, 08 Apr 2009 20:19:12 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [feb993e5]

	Add av_shrink_packet function for use in av_get_packet that reduces ...


Wed, 08 Apr 2009 16:01:10 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [c81604f8]

	Reduce code duplication.

	Patch by Zhentan Feng, spyfeng gmail
 ...


Wed, 08 Apr 2009 12:37:29 GMT Ronald S. Bultje <rsbultje@gmail.com> [2851d225]

	Document addition of new avcodec_decode_video2/audio3/subtitle2() API ...


Wed, 08 Apr 2009 07:16:14 GMT Luca Abeni <lucabe72@email.it> [08e696c0]

	Add support for AMR audio in the RTP muxer
	patch by Martin Storsjö ...


Wed, 08 Apr 2009 03:38:59 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [17ad7b24]

	force sample for qcelp when not stored in mov, fix #968

	Originally ...


Wed, 08 Apr 2009 03:06:08 GMT Ronald S. Bultje <rsbultje@gmail.com> [4bce3ba4]

	Reindent after r18372.

	Originally committed as revision 18373 to ...


Wed, 08 Apr 2009 03:04:57 GMT Ronald S. Bultje <rsbultje@gmail.com> [6e9f56c1]

	Add waveformat-extensible support in the wav muxer.

	Patch (GSoC ...


Wed, 08 Apr 2009 01:45:44 GMT Robert Swain <robert.swain@gmail.com> [7b356d39]

	Clarify which time_base the relevant members of AVPacket use
 ...


Tue, 07 Apr 2009 22:34:05 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [3c8d1447]

	move codec tag tables near corresponding code

	Originally committed ...


Tue, 07 Apr 2009 22:31:53 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [08680ab8]

	cosmetics, reindent

	Originally committed as revision 18369 to ...


Tue, 07 Apr 2009 22:31:17 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [0872acc4]

	cosmetics, add empty line and remove useless braces

	Originally ...


Tue, 07 Apr 2009 22:28:39 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [b6cb9946]

	fix compilation, add missing parenthesis

	Originally committed as ...


Tue, 07 Apr 2009 22:26:47 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [130ba4b1]

	comment the ipod subtitle check

	Originally committed as revision ...


Tue, 07 Apr 2009 22:25:11 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [6452af7a]

	invert condition to simplify code

	Originally committed as revision ...


Tue, 07 Apr 2009 22:23:15 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [cf9ce6a3]

	remove no more needed code, tag is set by default

	Originally ...


Tue, 07 Apr 2009 22:21:43 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [2ab57c04]

	cosmetics, reindent, add empty lines

	Originally committed as ...


Tue, 07 Apr 2009 22:19:58 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [6b600285]

	split mov_find_codec_tag in separate per format functions
 ...


Tue, 07 Apr 2009 21:59:16 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [f3370e14]

	Improve grammar/comprehensibility of the lavu 50.2.0 entry.
 ...


Tue, 07 Apr 2009 21:25:02 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [b0723c8a]

	Always return 0 if read_packet is successful.

	Originally committed ...


Tue, 07 Apr 2009 21:16:11 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [ac2b2226]

	Do not uselessly read version string into a buffer.

	Originally ...


Tue, 07 Apr 2009 21:10:10 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [6883ebe4]

	Describe read_alloc return value and required pkt handling to avoid ...


Tue, 07 Apr 2009 20:52:37 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [4e5735f7]

	Error out also when reading nuv header returns with partial data and ...


Tue, 07 Apr 2009 20:47:56 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [2fa6bc78]

	set bits_per_coded_sample for rawvideo

	Originally committed as ...


Tue, 07 Apr 2009 20:37:30 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [50d2d05d]

	override mov fourcc for pcm audio, this is safer when stream copying
 ...


Tue, 07 Apr 2009 19:29:00 GMT Robert Swain <robert.swain@gmail.com> [f0ed92df]

	Fix second amr_nb_decode_frame() to also use the new AVPacket ...


Tue, 07 Apr 2009 18:31:14 GMT Ronald S. Bultje <rsbultje@gmail.com> [cdd8930e]

	Move av_packet_*() functions from libavformat/ to libavcodec/, where ...


Tue, 07 Apr 2009 18:24:47 GMT Aurelien Jacobs <aurel@gnuage.org> [012f9308]

	fix vp5/vp6 decoding by using new prototype for decode function
 ...


Tue, 07 Apr 2009 15:59:50 GMT Ronald S. Bultje <rsbultje@gmail.com> [7a00bbad]

	Implement avcodec_decode_video2(), _audio3() and _subtitle2() which ...


Tue, 07 Apr 2009 15:37:26 GMT Ronald S. Bultje <rsbultje@gmail.com> [18c915ee]

	Move AVPacket up a bit, so that structs/functions that include ...


Tue, 07 Apr 2009 12:31:28 GMT Aurelien Jacobs <aurel@gnuage.org> [b02d3aef]

	use av_freep() instead of av_free() + =NULL.

	Originally committed ...


Tue, 07 Apr 2009 12:28:41 GMT Luca Abeni <lucabe72@email.it> [0f55f341]

	Fix the copyright year

	Originally committed as revision 18348 to ...


Tue, 07 Apr 2009 06:41:55 GMT Luca Abeni <lucabe72@email.it> [9edfaf3]

	Add support for H.263 video in the RTP muxer
	patch by Martin Storsjö ...


Tue, 07 Apr 2009 06:37:12 GMT Luca Abeni <lucabe72@email.it> [2150378]

	Do not return payload type 34 for H.263 (it is deprecated)
 ...


Tue, 07 Apr 2009 01:39:17 GMT Reynaldo H. Verdejo Pinochet <reynaldo@opendot.cl> [809e07c]

	Move scale factor computation to its own function. Patch by Kenan ...


Mon, 06 Apr 2009 21:45:02 GMT Michael Niedermayer <michaelni@gmx.at> [38d5647a]

	Try to honor even completely invalid motion vectors as far as is ...


Mon, 06 Apr 2009 21:04:26 GMT Luca Abeni <lucabe72@email.it> [99f373f3]

	Only insert the SPS and PPS NALs in sprop-parameter-sets
	Patch by ...


Mon, 06 Apr 2009 17:44:31 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [5a43bbc3]

	Add missing entry corresponding to r18163.

	Originally committed as ...


Mon, 06 Apr 2009 17:41:15 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [26f3f291]

	Cosmetics: remove empty line.

	Originally committed as revision ...


Mon, 06 Apr 2009 17:39:39 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [b4656e6b]

	Fix minor version for the r18116 entry: minor was not bumped in that ...


Mon, 06 Apr 2009 01:07:09 GMT Justin Ruggles <justin.ruggles@gmail.com> [8613af0]

	Add convenience macros for 5.0/5.1 back speaker configurations.
 ...


Mon, 06 Apr 2009 00:58:03 GMT Ramiro Polla <ramiro.polla@gmail.com> [75428fa4]

	mlpdec: Filters and matrices may change only once per substream per ...


Sun, 05 Apr 2009 20:54:19 GMT Ramiro Polla <ramiro.polla@gmail.com> [89e39be3]

	mlpdec: There must be no extraword for MLP.

	Originally committed as ...


Sun, 05 Apr 2009 20:46:53 GMT Ramiro Polla <ramiro.polla@gmail.com> [cc9c5126]

	mlpdec: Validate non-restart bit from the substream header.
 ...


Sun, 05 Apr 2009 20:11:40 GMT Ramiro Polla <ramiro.polla@gmail.com> [0091d8a1]

	mlpdec: matrix_out_ch must not be greater than max_matrix_channel, ...


Sun, 05 Apr 2009 19:17:53 GMT Ramiro Polla <ramiro.polla@gmail.com> [dd40902]

	swscale: Remove X86 commented out code.

	Originally committed as ...


Sun, 05 Apr 2009 13:02:47 GMT Michael Niedermayer <michaelni@gmx.at> [300a3d0d]

	Make sure the last bits of huffyuv frames are zeroed.
	Fixes issue946 ...


Sat, 04 Apr 2009 22:45:02 GMT Ramiro Polla <ramiro.polla@gmail.com> [40fa5140]

	swscale: Use function pointers for swScale functions.

	Originally ...


Sat, 04 Apr 2009 22:43:24 GMT Ramiro Polla <ramiro.polla@gmail.com> [14d5c18c]

	swscale: {}-related cosmetics.

	Originally committed as revision ...


Sat, 04 Apr 2009 22:41:46 GMT Ramiro Polla <ramiro.polla@gmail.com> [7ac40327]

	swscale: Add const to some swScale functions' parameters.
 ...


Sat, 04 Apr 2009 21:02:48 GMT David Conrad <lessen42@gmail.com> [cc2e555]

	ARM: NEON optimized put_signed_pixels_clamped

	Originally committed ...


Sat, 04 Apr 2009 20:18:58 GMT Måns Rullgård <mans@mansr.com> [08e12b22]

	ARM: NEON optimised add_pixels_clamped

	Based on patch by David ...


Sat, 04 Apr 2009 16:27:54 GMT Reynaldo H. Verdejo Pinochet <reynaldo@opendot.cl> [3c00556f]

	Add missing static qualifier from function declaration. Patch by ...


Sat, 04 Apr 2009 13:20:53 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [6b434361]

	Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency ...


Fri, 03 Apr 2009 21:28:04 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [1b2120c3]

	Remove JACK input device addition entry.

	The addition of a new ...


Fri, 03 Apr 2009 15:32:31 GMT Michael Niedermayer <michaelni@gmx.at> [634b927f]

	Do not fail on zero packets.

	Originally committed as revision 18328 ...


Fri, 03 Apr 2009 14:03:49 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [0be9e73e]

	Mark line_skip3 asm argument as output-only instead of using ...


Fri, 03 Apr 2009 14:02:34 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [d7460a9c]

	Mark put_signed_pixels_clamped_mmx output operands as early-clobber ...


Fri, 03 Apr 2009 14:01:24 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [531a3d2]

	Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via ...


Fri, 03 Apr 2009 07:40:58 GMT Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> [68367bde]

	Add VC-1 bitstream decoding through VA API.

	Originally committed as ...


Fri, 03 Apr 2009 00:06:17 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [b1516707]

	Update after the last two commits.

	Originally committed as revision ...


Thu, 02 Apr 2009 23:53:47 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [80ff8a1]

	Implement JACK input device.

	Patch by Olivier Guilyardi list ...


Thu, 02 Apr 2009 23:22:19 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [7b09db35]

	Implement av_fifo_space().

	Patch by Olivier Guilyardi list et ...


Thu, 02 Apr 2009 22:41:58 GMT Diego Biurrun <diego@biurrun.de> [a8f9e7f6]

	Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.
 ...


Thu, 02 Apr 2009 21:02:42 GMT Alex Converse <alex.converse@gmail.com> [3dd65312]

	Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from ...


Thu, 02 Apr 2009 20:24:15 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [dd3bbb49]

	Update after the last API change.

	Originally committed as revision ...


Thu, 02 Apr 2009 19:53:53 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [fabd2469]

	Move AVPacket declaration from avformat.h to avcodec.h.

	Patch by ...


Thu, 02 Apr 2009 18:34:11 GMT Ramiro Polla <ramiro.polla@gmail.com> [95b5770b]

	swscale: Remove mmx2 params from h[yc]scale().

	Originally committed ...


Thu, 02 Apr 2009 18:32:49 GMT Ramiro Polla <ramiro.polla@gmail.com> [392b6567]

	swscale: Split h[yc]scale_fast() into their own functions.
 ...


Thu, 02 Apr 2009 18:31:22 GMT Ramiro Polla <ramiro.polla@gmail.com> [5b7c7dd3]

	swscale: Execute sfence and emms depending on runtime flags.
 ...


Thu, 02 Apr 2009 12:15:04 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [3dd2f87e]

	Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.

	Patch by Jai ...


Thu, 02 Apr 2009 11:27:14 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [3dd36041]

	Reindent

	Originally committed as revision 18315 to ...


Thu, 02 Apr 2009 11:26:46 GMT Reimar Döffinger <Reimar.Doeffinger@gmx.de> [fb9ac654]

	Support DVD subtitles in mov/mp4 as created by Nero.
	See also ...


Thu, 02 Apr 2009 08:53:34 GMT Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> [e103e6db]

	Register VA API HW accelerators.

	Pending bits from earlier approved ...