#
# ChangeLog for / in ffmpeg
#
# Generated by Trac 1.6
# Dec 16, 2024, 10:33:37 AM

Fri, 27 Jul 2012 21:39:07 GMT Ronald S. Bultje <rsbultje@gmail.com> [2734ba78]

	vp56: port x86 simd to cpuflags.


Fri, 27 Jul 2012 18:43:06 GMT Ronald S. Bultje <rsbultje@gmail.com> [5361e10a]

	proresdsp: port x86 assembly to cpuflags.


Fri, 27 Jul 2012 18:21:32 GMT Justin Ruggles <justin.ruggles@gmail.com> [e9da9a3]

	lavr: x86: improve non-SSE4 version of S16_TO_S32_SX macro

	Removes ...


Fri, 27 Jul 2012 18:15:33 GMT Justin Ruggles <justin.ruggles@gmail.com> [743f070]

	lavfi: better channel layout negotiation

	Allow substitution of ...


Fri, 27 Jul 2012 17:52:20 GMT Justin Ruggles <justin.ruggles@gmail.com> [81f548d]

	alac: check for truncated packets

	This will give a clearer error ...


Fri, 27 Jul 2012 17:52:19 GMT Justin Ruggles <justin.ruggles@gmail.com> [fb57e913]

	alac: reverse lpc coeff order, simplify filter

	Reversing the lpc ...


Fri, 27 Jul 2012 15:25:48 GMT Justin Ruggles <justin.ruggles@gmail.com> [2f096bb1]

	lavr: add x86-optimized mixing functions

	Adds optimized functions ...


Fri, 27 Jul 2012 15:25:48 GMT Justin Ruggles <justin.ruggles@gmail.com> [79687079]

	x86: add support for fmaddps fma4 instruction with abstraction to
	avx/sse


Fri, 27 Jul 2012 05:34:38 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [0cf7d84]

	tscc2: fix typo in array index


Thu, 26 Jul 2012 22:58:59 GMT Mans Rullgard <mans@mansr.com> [b9d3c378]

	build: use COMPILE template for HOSTOBJS

	Signed-off-by: Mans ...


Thu, 26 Jul 2012 22:58:50 GMT Mans Rullgard <mans@mansr.com> [a758c5e]

	build: do full flag handling for all compiler-type tools

	This adds ...


Thu, 26 Jul 2012 22:56:32 GMT Ronald S. Bultje <rsbultje@gmail.com> [02ac2822]

	eval: fix printing of NaN in eval fate test.

	This fixes "make ...


Thu, 26 Jul 2012 21:35:21 GMT Diego Biurrun <diego@biurrun.de> [87849592]

	build: Rename aandct component to more descriptive aandcttables


Thu, 26 Jul 2012 20:43:16 GMT Ronald S. Bultje <rsbultje@gmail.com> [bde73f28]

	mpegaudio: bury inline asm under HAVE_INLINE_ASM.


Thu, 26 Jul 2012 20:43:16 GMT Ronald S. Bultje <rsbultje@gmail.com> [30b45d9c]

	x86inc: automatically insert vzeroupper for YMM functions.


Thu, 26 Jul 2012 19:57:15 GMT Martin Storsjö <martin@martin.st> [8ea1459b]

	rtmp: Check the buffer length of ping packets

	Signed-off-by: Martin ...


Thu, 26 Jul 2012 19:56:54 GMT Martin Storsjö <martin@martin.st> [e49e6b64]

	rtmp: Allow having more unknown data at the end of a chunk size ...


Thu, 26 Jul 2012 19:56:54 GMT Martin Storsjö <martin@martin.st> [2357f606]

	rtmp: Prevent reading outside of an allocate buffer when receiving ...


Thu, 26 Jul 2012 08:20:04 GMT Luca Barbato <lu_zero@gentoo.org> [44dc9c6a]

	libopenjpeg: support YUV and deep RGB pixel formats

	Based on FFmpeg ...


Thu, 26 Jul 2012 08:08:49 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [92566540]

	Fix typo in v410 decoder.

	Signed-off-by: Derek Buitenhuis ...


Wed, 25 Jul 2012 22:01:04 GMT Luca Barbato <lu_zero@gentoo.org> [b5c8aa74]

	vf_yadif: unset cur_buf on the input link.

	The buffer is stored ...


Wed, 25 Jul 2012 22:01:04 GMT Luca Barbato <lu_zero@gentoo.org> [f431315a]

	vf_overlay: ensure the overlay frame does not get leaked.
 ...


Wed, 25 Jul 2012 22:01:04 GMT Luca Barbato <lu_zero@gentoo.org> [08fc1ad1]

	vf_overlay: prevent premature freeing of cur_buf

	Signed-off-by: ...


Wed, 25 Jul 2012 21:18:32 GMT Martin Storsjö <martin@martin.st> [5423e908]

	Support urlencoded http authentication credentials

	It should be ...


Wed, 25 Jul 2012 20:57:01 GMT Martin Storsjö <martin@martin.st> [abf77a24]

	rtmp: Return an error when the client bandwidth is incorrect
 ...


Wed, 25 Jul 2012 20:57:00 GMT Martin Storsjö <martin@martin.st> [be8f9492]

	rtmp: Return proper error code in handle_server_bw

	Signed-off-by: ...


Wed, 25 Jul 2012 20:57:00 GMT Martin Storsjö <martin@martin.st> [088a82b]

	rtmp: Return proper error code in handle_client_bw

	Signed-off-by: ...


Wed, 25 Jul 2012 20:57:00 GMT Martin Storsjö <martin@martin.st> [e7ea6883]

	rtmp: Return proper error codes in handle_chunk_size

	Signed-off-by: ...


Wed, 25 Jul 2012 19:41:25 GMT Justin Ruggles <justin.ruggles@gmail.com> [0dadf9d1]

	lavr: x86: add missing vzeroupper in ff_mix_1_to_2_fltp_flt()


Wed, 25 Jul 2012 18:37:03 GMT Derek Buitenhuis <derek.buitenhuis@gmail.com> [48098788]

	vp8: Replace x*155/100 by x*101581>>16.

	Idea stolen from webp (by ...


Wed, 25 Jul 2012 18:24:30 GMT Derek Buitenhuis <derek.buitenhuis@gmail.com> [a1878a88]

	vp3: don't use calls to inline asm in yasm code.

	Mixing yasm and ...


Wed, 25 Jul 2012 18:24:27 GMT Derek Buitenhuis <derek.buitenhuis@gmail.com> [79195ce5]

	x86/dsputil: put inline asm under HAVE_INLINE_ASM.

	This allows ...


Wed, 25 Jul 2012 18:22:18 GMT Derek Buitenhuis <derek.buitenhuis@gmail.com> [845e92fd]

	dsputil_mmx: fix incorrect assembly code

	In ...


Wed, 25 Jul 2012 18:08:24 GMT Martin Storsjö <martin@martin.st> [6d1c9945]

	rtmp: Factorize the code by adding handle_invoke

	Signed-off-by: ...


Wed, 25 Jul 2012 18:08:22 GMT Martin Storsjö <martin@martin.st> [7be2a7d8]

	rtmp: Factorize the code by adding handle_chunk_size

	Signed-off-by: ...


Wed, 25 Jul 2012 18:08:20 GMT Martin Storsjö <martin@martin.st> [0ffd5161]

	rtmp: Factorize the code by adding handle_ping

	Signed-off-by: ...


Wed, 25 Jul 2012 18:08:18 GMT Martin Storsjö <martin@martin.st> [912ecc9a]

	rtmp: Factorize the code by adding handle_client_bw

	Signed-off-by: ...


Wed, 25 Jul 2012 18:08:09 GMT Martin Storsjö <martin@martin.st> [9b498148]

	rtmp: Factorize the code by adding handle_server_bw

	Signed-off-by: ...


Wed, 25 Jul 2012 17:33:13 GMT Martin Storsjö <martin@martin.st> [758377a2]

	rtmp: Add a new option 'rtmp_pageurl'

	This option specifies the URL ...


Wed, 25 Jul 2012 17:33:11 GMT Martin Storsjö <martin@martin.st> [98df48db]

	doc: Update the description of the rtmp_tcurl option

	Signed-off-by: ...


Wed, 25 Jul 2012 17:33:10 GMT Martin Storsjö <martin@martin.st> [63ffa15]

	rtmp: Make the description of the rtmp_tcurl option more generic
 ...


Wed, 25 Jul 2012 17:32:33 GMT Martin Storsjö <martin@martin.st> [160a27c5]

	libfdk-aacenc: add LATM/LOAS encapsulation support

	Signed-off-by: ...


Wed, 25 Jul 2012 17:31:16 GMT Martin Storsjö <martin@martin.st> [ecfff0e9]

	sctp: add port missing error message

	Without this patch a user a ...


Wed, 25 Jul 2012 17:30:39 GMT Martin Storsjö <martin@martin.st> [f9a9a148]

	tcp: add port missing error message

	Without this patch a user a bit ...


Wed, 25 Jul 2012 07:24:25 GMT Diego Biurrun <diego@biurrun.de> [49c45a26]

	avfilter: Fix printf format string conversion specifier
 ...


Tue, 24 Jul 2012 15:13:26 GMT Martin Storsjö <martin@martin.st> [6a433fdb]

	rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE ...


Tue, 24 Jul 2012 12:54:10 GMT Martin Storsjö <martin@martin.st> [f7bfb126]

	rtmp: Move the CONFIG_ condition into the if conditions

	This makes ...


Tue, 24 Jul 2012 00:37:49 GMT Diego Biurrun <diego@biurrun.de> [65d94f63]

	aac: Mention abbreviation as well in long_name

	Most people know the ...


Mon, 23 Jul 2012 22:21:39 GMT Diego Biurrun <diego@biurrun.de> [6b801421]

	build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabled ...


Mon, 23 Jul 2012 21:56:22 GMT Diego Biurrun <diego@biurrun.de> [816ff352]

	doc: Add Git configuration section


Mon, 23 Jul 2012 21:43:27 GMT Martin Storsjö <martin@martin.st> [6c1ed454]

	configure: Add a dependency on https for rtmpts

	The rtmpts protocol ...


Mon, 23 Jul 2012 21:42:58 GMT Martin Storsjö <martin@martin.st> [999c63e4]

	rtp: Only choose static payload types if the sample rate and channels ...


Mon, 23 Jul 2012 15:36:48 GMT Derek Buitenhuis <derek.buitenhuis@gmail.com> [d04c5293]

	v410dec: Implement explode mode support

	Try and decode broken ...


Mon, 23 Jul 2012 15:35:21 GMT Derek Buitenhuis <derek.buitenhuis@gmail.com> [6c8fdfc5]

	zerocodec: fix direct rendering.

	Set picture type before calling ...


Mon, 23 Jul 2012 15:34:08 GMT Derek Buitenhuis <derek.buitenhuis@gmail.com> [61884b9d]

	wav: init st to NULL to avoid a false-positive warning.

	If st is ...


Mon, 23 Jul 2012 15:33:58 GMT Derek Buitenhuis <derek.buitenhuis@gmail.com> [37c6ad23]

	wavpack: set bits_per_raw_sample for S32 samples to properly identify ...


Mon, 23 Jul 2012 14:27:53 GMT Luca Barbato <lu_zero@gentoo.org> [58db34a]

	h264: refactor NAL decode loop

	Write out the NAL decoding loops in ...


Mon, 23 Jul 2012 13:32:09 GMT Martin Storsjö <martin@martin.st> [08cd95e8]

	RTMPTE protocol support

	Signed-off-by: Martin Storsjö <martin@martin.st>


Mon, 23 Jul 2012 13:32:07 GMT Martin Storsjö <martin@martin.st> [acd554c1]

	RTMPE protocol support

	This adds two protocols, but one of them is ...


Mon, 23 Jul 2012 13:32:05 GMT Martin Storsjö <martin@martin.st> [0e31088b]

	rtmp: Add ff_rtmp_calc_digest_pos()

	This function is used for ...


Mon, 23 Jul 2012 13:32:03 GMT Martin Storsjö <martin@martin.st> [3505d557]

	rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it ...


Mon, 23 Jul 2012 02:46:47 GMT Ronald S. Bultje <rsbultje@gmail.com> [3b175384]

	swscale: add missing HAVE_INLINE_ASM check.

	The function called in ...


Mon, 23 Jul 2012 02:44:06 GMT Ronald S. Bultje <rsbultje@gmail.com> [31248865]

	lavfi: place x86 inline assembly under HAVE_INLINE_ASM.

	This allows ...


Mon, 23 Jul 2012 02:28:30 GMT Derek Buitenhuis <derek.buitenhuis@gmail.com> [8d2e3fee]

	vc1: Add a test for interlaced field pictures

	Signed-off-by: Derek ...


Sun, 22 Jul 2012 23:30:05 GMT Diego Biurrun <diego@biurrun.de> [5a6e3c03]

	swscale: Mark all init functions as av_cold


Sun, 22 Jul 2012 23:30:04 GMT Diego Biurrun <diego@biurrun.de> [16d2a1a5]

	swscale: x86: Drop pointless _mmx suffix from filenames

	The files ...


Sun, 22 Jul 2012 23:10:21 GMT Ronald S. Bultje <rsbultje@gmail.com> [fd487218]

	lavf: use conditional notation for default codec in muxer ...


Sun, 22 Jul 2012 23:08:13 GMT Ronald S. Bultje <rsbultje@gmail.com> [a6e922ff]

	swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM.


Sun, 22 Jul 2012 21:38:55 GMT Justin Ruggles <justin.ruggles@gmail.com> [a35738f4]

	dsputil: ppc: cosmetics: pretty-print


Sun, 22 Jul 2012 20:56:58 GMT Justin Ruggles <justin.ruggles@gmail.com> [85a3c19e]

	dsputil: x86: add SHUFFLE_MASK_W macro

	Simplifies pshufb masks that ...


Sun, 22 Jul 2012 20:14:01 GMT Mans Rullgard <mans@mansr.com> [b2704a65]

	configure: respect CC_O setting in check_cc

	Use compiler-specific ...


Sun, 22 Jul 2012 15:58:56 GMT Anton Khirnov <anton@khirnov.net> [df53a4a7]

	FATE: fix the asyncts test

	Nellymoser is float, so use oneoff ...


Sun, 22 Jul 2012 10:36:30 GMT Diego Biurrun <diego@biurrun.de> [6bd37e0]

	build: Drop gcc-specific warning flag from header compilation rule
 ...


Sun, 22 Jul 2012 08:14:16 GMT Anton Khirnov <anton@khirnov.net> [73cd131]

	FATE: add a test for the asyncts audio filter.


Sun, 22 Jul 2012 07:14:05 GMT Anton Khirnov <anton@khirnov.net> [721113be]

	matroskadec: return more correct error code on read error.


Sun, 22 Jul 2012 07:14:05 GMT Anton Khirnov <anton@khirnov.net> [a8a2271f]

	buffersrc: check ff_get_audio_buffer() for errors.


Sun, 22 Jul 2012 07:14:05 GMT Anton Khirnov <anton@khirnov.net> [8f3a3ce7]

	lavfi: check all ff_get_video_buffer() calls for errors.


Sun, 22 Jul 2012 07:14:05 GMT Anton Khirnov <anton@khirnov.net> [1dc42050]

	lavfi: check all avfilter_ref_buffer() calls for errors.


Sun, 22 Jul 2012 07:14:05 GMT Anton Khirnov <anton@khirnov.net> [80e4ed27]

	vf_select: avoid an unnecessary avfilter_ref_buffer().


Sun, 22 Jul 2012 07:14:05 GMT Anton Khirnov <anton@khirnov.net> [785fa50f]

	buffersrc: avoid creating unnecessary buffer reference


Sun, 22 Jul 2012 07:14:05 GMT Anton Khirnov <anton@khirnov.net> [02ac7311]

	lavfi: use avfilter_unref_bufferp() where appropriate.


Sun, 22 Jul 2012 07:14:05 GMT Anton Khirnov <anton@khirnov.net> [043800a9]

	vf_fps: add more error checks.


Sun, 22 Jul 2012 07:14:05 GMT Anton Khirnov <anton@khirnov.net> [d515e9c2]

	vf_fps: fix a memleak on malloc failure.


Sun, 22 Jul 2012 07:14:05 GMT Anton Khirnov <anton@khirnov.net> [3825b526]

	lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors


Sun, 22 Jul 2012 07:14:05 GMT Anton Khirnov <anton@khirnov.net> [d4f89906]

	lavfi: add error handling to end_frame().


Sun, 22 Jul 2012 07:14:05 GMT Anton Khirnov <anton@khirnov.net> [e9b992d0]

	lavfi: add error handling to draw_slice().


Sun, 22 Jul 2012 07:14:04 GMT Anton Khirnov <anton@khirnov.net> [ebc8d974]

	lavfi: add error handling to start_frame().


Sun, 22 Jul 2012 06:43:12 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [1470ce21]

	Bump libavcodec and libavformat minor versions for G.723.1 decoder ...


Sun, 22 Jul 2012 05:58:54 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [55c3a4f6]

	G.723.1 demuxer and decoder

	Signed-off-by: Kostya Shishkov ...


Sun, 22 Jul 2012 05:58:53 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [8aac5585]

	Add a shift parameter to celp_lp_synthesis_filter()

	This is ...


Sun, 22 Jul 2012 02:05:45 GMT Diego Biurrun <diego@biurrun.de> [51a5ddf]

	libopenjpeg: K&R formatting cosmetics


Sun, 22 Jul 2012 00:16:49 GMT Ronald S. Bultje <rsbultje@gmail.com> [731fa116]

	yadif: use emms_c() instead of inline assembly for emms invocations.


Sat, 21 Jul 2012 23:42:36 GMT Ronald S. Bultje <rsbultje@gmail.com> [b170b323]

	ac3: don't use different names for option tables in the template ...


Sat, 21 Jul 2012 23:31:15 GMT Ronald S. Bultje <rsbultje@gmail.com> [3db40703]

	lavfi: use const for AVFilterPad declarations in all filters.


Sat, 21 Jul 2012 23:31:15 GMT Ronald S. Bultje <rsbultje@gmail.com> [98041af]

	adpcm: don't duplicate identical AVSampleFmt array for each encoder.


Sat, 21 Jul 2012 20:49:31 GMT Diego Biurrun <diego@biurrun.de> [388ff813]

	configure: cosmetics: Group test dependencies together


Sat, 21 Jul 2012 20:33:04 GMT Mans Rullgard <mans@mansr.com> [ad93dccb]

	configure: add more passthrough flags in tms470 filter

	This is in ...


Sat, 21 Jul 2012 20:33:01 GMT Mans Rullgard <mans@mansr.com> [d0c6d424]

	configure: move flag filtering functions out of if/else blocks
 ...


Sat, 21 Jul 2012 20:22:58 GMT Diego Biurrun <diego@biurrun.de> [b2668c85]

	x86: swscale: Place inline assembly code under appropriate #ifdefs
 ...


Sat, 21 Jul 2012 19:35:01 GMT Derek Buitenhuis <derek.buitenhuis@gmail.com> [5354a904]

	rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.

	This makes ...