]> git.sesse.net Git - ffmpeg/log
ffmpeg
16 years agoAdd missing #includes to fix 'make checkheaders'.
Diego Biurrun [Sat, 24 Nov 2007 10:08:02 +0000 (10:08 +0000)]
Add missing #includes to fix 'make checkheaders'.

Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoExtend URLProtocol with new function pointers and api functions for
Björn Axelsson [Sat, 24 Nov 2007 07:09:32 +0000 (07:09 +0000)]
Extend URLProtocol with new function pointers and api functions for
av_url_read_play(), av_url_read_pause() and av_url_read_seek().

patch by: Björn Axelsson, bjorn d axelsson a intinor d se

Originally committed as revision 11086 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoLink libavdevice against libavutil, libavcodec, and libavformat
Luca Abeni [Fri, 23 Nov 2007 12:55:50 +0000 (12:55 +0000)]
Link libavdevice against libavutil, libavcodec, and libavformat
(fix compilation for non-ELF targets).

Originally committed as revision 11085 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix out of tree builds after introduction of libavdevice.
Diego Biurrun [Fri, 23 Nov 2007 12:02:41 +0000 (12:02 +0000)]
Fix out of tree builds after introduction of libavdevice.

Originally committed as revision 11084 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoKeep -L flags before corresponding -l flags.
Diego Biurrun [Fri, 23 Nov 2007 11:41:01 +0000 (11:41 +0000)]
Keep -L flags before corresponding -l flags.

Originally committed as revision 11083 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: Consistently indent with 4 spaces, break some long lists into single
Diego Biurrun [Fri, 23 Nov 2007 11:09:28 +0000 (11:09 +0000)]
cosmetics: Consistently indent with 4 spaces, break some long lists into single
lines, align some columns.

Originally committed as revision 11081 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix the creation of alldevices.c (create it without any rename).
Luca Abeni [Fri, 23 Nov 2007 08:07:23 +0000 (08:07 +0000)]
Fix the creation of alldevices.c (create it without any rename).
This also requires some changes to configure

Originally committed as revision 11080 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomain() --> main(void)
Diego Biurrun [Fri, 23 Nov 2007 00:52:56 +0000 (00:52 +0000)]
main() --> main(void)

Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agospelling
Diego Biurrun [Fri, 23 Nov 2007 00:47:39 +0000 (00:47 +0000)]
spelling

Originally committed as revision 11078 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoIntroduce libavdevice
Luca Abeni [Thu, 22 Nov 2007 16:10:02 +0000 (16:10 +0000)]
Introduce libavdevice

Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake av_read_frame with rtsp client return EINTR on interrupt
Luca Barbato [Thu, 22 Nov 2007 14:13:23 +0000 (14:13 +0000)]
Make av_read_frame with rtsp client return EINTR on interrupt
patch from elupusateccedotse (missing hunk from r11072)

Originally committed as revision 11076 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocomment spelling/grammar fixes
Diego Biurrun [Thu, 22 Nov 2007 10:27:58 +0000 (10:27 +0000)]
comment spelling/grammar fixes

Originally committed as revision 25137 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agoos_support.h is also needed for usleep and lseek on MinGW.
Ramiro Polla [Thu, 22 Nov 2007 02:27:39 +0000 (02:27 +0000)]
os_support.h is also needed for usleep and lseek on MinGW.

Originally committed as revision 11075 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoadd VC-1 MMX DSP functions, under MIT license.
Christophe Gisquet [Wed, 21 Nov 2007 22:41:31 +0000 (22:41 +0000)]
add VC-1 MMX DSP functions, under MIT license.
patch by Christophe GISQUET %christophe P gisquet A free P fr%
original thread:
date: Jul 7, 2007 12:52 PM
subject: [FFmpeg-devel] [PATCH] VC-1 MMX DSP functions

Originally committed as revision 11074 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoInclude os_support.h only when needed
Luca Abeni [Wed, 21 Nov 2007 16:33:06 +0000 (16:33 +0000)]
Include os_support.h only when needed

Originally committed as revision 11073 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake av_read_frame with rtsp client return EINTR on interrupt
Luca Barbato [Wed, 21 Nov 2007 10:26:11 +0000 (10:26 +0000)]
Make av_read_frame with rtsp client return EINTR on interrupt
patch from elupusateccedotse

Originally committed as revision 11072 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson [Wed, 21 Nov 2007 07:41:00 +0000 (07:41 +0000)]
Use dynamically allocated ByteIOContext in AVFormatContext

patch by: Björn Axelsson, bjorn d axelsson a intinor d se
thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007

Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix wrong error message.
Stefano Sabatini [Tue, 20 Nov 2007 13:42:43 +0000 (13:42 +0000)]
Fix wrong error message.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

Originally committed as revision 11070 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomain() --> main(void)
Diego Biurrun [Tue, 20 Nov 2007 11:18:52 +0000 (11:18 +0000)]
main() --> main(void)

Originally committed as revision 11069 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agowhitespace consistency cosmetics
Diego Biurrun [Tue, 20 Nov 2007 11:18:24 +0000 (11:18 +0000)]
whitespace consistency cosmetics

Originally committed as revision 11068 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetic (x==NULL -> !x)
Michael Niedermayer [Mon, 19 Nov 2007 20:33:25 +0000 (20:33 +0000)]
cosmetic (x==NULL -> !x)

Originally committed as revision 11067 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetic (place { consistently)
Michael Niedermayer [Mon, 19 Nov 2007 20:30:00 +0000 (20:30 +0000)]
cosmetic (place { consistently)

Originally committed as revision 11066 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoReplace realloc with free+malloc, the previous content of the buffer is
Roberto Togni [Mon, 19 Nov 2007 20:28:11 +0000 (20:28 +0000)]
Replace realloc with free+malloc, the previous content of the buffer is
not needed

Originally committed as revision 11065 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetic (remove != 0 / != NULL)
Michael Niedermayer [Mon, 19 Nov 2007 20:26:35 +0000 (20:26 +0000)]
cosmetic (remove != 0 / != NULL)

Originally committed as revision 11064 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agouse sizeof in snprintf (note the changed code is all under #if 0)
Michael Niedermayer [Mon, 19 Nov 2007 20:18:30 +0000 (20:18 +0000)]
use sizeof in snprintf (note the changed code is all under #if 0)

Originally committed as revision 11063 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocheck region depth for validity
Michael Niedermayer [Mon, 19 Nov 2007 20:14:46 +0000 (20:14 +0000)]
check region depth for validity
(32/64/128 would crash at least due to 1<<depth allocation later,
and no i do not have a sample file)

Originally committed as revision 11062 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoGenerate a linking error if perror() is used in libav*
Luca Abeni [Mon, 19 Nov 2007 10:40:11 +0000 (10:40 +0000)]
Generate a linking error if perror() is used in libav*

Originally committed as revision 11061 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoConvert perror() in av_log() in bktr.c.
Luca Abeni [Mon, 19 Nov 2007 10:33:05 +0000 (10:33 +0000)]
Convert perror() in av_log() in bktr.c.
Currently untested; someone with the correct OS and hardware should
test it and report if it works.

Originally committed as revision 11060 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove perror() usage from udp.c
Luca Abeni [Mon, 19 Nov 2007 08:07:33 +0000 (08:07 +0000)]
Remove perror() usage from udp.c

Originally committed as revision 11059 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoDo not use perror() in audio, video, and DV grabbers
Luca Abeni [Mon, 19 Nov 2007 07:54:04 +0000 (07:54 +0000)]
Do not use perror() in audio, video, and DV grabbers

Originally committed as revision 11058 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove perror() usage from libavutil
Luca Abeni [Mon, 19 Nov 2007 07:39:55 +0000 (07:39 +0000)]
Remove perror() usage from libavutil

Originally committed as revision 11057 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCosmetics
Roberto Togni [Mon, 19 Nov 2007 00:02:58 +0000 (00:02 +0000)]
Cosmetics

Originally committed as revision 11056 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoNo need to update pos, it's not used after that line
Roberto Togni [Mon, 19 Nov 2007 00:02:03 +0000 (00:02 +0000)]
No need to update pos, it's not used after that line

Originally committed as revision 11055 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCleanup: remove ssize
Roberto Togni [Sun, 18 Nov 2007 22:58:40 +0000 (22:58 +0000)]
Cleanup: remove ssize

Originally committed as revision 11054 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCheck for memory allocation failure of temp buffer
Roberto Togni [Sun, 18 Nov 2007 22:49:41 +0000 (22:49 +0000)]
Check for memory allocation failure of temp buffer

Originally committed as revision 11053 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoOptimize memory management to create an av_packet from multiple slices:
Roberto Togni [Sun, 18 Nov 2007 22:40:02 +0000 (22:40 +0000)]
Optimize memory management to create an av_packet from multiple slices:
- remove memmove to pack the data, instead copy only the used areas
from the temp buffer in their final position
- use the minimum possible size for the av_packet (relevant when some
slices are missing)

Originally committed as revision 11052 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse memcpy instead of for loop
Benjamin Larsson [Sun, 18 Nov 2007 10:54:38 +0000 (10:54 +0000)]
Use memcpy instead of for loop

Originally committed as revision 11051 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoWhen new streams are detected, look for old filters and close them out.
Jeff Downs [Sat, 17 Nov 2007 03:14:43 +0000 (03:14 +0000)]
When new streams are detected, look for old filters and close them out.
This avoids crashes seen when legitimate streams are found on PID 0x11 instead
of DVB SDT.
Fixes regression detailed in Roundup issue 138.

Originally committed as revision 11050 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCall mpegvideo flush routine on h264 flush. Needed in particular
Jeff Downs [Sat, 17 Nov 2007 03:04:21 +0000 (03:04 +0000)]
Call mpegvideo flush routine on h264 flush. Needed in particular
to clear last_picture_ptr, next_picture_ptr for proper picture
management. Prevents crashes in error concealer following seeks.
Fixes Roundup issue 189.

Originally committed as revision 11049 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove unused functions, fixes the warnings:
Diego Biurrun [Fri, 16 Nov 2007 23:15:39 +0000 (23:15 +0000)]
Remove unused functions, fixes the warnings:
snow.c:1163: warning: 'spatial_compose53i' defined but not used
snow.c:1313: warning: 'spatial_compose97i' defined but not used

Originally committed as revision 11048 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd MPEG2 support to the RTP muxer
Luca Abeni [Fri, 16 Nov 2007 13:13:53 +0000 (13:13 +0000)]
Add MPEG2 support to the RTP muxer

Originally committed as revision 11047 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP
Luca Abeni [Fri, 16 Nov 2007 07:59:41 +0000 (07:59 +0000)]
Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP
code (this is needed for supporting MPEG2 video in the RTP muxer)

Originally committed as revision 11046 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove empty pipe_close
Alex Beregszaszi [Fri, 16 Nov 2007 00:18:48 +0000 (00:18 +0000)]
Remove empty pipe_close

Originally committed as revision 11045 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCall prot->url_close only if it is present.
Alex Beregszaszi [Fri, 16 Nov 2007 00:14:48 +0000 (00:14 +0000)]
Call prot->url_close only if it is present.

Originally committed as revision 11044 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoHonor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in...
Alex Beregszaszi [Fri, 16 Nov 2007 00:09:34 +0000 (00:09 +0000)]
Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in FLV specification v9.

Originally committed as revision 11043 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoPrefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.
Alex Beregszaszi [Thu, 15 Nov 2007 23:53:19 +0000 (23:53 +0000)]
Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.

Originally committed as revision 11042 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoavoid some halfpel related #ifdef
Aurelien Jacobs [Thu, 15 Nov 2007 22:32:39 +0000 (22:32 +0000)]
avoid some halfpel related #ifdef

Originally committed as revision 11041 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years ago1000l: Fix check for max slice number
Roberto Togni [Thu, 15 Nov 2007 21:13:36 +0000 (21:13 +0000)]
1000l: Fix check for max slice number

Originally committed as revision 11040 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMove dnet-ac3 byte-swapping code close to audio packet read code
Roberto Togni [Thu, 15 Nov 2007 21:04:06 +0000 (21:04 +0000)]
Move dnet-ac3 byte-swapping code close to audio packet read code
Fixed version of patch in
[FFmpeg-devel] [PATCH 5/6] rmdec.c: move around rm_ac3_swap_bytes()

Originally committed as revision 11039 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove some more duplicated code
Luca Abeni [Thu, 15 Nov 2007 14:26:52 +0000 (14:26 +0000)]
Remove some more duplicated code

Originally committed as revision 11038 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove the useless variable "my_addr1"
Luca Abeni [Thu, 15 Nov 2007 13:41:51 +0000 (13:41 +0000)]
Remove the useless variable "my_addr1"

Originally committed as revision 11037 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse the same code to set local_port in the IPv4-only case and in the
Luca Abeni [Thu, 15 Nov 2007 13:34:56 +0000 (13:34 +0000)]
Use the same code to set local_port in the IPv4-only case and in the
protocol-independet case

Originally committed as revision 11036 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoPut halfpel_interpol under the same #ifdef as its usage, fixes the warning:
Diego Biurrun [Thu, 15 Nov 2007 12:40:40 +0000 (12:40 +0000)]
Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:
snow.c:4142: warning: #halfpel_interpol# defined but not used

Originally committed as revision 11035 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoReorder functions to get rid of ugly forward declarations.
Diego Biurrun [Thu, 15 Nov 2007 12:31:58 +0000 (12:31 +0000)]
Reorder functions to get rid of ugly forward declarations.

Originally committed as revision 11034 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix Doxygen parameter
Panagiotis Issaris [Thu, 15 Nov 2007 11:45:07 +0000 (11:45 +0000)]
Fix Doxygen parameter

Originally committed as revision 11033 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix Doxygen parameter name
Panagiotis Issaris [Thu, 15 Nov 2007 11:44:15 +0000 (11:44 +0000)]
Fix Doxygen parameter name

Originally committed as revision 11032 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix Doxygen parameter name
Panagiotis Issaris [Thu, 15 Nov 2007 11:43:21 +0000 (11:43 +0000)]
Fix Doxygen parameter name

Originally committed as revision 11031 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAttribute for specifying direction should come right after @param.
Panagiotis Issaris [Thu, 15 Nov 2007 10:28:12 +0000 (10:28 +0000)]
Attribute for specifying direction should come right after @param.

Originally committed as revision 11030 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse put_signed_pixels_clamped where appropriate
Christophe Gisquet [Thu, 15 Nov 2007 06:25:20 +0000 (06:25 +0000)]
Use put_signed_pixels_clamped where appropriate

Patch by Christophe GISQUET christophe.gisquet <whirlpool sign> fr(run of two 'e').(copy 2 bytes with offset -5)
Thread: [PATCH] Use signed version when putting and clamping pixels in VC-1

Originally committed as revision 11029 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: whitespace
Aurelien Jacobs [Wed, 14 Nov 2007 20:31:56 +0000 (20:31 +0000)]
cosmetics: whitespace

Originally committed as revision 11028 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove editor junk from the end.
Alex Beregszaszi [Wed, 14 Nov 2007 18:21:57 +0000 (18:21 +0000)]
Remove editor junk from the end.

Originally committed as revision 11027 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSmall simplification
Benjamin Larsson [Wed, 14 Nov 2007 16:33:14 +0000 (16:33 +0000)]
Small simplification

Originally committed as revision 11026 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoadd myself as TTA guy
Alex Beregszaszi [Wed, 14 Nov 2007 16:04:05 +0000 (16:04 +0000)]
add myself as TTA guy

Originally committed as revision 11025 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSupport 44.1kHz audio. Acked by Benjamin
Alex Beregszaszi [Wed, 14 Nov 2007 15:31:47 +0000 (15:31 +0000)]
Support 44.1kHz audio. Acked by Benjamin

Originally committed as revision 11024 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoChange the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.
Alex Beregszaszi [Wed, 14 Nov 2007 15:30:15 +0000 (15:30 +0000)]
Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.
Acked by Benjamin Larsson

Originally committed as revision 11023 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake sine_window static. Acked by Benjamin Larsson
Alex Beregszaszi [Wed, 14 Nov 2007 15:21:42 +0000 (15:21 +0000)]
Make sine_window static. Acked by Benjamin Larsson

Originally committed as revision 11022 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMP3 encoding is not integer-only (it's up to LAME)
Kostya Shishkov [Wed, 14 Nov 2007 14:03:38 +0000 (14:03 +0000)]
MP3 encoding is not integer-only (it's up to LAME)

Originally committed as revision 11021 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoTypo
Panagiotis Issaris [Wed, 14 Nov 2007 12:42:45 +0000 (12:42 +0000)]
Typo

Originally committed as revision 11020 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMove up opt_show_license to get rid of ugly forward declaration.
Stefano Sabatini [Wed, 14 Nov 2007 09:58:38 +0000 (09:58 +0000)]
Move up opt_show_license to get rid of ugly forward declaration.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

Originally committed as revision 11019 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix nellymoser decode_tag return value, patch by Stefano Sabatini
Stefano Sabatini [Wed, 14 Nov 2007 08:22:15 +0000 (08:22 +0000)]
Fix nellymoser decode_tag return value, patch by Stefano Sabatini

Originally committed as revision 11018 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove some useless assignments (the UDPContext is allocated with av_mallocz())
Luca Abeni [Wed, 14 Nov 2007 08:22:06 +0000 (08:22 +0000)]
Remove some useless assignments (the UDPContext is allocated with av_mallocz())

Originally committed as revision 11017 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSimplify set_remote_url(), and remove some code duplication
Luca Abeni [Wed, 14 Nov 2007 08:16:51 +0000 (08:16 +0000)]
Simplify set_remote_url(), and remove some code duplication

Originally committed as revision 11016 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse recv() instead of recvfrom() (removes some other differences between
Luca Abeni [Wed, 14 Nov 2007 07:56:20 +0000 (07:56 +0000)]
Use recv() instead of recvfrom() (removes some other differences between
IPv4-only and protocol-independent code)

Originally committed as revision 11015 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove a now unused field
Luca Abeni [Wed, 14 Nov 2007 07:45:15 +0000 (07:45 +0000)]
Remove a now unused field

Originally committed as revision 11014 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoGive better names to multicast functions (they are not IPv6-only)
Luca Abeni [Wed, 14 Nov 2007 07:43:51 +0000 (07:43 +0000)]
Give better names to multicast functions (they are not IPv6-only)

Originally committed as revision 11013 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAvoid to duplicate the multicast code between the IPv4-only and
Luca Abeni [Wed, 14 Nov 2007 07:42:46 +0000 (07:42 +0000)]
Avoid to duplicate the multicast code between the IPv4-only and
protocol-independent versions

Originally committed as revision 11012 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove some ifdefs by using the "dest_addr_len" field in both the IPv4-only
Luca Abeni [Wed, 14 Nov 2007 07:35:36 +0000 (07:35 +0000)]
Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-only
code and the protocol-independent code

Originally committed as revision 11011 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd support for reading WM/Year tag
Patrice Bensoussan [Wed, 14 Nov 2007 07:31:25 +0000 (07:31 +0000)]
Add support for reading WM/Year tag

Patch by: patrice bensoussan a free d fr

Originally committed as revision 11010 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoremove unnecessary -1 from snprintf len
Andreas Öman [Wed, 14 Nov 2007 06:33:35 +0000 (06:33 +0000)]
remove unnecessary -1 from snprintf len

Originally committed as revision 11009 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd support for ID3v2 year tag
Patrice Bensoussan [Wed, 14 Nov 2007 06:32:55 +0000 (06:32 +0000)]
Add support for ID3v2 year tag

Patch by: patrice bensoussan a free d fr

Originally committed as revision 11008 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agorename fps(frame per second) to tb(time base) to prevent
Michael Niedermayer [Tue, 13 Nov 2007 23:43:18 +0000 (23:43 +0000)]
rename fps(frame per second) to tb(time base) to prevent
confusion with the average fps and hopefully stop these "wrong framerate"
bug reports

Originally committed as revision 11007 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove unused variable, fixes the warning:
Diego Biurrun [Tue, 13 Nov 2007 00:48:24 +0000 (00:48 +0000)]
Remove unused variable, fixes the warning:
ppc/vc1dsp_altivec.c: In function ‘vc1_inv_trans_8x8_altivec’:
ppc/vc1dsp_altivec.c:141: warning: unused variable ‘vec_5’

Originally committed as revision 11006 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: Keep all OBJS entries on a line of their own.
Diego Biurrun [Mon, 12 Nov 2007 22:29:37 +0000 (22:29 +0000)]
cosmetics: Keep all OBJS entries on a line of their own.

Originally committed as revision 11005 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoremove now useless libogg support
Baptiste Coudurier [Mon, 12 Nov 2007 10:26:33 +0000 (10:26 +0000)]
remove now useless libogg support

Originally committed as revision 11004 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agotring to workaround gcc 2.95 bug which causes random failures
Michael Niedermayer [Mon, 12 Nov 2007 02:04:01 +0000 (02:04 +0000)]
tring to workaround gcc 2.95 bug which causes random failures

Originally committed as revision 11003 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoset PKT_FLAG_KEY for Theora and OGM streams
Måns Rullgård [Sun, 11 Nov 2007 21:56:18 +0000 (21:56 +0000)]
set PKT_FLAG_KEY for Theora and OGM streams

Originally committed as revision 11002 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoogg seek regression ref
Baptiste Coudurier [Sun, 11 Nov 2007 19:36:04 +0000 (19:36 +0000)]
ogg seek regression ref

Originally committed as revision 11001 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agofiles have been renamed
Baptiste Coudurier [Sat, 10 Nov 2007 18:29:07 +0000 (18:29 +0000)]
files have been renamed

Originally committed as revision 11000 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoogg muxer
Baptiste Coudurier [Sat, 10 Nov 2007 18:27:03 +0000 (18:27 +0000)]
ogg muxer

Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd comments to some #endif directives.
Diego Biurrun [Sat, 10 Nov 2007 16:44:37 +0000 (16:44 +0000)]
Add comments to some #endif directives.

Originally committed as revision 10998 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: Fix vissual --> visual typo.
Diego Biurrun [Sat, 10 Nov 2007 16:39:54 +0000 (16:39 +0000)]
cosmetics: Fix vissual --> visual typo.

Originally committed as revision 10997 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoImprove unsupported (pixel) format error message.
Stefano Sabatini [Sat, 10 Nov 2007 16:25:44 +0000 (16:25 +0000)]
Improve unsupported (pixel) format error message.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

Originally committed as revision 10996 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoExpress opinion in a less aggressive manner.
Ramiro Polla [Sat, 10 Nov 2007 13:23:22 +0000 (13:23 +0000)]
Express opinion in a less aggressive manner.

Originally committed as revision 10995 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agojtype frame implemented
Ben Littler [Sat, 10 Nov 2007 12:53:31 +0000 (12:53 +0000)]
jtype frame implemented

Originally committed as revision 10994 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: Fix spacial --> spatial typo in function names.
Diego Biurrun [Sat, 10 Nov 2007 12:24:02 +0000 (12:24 +0000)]
cosmetics: Fix spacial --> spatial typo in function names.

Originally committed as revision 10993 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocomment typo
Diego Biurrun [Sat, 10 Nov 2007 12:05:30 +0000 (12:05 +0000)]
comment typo

Originally committed as revision 10992 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomisc spelling/grammar/wording fixes in comments
Diego Biurrun [Sat, 10 Nov 2007 11:51:56 +0000 (11:51 +0000)]
misc spelling/grammar/wording fixes in comments

Originally committed as revision 10991 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoX8 is supported now, so warning is incorrect
Kostya Shishkov [Sat, 10 Nov 2007 08:23:01 +0000 (08:23 +0000)]
X8 is supported now, so warning is incorrect

Originally committed as revision 10990 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoProvide top_field_first logic for h264
Reinhard Nissl [Sat, 10 Nov 2007 06:10:46 +0000 (06:10 +0000)]
Provide top_field_first logic for h264

patch by: Reinhard Nissl rnissl a gmx d de

Originally committed as revision 10989 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoIntraX8 (J-Frame) sub-decoder for WMV2 and VC-1
Ben Littler [Sat, 10 Nov 2007 01:44:55 +0000 (01:44 +0000)]
IntraX8 (J-Frame) sub-decoder for WMV2 and VC-1

Originally committed as revision 10988 to svn://svn.ffmpeg.org/ffmpeg/trunk