Stefano Sabatini
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste.it
along with some spelling/consistency fixes for the long names by me
Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
6c10281c3a
Check for av_new_stream failure, fixes CID76 RUN2
...
Originally committed as revision 13533 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
245976da2a
Use full path for #includes from another directory.
...
Originally committed as revision 13098 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
Diego Biurrun
a889bf135e
cosmetics: typo
...
Originally committed as revision 10534 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
b1dc5beb12
replaces hardcoded values by the equivalent enum definitions
...
Originally committed as revision 9801 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
6f3e0b2174
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
...
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
57004ff1d7
add an enum for need_parsing
...
Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
87e8788680
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
...
Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
a0bbb2e977
Use av_set_pts_info and set some arbitrary timebase fallback
...
Originally committed as revision 7883 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
51bd81f64d
set pts_wrap_bits to 32 since timestamps in packets are 32 bit
...
Originally committed as revision 7880 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
2a1c3b8b90
10l, forgot to skip payload description in UMF packet parsing
...
Originally committed as revision 7878 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
6e8c46b7e3
Set CODEC_TYPE_DATA for timecode tracks.
...
Originally committed as revision 7159 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
9ed0023447
Set st->need_parsing = 2 for MPEG-content.
...
Originally committed as revision 7158 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
c26abfa541
Rename ABS macro to FFABS.
...
Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
...
and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
b9b18fbdea
both timestamps are dts, (checked trailer.gxf, spec is unclear)
...
Originally committed as revision 5958 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
51a0a721ab
remove unneeded audio fourcc as well
...
Originally committed as revision 5889 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
0019b662ae
Minor resync optimization
...
Originally committed as revision 5888 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
e81e3ced6d
do not set unneeded fourcc
...
Originally committed as revision 5886 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
907a051009
Support for seeking, both with and without index and correct timestamps
...
Originally committed as revision 5880 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
adb0208bf2
Fix typo in comment
...
Originally committed as revision 5865 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
9d9f4119bd
move common stuff from avienc.c and wav.c to new file riff.c
...
Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
ff70e60176
allow individual selection of muxers and demuxers
...
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
d2a067d1d9
give AVInput/OutputFormat structs consistent names
...
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Reimar Döffinger
cc0bc648f0
add GXF demuxer
...
Originally committed as revision 5598 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago