]> git.sesse.net Git - ffmpeg/log
ffmpeg
16 years agoSpecify the server address when opening an rtp:// URL in rtsp.c, so
Ronald S. Bultje [Wed, 7 Nov 2007 14:20:40 +0000 (14:20 +0000)]
Specify the server address when opening an rtp:// URL in rtsp.c, so
that the correct local address can be used for binding the socket.
Fixes rtsp:// URLs in ffplay on MacOS X

Patch by Ronald Bultje (rsbultje at gmail dot com)

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

16 years agoCheck context before accessing its field.
Thorsten Jordan [Wed, 7 Nov 2007 08:34:00 +0000 (08:34 +0000)]
Check context before accessing its field.
Patch by Thorsten Jordan: tjordan macrosystem de

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

16 years agoMusepack SV8 demuxer and decoder
Kostya Shishkov [Wed, 7 Nov 2007 05:35:46 +0000 (05:35 +0000)]
Musepack SV8 demuxer and decoder

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

16 years agoFix poc for field pictures. Prior to this, the poc of the second field
Jeff Downs [Tue, 6 Nov 2007 18:48:18 +0000 (18:48 +0000)]
Fix poc for field pictures. Prior to this, the poc of the second field
in decoding order would always be assigned to a field pair's poc.

Original thread: H.264: Fix poc for field pairs, 6 Nov 2007 17:41:02

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

16 years agoffplay currently needs special handling for pausing in some protocols.
Björn Axelsson [Tue, 6 Nov 2007 16:28:32 +0000 (16:28 +0000)]
ffplay currently needs special handling for pausing in some protocols.
Patch by Björn Axelsson: bjorn ; axelsson § intinor : se
Original thread: [FFmpeg-devel] [PATCH] MMSH pause support for ffplay
Date: 11/02/2007 11:47 AM

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

16 years agoAllow propagation of stream selection through the ASF demuxer to the
Björn Axelsson [Tue, 6 Nov 2007 16:19:09 +0000 (16:19 +0000)]
Allow propagation of stream selection through the ASF demuxer to the
MMSH protocol handler.
Patch by Björn Axelsson: bjorn ; axelsson § intinor : se
Original thread:
[FFmpeg-devel] [PATCH] MMSH stream selection support for asf demuxer
Date: 11/02/2007 11:51 AM

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

16 years agoSplit out the MDPR chunk reading into its own function.
Ronald S. Bultje [Tue, 6 Nov 2007 16:02:33 +0000 (16:02 +0000)]
Split out the MDPR chunk reading into its own function.
Patch by Ronald S. Bultje: rsbultje gmail com
Original thread:[FFmpeg-devel] [PATCH 1/6] rmdec.c: ff_rm_read_mdpr_codecdata()
Date: 11/05/2007 09:21 PM

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

16 years agofix predictor initialization for adpcm-ima encoder not to lose first sample
Timofei V. Bondarenko [Tue, 6 Nov 2007 13:08:04 +0000 (13:08 +0000)]
fix predictor initialization for adpcm-ima encoder not to lose first sample
in block in adpcm-ima decoder
Patch by Timofei V. Bondarenko: tim £ ipi, ac, ru
Original thread: [FFmpeg-devel] [PATCH] adpcm-ima-wav header and codec
Date: 10/15/2007 05:55 PM

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

16 years agoKeep -lvorbis in libvorbis linker flags even when only used for encoding.
Diego Biurrun [Tue, 6 Nov 2007 00:26:32 +0000 (00:26 +0000)]
Keep -lvorbis in libvorbis linker flags even when only used for encoding.
Some libvorbis versions on some platforms (macports) fail to compile otherwise.

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

16 years agoCorrect assignment of interlaced_frame; was being set on output frames,
Jeff Downs [Mon, 5 Nov 2007 18:16:42 +0000 (18:16 +0000)]
Correct assignment of interlaced_frame; was being set on output frames,
in display order, based on decoding information in decoding order. Now
set properly, immediately upon completion of decode.

Based on original patch from Reinhard Nissl,  rnisssl % gmx , de
Original Thread: [FFmpeg-devel] H.264 + PAFF: BBC HD recording shows
extreme interlacing artefacts, Thu, 01 Nov 2007 22:43:09

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

16 years agoDo not send too many RTCP packets (according to RFC 3550, the minimum
Luca Abeni [Mon, 5 Nov 2007 12:25:10 +0000 (12:25 +0000)]
Do not send too many RTCP packets (according to RFC 3550, the minimum
RTCP interval should be 5 seconds)

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

16 years agoUse a symbolic name for the payload size of an RTCP Sender Report packet
Luca Abeni [Mon, 5 Nov 2007 10:15:20 +0000 (10:15 +0000)]
Use a symbolic name for the payload size of an RTCP Sender Report packet

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

16 years agoFix mov checksums following r10852.
Benoit Fouet [Mon, 5 Nov 2007 09:24:16 +0000 (09:24 +0000)]
Fix mov checksums following r10852.

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

16 years agoQuote paths in uninstall commands where necessary.
Diego Biurrun [Sun, 4 Nov 2007 23:00:22 +0000 (23:00 +0000)]
Quote paths in uninstall commands where necessary.

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

16 years agoAdd some parentheses to clarify operator precedence, fixes the warnings:
Diego Biurrun [Sun, 4 Nov 2007 22:51:49 +0000 (22:51 +0000)]
Add some parentheses to clarify operator precedence, fixes the warnings:
nut.c: In function 'ff_nut_sp_pos_cmp':
nut.c:43: warning: suggest parentheses around + or - inside shift
nut.c:43: warning: suggest parentheses around + or - inside shift
nut.c: In function 'ff_nut_sp_pts_cmp':
nut.c:47: warning: suggest parentheses around + or - inside shift
nut.c:47: warning: suggest parentheses around + or - inside shift

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

16 years agomake sure the mpeg audio header is valid before passing it to ff_mpegaudio_decode_hea...
Andreas Öman [Sun, 4 Nov 2007 19:52:08 +0000 (19:52 +0000)]
make sure the mpeg audio header is valid before passing it to ff_mpegaudio_decode_header()

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

16 years agoRemove libvorbis Vorbis decoding support. Our native decoder is complete
Diego Biurrun [Sun, 4 Nov 2007 12:55:32 +0000 (12:55 +0000)]
Remove libvorbis Vorbis decoding support.  Our native decoder is complete
and has no known bugs, any remaining issues will hopefully be uncovered now.

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

16 years agoEnable debug variable only when debug code is enabled, fixes the warning:
Diego Biurrun [Sun, 4 Nov 2007 12:46:16 +0000 (12:46 +0000)]
Enable debug variable only when debug code is enabled, fixes the warning:
rtp_h264.c: In function ‘h264_handle_packet’:
rtp_h264.c:168: warning: unused variable ‘data’

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

16 years agoThe function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.
Diego Biurrun [Sun, 4 Nov 2007 12:34:46 +0000 (12:34 +0000)]
The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped.
Rename them to match the actual implementation. Fixes issue 162.

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

16 years agoRemove unused variable
Benjamin Larsson [Sun, 4 Nov 2007 10:27:32 +0000 (10:27 +0000)]
Remove unused variable

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

16 years agoList enabled code in configure output
Ramiro Polla [Sun, 4 Nov 2007 02:20:12 +0000 (02:20 +0000)]
List enabled code in configure output

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

16 years agoSpeed up show_list
Ramiro Polla [Sun, 4 Nov 2007 02:15:53 +0000 (02:15 +0000)]
Speed up show_list

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

16 years agoWarn user if bitrate parameter is too low
Ramiro Polla [Sun, 4 Nov 2007 02:03:36 +0000 (02:03 +0000)]
Warn user if bitrate parameter is too low

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

16 years agoThe Windows Help Forum is not ffmpeg-user for Windows
Ramiro Polla [Sun, 4 Nov 2007 01:42:18 +0000 (01:42 +0000)]
The Windows Help Forum is not ffmpeg-user for Windows

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

16 years agoMove external library codec registration to a separate section after all
Diego Biurrun [Sun, 4 Nov 2007 01:25:21 +0000 (01:25 +0000)]
Move external library codec registration to a separate section after all
native codecs. This way native implementations are always preferred.

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

16 years agoAdd decoding support for variable block size FLAC files using the latest FLAC
Josh Coalson [Sun, 4 Nov 2007 00:06:33 +0000 (00:06 +0000)]
Add decoding support for variable block size FLAC files using the latest FLAC
specification. Patch by Josh Coalson.

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

16 years agoAdd support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson.
Josh Coalson [Sat, 3 Nov 2007 23:54:50 +0000 (23:54 +0000)]
Add support for FLAC's new RICE2 entropy coding method. Patch by Josh Coalson.

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

16 years agoadd support for demuxing Electronic Arts .cdata files
Aurelien Jacobs [Sat, 3 Nov 2007 22:42:20 +0000 (22:42 +0000)]
add support for demuxing Electronic Arts .cdata files
based on a patch from Peter Ross

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

16 years agoadd Electronic Arts XAS ADPCM decoder
Aurelien Jacobs [Sat, 3 Nov 2007 22:37:18 +0000 (22:37 +0000)]
add Electronic Arts XAS ADPCM decoder
based on a patch from Peter Ross

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

16 years agoAdd ff_ prefix to get_v()
Kostya Shishkov [Sat, 3 Nov 2007 18:29:16 +0000 (18:29 +0000)]
Add ff_ prefix to get_v()

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

16 years agoMake get_v() available to the other demuxers
Kostya Shishkov [Sat, 3 Nov 2007 18:26:42 +0000 (18:26 +0000)]
Make get_v() available to the other demuxers

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

16 years agotypo
Michael Niedermayer [Sat, 3 Nov 2007 14:57:26 +0000 (14:57 +0000)]
typo

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

16 years agoUse the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel] NellyM...
Fabrice Bellard [Sat, 3 Nov 2007 14:34:25 +0000 (14:34 +0000)]
Use the ffmpeg mdct function, patch by Fabrice Bellard. Thread: [FFmpeg-devel] NellyMoser transform bug, 10/25/2007 12:24 PM

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

16 years agofix misdetection of mp3could_not_find_codec_parameters.mp3
Michael Niedermayer [Sat, 3 Nov 2007 13:48:30 +0000 (13:48 +0000)]
fix misdetection of mp3could_not_find_codec_parameters.mp3

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

16 years agoSeek regression for RM demuxer fix
Kostya Shishkov [Sat, 3 Nov 2007 06:43:29 +0000 (06:43 +0000)]
Seek regression for RM demuxer fix

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

16 years agoDoxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%
Stefano Sabatini [Fri, 2 Nov 2007 19:48:13 +0000 (19:48 +0000)]
Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%

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

16 years agoSplit Musepack decoder into SV7 decoder and synth core
Kostya Shishkov [Fri, 2 Nov 2007 06:40:42 +0000 (06:40 +0000)]
Split Musepack decoder into SV7 decoder and synth core
(for upcoming SV8 decoder)

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

16 years agomove adx.c to adxdec.c
Aurelien Jacobs [Thu, 1 Nov 2007 18:40:42 +0000 (18:40 +0000)]
move adx.c to adxdec.c

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

16 years agosplit adx encoder in its own file
Aurelien Jacobs [Thu, 1 Nov 2007 18:38:15 +0000 (18:38 +0000)]
split adx encoder in its own file

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

16 years agoremove useless debug func
Aurelien Jacobs [Thu, 1 Nov 2007 18:03:26 +0000 (18:03 +0000)]
remove useless debug func

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

16 years agorevert part of r10899 which was not intended
Aurelien Jacobs [Thu, 1 Nov 2007 18:02:03 +0000 (18:02 +0000)]
revert part of r10899 which was not intended

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

16 years agocleanup and simplify adx_decode_header()
Aurelien Jacobs [Thu, 1 Nov 2007 17:58:03 +0000 (17:58 +0000)]
cleanup and simplify adx_decode_header()

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

16 years agoremove useless initialization to 0 of adx context
Aurelien Jacobs [Thu, 1 Nov 2007 17:50:05 +0000 (17:50 +0000)]
remove useless initialization to 0 of adx context

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

16 years agosimplify dpcm decoders declaration using a macro
Aurelien Jacobs [Thu, 1 Nov 2007 16:04:30 +0000 (16:04 +0000)]
simplify dpcm decoders declaration using a macro

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

16 years agoremove useless #undef
Aurelien Jacobs [Thu, 1 Nov 2007 15:55:50 +0000 (15:55 +0000)]
remove useless #undef

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

16 years agoremove unreachable code
Aurelien Jacobs [Thu, 1 Nov 2007 15:54:28 +0000 (15:54 +0000)]
remove unreachable code

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

16 years agocosmetics: alignment
Aurelien Jacobs [Thu, 1 Nov 2007 15:52:37 +0000 (15:52 +0000)]
cosmetics: alignment

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

16 years agodon't register adpcm encoders which are not implemented
Aurelien Jacobs [Thu, 1 Nov 2007 15:51:51 +0000 (15:51 +0000)]
don't register adpcm encoders which are not implemented

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

16 years agodoxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A posteP...
Stefano Sabatini [Thu, 1 Nov 2007 11:51:51 +0000 (11:51 +0000)]
doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A posteP it %

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

16 years agoRevert get_num() to old behaviour in order to handle
Kostya Shishkov [Thu, 1 Nov 2007 09:02:29 +0000 (09:02 +0000)]
Revert get_num() to old behaviour in order to handle
incorrect RMs generated by lavf muxer.

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

16 years agocheck av_interleaved_write_frame() return
Michael Niedermayer [Thu, 1 Nov 2007 01:59:22 +0000 (01:59 +0000)]
check av_interleaved_write_frame() return
fixes issue149

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

16 years agocosmetics: sort
Aurelien Jacobs [Thu, 1 Nov 2007 00:17:18 +0000 (00:17 +0000)]
cosmetics: sort

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

16 years agoprefer our native vorbis decoder over libvorbis
Michael Niedermayer [Wed, 31 Oct 2007 22:39:10 +0000 (22:39 +0000)]
prefer our native vorbis decoder over libvorbis

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

16 years agofix issue130
Michael Niedermayer [Wed, 31 Oct 2007 22:36:06 +0000 (22:36 +0000)]
fix issue130

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

16 years agosupport flv with invalid header
Michael Niedermayer [Wed, 31 Oct 2007 22:10:34 +0000 (22:10 +0000)]
support flv with invalid header
fixes issue43

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

16 years agofactorize stream creation
Michael Niedermayer [Wed, 31 Oct 2007 21:35:50 +0000 (21:35 +0000)]
factorize stream creation

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

16 years agoRemove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.
Diego Biurrun [Wed, 31 Oct 2007 11:38:08 +0000 (11:38 +0000)]
Remove redundant -DHAVE_AV_CONFIG_H from tests/seek_test command.

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

16 years agoRemove unused variables, fixes the following warnings:
Diego Biurrun [Wed, 31 Oct 2007 11:35:10 +0000 (11:35 +0000)]
Remove unused variables, fixes the following warnings:
siff.c:187: warning: unused variable 'snddata'
siff.c:186: warning: unused variable 'size2'

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

16 years agoTake the target address family in account when determining the family of
Ronald S. Bultje [Wed, 31 Oct 2007 07:27:38 +0000 (07:27 +0000)]
Take the target address family in account when determining the family of
the local address to bind.
Fixes ffserver and UDP streaming without --disable-ipv6 on MacOS X

Patch by Ronald S. Bultje (rsbultje st gmail dot com)

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

16 years agoReindent after last commit
Luca Abeni [Wed, 31 Oct 2007 07:08:12 +0000 (07:08 +0000)]
Reindent after last commit

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

16 years agoResolve hosts and bind sockets even when the local_port is not set (0)
Nicolas George [Wed, 31 Oct 2007 07:02:30 +0000 (07:02 +0000)]
Resolve hosts and bind sockets even when the local_port is not set (0)
Fixes ffserver on linux when "--disable-ipv6" is not used

Patch by Nicolas George (nicolas dot george at normalesup dot org)

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

16 years agoEA IMA EACS decoder
Peter Ross [Tue, 30 Oct 2007 23:20:26 +0000 (23:20 +0000)]
EA IMA EACS decoder
original patch by Peter Ross

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

16 years agoEA IMA SEAD decoder
Peter Ross [Tue, 30 Oct 2007 23:12:18 +0000 (23:12 +0000)]
EA IMA SEAD decoder
original patch by Peter Ross

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

16 years agoLeverage MinGW's llrint() in Cygwin compilations.
Víctor Paesa [Tue, 30 Oct 2007 20:07:31 +0000 (20:07 +0000)]
Leverage MinGW's llrint() in Cygwin compilations.

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

16 years agoMark the source buffer as "const"
Luca Abeni [Tue, 30 Oct 2007 15:32:52 +0000 (15:32 +0000)]
Mark the source buffer as "const"

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

16 years agoIf local port n is not available, try n + 2 instead of continuing to bind
Luca Abeni [Tue, 30 Oct 2007 08:10:45 +0000 (08:10 +0000)]
If local port n is not available, try n + 2 instead of continuing to bind
on n (allow to receive 2 rtsp streams simultaneously with libavformat)

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

16 years agoClarify comment about gcc -MM.
Diego Biurrun [Tue, 30 Oct 2007 08:01:48 +0000 (08:01 +0000)]
Clarify comment about gcc -MM.

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

16 years agoDeclare libpostproc prerequisites directly instead of using a layer of
Diego Biurrun [Tue, 30 Oct 2007 07:54:18 +0000 (07:54 +0000)]
Declare libpostproc prerequisites directly instead of using a layer of
indirection. This moves build system workarounds closer to libpostproc
where they are really needed.

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

16 years agorename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so...
Baptiste Coudurier [Tue, 30 Oct 2007 00:01:25 +0000 (00:01 +0000)]
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers

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

16 years agoRemove redundant prototype
Luca Abeni [Mon, 29 Oct 2007 09:38:37 +0000 (09:38 +0000)]
Remove redundant prototype

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

16 years agoRemove the inclusion of rtsp.h and rtp.h from avformat.h, and
Luca Abeni [Mon, 29 Oct 2007 09:15:35 +0000 (09:15 +0000)]
Remove the inclusion of rtsp.h and rtp.h from avformat.h, and
explicitly include such headers where needed

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

16 years agoremoved unused variables accidentally introduced in stream_index_from_inputs()
Nico Sabbi [Sun, 28 Oct 2007 22:56:41 +0000 (22:56 +0000)]
removed unused variables accidentally introduced in stream_index_from_inputs()

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

16 years agorename crc.c to crcenc.c
Aurelien Jacobs [Sun, 28 Oct 2007 22:11:07 +0000 (22:11 +0000)]
rename crc.c to crcenc.c

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

16 years agomove framecrc muxer in its own file
Aurelien Jacobs [Sun, 28 Oct 2007 22:08:09 +0000 (22:08 +0000)]
move framecrc muxer in its own file

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

16 years agoreindented after previous commit
Nico Sabbi [Sat, 27 Oct 2007 18:50:08 +0000 (18:50 +0000)]
reindented after previous commit

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

16 years agoadded option programid to select the program to use and relative code to handle it
Nico Sabbi [Sat, 27 Oct 2007 18:46:25 +0000 (18:46 +0000)]
added option programid to select the program to use and relative code to handle it

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

16 years agoremove a branch from an inner loop.
Loren Merritt [Sat, 27 Oct 2007 13:39:19 +0000 (13:39 +0000)]
remove a branch from an inner loop.
1% faster flac encoding.

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

16 years agoprint newline after program id even when the name is missing
Nico Sabbi [Fri, 26 Oct 2007 20:02:11 +0000 (20:02 +0000)]
print newline after program id even when the name is missing

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

16 years agoExplicitly include rtp.h (needed for rtp_get_payload_type())
Luca Abeni [Fri, 26 Oct 2007 15:12:55 +0000 (15:12 +0000)]
Explicitly include rtp.h (needed for rtp_get_payload_type())

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

16 years agoRemove prototype for non-existent function
Luca Abeni [Fri, 26 Oct 2007 11:36:11 +0000 (11:36 +0000)]
Remove prototype for non-existent function

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

16 years agoprobe files starting with the 1SNh tag
Aurelien Jacobs [Thu, 25 Oct 2007 21:17:39 +0000 (21:17 +0000)]
probe files starting with the 1SNh tag

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

16 years agodon't use #define with names starting with _
Aurelien Jacobs [Thu, 25 Oct 2007 21:10:18 +0000 (21:10 +0000)]
don't use #define with names starting with _

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

16 years agoadd parsing of 1SNh header in the EA demuxer
Aurelien Jacobs [Thu, 25 Oct 2007 20:38:49 +0000 (20:38 +0000)]
add parsing of 1SNh header in the EA demuxer

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

16 years agoRemove unused variable, fixes warning:
Diego Biurrun [Thu, 25 Oct 2007 10:11:15 +0000 (10:11 +0000)]
Remove unused variable, fixes warning:
utils.c: In function 'dump_format':
utils.c:2542: warning: unused variable 'flags'

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

16 years agoavoid infinite loop at the end of files which are not properly terminated
Aurelien Jacobs [Wed, 24 Oct 2007 21:44:20 +0000 (21:44 +0000)]
avoid infinite loop at the end of files which are not properly terminated

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

16 years agoEA ADPCM R1, R2 and R3 decoder
Peter Ross [Wed, 24 Oct 2007 20:49:42 +0000 (20:49 +0000)]
EA ADPCM R1, R2 and R3 decoder
original patch by Peter Ross

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

16 years agoRename --disable-opts option to --disable-optimizations in order to be less
Diego Biurrun [Wed, 24 Oct 2007 19:19:02 +0000 (19:19 +0000)]
Rename --disable-opts option to --disable-optimizations in order to be less
ambiguous, opts sounds more like options than optimizations.

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

16 years agoRename optimize variable to the slightly more meaningful optimizations.
Diego Biurrun [Wed, 24 Oct 2007 19:17:15 +0000 (19:17 +0000)]
Rename optimize variable to the slightly more meaningful optimizations.

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

16 years agoCosmetics: indentation.
Benoit Fouet [Wed, 24 Oct 2007 14:22:56 +0000 (14:22 +0000)]
Cosmetics: indentation.

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

16 years agoPrevent mov muxer from writing empty udta atoms.
Benoit Fouet [Wed, 24 Oct 2007 14:20:15 +0000 (14:20 +0000)]
Prevent mov muxer from writing empty udta atoms.

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

16 years agoadd support for reading duration from VBRI-tag in mp3 files
Andreas Öman [Wed, 24 Oct 2007 04:56:22 +0000 (04:56 +0000)]
add support for reading duration from VBRI-tag in mp3 files

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

16 years agoMove setting of key frame flag for intra-only codecs, ignoring key frame
Jeff Downs [Wed, 24 Oct 2007 04:54:44 +0000 (04:54 +0000)]
Move setting of key frame flag for intra-only codecs, ignoring key frame
flag of parser for such codecs as intra-only parsers don't set key frame
flag. Corrects lack of key frame marking in mjpeg, possibly others.

Original thread: Key Frame Marking, Fri, 12 Oct 2007 03:35:57

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

16 years agoUpdated and rewritten Windows-related documentation.
Ramiro Polla [Wed, 24 Oct 2007 03:26:10 +0000 (03:26 +0000)]
Updated and rewritten Windows-related documentation.

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

16 years agouse FFMIN
Baptiste Coudurier [Tue, 23 Oct 2007 22:28:57 +0000 (22:28 +0000)]
use FFMIN

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

16 years agofix indent
Andreas Öman [Tue, 23 Oct 2007 17:28:30 +0000 (17:28 +0000)]
fix indent

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

16 years agocosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support
Andreas Öman [Tue, 23 Oct 2007 17:10:41 +0000 (17:10 +0000)]
cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support

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

16 years agoadd support for reading duration from Xing-tag in mp3 files
Andreas Öman [Tue, 23 Oct 2007 13:35:20 +0000 (13:35 +0000)]
add support for reading duration from Xing-tag in mp3 files

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

16 years agoSimplify install-libs prerequisite generation.
Diego Biurrun [Tue, 23 Oct 2007 06:51:44 +0000 (06:51 +0000)]
Simplify install-libs prerequisite generation.

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

16 years agoconvert a if() into a switch() to ease addition of new tags to probe
Aurelien Jacobs [Mon, 22 Oct 2007 21:06:04 +0000 (21:06 +0000)]
convert a if() into a switch() to ease addition of new tags to probe

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

16 years agoFix uninstall-vhook, SLIBSUF was being left out.
Diego Biurrun [Mon, 22 Oct 2007 18:09:10 +0000 (18:09 +0000)]
Fix uninstall-vhook, SLIBSUF was being left out.

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