#
# ChangeLog for / in ffmpeg
#
# Generated by Trac 1.6
# Jan 3, 2025, 8:10:16 PM

Thu, 19 Feb 2009 12:19:55 GMT Peter Ross <pross@xvid.org> [0e9602ef]

	FLV demuxer: return AVERROR_EOF upon detection of end of file.
 ...


Thu, 19 Feb 2009 12:19:33 GMT Peter Ross <pross@xvid.org> [1e04bbe]

	AVI demuxer: return AVERROR_EOF upon detection of end of file.
 ...


Thu, 19 Feb 2009 12:18:09 GMT Peter Ross <pross@xvid.org> [9bf1b724]

	Add AVERROR_EOF.

	Originally committed as revision 17455 to ...


Thu, 19 Feb 2009 10:09:46 GMT Diego Biurrun <diego@biurrun.de> [6f2162b4]

	Mark functions only used within the test programs as static.
 ...


Thu, 19 Feb 2009 09:55:52 GMT Ivan Kalvachev <ikalvachev@gmail.com> [859bb3cf]

	Add more paranoid checks of xvmc token.

	Originally committed as ...


Thu, 19 Feb 2009 08:39:47 GMT Ivan Kalvachev <ikalvachev@gmail.com> [9cfc1b3a]

	Exit with error if MPV_common_init() is called with PIX_FMT_NONE. ...


Thu, 19 Feb 2009 00:54:59 GMT Diego Biurrun <diego@biurrun.de> [e1025248]

	Only enable SSE/3DNOW optimizations when they have been enabled at ...


Thu, 19 Feb 2009 00:47:11 GMT Diego Biurrun <diego@biurrun.de> [2213f431]

	Directly #include required X11/XvMC header.

	Originally committed as ...


Thu, 19 Feb 2009 00:34:42 GMT Roman Shaposhnik <roman@shaposhnik.org> [94ed2a30]

	transitioning dv_guess_dct_mode to dsputil cmp function

	Originally ...


Thu, 19 Feb 2009 00:30:24 GMT Roman Shaposhnik <roman@shaposhnik.org> [7fb7f636]

	Adding 2 intra 8x8 cmp functions: vsad, vsse

	Originally committed ...


Thu, 19 Feb 2009 00:28:19 GMT Justin Ruggles <justin.ruggles@gmail.com> [4cff8dc8]

	Allow AC-3 parser to modify codec_id.
	Patch by Joakim Plate (elupus ...


Thu, 19 Feb 2009 00:28:08 GMT Roman Shaposhnik <roman@shaposhnik.org> [3899eb2f]

	Making the arrays accomodate an extra intra 8x8 cmp function
 ...


Thu, 19 Feb 2009 00:27:57 GMT Aurelien Jacobs <aurel@gnuage.org> [d52b39c7]

	fix missing dependencies

	Originally committed as revision 17445 to ...


Thu, 19 Feb 2009 00:14:41 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [b743889]

	Fix typo: explixitly -> explicitly.

	Originally committed as ...


Thu, 19 Feb 2009 00:06:17 GMT Diego Biurrun <diego@biurrun.de> [b3183ad0]

	prettyprinting whitespace cosmetics

	Originally committed as ...


Wed, 18 Feb 2009 23:46:05 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [6363af44]

	Add key_frame to AVCodecParserContext, used in libavformat. ...


Wed, 18 Feb 2009 23:33:30 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [2ea89d92]

	Parse buffering period (H.264, D.1.1).

	Patch by Ivan Schreter, ...


Wed, 18 Feb 2009 23:32:41 GMT Diego Biurrun <diego@biurrun.de> [31866c4]

	The 3DNow! and SSE FFT optimizations depend on the yasm optimizations ...


Wed, 18 Feb 2009 23:25:59 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [24a414e0]

	Store CPB count in the context.

	Patch by Ivan Schreter, schreter ...


Wed, 18 Feb 2009 23:16:31 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [15239b7f]

	Rename the "src" parameter in the sws_scale() declaration to ...


Wed, 18 Feb 2009 23:11:47 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [583799c4]

	Document sws_scale().

	Originally committed as revision 28654 to ...


Wed, 18 Feb 2009 21:32:59 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [9ac9f89]

	Use const qualifier for the variable "tbp", fix warning.

	Originally ...


Wed, 18 Feb 2009 21:30:44 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [61af68d7]

	Use parentheses around assignment used as truth value, fix warning.
 ...


Wed, 18 Feb 2009 21:29:03 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [818ff9a4]

	Assign const qualifier to the font variable, fix warning.
 ...


Wed, 18 Feb 2009 21:20:02 GMT Stefano Sabatini <stefano.sabatini-lala@poste.it> [2ba56289]

	Add const qualifier to the error var, fix warnings.

	Originally ...


Wed, 18 Feb 2009 15:25:57 GMT Benoit Fouet <benoit.fouet@free.fr> [eecc17a7]

	Move debug trace to the new compute_frame_delay() function.
	Patch by ...


Wed, 18 Feb 2009 15:23:30 GMT Benoit Fouet <benoit.fouet@free.fr> [712de377]

	Cosmetics: reindent after previous commit.

	Originally committed as ...


Wed, 18 Feb 2009 15:23:05 GMT Benoit Fouet <benoit.fouet@free.fr> [443658fd]

	Do not force last delay value to its own value.
	Adapted from a patch ...


Wed, 18 Feb 2009 15:17:39 GMT Benoit Fouet <benoit.fouet@free.fr> [49410784]

	Extract into its own function the code to compute frame delay.
	Patch ...


Wed, 18 Feb 2009 14:01:46 GMT Benoit Fouet <benoit.fouet@free.fr> [1447aac4]

	av_alloc_format_context has been renamed, update AVFormatContext ...


Wed, 18 Feb 2009 11:57:11 GMT Michael Niedermayer <michaelni@gmx.at> [9392863d]

	Clarify get_ue_golomb_31() behavior with >31.

	Originally committed ...


Wed, 18 Feb 2009 11:46:14 GMT Benoit Fouet <benoit.fouet@free.fr> [a6f925b8]

	Make output_example use av_interleaved_write_frame() instead of ...


Wed, 18 Feb 2009 09:21:29 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [9bbf1a5c]

	Instead of crashing, return from ff_vdpau_mpeg_picture_complete()
	if ...


Wed, 18 Feb 2009 09:14:41 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [59501dc]

	Add myself as vdpau maintainer.

	Originally committed as revision ...


Wed, 18 Feb 2009 08:42:35 GMT Benoit Fouet <benoit.fouet@free.fr> [c12b0d8]

	Set global header flag for every container that requires it.
	Patch ...


Wed, 18 Feb 2009 07:14:23 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [7b05a816]

	fix partition index byte count

	Originally committed as revision ...


Wed, 18 Feb 2009 07:13:57 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [454d53e]

	always use multi track since timecode track is present

	Originally ...


Wed, 18 Feb 2009 06:49:32 GMT Andreas Öman <andreas@lonelycoder.com> [de43a239]

	av_write_trailer() must be done before closing codecs.

	Patch by ...


Wed, 18 Feb 2009 04:57:54 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [6739fa54]

	fix preface version

	Originally committed as revision 17421 to ...


Wed, 18 Feb 2009 04:42:31 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [50ced76f]

	check fifo size and realloc if needed

	Originally committed as ...


Wed, 18 Feb 2009 02:57:41 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [ef33facd]

	start counting track number from 0

	Originally committed as revision ...


Wed, 18 Feb 2009 02:18:52 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [5bea4f67]

	remove redundant comment

	Originally committed as revision 17418 to ...


Wed, 18 Feb 2009 02:13:59 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [c3ff541b]

	do not write slice count when muxing cbr

	Originally committed as ...


Wed, 18 Feb 2009 01:43:40 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [8ab94b52]

	flush pending write in mxf_write_footer

	Originally committed as ...


Wed, 18 Feb 2009 01:35:36 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [659713b]

	use index 0 for timecode track and write it in source package also
 ...


Wed, 18 Feb 2009 01:05:06 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [6c53bf63]

	fix rip body sid when muxing cbr

	Originally committed as revision ...


Wed, 18 Feb 2009 00:38:10 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [cf6065ca]

	Parse cbp_removal_delay in SEI picture structure.

	Patch by Ivan ...


Wed, 18 Feb 2009 00:36:07 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [ff594f81]

	Parse dpb_output_delay in SEI picture structure.

	Patch by Ivan ...


Wed, 18 Feb 2009 00:33:33 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [82e38c29]

	Parse initial_cpb_removal_delay_length.

	Patch by Ivan Schreter, ...


Wed, 18 Feb 2009 00:12:05 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [42c6850e]

	simplify descriptor size computation logic

	Originally committed as ...


Wed, 18 Feb 2009 00:11:49 GMT Diego Biurrun <diego@biurrun.de> [ca14e2a8]

	Handle conditional compilation of CPU-specific FFT code in the ...


Wed, 18 Feb 2009 00:03:09 GMT Diego Biurrun <diego@biurrun.de> [a1ef9f08]

	Add support for enabling/disabling AMD 3DNow! extended optimizations. ...


Wed, 18 Feb 2009 00:02:38 GMT Aurelien Jacobs <aurel@gnuage.org> [a233eaa6]

	use new metadata API in nsv demuxer

	Originally committed as ...


Wed, 18 Feb 2009 00:00:38 GMT Aurelien Jacobs <aurel@gnuage.org> [4b358c3e]

	use new metadata API in mpegts muxer

	Originally committed as ...


Tue, 17 Feb 2009 23:59:53 GMT Diego Biurrun <diego@biurrun.de> [3d17b948]

	mpegvideo_xvmc.o depends on mpegvideo.o.

	Originally committed as ...


Tue, 17 Feb 2009 23:51:28 GMT Diego Biurrun <diego@biurrun.de> [7df33ec2]

	Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in ...


Tue, 17 Feb 2009 23:36:28 GMT Diego Biurrun <diego@biurrun.de> [63864cb]

	small Doxygen comment grammar fix

	Originally committed as revision ...


Tue, 17 Feb 2009 23:35:41 GMT Diego Biurrun <diego@biurrun.de> [bd0eddb7]

	Revert converting two asserts into if checks and error messages.
	It ...


Tue, 17 Feb 2009 23:30:07 GMT Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> [ef7ae94b]

	Fix MBAFF/PAFF samples.

	Patch by Stephen Warren, swarren nvidia com ...


Tue, 17 Feb 2009 22:36:48 GMT Diego Biurrun <diego@biurrun.de> [9ba8bc01]

	spelling/grammar/wording fixes for the Doxygen comments

	Originally ...


Tue, 17 Feb 2009 22:25:40 GMT Andreas Öman <andreas@lonelycoder.com> [3fff6382]

	Gopher protocol should depend on networking being enabled.

	Ok'd by ...


Tue, 17 Feb 2009 21:43:57 GMT Diego Biurrun <diego@biurrun.de> [30f68128]

	Add missing #includes to fix 'make checkheaders'.

	Originally ...


Tue, 17 Feb 2009 21:41:50 GMT Aurelien Jacobs <aurel@gnuage.org> [1f1ff731]

	remove now useless get_str16() from rmdec.c

	Originally committed as ...


Tue, 17 Feb 2009 21:40:38 GMT Aurelien Jacobs <aurel@gnuage.org> [7379d5b]

	use new metadata API in rm (de)muxer

	Originally committed as ...


Tue, 17 Feb 2009 18:20:06 GMT Michael Niedermayer <michaelni@gmx.at> [6c25f346]

	Fix @param[in/out] handling

	Originally committed as revision 17395 ...


Tue, 17 Feb 2009 15:44:11 GMT Aurelien Jacobs <aurel@gnuage.org> [41d7f7bd]

	apedec: display a warning when truncating a metadata tag

	Originally ...


Tue, 17 Feb 2009 13:41:27 GMT Benoit Fouet <benoit.fouet@free.fr> [ce09f927]

	Move initialization of {luma,chroma}_weight_flag[] up,
	to make sure ...


Tue, 17 Feb 2009 12:11:46 GMT Diego Biurrun <diego@biurrun.de> [de86157]

	cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings ...


Tue, 17 Feb 2009 12:03:10 GMT Diego Biurrun <diego@biurrun.de> [1bf6e565]

	cosmetics: 'const static' --> 'static const' to avoid warnings of the ...


Tue, 17 Feb 2009 08:12:51 GMT Luca Abeni <lucabe72@email.it> [bf6d9818]

	Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not ...


Tue, 17 Feb 2009 08:09:34 GMT Luca Abeni <lucabe72@email.it> [e5f483c6]

	Move to rtp.h the prototypes of all the functions defined in rtp.c
 ...


Tue, 17 Feb 2009 00:02:13 GMT Aurelien Jacobs <aurel@gnuage.org> [3f9867b1]

	use new metadata API in ape demuxer

	Originally committed as ...


Mon, 16 Feb 2009 22:46:30 GMT Ivan Kalvachev <ikalvachev@gmail.com> [649c171a]

	Thoroughly check all fields set by the application in xvmc struct.
 ...


Mon, 16 Feb 2009 22:23:47 GMT Justin Ruggles <justin.ruggles@gmail.com> [7846418b]

	flacdec: Silence false positive warning about uninitialized variables ...


Mon, 16 Feb 2009 18:52:14 GMT Måns Rullgård <mans@mansr.com> [037c08d6]

	avidec: fix error introduced in r17382

	Originally committed as ...


Mon, 16 Feb 2009 18:19:48 GMT Ivan Kalvachev <ikalvachev@gmail.com> [02c0c8d1]

	Minor clarification of xvmc field description.

	Originally committed ...


Mon, 16 Feb 2009 18:16:23 GMT Ivan Kalvachev <ikalvachev@gmail.com> [e7de624b]

	Improvements in xvmc structure fields descriptions.

	Originally ...


Mon, 16 Feb 2009 16:33:00 GMT Benoit Fouet <benoit.fouet@free.fr> [87ad63c0]

	Add a context to av_log() calls and modify a function prototype to ...


Mon, 16 Feb 2009 16:27:35 GMT Ronald S. Bultje <rsbultje@gmail.com> [2a1d51c5]

	Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See ...


Mon, 16 Feb 2009 16:27:08 GMT Benoit Fouet <benoit.fouet@free.fr> [b4314bff]

	Add a context to av_log() call and update the trace not to be ...


Mon, 16 Feb 2009 16:24:01 GMT Ronald S. Bultje <rsbultje@gmail.com> [3b0fc605]

	Don't install rtsp.h. It is intended to be private, it depends on rtp ...


Mon, 16 Feb 2009 16:14:34 GMT Benoit Fouet <benoit.fouet@free.fr> [49a06a4d]

	Change av_log() calls to fprintf() to stderr calls.

	Originally ...


Mon, 16 Feb 2009 16:12:23 GMT Benoit Fouet <benoit.fouet@free.fr> [0fd7c133]

	Add a context to av_log() calls.

	Originally committed as revision ...


Mon, 16 Feb 2009 16:09:58 GMT Benoit Fouet <benoit.fouet@free.fr> [ff9843ca]

	Add a context to av_log() call.

	Originally committed as revision ...


Mon, 16 Feb 2009 16:09:34 GMT Benoit Fouet <benoit.fouet@free.fr> [c102347]

	Add a context to av_log() calls.

	Originally committed as revision ...


Mon, 16 Feb 2009 16:09:02 GMT Benoit Fouet <benoit.fouet@free.fr> [871e62e5]

	Add a context to av_log() calls.

	Originally committed as revision ...


Mon, 16 Feb 2009 14:45:05 GMT Benoit Fouet <benoit.fouet@free.fr> [b9450753]

	Add a context to av_log() call.

	Originally committed as revision ...


Mon, 16 Feb 2009 14:44:31 GMT Benoit Fouet <benoit.fouet@free.fr> [76b9092f]

	Add a context to av_log() calls and extend ape_dumpinfo prototype to ...


Mon, 16 Feb 2009 12:48:45 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [e86a14d]

	fetch display aspect ratio from mpeg-2 essence

	Originally committed ...


Mon, 16 Feb 2009 11:50:06 GMT Diego Biurrun <diego@biurrun.de> [38425603]

	whitespace cosmetics: Reindent a few lines after the last commit.
 ...


Mon, 16 Feb 2009 11:49:08 GMT Diego Biurrun <diego@biurrun.de> [83344066]

	Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks ...


Mon, 16 Feb 2009 11:35:38 GMT Diego Biurrun <diego@biurrun.de> [42dfc2bf]

	whitespace cosmetics: Place spaces around += for better readability.
 ...


Mon, 16 Feb 2009 10:44:38 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [d1fa518e]

	merge mxf_write_d10_packet into mxf_write_packet

	Originally ...


Mon, 16 Feb 2009 10:38:23 GMT Diego Biurrun <diego@biurrun.de> [ed80a059]

	Add missing object dependencies: eatqi.o depends on mpeg12.o.
 ...


Mon, 16 Feb 2009 10:21:14 GMT Luca Abeni <lucabe72@email.it> [b0a880b3]

	Document ff_rtp_get_payload_type()

	Originally committed as revision ...


Mon, 16 Feb 2009 09:36:21 GMT Luca Abeni <lucabe72@email.it> [0550b58f]

	Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is ...


Mon, 16 Feb 2009 06:57:11 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [42402a55]

	Make BMP decoder try to decode files with incorrect filesize field ...


Mon, 16 Feb 2009 02:02:49 GMT Diego Biurrun <diego@biurrun.de> [f9d5bf3c]

	Replace two asserts by checks and error messages.

	Originally ...


Mon, 16 Feb 2009 01:59:51 GMT Diego Biurrun <diego@biurrun.de> [e7c88eb7]

	Doxygen comment wording fix

	Originally committed as revision 17361 ...


Mon, 16 Feb 2009 01:55:28 GMT Diego Biurrun <diego@biurrun.de> [b4ee1d39]

	Make format long_names consistent.

	Originally committed as revision ...