#
# ChangeLog for / in ffmpeg
#
# Generated by Trac 1.6
# Jan 25, 2025, 12:41:07 AM

Thu, 22 Nov 2007 10:27:58 GMT Diego Biurrun <diego@biurrun.de> [594ff7cc]

	comment spelling/grammar fixes

	Originally committed as revision ...


Thu, 22 Nov 2007 02:27:39 GMT Ramiro Polla <ramiro.polla@gmail.com> [a5e979f4]

	os_support.h is also needed for usleep and lseek on MinGW.
 ...


Wed, 21 Nov 2007 22:41:31 GMT Guillaume Poirier <gpoirier@mplayerhq.hu> [82821c9]

	add VC-1 MMX DSP functions, under MIT license.
	patch by Christophe ...


Wed, 21 Nov 2007 16:33:06 GMT Luca Abeni <lucabe72@email.it> [087b3272]

	Include os_support.h only when needed

	Originally committed as ...


Wed, 21 Nov 2007 10:26:11 GMT Luca Barbato <lu_zero@gentoo.org> [a960a1e0]

	Make av_read_frame with rtsp client return EINTR on interrupt
	patch ...


Wed, 21 Nov 2007 07:41:00 GMT Andreas Öman <andreas@lonelycoder.com> [899681cd]

	Use dynamically allocated ByteIOContext in AVFormatContext

	patch ...


Tue, 20 Nov 2007 13:42:43 GMT Diego Biurrun <diego@biurrun.de> [79815f62]

	Fix wrong error message.
	patch by Stefano Sabatini, ...


Tue, 20 Nov 2007 11:18:52 GMT Diego Biurrun <diego@biurrun.de> [e5af4a11]

	main() --> main(void)

	Originally committed as revision 11069 to ...


Tue, 20 Nov 2007 11:18:24 GMT Diego Biurrun <diego@biurrun.de> [db817cf3]

	whitespace consistency cosmetics

	Originally committed as revision ...


Mon, 19 Nov 2007 20:33:25 GMT Michael Niedermayer <michaelni@gmx.at> [e59d9328]

	cosmetic (x==NULL -> !x)

	Originally committed as revision 11067 to ...


Mon, 19 Nov 2007 20:30:00 GMT Michael Niedermayer <michaelni@gmx.at> [5b2052b3]

	cosmetic (place { consistently)

	Originally committed as revision ...


Mon, 19 Nov 2007 20:28:11 GMT Roberto Togni <r_togni@tiscali.it> [2b013568]

	Replace realloc with free+malloc, the previous content of the buffer ...


Mon, 19 Nov 2007 20:26:35 GMT Michael Niedermayer <michaelni@gmx.at> [0dd954b1]

	cosmetic (remove != 0 / != NULL)

	Originally committed as revision ...


Mon, 19 Nov 2007 20:18:30 GMT Michael Niedermayer <michaelni@gmx.at> [e1c48b7a]

	use sizeof in snprintf (note the changed code is all under #if 0)
 ...


Mon, 19 Nov 2007 20:14:46 GMT Michael Niedermayer <michaelni@gmx.at> [2867ed9]

	check region depth for validity
	(32/64/128 would crash at least due ...


Mon, 19 Nov 2007 10:40:11 GMT Luca Abeni <lucabe72@email.it> [c5a2fe8f]

	Generate a linking error if perror() is used in libav*

	Originally ...


Mon, 19 Nov 2007 10:33:05 GMT Luca Abeni <lucabe72@email.it> [95206290]

	Convert perror() in av_log() in bktr.c.
	Currently untested; someone ...


Mon, 19 Nov 2007 08:07:33 GMT Luca Abeni <lucabe72@email.it> [086119b3]

	Remove perror() usage from udp.c

	Originally committed as revision ...


Mon, 19 Nov 2007 07:54:04 GMT Luca Abeni <lucabe72@email.it> [9f74582c]

	Do not use perror() in audio, video, and DV grabbers

	Originally ...


Mon, 19 Nov 2007 07:39:55 GMT Luca Abeni <lucabe72@email.it> [7f0cd6a5]

	Remove perror() usage from libavutil

	Originally committed as ...


Mon, 19 Nov 2007 00:02:58 GMT Roberto Togni <r_togni@tiscali.it> [e35033e6]

	Cosmetics

	Originally committed as revision 11056 to ...


Mon, 19 Nov 2007 00:02:03 GMT Roberto Togni <r_togni@tiscali.it> [69434d2f]

	No need to update pos, it's not used after that line

	Originally ...


Sun, 18 Nov 2007 22:58:40 GMT Roberto Togni <r_togni@tiscali.it> [6887cb8b]

	Cleanup: remove ssize

	Originally committed as revision 11054 to ...


Sun, 18 Nov 2007 22:49:41 GMT Roberto Togni <r_togni@tiscali.it> [5253753]

	Check for memory allocation failure of temp buffer

	Originally ...


Sun, 18 Nov 2007 22:40:02 GMT Roberto Togni <r_togni@tiscali.it> [e11d0145]

	Optimize memory management to create an av_packet from multiple ...


Sun, 18 Nov 2007 10:54:38 GMT Benjamin Larsson <banan@ludd.ltu.se> [289987e4]

	Use memcpy instead of for loop

	Originally committed as revision ...


Sat, 17 Nov 2007 03:14:43 GMT Jeff Downs <heydowns@borg.com> [28af284]

	When new streams are detected, look for old filters and close them ...


Sat, 17 Nov 2007 03:04:21 GMT Jeff Downs <heydowns@borg.com> [e240f898]

	Call mpegvideo flush routine on h264 flush. Needed in particular
	to ...


Fri, 16 Nov 2007 23:15:39 GMT Diego Biurrun <diego@biurrun.de> [eb72cacb]

	Remove unused functions, fixes the warnings:
	snow.c:1163: warning: ...


Fri, 16 Nov 2007 13:13:53 GMT Luca Abeni <lucabe72@email.it> [db628029]

	Add MPEG2 support to the RTP muxer

	Originally committed as revision ...


Fri, 16 Nov 2007 07:59:41 GMT Luca Abeni <lucabe72@email.it> [7ed19d7f]

	Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and ...


Fri, 16 Nov 2007 00:18:48 GMT Alex Beregszaszi <alex@rtfs.hu> [b5298028]

	Remove empty pipe_close

	Originally committed as revision 11045 to ...


Fri, 16 Nov 2007 00:14:48 GMT Alex Beregszaszi <alex@rtfs.hu> [7a813b3]

	Call prot->url_close only if it is present.

	Originally committed as ...


Fri, 16 Nov 2007 00:09:34 GMT Alex Beregszaszi <alex@rtfs.hu> [018b6fb4]

	Honor the 8bit extension (now 32bit instaed 24bit) of the pts field ...


Thu, 15 Nov 2007 23:53:19 GMT Alex Beregszaszi <alex@rtfs.hu> [964ff354]

	Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.
 ...


Thu, 15 Nov 2007 22:32:39 GMT Aurelien Jacobs <aurel@gnuage.org> [87246a01]

	avoid some halfpel related #ifdef

	Originally committed as revision ...


Thu, 15 Nov 2007 21:13:36 GMT Roberto Togni <r_togni@tiscali.it> [27a2f87d]

	1000l: Fix check for max slice number

	Originally committed as ...


Thu, 15 Nov 2007 21:04:06 GMT Roberto Togni <r_togni@tiscali.it> [e29378ff]

	Move dnet-ac3 byte-swapping code close to audio packet read code ...


Thu, 15 Nov 2007 14:26:52 GMT Luca Abeni <lucabe72@email.it> [aa519c47]

	Remove some more duplicated code

	Originally committed as revision ...


Thu, 15 Nov 2007 13:41:51 GMT Luca Abeni <lucabe72@email.it> [d4936869]

	Remove the useless variable "my_addr1"

	Originally committed as ...


Thu, 15 Nov 2007 13:34:56 GMT Luca Abeni <lucabe72@email.it> [882d00f2]

	Use the same code to set local_port in the IPv4-only case and in the ...


Thu, 15 Nov 2007 12:40:40 GMT Diego Biurrun <diego@biurrun.de> [a0c013de]

	Put halfpel_interpol under the same #ifdef as its usage, fixes the ...


Thu, 15 Nov 2007 12:31:58 GMT Diego Biurrun <diego@biurrun.de> [3b855466]

	Reorder functions to get rid of ugly forward declarations.
 ...


Thu, 15 Nov 2007 11:45:07 GMT Panagiotis Issaris <takis.issaris@uhasselt.be> [8ea0e802]

	Fix Doxygen parameter

	Originally committed as revision 11033 to ...


Thu, 15 Nov 2007 11:44:15 GMT Panagiotis Issaris <takis.issaris@uhasselt.be> [e8b7c70f]

	Fix Doxygen parameter name

	Originally committed as revision 11032 ...


Thu, 15 Nov 2007 11:43:21 GMT Panagiotis Issaris <takis.issaris@uhasselt.be> [abfe87d4]

	Fix Doxygen parameter name

	Originally committed as revision 11031 ...


Thu, 15 Nov 2007 10:28:12 GMT Panagiotis Issaris <takis.issaris@uhasselt.be> [9bd51b9a]

	Attribute for specifying direction should come right after @param.
 ...


Thu, 15 Nov 2007 06:25:20 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [1a625dce]

	Use put_signed_pixels_clamped where appropriate

	Patch by Christophe ...


Wed, 14 Nov 2007 20:31:56 GMT Aurelien Jacobs <aurel@gnuage.org> [d638424]

	cosmetics: whitespace

	Originally committed as revision 11028 to ...


Wed, 14 Nov 2007 18:21:57 GMT Alex Beregszaszi <alex@rtfs.hu> [0b77d7d6]

	Remove editor junk from the end.

	Originally committed as revision ...


Wed, 14 Nov 2007 16:33:14 GMT Benjamin Larsson <banan@ludd.ltu.se> [2b992d0e]

	Small simplification

	Originally committed as revision 11026 to ...


Wed, 14 Nov 2007 16:04:05 GMT Alex Beregszaszi <alex@rtfs.hu> [97c8b064]

	add myself as TTA guy

	Originally committed as revision 11025 to ...


Wed, 14 Nov 2007 15:31:47 GMT Alex Beregszaszi <alex@rtfs.hu> [8e1b957c]

	Support 44.1kHz audio. Acked by Benjamin

	Originally committed as ...


Wed, 14 Nov 2007 15:30:15 GMT Alex Beregszaszi <alex@rtfs.hu> [8ef4de4e]

	Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR. ...


Wed, 14 Nov 2007 15:21:42 GMT Alex Beregszaszi <alex@rtfs.hu> [b64fa5b4]

	Make sine_window static. Acked by Benjamin Larsson

	Originally ...


Wed, 14 Nov 2007 14:03:38 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [cd15bbc9]

	MP3 encoding is not integer-only (it's up to LAME)

	Originally ...


Wed, 14 Nov 2007 12:42:45 GMT Panagiotis Issaris <takis.issaris@uhasselt.be> [4e8988a3]

	Typo

	Originally committed as revision 11020 to ...


Wed, 14 Nov 2007 09:58:38 GMT Diego Biurrun <diego@biurrun.de> [d4f98ab1]

	Move up opt_show_license to get rid of ugly forward declaration. ...


Wed, 14 Nov 2007 08:22:15 GMT Benjamin Larsson <banan@ludd.ltu.se> [5b0b5ecf]

	Fix nellymoser decode_tag return value, patch by Stefano Sabatini
 ...


Wed, 14 Nov 2007 08:22:06 GMT Luca Abeni <lucabe72@email.it> [6b708904]

	Remove some useless assignments (the UDPContext is allocated with ...


Wed, 14 Nov 2007 08:16:51 GMT Luca Abeni <lucabe72@email.it> [d05cb726]

	Simplify set_remote_url(), and remove some code duplication
 ...


Wed, 14 Nov 2007 07:56:20 GMT Luca Abeni <lucabe72@email.it> [4c7d5764]

	Use recv() instead of recvfrom() (removes some other differences ...


Wed, 14 Nov 2007 07:45:15 GMT Luca Abeni <lucabe72@email.it> [66c49825]

	Remove a now unused field

	Originally committed as revision 11014 to ...


Wed, 14 Nov 2007 07:43:51 GMT Luca Abeni <lucabe72@email.it> [9cdcb04f]

	Give better names to multicast functions (they are not IPv6-only)
 ...


Wed, 14 Nov 2007 07:42:46 GMT Luca Abeni <lucabe72@email.it> [a8bde059]

	Avoid to duplicate the multicast code between the IPv4-only and ...


Wed, 14 Nov 2007 07:35:36 GMT Luca Abeni <lucabe72@email.it> [0ec12335]

	Remove some ifdefs by using the "dest_addr_len" field in both the ...


Wed, 14 Nov 2007 07:31:25 GMT Andreas Öman <andreas@lonelycoder.com> [0d4e281c]

	Add support for reading WM/Year tag

	Patch by: patrice bensoussan a ...


Wed, 14 Nov 2007 06:33:35 GMT Andreas Öman <andreas@lonelycoder.com> [bd597862]

	remove unnecessary -1 from snprintf len

	Originally committed as ...


Wed, 14 Nov 2007 06:32:55 GMT Andreas Öman <andreas@lonelycoder.com> [bd548b99]

	Add support for ID3v2 year tag

	Patch by: patrice bensoussan a free ...


Tue, 13 Nov 2007 23:43:18 GMT Michael Niedermayer <michaelni@gmx.at> [5fba300d]

	rename fps(frame per second) to tb(time base) to prevent
	confusion ...


Tue, 13 Nov 2007 00:48:24 GMT Diego Biurrun <diego@biurrun.de> [095c22ac]

	Remove unused variable, fixes the warning:
	ppc/vc1dsp_altivec.c: In ...


Mon, 12 Nov 2007 22:29:37 GMT Diego Biurrun <diego@biurrun.de> [1b04f3e0]

	cosmetics: Keep all OBJS entries on a line of their own.

	Originally ...


Mon, 12 Nov 2007 10:26:33 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [8361b1be]

	remove now useless libogg support

	Originally committed as revision ...


Mon, 12 Nov 2007 02:04:01 GMT Michael Niedermayer <michaelni@gmx.at> [02d36191]

	tring to workaround gcc 2.95 bug which causes random failures
 ...


Sun, 11 Nov 2007 21:56:18 GMT Måns Rullgård <mans@mansr.com> [e1a794b2]

	set PKT_FLAG_KEY for Theora and OGM streams

	Originally committed as ...


Sun, 11 Nov 2007 19:36:04 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [6865337f]

	ogg seek regression ref

	Originally committed as revision 11001 to ...


Sat, 10 Nov 2007 18:29:07 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [ced9037e]

	files have been renamed

	Originally committed as revision 11000 to ...


Sat, 10 Nov 2007 18:27:03 GMT Baptiste Coudurier <baptiste.coudurier@gmail.com> [5118cae6]

	ogg muxer

	Originally committed as revision 10999 to ...


Sat, 10 Nov 2007 16:44:37 GMT Diego Biurrun <diego@biurrun.de> [96e2fbf2]

	Add comments to some #endif directives.

	Originally committed as ...


Sat, 10 Nov 2007 16:39:54 GMT Diego Biurrun <diego@biurrun.de> [f073a393]

	cosmetics: Fix vissual --> visual typo.

	Originally committed as ...


Sat, 10 Nov 2007 16:25:44 GMT Diego Biurrun <diego@biurrun.de> [2e39d0cd]

	Improve unsupported (pixel) format error message.
	patch by Stefano ...


Sat, 10 Nov 2007 13:23:22 GMT Ramiro Polla <ramiro.polla@gmail.com> [19671d3f]

	Express opinion in a less aggressive manner.

	Originally committed ...


Sat, 10 Nov 2007 12:53:31 GMT Ben Littler <tempn@twmi.rr.com> [ba6d9eb3]

	jtype frame implemented

	Originally committed as revision 10994 to ...


Sat, 10 Nov 2007 12:24:02 GMT Diego Biurrun <diego@biurrun.de> [8a43317e]

	cosmetics: Fix spacial --> spatial typo in function names.
 ...


Sat, 10 Nov 2007 12:05:30 GMT Diego Biurrun <diego@biurrun.de> [94472c1d]

	comment typo

	Originally committed as revision 10992 to ...


Sat, 10 Nov 2007 11:51:56 GMT Diego Biurrun <diego@biurrun.de> [c238beb]

	misc spelling/grammar/wording fixes in comments

	Originally ...


Sat, 10 Nov 2007 08:23:01 GMT Kostya Shishkov <kostya.shishkov@gmail.com> [63d2bad8]

	X8 is supported now, so warning is incorrect

	Originally committed ...


Sat, 10 Nov 2007 06:10:46 GMT Andreas Öman <andreas@lonelycoder.com> [ce5d17f5]

	Provide top_field_first logic for h264

	patch by: Reinhard Nissl ...


Sat, 10 Nov 2007 01:44:55 GMT Ben Littler <tempn@twmi.rr.com> [671028e0]

	IntraX8 (J-Frame) sub-decoder for WMV2 and VC-1

	Originally ...


Sat, 10 Nov 2007 01:02:36 GMT Aurelien Jacobs <aurel@gnuage.org> [ce038da0]

	make some tables static

	Originally committed as revision 10987 to ...


Fri, 09 Nov 2007 23:12:31 GMT Aurelien Jacobs <aurel@gnuage.org> [49e9a4bf]

	add multiple inclusion guards

	Originally committed as revision ...


Fri, 09 Nov 2007 22:15:46 GMT Michael Niedermayer <michaelni@gmx.at> [cb0d8a5f]

	grammar

	Originally committed as revision 10985 to ...


Fri, 09 Nov 2007 22:05:29 GMT Michael Niedermayer <michaelni@gmx.at> [3358e879]

	indention

	Originally committed as revision 10984 to ...


Fri, 09 Nov 2007 22:03:12 GMT Michael Niedermayer <michaelni@gmx.at> [177c9583]

	remove useless #ifdef

	Originally committed as revision 10983 to ...


Fri, 09 Nov 2007 21:58:50 GMT Michael Niedermayer <michaelni@gmx.at> [dc6e492b]

	remove inline from non speed critical functions

	Originally ...


Fri, 09 Nov 2007 21:56:18 GMT Michael Niedermayer <michaelni@gmx.at> [b7f435b0]

	vertical align

	Originally committed as revision 10981 to ...


Fri, 09 Nov 2007 21:55:53 GMT Michael Niedermayer <michaelni@gmx.at> [149ad67]

	indention

	Originally committed as revision 10980 to ...


Fri, 09 Nov 2007 21:55:33 GMT Michael Niedermayer <michaelni@gmx.at> [d25300b7]

	remove unneeded {}

	Originally committed as revision 10979 to ...


Fri, 09 Nov 2007 21:52:29 GMT Michael Niedermayer <michaelni@gmx.at> [732cb5fd]

	add {} to make the else look a little more normal

	Originally ...


Fri, 09 Nov 2007 21:51:50 GMT Michael Niedermayer <michaelni@gmx.at> [dd2111bd]

	indention

	Originally committed as revision 10977 to ...