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
Aurelien Jacobs
4d4f59d750
split wmv2 encoder and decoder in their own files
...
Originally committed as revision 11091 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Christophe Gisquet
ac40ce4244
Typo fix. Previous version had some picture error building up until next keyframe.
...
Now MMX version decodes 1:1 what the C version does
patch by Christophe GISQUET %christophe P gisquet A free P fr%
Originally committed as revision 11090 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
e082f4a89b
Data tables for future RV30/40 decoder
...
Originally committed as revision 11089 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Christophe Gisquet
d3a9c44e1d
Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET %hristophe P gisquet A free P fr%
...
Original thread:
date: Nov 24, 2007 3:09 PM
subject: [FFmpeg-devel] [PATCH] Strip debug stuff from vc1dsp_mmx.c
Originally committed as revision 11088 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
Luca Abeni
23c0634c78
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
17 years ago
Diego Biurrun
52a9cf3435
Fix out of tree builds after introduction of libavdevice.
...
Originally committed as revision 11084 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
Diego Biurrun
7483e694f3
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
17 years ago
Luca Abeni
c4035e5d3f
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
17 years ago
Diego Biurrun
f8a80fd69d
main() --> main(void)
...
Originally committed as revision 11079 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
541432c3b7
spelling
...
Originally committed as revision 11078 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
Diego Biurrun
594ff7cc6c
comment spelling/grammar fixes
...
Originally committed as revision 25137 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
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
Christophe Gisquet
82821c913b
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
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
Stefano Sabatini
79815f622d
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
17 years ago
Diego Biurrun
e5af4a113b
main() --> main(void)
...
Originally committed as revision 11069 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
db817cf35a
whitespace consistency cosmetics
...
Originally committed as revision 11068 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
e59d932826
cosmetic (x==NULL -> !x)
...
Originally committed as revision 11067 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
5b2052b38f
cosmetic (place { consistently)
...
Originally committed as revision 11066 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
Michael Niedermayer
0dd954b1f0
cosmetic (remove != 0 / != NULL)
...
Originally committed as revision 11064 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
e1c48b7aae
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
17 years ago
Michael Niedermayer
2867ed9b1c
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
17 years ago
Luca Abeni
c5a2fe8f1f
Generate a linking error if perror() is used in libav*
...
Originally committed as revision 11061 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
Luca Abeni
7f0cd6a529
Remove perror() usage from libavutil
...
Originally committed as revision 11057 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
Benjamin Larsson
289987e454
Use memcpy instead of for loop
...
Originally committed as revision 11051 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
Jeff Downs
e240f898ff
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
17 years ago
Diego Biurrun
eb72cacb21
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
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