Francesco Lavra
|
74e8ccad4c
Move rm_codec_tags to rm.c so muxer/demuxer can share it.
|
14 years ago |
Reimar Döffinger
|
88e70e1b0a
ff_rm_metadata is const.
|
15 years ago |
Aurelien Jacobs
|
7379d5bc0b
use new metadata API in rm (de)muxer
|
15 years ago |
Aurelien Jacobs
|
7b2a2ce556
split rm muxer and demuxer in their own files
|
17 years ago |
Benjamin Larsson
|
10e26bc782
Atrac3 decoder.
|
17 years ago |
Michael Niedermayer
|
87e8788680
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
|
17 years ago |
Sam Hocevar
|
d495fdc3d3
Do not return invalid pointer for non-audio or video streams.
|
17 years ago |
Steve L'Homme
|
949b1a13bf
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
|
18 years ago |
Steve L'Homme
|
e344c1ea36
reindentation, patch by From: Steve Lhomme, slhomme divxcorp com
|
18 years ago |
Aurelien Jacobs
|
7fbde3431a
replace coder/decoder file description in libavformat by muxer/demuxer
|
18 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Diego Biurrun
|
36c32bdddf
Remove unused variables and the corresponding warnings along with them.
|
18 years ago |
Michael Niedermayer
|
cb37931d78
dont set sub_id as its completly redundant and silly
|
18 years ago |
Måns Rullgård
|
ff70e60176
allow individual selection of muxers and demuxers
|
18 years ago |
Måns Rullgård
|
d2a067d1d9
give AVInput/OutputFormat structs consistent names
|
18 years ago |
Roberto Togni
|
a9d4a6ef34
rm_read_audio_stream_info return type is not void
|
18 years ago |
Roberto Togni
|
a194f595c8
Support for AAC (fourcc raac and racp) in rm files
|
18 years ago |
Michael Niedermayer
|
a443a2530d
sanity checks some might have been exploitable
|
18 years ago |
Michael Niedermayer
|
30a43f2d09
add size to AVIndex
|
18 years ago |
Diego Biurrun
|
5509bffa88
Update licensing information: The FSF changed postal address.
|
19 years ago |
Roberto Togni
|
c69e7914be
Support for 28_8 in old ar. files
|
19 years ago |
Diego Biurrun
|
bb270c0896
COSMETICS: tabs --> spaces, some prettyprinting
|
19 years ago |
Roberto Togni
|
1e4668d160
Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.ra
|
19 years ago |
Diego Biurrun
|
115329f160
COSMETICS: Remove all trailing whitespace.
|
19 years ago |
Jindřich Makovička
|
d76319b1ab
malloc padding to avoid reading past the malloc()ed area.
|
19 years ago |
Benjamin Larsson
|
e0f7e32970
Cook compatibe decoder, patch by Benjamin Larsson
|
19 years ago |
Diego Biurrun
|
a9e3509529
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
|
19 years ago |
Michael Niedermayer
|
01f4895c68
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility
|
19 years ago |
Michael Niedermayer
|
2692067a45
AVPacket.pos
|
19 years ago |
Michael Niedermayer
|
c0df9d75bd
switch to native time bases
|
19 years ago |
Michael Niedermayer
|
9786bd4d94
fixing broken_rv20_1mb_.rm
|
19 years ago |
Michael Niedermayer
|
f3356e9c9e
more fine grained discarding of packets
|
19 years ago |
Michael Niedermayer
|
386b26c9fe
set block align
|
19 years ago |
Michael Niedermayer
|
72aef1987e
ra288 demuxing support (doesnt really work, might be demuxer or decoder bug)
|
19 years ago |
Michael Niedermayer
|
b9866ebcc7
support discarding uninterresting packets
|
20 years ago |
Michael Niedermayer
|
3f05305d73
RV30/RV40 demuxing (untested)
|
20 years ago |
Michael Niedermayer
|
119cebf429
skip INDX chunks
|
20 years ago |
Michael Niedermayer
|
d0271e8a3a
rv20 encoding
|
20 years ago |
Michael Niedermayer
|
37e85dacd0
seeking in rm 2nd try
|
20 years ago |
Michael Niedermayer
|
bc17df09d4
seeking in rm
|
20 years ago |
Michael Niedermayer
|
80016c48b0
rm encoding fix
|
20 years ago |
Michael Niedermayer
|
012cd15fc4
try to recover from errors instead of failing fataly
|
20 years ago |
Michael Niedermayer
|
a8b81ec199
various demuxer fixes
|
20 years ago |
Michael Niedermayer
|
18ade9543f
rv10 thread safety fix / rv10 ffplay fix
|
20 years ago |
Michael Niedermayer
|
d880240e18
timestamp fix
|
20 years ago |
Michael Niedermayer
|
423962dc01
next try at fixing rv20 decoding
|
20 years ago |
Michael Niedermayer
|
f7ff7bc648
skip unknown streams instead of failing
|
20 years ago |
Michael Niedermayer
|
6ccedec0fd
rv20 demuxing fix
|
20 years ago |
Michael Niedermayer
|
71c32f19b3
do not call (av_)abort()
|
20 years ago |
Michael Niedermayer
|
13859ac9da
dont be so picky
|
20 years ago |