Panagiotis Issaris
769e10f068
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
...
Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Roman Shaposhnik
c21f308e77
* Getting rid of the use of GCC language extensions
...
Originally committed as revision 9531 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
8c222bb405
kill uninitialised variable warning in ac3_probe()
...
Originally committed as revision 9521 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
7cf0999529
remove empty write trailer functions
...
patch by Vitor: [vitor1001 gmail com]
Originally committed as revision 9442 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
755bfeabcc
misc spelling fixes
...
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
5faf2d3641
add rgb suffix handling for demuxer
...
Originally committed as revision 9103 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
13dec85765
RoQ muxer, patch by Vitor, vitor1001 gmail com
...
reference thread:
Subject: [FFmpeg-devel] [PATCH] RoQ muxer
Date: Wed, 09 May 2007 19:44:21 +0200
Originally committed as revision 8959 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
99ff31dc75
move aac and ac3 parsers in their own files
...
Originally committed as revision 8941 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
5fd5d0ef3a
improve mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4)
...
Originally committed as revision 8923 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
b47f86c4a3
add rgb suffix to rawvideo muxer
...
Originally committed as revision 8805 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
Diego Biurrun
cefd4907e3
Make the declaration of AVInputFormat ac3_demuxer conditional
...
on CONFIG_AC3_DEMUXER.
Originally committed as revision 8741 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
98d0205145
Move AC3 header parsing code together with the rest of the AC3 parsing code.
...
Originally committed as revision 8739 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
Michael Niedermayer
e9f6c8eaae
fix probe of 001.vdr-broken-6025
...
Originally committed as revision 8550 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
f8b9830b6c
improve ac3_probe by counting consecutive frames
...
Originally committed as revision 8441 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
7bb5c2a6ea
Raw VC-1 demuxer
...
Originally committed as revision 7896 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
7156aeb98a
add read_probe function to raw ac3 demuxer
...
Originally committed as revision 7887 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
e9b78eeba2
better generic index building and seeking code
...
Originally committed as revision 7841 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Thijs Vermeir
8f57cc5a32
mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)
...
tabs removed by me
VOL vs. VOP check fixed by me
Originally committed as revision 6940 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
7fbde3431a
replace coder/decoder file description in libavformat by muxer/demuxer
...
Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
708e3e7d2d
simplify pcm read seek, use av_get_bits_per_sample
...
Originally committed as revision 6728 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
494bbf5805
dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort
...
Originally committed as revision 5961 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
Diego Biurrun
2c8e201429
Fix compilation with all combinations of --disable-(de)muxers.
...
Originally committed as revision 5485 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Justin Ruggles
ce1d2a95c3
Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can be
...
used with "-acodec copy" to either copy a flac file verbatim or extract
the raw flac from an ogg-flac file.
Originally committed as revision 5368 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
89ca8c497f
Add support for raw flac decoding based on the .flac suffix of input files.
...
Originally committed as revision 5352 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
c04c3282b4
simplify AVFormatParameters NULL checks
...
Originally committed as revision 5146 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
e01dc227f3
can't have PES headers in MPEG video elementary streams so fail probe
...
if we see one
Originally committed as revision 5089 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
a283db3962
generate adts frame headers if required
...
Originally committed as revision 4970 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
fda885c703
read/write adts aac
...
Originally committed as revision 4955 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
8f0df75438
3rd try for mpeg-es probe ...
...
Originally committed as revision 4938 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
efac2613e7
fix regression tests
...
Originally committed as revision 4932 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
93d3e278cd
improve mpeg1/2-es detection
...
Originally committed as revision 4923 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
5509bffa88
Update licensing information: The FSF changed postal address.
...
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
bb270c0896
COSMETICS: tabs --> spaces, some prettyprinting
...
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
115329f160
COSMETICS: Remove all trailing whitespace.
...
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
84c63c013a
Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenient.txt
...
Originally committed as revision 4671 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
a9e3509529
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
...
in libavformat to allow building (de)coders and (de)muxers independently at
some point + support for this option in configure.
Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Michael Niedermayer
01f4895c68
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
...
Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
e0827ba440
.m1v and .m2a (feature req #1178960 )
...
Originally committed as revision 4431 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
ba5697d53b
.264
...
Originally committed as revision 4421 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
2692067a45
AVPacket.pos
...
Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
bfc7f165bb
default to YUV420P if none specified for rawvideo input
...
a few more common extensions for rawvideo detection
Originally committed as revision 4192 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
80ce3254ac
always honor the user specified frame rate if set
...
Originally committed as revision 4186 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
c0df9d75bd
switch to native time bases
...
Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
85ad569574
shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)
...
Originally committed as revision 3984 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
6ec864da45
Patch for creating m2v files by (Fabrizio Gennari <fabrizio.ge tiscali it)
...
Originally committed as revision 3805 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago