Reimar Döffinger
1fe47470d1
Make ff_qt_default_palette_* arrays "static const"
...
Originally committed as revision 11139 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
73a727f369
Make ff_mkv_codec_tags array const, it is never written.
...
Originally committed as revision 11137 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
47ac2b0d14
Fix muxer so that generated files are playable by realplayer, other open
...
source players and by fixed ffmpeg rm demuxer (after r11127)
Patch by kostya
Originally committed as revision 11129 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Roberto Togni
e3052ce7b1
Revert r10892, it's wrong and no longer needed to prevent crashes
...
Originally committed as revision 11127 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d0b53d05c8
Fix some spelling mistakes.
...
Originally committed as revision 11125 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
52b541ad79
spelling
...
Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
7338d36808
succes --> success typo
...
Originally committed as revision 11120 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
90901860c2
stupid code (casting of void*) found by checktree.sh
...
Originally committed as revision 11117 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
7fffc87979
1000l _reserved (found by checktree.sh)
...
Originally committed as revision 11116 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
e8acf0edea
Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(),
...
and implement the redirector format more properly.
Originally committed as revision 11112 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Andreas Öman
fe2b276c2e
Bump lavf minor due to addition of
...
av_url_read_fplay(), av_url_read_fpause() and av_url_read_fseek()
Originally committed as revision 11111 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Björn Axelsson
e7e4810aae
Extend ByteIOContext and add the buffered IO functions:
...
av_url_read_fplay(), av_url_read_fpause() and av_url_read_fseek().
patch by: Björn Axelsson, bjorn d axelsson a intinor d se
Originally committed as revision 11110 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Dave Yeo
93115b82f0
Add #include "os_support.h" to restore OS/2 support.
...
patch by Dave Yeo, daveryeo telus net
Originally committed as revision 11096 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d2f5fe7cc7
Remove possibly misleading comments.
...
Originally committed as revision 11095 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
725d86bfd5
add pcm_s16le_planar support for electronicarts files
...
Originally committed as revision 11092 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
f0a838e525
Add missing #includes to fix 'make checkheaders'.
...
Originally committed as revision 11087 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Björn Axelsson
536333a0fe
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
17 years ago
Diego Biurrun
34c9d454d1
Keep -L flags before corresponding -l flags.
...
Originally committed as revision 11083 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
c721d803cb
Introduce libavdevice
...
Originally committed as revision 11077 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
489b0d4d98
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
17 years ago
Ramiro Polla
a5e979f42c
os_support.h is also needed for usleep and lseek on MinGW.
...
Originally committed as revision 11075 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
087b327287
Include os_support.h only when needed
...
Originally committed as revision 11073 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
a960a1e041
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
17 years ago
Björn Axelsson
899681cd1d
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
17 years ago
Roberto Togni
2b013568f9
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
17 years ago
Luca Abeni
952062909d
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
17 years ago
Luca Abeni
086119b3f3
Remove perror() usage from udp.c
...
Originally committed as revision 11059 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
9f74582cea
Do not use perror() in audio, video, and DV grabbers
...
Originally committed as revision 11058 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Roberto Togni
e35033e6e3
Cosmetics
...
Originally committed as revision 11056 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Roberto Togni
69434d2f73
No need to update pos, it's not used after that line
...
Originally committed as revision 11055 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Roberto Togni
6887cb8bc5
Cleanup: remove ssize
...
Originally committed as revision 11054 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Roberto Togni
52537534d2
Check for memory allocation failure of temp buffer
...
Originally committed as revision 11053 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Roberto Togni
e11d0145e2
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
17 years ago
Jeff Downs
28af284cfb
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
17 years ago
Luca Abeni
db628029c4
Add MPEG2 support to the RTP muxer
...
Originally committed as revision 11047 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
7ed19d7fbf
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
17 years ago
Alex Beregszaszi
b5298028b0
Remove empty pipe_close
...
Originally committed as revision 11045 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alex Beregszaszi
7a813b368a
Call prot->url_close only if it is present.
...
Originally committed as revision 11044 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alex Beregszaszi
018b6fb465
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
17 years ago
Alex Beregszaszi
964ff35445
Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.
...
Originally committed as revision 11042 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
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