Michael Niedermayer
|
47146dfbf6
Generic metadata API.
|
16 лет назад |
Michael Niedermayer
|
ca5b528ea1
Fix bug where the avi demxuer lost the first frame of malformed
|
16 лет назад |
Michael Niedermayer
|
a3bb564ee5
10l (forgot sample_size)
|
16 лет назад |
Michael Niedermayer
|
25983dcd53
Fix non interleaved variable fps ODML avis.
|
16 лет назад |
Michael Niedermayer
|
7ccc636f03
Favor even chunk sizes in ambiguous cases.
|
16 лет назад |
Michael Niedermayer
|
f080a7bd90
Factorize stream id parsing.
|
16 лет назад |
Diego Biurrun
|
bc5c918ea8
Remove offset_t typedef and use int64_t directly instead.
|
16 лет назад |
Luca Abeni
|
dd1c8f3e6e
Bump Major version, this commit is almost just renaming bits_per_sample to
|
16 лет назад |
Aurelien Jacobs
|
5972945197
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
|
16 лет назад |
Baptiste Coudurier
|
62f2523062
change assert test due to the new reducing of time_base in av_set_pts_info, fix #561
|
16 лет назад |
Diego Biurrun
|
15d6e3612f
spelling cosmetics
|
16 лет назад |
Baptiste Coudurier
|
ade8d8b939
uniformize AVStream->priv_data freeing in av_close_input_stream
|
16 лет назад |
Baptiste Coudurier
|
ccafd47251
factorize read_header failure freeing code
|
16 лет назад |
Florian Echtler
|
25176d6e22
Parse 'dats' as data.
|
16 лет назад |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
17 лет назад |
Michael Niedermayer
|
fce88d52ca
Fixes NULL pointer dereference CID66
|
17 лет назад |
Michael Niedermayer
|
9d4cd3bfd5
Tell the user if a AVI is non interleaved.
|
17 лет назад |
Diego Biurrun
|
f4433de9ef
consistency cosmetics: indices --> indexes
|
17 лет назад |
Michael Niedermayer
|
2be83b96b6
Support non interleaved avi with phantom streams.
|
17 лет назад |
Michael Niedermayer
|
7ce76ee433
Print warning if scale/rate is invalid.
|
17 лет назад |
Michael Niedermayer
|
0dbb651564
indent
|
17 лет назад |
Michael Niedermayer
|
4a030a1fc7
Restructure if/else a little.
|
17 лет назад |
Michael Niedermayer
|
1ce50d32b7
indent
|
17 лет назад |
Michael Niedermayer
|
79d6b9cbd0
1000l to myself, dereferencing uninitalized pointer.
|
17 лет назад |
Michael Niedermayer
|
41757171e7
Support wb00+dc00 chunk mix.
|
17 лет назад |
Michael Niedermayer
|
61559562f5
Fix aspect ratio.
|
17 лет назад |
Michael Niedermayer
|
b7c407449b
One non functional AVPalette chunk less, one heap overflow less.
|
17 лет назад |
Michael Niedermayer
|
78db672cae
Use block_align as the avi spec says.
|
17 лет назад |
Michael Niedermayer
|
143b082044
Print slightly more useful info.
|
17 лет назад |
Michael Niedermayer
|
c86ec2f4c3
Extract aspect ratio from ODML/vprp.
|
17 лет назад |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 лет назад |
Vladimir Voroshilov
|
0b04ebb326
Add support for AMV variants of AVI files.
|
17 лет назад |
Aurelien Jacobs
|
b925ef61dd
add support for AVI files with On2 header
|
17 лет назад |
Aurelien Jacobs
|
7b31b0929c
use a table to parse AVI file header
|
17 лет назад |
Michael Niedermayer
|
bc3a73bc87
remove broken movi_end skip-hack-check
|
17 лет назад |
Michael Niedermayer
|
ea4b2b5e2c
do not misuse movi_end for checking chunk sizes
|
17 лет назад |
Reimar Döffinger
|
cbb79c0ea8
Hack to support XSUB subtitles in AVI
|
17 лет назад |
Aurelien Jacobs
|
57004ff1d7
add an enum for need_parsing
|
18 лет назад |
Joakim Plate
|
a74008a4c3
timestamps generation improvement when parsing avi
|
18 лет назад |
Michael Niedermayer
|
87e8788680
allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks
|
18 лет назад |
Michael Niedermayer
|
755c18ae5d
fix demuxing of broken MVI_3011.avi
|
18 лет назад |
Michael Niedermayer
|
6d29fba950
support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count
|
18 лет назад |
Michael Niedermayer
|
d09ea618ed
supporting files with A,V,I,0x19 header
|
18 лет назад |
Michael Niedermayer
|
4323b09d38
indent
|
18 лет назад |
Michael Niedermayer
|
ded3c7da61
dynamic index building so forward and backward seeking in avi without an index is possible
|
18 лет назад |
Michael Niedermayer
|
79a5b35c05
remove padding to 16bit code, i dont think this change can break anything and it makes the broken MPEG2-pub.avi from http://www.albx79.it/stuff/ playable other players arent that picky either ...
|
18 лет назад |
Diego Biurrun
|
db69c2e590
Make nb_streams unsigned to avoid an ugly cast.
|
18 лет назад |
Michael Niedermayer
|
c33fc0a540
fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi
|
18 лет назад |
Roman Shaposhnik
|
6eb2de748d
* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)
|
18 лет назад |
Diego Biurrun
|
5836d158b6
Fix misplaced comment.
|
18 лет назад |