Roberto Togni
27a2f87da8
1000l: Fix check for max slice number
...
Originally committed as revision 11040 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Roberto Togni
e29378ff88
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
17 years ago
Luca Abeni
aa519c4771
Remove some more duplicated code
...
Originally committed as revision 11038 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
d4936869ff
Remove the useless variable "my_addr1"
...
Originally committed as revision 11037 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
882d00f27d
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
17 years ago
Panagiotis Issaris
8ea0e80241
Fix Doxygen parameter
...
Originally committed as revision 11033 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Panagiotis Issaris
e8b7c70f09
Fix Doxygen parameter name
...
Originally committed as revision 11032 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Panagiotis Issaris
abfe87d471
Fix Doxygen parameter name
...
Originally committed as revision 11031 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
d638424b8a
cosmetics: whitespace
...
Originally committed as revision 11028 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Panagiotis Issaris
4e8988a32d
Typo
...
Originally committed as revision 11020 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
6b7089044a
Remove some useless assignments (the UDPContext is allocated with av_mallocz())
...
Originally committed as revision 11017 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
d05cb726bd
Simplify set_remote_url(), and remove some code duplication
...
Originally committed as revision 11016 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
4c7d5764a0
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
17 years ago
Luca Abeni
66c49825da
Remove a now unused field
...
Originally committed as revision 11014 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
9cdcb04f5a
Give better names to multicast functions (they are not IPv6-only)
...
Originally committed as revision 11013 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
a8bde059e6
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
17 years ago
Luca Abeni
0ec1233511
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
17 years ago
Patrice Bensoussan
0d4e281cac
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
17 years ago
Andreas Öman
bd59786204
remove unnecessary -1 from snprintf len
...
Originally committed as revision 11009 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Patrice Bensoussan
bd548b99aa
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
17 years ago
Michael Niedermayer
5fba300d02
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
17 years ago
Baptiste Coudurier
8361b1bea8
remove now useless libogg support
...
Originally committed as revision 11004 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
e1a794b272
set PKT_FLAG_KEY for Theora and OGM streams
...
Originally committed as revision 11002 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
5118cae694
ogg muxer
...
Originally committed as revision 10999 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
94472c1d49
comment typo
...
Originally committed as revision 10992 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
c9215bab98
Add support for some more audio formats
...
Originally committed as revision 10969 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
2c18784703
Improve Sofdec file detection
...
Originally committed as revision 10967 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
73039e0fb4
fix potential buffer over-read
...
Originally committed as revision 10966 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
cc04af3481
fix negative fseek
...
Originally committed as revision 10965 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ronald S. Bultje
5c470b910e
Split ac3 byte swapping into a separate function.
...
Patch by Ronald S. Bultje: rsbultje gmail com
Original thread: Re: [FFmpeg-devel] [PATCH 4/6] rmdec.c: rm_ac3_swap_bytes()
Date: 11/05/2007 09:27 PM
Originally committed as revision 10964 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ronald S. Bultje
d4d1b5fbde
Isolate caching of audio frames in its own function.
...
Patch by Ronald S. Bultje: rsbultje gmail com
Original thread: Re: [FFmpeg-devel] [PATCH 3/6] rmdec.c: ff_rm_retrieve_cache()
Date: 11/05/2007 09:25 PM
Originally committed as revision 10963 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ronald S. Bultje
66911b1552
Change a stream indexer.
...
Patch by Ronald S. Bultje: rsbultje gmail com
Originally committed as revision 10962 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ronald S. Bultje
afd302fa62
Split out the packet parsing from the main function body in rmdec.c
...
into its own function
Patch by Ronald S. Bultje: rsbultje gmail com
Original thread: Re: [FFmpeg-devel] [PATCH 2/6] rmdec.c: ff_rm_parse_frame()
Date: 11/05/2007 09:23 PM
Originally committed as revision 10961 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ronald S. Bultje
7e4b161188
Change parse indexer.
...
Patch by Ronald S. Bultje: rsbultje gmail com
Originally committed as revision 10960 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
f9e4ed19d2
Give Ogg muxer a lib prefix in the name like we do with all other formats
...
implemented through external libraries, plus rename the files accordingly.
Originally committed as revision 10956 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benoit Fouet
36c9e40ab4
Change ff_rm_read_mdpr_codecdata to get back to old behavior.
...
Originally committed as revision 10954 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
8cd4ac3d63
correctly set audio codec when demuxing sofdec files
...
samples: http://samples.mplayerhq.hu/game-formats/sfd/
Originally committed as revision 10953 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
968fc6b96a
probe more kind of electronic arts files
...
Originally committed as revision 10947 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
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