Stefano Sabatini
|
72415b2adb
Define AVMediaType enum, and use it instead of enum CodecType, which
|
14 years ago |
Benoit Fouet
|
32e543f866
Replace @returns by @return.
|
14 years ago |
Vitor Sessak
|
f990f6e3f7
Fix NUT (de)muxer warnings:
|
14 years ago |
Vitor Sessak
|
3bfb30b9e3
Fix warnings in NUT demuxer:
|
14 years ago |
Vitor Sessak
|
4b83fc0fe4
Plug memory leak in NUT muxer and demuxer
|
14 years ago |
Vitor Sessak
|
8a4d067dfc
Revert r22119 and partially revert 22120.
|
14 years ago |
Anton Khirnov
|
e1c0b00b06
nutdec: make chapter start and length uint64_t to prevent overflows.
|
14 years ago |
Vitor Sessak
|
27dbc47c05
Plug some memory leaks in NUT muxer and demuxer
|
14 years ago |
Anton Khirnov
|
43382b5f13
Introduce metadata conversion table for NUT muxer and demuxer.
|
14 years ago |
Daniel Verkamp
|
1a40491ef2
Add ff_ prefixes to exported symbols in libavformat/riff.h.
|
15 years ago |
Aurelien Jacobs
|
00798e4563
use new metadata API in nut demuxer
|
15 years ago |
Aurelien Jacobs
|
9ce6c13879
export gcd function as av_gcd()
|
16 years ago |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 years ago |
Diego Biurrun
|
6a5d31ac25
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
|
16 years ago |
Michael Niedermayer
|
52afa376b8
remove _t for POSIX compatibility.
|
16 years ago |
Aurelien Jacobs
|
5972945197
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
|
16 years ago |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
16 years ago |
Michael Niedermayer
|
c2a3dcaf25
Fix memleak, fixed CID123.
|
16 years ago |
Michael Niedermayer
|
abd2256dbe
Pass time_base as argument to new_chapter() as well.
|
16 years ago |
Michael Niedermayer
|
883fe4d5bb
Chapter demuxing support. (untested as I have no nuts with chapters)
|
16 years ago |
Diego Biurrun
|
245976da2a
Use full path for #includes from another directory.
|
16 years ago |
Diego Pettenò
|
d6f142a1f8
Fix 'comparison always false' warning.
|
16 years ago |
Diego Biurrun
|
bd10713636
typo fixes
|
16 years ago |
Diego Biurrun
|
2cab640129
typo fixes
|
16 years ago |
Evgeniy Stepanov
|
90c2295b24
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing
|
16 years ago |
Michael Niedermayer
|
1326621c1a
Subtitle support. (untested)
|
16 years ago |
Michael Niedermayer
|
9fdfd21c77
factorize
|
16 years ago |
Michael Niedermayer
|
a048febdc4
subtitles (codec tag tables still missing ...)
|
16 years ago |
Michael Niedermayer
|
3b4f69ae8c
Elision header demuxing support.
|
16 years ago |
Michael Niedermayer
|
7eeebcc5de
Read match time delta in the frame header.
|
16 years ago |
Michael Niedermayer
|
6cb4b28fea
Read match_time_delta in the framecode table.
|
16 years ago |
Diego Biurrun
|
5e53486545
typo fix: inited --> initialized
|
16 years ago |
Oded Shimon
|
eae213af43
Remove old workaround in nutdec.c for libnut bug
|
16 years ago |
Oded Shimon
|
b19e3983cf
missing " && j<syncpoint_count" protection in the index parsing, as the
|
16 years ago |
Oded Shimon
|
103d74ea5c
ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only
|
16 years ago |
Michael Niedermayer
|
0fca8bc835
Fix info packet type, found by oded as well as the new pedantic const
|
16 years ago |
Michael Niedermayer
|
7ebab67901
-Wwrite-strings nitpicking fix
|
16 years ago |
Michael Niedermayer
|
3858a227ce
More verbose aspect ratio error msg.
|
17 years ago |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 years ago |
Kostya Shishkov
|
7798b42df1
Add ff_ prefix to get_v()
|
17 years ago |
Kostya Shishkov
|
897d3eef4c
Make get_v() available to the other demuxers
|
17 years ago |
Baptiste Coudurier
|
992e78f5f2
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers
|
17 years ago |
Diego Biurrun
|
0ab1ebea31
warning fix:
|
17 years ago |
Diego Biurrun
|
30a987ece9
Remove unused variable.
|
17 years ago |
Diego Biurrun
|
93951943ec
spelling/wording cosmetics
|
17 years ago |
Michael Niedermayer
|
4a3b5fe16a
move syncpoint cache related stuff to common file
|
17 years ago |
Michael Niedermayer
|
073811cdd2
fix forw_ptr crc check
|
17 years ago |
Michael Niedermayer
|
7a26da44b0
get rid of printf
|
17 years ago |
Michael Niedermayer
|
f13ea4e00c
move lsb2full to common file
|
17 years ago |
Michael Niedermayer
|
874abace12
move syncpoint timestamp resetting code to a common file
|
17 years ago |