Anton Khirnov
|
76aa876e69
avio: avio_ prefix for url_fsize
|
14 лет назад |
Anton Khirnov
|
a2704c9712
avio: add avio_tell macro as a replacement for url_ftell
|
14 лет назад |
Anton Khirnov
|
e356fc57a2
lavf: replace all uses of url_fskip with avio_seek
|
14 лет назад |
Anton Khirnov
|
6b4aa5dac8
avio: avio_ prefix for url_fseek
|
14 лет назад |
Anton Khirnov
|
b7effd4e83
avio: avio_ prefixes for get_* functions
|
14 лет назад |
Anton Khirnov
|
8d9ac969cb
avio: rename av_alloc_put_byte -> avio_alloc_context for consistency
|
14 лет назад |
Anton Khirnov
|
ae628ec1fd
avio: rename ByteIOContext to AVIOContext.
|
14 лет назад |
Anton Khirnov
|
47fdf00a77
avidec: simplify read_gab2_sub
|
14 лет назад |
Clément Bœsch
|
290849e2a4
Remove forgotten if (p) av_free(p) forms
|
14 лет назад |
Luca Barbato
|
dfd2a005eb
Replace dprintf with av_dlog
|
14 лет назад |
Diego Elio Pettenò
|
c6610a216e
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
14 лет назад |
Mans Rullgard
|
6081f8c4e2
avidec: make print_tag() a macro and remove related ifdefs
|
14 лет назад |
Peter Ross
|
456a70aeb8
add ff_get_bmp_header
|
14 лет назад |
Aurelien Jacobs
|
8ba5bf5a7c
avidec: read some of the Nikon specific tags produced by Nikon cameras
|
14 лет назад |
Aurelien Jacobs
|
73d0e33102
avidec: support non-standard creation_time format
|
14 лет назад |
Aurelien Jacobs
|
d35cdd5719
avidec: trivial simplification regarding av_metadata_set
|
14 лет назад |
Aurelien Jacobs
|
933875a0f5
avidec: export creation_date as metadata
|
14 лет назад |
Anton Khirnov
|
03700d399b
Export metadata in the generic format. Deprecate old conversion API.
|
14 лет назад |
Carl Eugen Hoyos
|
2b50c4f6cc
Cosmetics: Reindent after r25023.
|
14 лет назад |
Andrew Wason
|
4ed899f2c5
Fix crash when decoding DV in AVI introduced in r24579 (issue 2174).
|
14 лет назад |
Aurelien Jacobs
|
f138fa78a3
100l: av_freep() needs the address of the pointer
|
14 лет назад |
Aurelien Jacobs
|
37287d41f4
avidec: demux ASS and SRT tracks out of GAB2 chunks
|
14 лет назад |
Jai Menon
|
bbfb2c8077
avidec : Free packet if dv_produce_packet fails.
|
14 лет назад |
Jai Menon
|
a58e6ceae0
avidec : Free codec context before initializing the chained DV demuxer.
|
14 лет назад |
Måns Rullgård
|
8fc0162ac4
Add av_ prefix to bswap macros
|
14 лет назад |
Michael Niedermayer
|
9862f9e149
Disable dshow specific bug emulation for amv files as they arent
|
14 лет назад |
Michael Niedermayer
|
89ac23cd40
Rename block_align variable in the avi demuxer to clearly seperate its purpose
|
14 лет назад |
Michael Niedermayer
|
d01144b9d3
Duplicate rounding that MS does in one of their implementations of an avi demuxer.
|
14 лет назад |
Michael Niedermayer
|
8a472821a4
Factorize get_duration() out of 4 places of the avi demuxer.
|
14 лет назад |
Michael Niedermayer
|
0c0fd063dd
Prevent infinite recursion of odml indexes.
|
14 лет назад |
Michael Niedermayer
|
fbfccc0404
Disable non interleaved avi code when there is no index available.
|
15 лет назад |
Thierry Foucu
|
e1954bb5ca
Do not use pkt->size when it is potentially uninitialized.
|
15 лет назад |
Sebastian Vater
|
bf29cbc2cc
Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>.
|
15 лет назад |
Jean-Daniel Dupas
|
cc947f04cc
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
|
15 лет назад |
Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
15 лет назад |
Reimar Döffinger
|
28eb577390
Avoid creating tiny (possibly only 64 bytes large) audio packets resulting in
|
15 лет назад |
Anton Khirnov
|
04d2540c4b
Add AVI metadata conversion table.
|
15 лет назад |
Michael Niedermayer
|
7a9af8ec19
Support strn tag in avidec.
|
15 лет назад |
Michael Niedermayer
|
1ac0893799
Correcting wrong looking stream_id validity check in avidec.
|
15 лет назад |
Michael Niedermayer
|
3c8d75e65b
Only set duration for streams where it is likely correct.
|
15 лет назад |
Michael Niedermayer
|
bce8840a4e
Set nb_frames.
|
15 лет назад |
Carl Eugen Hoyos
|
0941ee0fa6
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474.
|
15 лет назад |
Michael Niedermayer
|
12ad66712a
Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped
|
15 лет назад |
Michael Niedermayer
|
df84d7d9bd
Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.
|
15 лет назад |
Michael Niedermayer
|
83a4d356ef
Support non interleaved avi files that have 0<size<sample_size.
|
15 лет назад |
Aurelien Jacobs
|
e471e3c4a5
Fix playback of strange AVI files with stray LIST.
|
15 лет назад |
Maksym Veremeyenko
|
2c14ded386
Fix a bug with reading non-interleaved AVI if one the streams is
|
15 лет назад |
Maksym Veremeyenko
|
b60de406a4
Factorise st->nb_index_entries check.
|
15 лет назад |
Reimar Döffinger
|
44ed34b790
Check for seek failures in avi_load_index, otherwise if the index offset
|
15 лет назад |
Maksym Veremeyenko
|
7305d97f04
Do not read index chunks as audio/video data; closes issue 1336.
|
15 лет назад |