Diego Biurrun
a319c212bd
Move external library registrations into a separate block after all native
...
implementations so that the latter ones are preferred by default.
Originally committed as revision 10945 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
325833091e
Add some explanatory comments.
...
Originally committed as revision 10944 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a0ddef24ce
Rename ogg2.[ch] to oggdec.[ch].
...
Originally committed as revision 10943 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e282e5edb4
Remove disabled muxer skeleton, blessed by Mans.
...
Originally committed as revision 10942 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
0d49b9ad07
Give the libnut muxer a lib prefix in its name so it does not conflict with
...
the native implementation.
Originally committed as revision 10941 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ronald S. Bultje
b316aa1a1e
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
17 years ago
Thorsten Jordan
346db900bf
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
17 years ago
Kostya Shishkov
12877faf7c
Musepack SV8 demuxer and decoder
...
Originally committed as revision 10938 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Björn Axelsson
49ce700a27
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
17 years ago
Ronald S. Bultje
ff1463dc37
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
17 years ago
Luca Abeni
18c05a375b
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
17 years ago
Luca Abeni
0aa7a2e690
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
17 years ago
Diego Biurrun
47a1ae1bc9
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
17 years ago
Andreas Öman
5b5bd7c9ee
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
17 years ago
Diego Biurrun
b7a42d14bf
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
17 years ago
Aurelien Jacobs
9abf243316
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
17 years ago
Kostya Shishkov
7798b42df1
Add ff_ prefix to get_v()
...
Originally committed as revision 10912 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
897d3eef4c
Make get_v() available to the other demuxers
...
Originally committed as revision 10911 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
0c904db118
typo
...
Originally committed as revision 10910 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
c6dcd0d7f0
fix misdetection of mp3could_not_find_codec_parameters.mp3
...
Originally committed as revision 10908 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
d447fc3132
Seek regression for RM demuxer fix
...
Originally committed as revision 10907 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
2009c7fc96
revert part of r10899 which was not intended
...
Originally committed as revision 10901 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
6177c7efe1
remove useless initialization to 0 of adx context
...
Originally committed as revision 10899 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
83c95cd462
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
17 years ago
Michael Niedermayer
c8652b5714
support flv with invalid header
...
fixes issue43
Originally committed as revision 10887 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
6f910bcf39
factorize stream creation
...
Originally committed as revision 10886 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
1d5fab9b33
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
17 years ago
Ronald S. Bultje
51844e6cd2
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
17 years ago
Luca Abeni
7d8576c279
Reindent after last commit
...
Originally committed as revision 10882 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Nicolas George
d607861cd5
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
17 years ago
Peter Ross
fac84d3c18
EA IMA EACS decoder
...
original patch by Peter Ross
Originally committed as revision 10880 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Peter Ross
7bb65d8964
EA IMA SEAD decoder
...
original patch by Peter Ross
Originally committed as revision 10879 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
ecdcbbf66a
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
17 years ago
Baptiste Coudurier
992e78f5f2
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
17 years ago
Luca Abeni
990e989f24
Remove redundant prototype
...
Originally committed as revision 10872 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
c971ff1977
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
17 years ago
Aurelien Jacobs
39f79f26eb
rename crc.c to crcenc.c
...
Originally committed as revision 10869 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
6b6adf2bc8
move framecrc muxer in its own file
...
Originally committed as revision 10868 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Nico Sabbi
f473666f51
print newline after program id even when the name is missing
...
Originally committed as revision 10864 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
759d98d0c6
Explicitly include rtp.h (needed for rtp_get_payload_type())
...
Originally committed as revision 10863 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
a385446f40
Remove prototype for non-existent function
...
Originally committed as revision 10862 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
97e6ee2064
probe files starting with the 1SNh tag
...
Originally committed as revision 10861 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
94e8c227ba
don't use #define with names starting with _
...
Originally committed as revision 10860 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
98168220b0
add parsing of 1SNh header in the EA demuxer
...
Originally committed as revision 10859 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
63bb42fb36
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
17 years ago
Aurelien Jacobs
446263879b
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
17 years ago
Peter Ross
e758396268
EA ADPCM R1, R2 and R3 decoder
...
original patch by Peter Ross
Originally committed as revision 10856 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benoit Fouet
cfac9ec701
Cosmetics: indentation.
...
Originally committed as revision 10853 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benoit Fouet
89a0d7908b
Prevent mov muxer from writing empty udta atoms.
...
Originally committed as revision 10852 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Andreas Öman
8862fb41e0
add support for reading duration from VBRI-tag in mp3 files
...
Originally committed as revision 10851 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago