#
# ChangeLog for / in ffmpeg
#
# Generated by Trac 1.6
# Dec 25, 2024, 6:49:15 AM

Sun, 10 May 2009 01:37:58 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [8f14cdee]

	do not write dts if pts is not set

	Originally committed as revision ...


Sun, 10 May 2009 01:02:18 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [31df40a1]

	fix total bitrate computation, based on patch by corp186, ...


Sun, 10 May 2009 00:53:02 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [7574dc4c]

	update comment for rgb 16 bit in .mov

	Originally committed as ...


Sat, 09 May 2009 23:02:20 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [7a79e51c]

	Add @code/@endcode commands to markup C code in av_tree_insert() ...


Sat, 09 May 2009 23:00:46 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [9c5a4ea2]

	Add missing '*' to av_tree_insert() doxy.

	Originally committed as ...


Sat, 09 May 2009 12:26:05 GMT Diego Biurrun <diego@biurrun.de> [f8c0692d]

	Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor ...


Sat, 09 May 2009 10:56:37 GMT Diego Biurrun <diego@biurrun.de> [f1933e43]

	Add missing const qualifiers to AltiVec function parameters where ...


Fri, 08 May 2009 19:41:21 GMT Diego Biurrun <diego@biurrun.de> [10ce9195]

	data parameter of dnxhd_encode_picture() should not be const.
	Fixes ...


Fri, 08 May 2009 19:14:21 GMT Vitor Sessak <vitor1001@gmail.com> [b755a754]

	"[" is a terminating char for the filter name. This fixes the parsing ...


Fri, 08 May 2009 15:14:36 GMT Michael Niedermayer <michaelni@gmx.at> [9a3eaeeb]

	Correct x/ymin to avoid segfault due to out of picture reads.
 ...


Thu, 07 May 2009 20:41:04 GMT Vitor Sessak <vitor1001@gmail.com> [5f9ae19]

	Fix sliced yuv410 -> yuv420 conversion

	Originally committed as ...


Wed, 06 May 2009 23:02:26 GMT David Conrad <lessen42@gmail.com> [fc430e8f]

	Warning fix: Make ogg_stream.codec const

	This matches the return ...


Wed, 06 May 2009 22:38:21 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [cf6bae68]

	Change codec_id type to enum CodecID, fix warning.

	Patch by Daniel ...


Wed, 06 May 2009 22:06:19 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [f0b19bd3]

	Update docs after the 8088flex TMV demuxer and decoder addition.
 ...


Wed, 06 May 2009 22:01:54 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [7c7d3e09]

	Add 8088flex TMV file demuxer.

	Patch by Daniel Verkamp ...


Wed, 06 May 2009 21:57:20 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [a1fd2bc3]

	Add 8088flex TMV video decoder.

	Patch by Daniel Verkamp name at drv ...


Wed, 06 May 2009 21:51:58 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [89cb5cd2]

	Add CGA and palette data for 8088flex TMV decoder.

	Patch by Daniel ...


Wed, 06 May 2009 16:01:28 GMT Ramiro Polla <ramiro.polla@gmail.com> [e2822726]

	mlpdec: Fix possible writing out of array bounds introduced by being ...


Wed, 06 May 2009 15:46:10 GMT Ramiro Polla <ramiro.polla@gmail.com> [e8d341ce]

	mlpdec: Split sync word error and MLP sync word check.
	The previous ...


Wed, 06 May 2009 15:37:25 GMT Ramiro Polla <ramiro.polla@gmail.com> [aff42ee0]

	mlpdec: Fix indentation that got mangled from copy&paste.
 ...


Wed, 06 May 2009 15:25:30 GMT Ramiro Polla <ramiro.polla@gmail.com> [4fa61d1e]

	Accept "bikeshed" as a random color.

	Originally committed as ...


Wed, 06 May 2009 06:49:04 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [512cfd9d]

	Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported ...


Wed, 06 May 2009 05:40:43 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [992f7db0]

	Add floating point audio decoding to WavPack decoder.
	Patch by ...


Wed, 06 May 2009 05:28:06 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [cabb8111]

	Prepare WavPack decoder to support floating point output.
	Patch by ...


Wed, 06 May 2009 01:48:14 GMT Justin Ruggles <justin.ruggles@gmail.com> [778bc09b]

	cosmetics: line wrap and vertical alignment

	Originally committed as ...


Wed, 06 May 2009 01:47:34 GMT Justin Ruggles <justin.ruggles@gmail.com> [396b73c7]

	ac3dec: Remove unneeded context variable, num_cpl_subbands.  It is ...


Tue, 05 May 2009 23:39:10 GMT Justin Ruggles <justin.ruggles@gmail.com> [52dc3fc8]

	cosmetics: indentation after last commit

	Originally committed as ...


Tue, 05 May 2009 23:38:12 GMT Justin Ruggles <justin.ruggles@gmail.com> [13ec9428]

	ac3dec: move channel remapping to outside of block loop

	Originally ...


Tue, 05 May 2009 22:10:06 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [a3015225]

	Implement av_parse_color().

	Originally committed as revision 18748 ...


Tue, 05 May 2009 19:53:49 GMT Michael Niedermayer <michaelni@gmx.at> [9c24cd72]

	Extract colorspace fields from MPEG1/2.

	Originally committed as ...


Tue, 05 May 2009 18:44:13 GMT Måns Rullgård <mans@mansr.com> [1e24f1b2]

	mpegaudio: enclose SUM8() macro args in parens when used

	Originally ...


Tue, 05 May 2009 18:44:10 GMT Måns Rullgård <mans@mansr.com> [bf030c88]

	mpegaudio: avoid unnecessary copy in high-precision mode

	Originally ...


Tue, 05 May 2009 18:44:07 GMT Måns Rullgård <mans@mansr.com> [adb206c2]

	mpegaudio: use av_clip()

	Originally committed as revision 18744 to ...


Tue, 05 May 2009 18:25:20 GMT Michael Niedermayer <michaelni@gmx.at> [4ee6a5c1]

	Add colorspace fields to AVCodecContext.

	Originally committed as ...


Tue, 05 May 2009 15:48:04 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [ee273f98]

	Cosmetics: Fix indentation after r18741.

	Originally committed as ...


Tue, 05 May 2009 13:46:50 GMT Michael Niedermayer <michaelni@gmx.at> [266c1d90]

	Do not discard mp3 frames in the parser after a broken frame.
	Fixes ...


Tue, 05 May 2009 06:10:59 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [3cb08886]

	Factorize out integer sample value decoding for WavPack.
	This is ...


Tue, 05 May 2009 04:30:08 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [c20a305b]

	dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034

	Originally ...


Tue, 05 May 2009 04:27:24 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [c239a65b]

	more dvcprohd .mov fourcc, see #1034

	Originally committed as ...


Tue, 05 May 2009 01:34:16 GMT Michael Niedermayer <michaelni@gmx.at> [9507d911]

	Change VOFW for x86 to 5120, it allows larger images to be scaled and ...


Mon, 04 May 2009 17:31:15 GMT Måns Rullgård <mans@mansr.com> [3737dd1c]

	PPC: implement MULH() in assembler

	Left to its own devices, gcc ...


Mon, 04 May 2009 14:23:48 GMT Diego Biurrun <diego@biurrun.de> [e2fa5cf4]

	Do not scan for MP3 header after the given buffer and return skipped ...


Mon, 04 May 2009 11:37:25 GMT Diego Biurrun <diego@biurrun.de> [c7279693]

	Add note about nonfree license of libfaac.

	Originally committed as ...


Mon, 04 May 2009 03:25:57 GMT Reynaldo H. Verdejo Pinochet <reynaldo@opendot.cl> [5b05059d]

	Properly handle SILENCE frame. Patch by Kenan Gillet.

	Originally ...


Sun, 03 May 2009 09:32:40 GMT Benjamin Larsson <banan@ludd.ltu.se> [6b71ed16]

	Remove dead assignments found by CSA

	Originally committed as ...


Sun, 03 May 2009 05:42:51 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [66311f86]

	Check whether extra bits block has enough data.
	Patch by Laurent ...


Sat, 02 May 2009 09:12:03 GMT Benjamin Larsson <banan@ludd.ltu.se> [241f5eab]

	Remove dead assignments found by CSA

	Originally committed as ...


Sat, 02 May 2009 09:08:40 GMT Benjamin Larsson <banan@ludd.ltu.se> [10c773c1]

	Remove dead assignments found by CSA

	Originally committed as ...


Sat, 02 May 2009 08:40:53 GMT Cédric Schieli <cschieli@gmail.com> [f2671197]

	Fix chroma shift when scaling from ARGB on LE and BGRA on BE
 ...


Sat, 02 May 2009 05:17:20 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [418f77ec]

	Decode extended bitstream for high-precision WavPack files.
	Patch by ...


Fri, 01 May 2009 21:39:53 GMT Diego Biurrun <diego@biurrun.de> [92147b6b]

	Use new packet reading API, fixes a memory leak.
	patch by Zdenek ...


Fri, 01 May 2009 21:35:01 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [2e032b3]

	Prefer (void) over () in function prototype.

	Originally committed ...


Fri, 01 May 2009 18:17:59 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [dd04911c]

	Make graphparser.c use av_get_token().
	This also avoids the need for ...


Fri, 01 May 2009 14:38:07 GMT Michael Niedermayer <michaelni@gmx.at> [d11dbf09]

	av_get_token()
	based on a patch by Stefano Sabatini

	Originally ...


Fri, 01 May 2009 12:31:19 GMT Michael Niedermayer <michaelni@gmx.at> [71412781]

	Ignore first entry of intra matrixes if it is invalid.
	Fixes ...


Fri, 01 May 2009 12:17:25 GMT Michael Niedermayer <michaelni@gmx.at> [45ccc61a]

	Factorize quantization matrix loading code out.

	Originally ...


Thu, 30 Apr 2009 21:34:56 GMT Ramiro Polla <ramiro.polla@gmail.com> [da00b525]

	Don't #if a function declaration and properly indent it.

	Originally ...


Thu, 30 Apr 2009 12:30:05 GMT Ramiro Polla <ramiro.polla@gmail.com> [bf4f19dc]

	mlpdec: Move MLP's filter_channel() to dsputils.

	Originally ...


Thu, 30 Apr 2009 12:08:35 GMT Ramiro Polla <ramiro.polla@gmail.com> [52bcc8e1]

	Document change in r18719.

	Originally committed as revision 18720 ...


Thu, 30 Apr 2009 12:06:34 GMT Ramiro Polla <ramiro.polla@gmail.com> [ce1d9c85]

	Export av_free_packet().

	Originally committed as revision 18719 to ...


Thu, 30 Apr 2009 10:21:22 GMT Diego Biurrun <diego@biurrun.de> [f0a75e66]

	Add missing return statement to out-of-memory condition. Fixes the ...


Wed, 29 Apr 2009 16:14:33 GMT Måns Rullgård <mans@mansr.com> [4c27207c]

	configure: fix licence check function

	Originally committed as ...


Wed, 29 Apr 2009 15:43:57 GMT Diego Biurrun <diego@biurrun.de> [a068a7f1]

	Drop unused libamr-nb fixed-point glue code.

	Originally committed ...


Wed, 29 Apr 2009 15:40:25 GMT Diego Biurrun <diego@biurrun.de> [2f7ae63b]

	Require --enable-nonfree for turning on libfaac support.
	libfaac ...


Wed, 29 Apr 2009 15:32:40 GMT Diego Biurrun <diego@biurrun.de> [2184c6f7]

	Factorize GPL and nonfree license checks into a common function.
 ...


Wed, 29 Apr 2009 11:38:09 GMT David Conrad <lessen42@gmail.com> [d647ed78]

	ARM: Use fewer register in NEON put_pixels _y2 and _xy2
	Approved by ...


Wed, 29 Apr 2009 11:31:43 GMT David Conrad <lessen42@gmail.com> [428bf2ac]

	ARM: NEON put_pixels_clamped

	Originally committed as revision 18712 ...


Tue, 28 Apr 2009 19:51:50 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [4b11e833]

	Convert names to the FFmpeg style.

	Originally committed as revision ...


Tue, 28 Apr 2009 18:02:21 GMT Michael Niedermayer <michaelni@gmx.at> [e45aeb38]

	Reset eof state on seeking.
	Fixes issue1005.

	Originally committed ...


Mon, 27 Apr 2009 23:20:30 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [5efccce2]

	Implement av_get_bits_per_pixel().

	Originally committed as revision ...


Mon, 27 Apr 2009 18:35:54 GMT Vitor Sessak <vitor1001@gmail.com> [85947156]

	Revert r18700, documentation of deprecated functions might be useful ...


Mon, 27 Apr 2009 16:06:01 GMT Vitor Sessak <vitor1001@gmail.com> [6cf92f6d]

	Check if there is enough bytes before reading the buffer in the EA ...


Mon, 27 Apr 2009 16:04:43 GMT Vitor Sessak <vitor1001@gmail.com> [8a06cb14]

	Skip 0x0000 frame footer in EA ADPCM decoder.

	Originally committed ...


Mon, 27 Apr 2009 14:25:44 GMT Cédric Schieli <cschieli@gmail.com> [b78c8e21]

	Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and ...


Mon, 27 Apr 2009 12:41:41 GMT Michael Niedermayer <michaelni@gmx.at> [859f9c0b]

	Remove useless and outright wrong chatter from ...


Mon, 27 Apr 2009 12:39:30 GMT Michael Niedermayer <michaelni@gmx.at> [aa04b92]

	Remove redundant chatter from avcodec_encode_audio()

	Originally ...


Mon, 27 Apr 2009 12:38:14 GMT Michael Niedermayer <michaelni@gmx.at> [1885c76a]

	Negative is error not -1, corrected in the doxy for ...


Mon, 27 Apr 2009 12:36:23 GMT Michael Niedermayer <michaelni@gmx.at> [4d24c24]

	Add multiframe note to avcodec_decode_video() too.

	Originally ...


Mon, 27 Apr 2009 12:34:25 GMT Michael Niedermayer <michaelni@gmx.at> [e5776422]

	Cleanup first paragraph of doxy of avcodec_decode_audio3().
 ...


Mon, 27 Apr 2009 12:28:56 GMT Michael Niedermayer <michaelni@gmx.at> [37844111]

	Remove documentation from deprecated fields, they should not be used, ...


Mon, 27 Apr 2009 12:25:36 GMT Michael Niedermayer <michaelni@gmx.at> [ed57ef39]

	Remove confusing and redundant engrish chatter from ...


Mon, 27 Apr 2009 07:27:39 GMT Benoit Fouet <benoit.fouet@free.fr> [276f8e2b]

	Add avlanguage helpers in libavformat.
	Patch by Cyril Comparon: ...


Mon, 27 Apr 2009 07:13:50 GMT Benoit Fouet <benoit.fouet@free.fr> [80b9d636]

	Make function pointer assignments consistent in option handling.
 ...


Mon, 27 Apr 2009 05:30:22 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [9c4b5eb8]

	Revert changing VLC initialization type for RV3/4 decoder.
	While ...


Sun, 26 Apr 2009 20:37:40 GMT Ramiro Polla <ramiro.polla@gmail.com> [77b12f8]

	mlpdec: Simplify filtering code by using only one counter variable.
 ...


Sun, 26 Apr 2009 04:23:29 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [60294c59]

	Correctly update output sample format in wavpack decoder.
	Patch by ...


Sat, 25 Apr 2009 20:09:34 GMT Benjamin Larsson <banan@ludd.ltu.se> [bdb8d99]

	Proper subpacket size check for cook multichannel files.

	Originally ...


Sat, 25 Apr 2009 19:47:18 GMT Benjamin Larsson <banan@ludd.ltu.se> [bb1135c8]

	Remove parentheses

	Originally committed as revision 18692 to ...


Sat, 25 Apr 2009 18:43:30 GMT Benjamin Larsson <banan@ludd.ltu.se> [fcc01e64]

	Set the type of size in COOKSubpacket to unsigned

	Originally ...


Sat, 25 Apr 2009 18:29:31 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [75801da5]

	Add pixdescs definitions for planar YUV pixfmts with 16 bits per ...


Sat, 25 Apr 2009 17:46:27 GMT Benjamin Larsson <banan@ludd.ltu.se> [ec32cfd2]

	Make sure we only parse max amount of subpackets (5) in the cook ...


Sat, 25 Apr 2009 17:35:21 GMT Benjamin Larsson <banan@ludd.ltu.se> [da75426b]

	Indent

	Originally committed as revision 18688 to ...


Sat, 25 Apr 2009 17:33:36 GMT Benjamin Larsson <banan@ludd.ltu.se> [0a704b5f]

	Remove redundant code

	Originally committed as revision 18687 to ...


Sat, 25 Apr 2009 10:47:24 GMT Benjamin Larsson <banan@ludd.ltu.se> [9189d7eb]

	Add Changelog for Cook multi channel support

	Originally committed ...


Sat, 25 Apr 2009 10:46:07 GMT Benjamin Larsson <banan@ludd.ltu.se> [67da3182]

	Support cook multichannel files.

	Originally committed as revision ...


Sat, 25 Apr 2009 10:25:14 GMT Benjamin Larsson <banan@ludd.ltu.se> [7204850e]

	Fix the COOKDEBUG code

	Originally committed as revision 18684 to ...


Sat, 25 Apr 2009 10:20:48 GMT Benjamin Larsson <banan@ludd.ltu.se> [4a291c90]

	Factor out COOKSubpacket, in preparation for multichannel support.
 ...


Sat, 25 Apr 2009 07:53:55 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [10151b13]

	Add missing pixel format descriptor definitions.

	Originally ...


Sat, 25 Apr 2009 05:47:38 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [3df18b3e]

	Get rid of monstrous static table and initialize VLCs for RV3/4 ...


Fri, 24 Apr 2009 14:09:24 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [1c86db8]

	Remove useless assignment during initialization for some decoders
 ...