longstone
|
4c262dc140
avienc: fix AVI stream index for files with >10 streams
|
14 лет назад |
Anton Khirnov
|
e9eb8d0bce
avio: avio: avio_ prefixes for put_* functions
|
14 лет назад |
Anton Khirnov
|
471fe57e1a
avio: rename ByteIOContext to AVIOContext.
|
14 лет назад |
Diego Elio Pettenò
|
66355be3c3
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
|
14 лет назад |
Anton Khirnov
|
e910a77b0d
avio: add av_put_str and deprecate put_strz in favor of it
|
14 лет назад |
Anton Khirnov
|
ad7768f4c4
add ff_ prefix to metadata_conv()
|
14 лет назад |
Anton Khirnov
|
03700d399b
Export metadata in the generic format. Deprecate old conversion API.
|
14 лет назад |
Jai Menon
|
d6a9349062
avienc : Avoid creating invalid AVI files when muxing subtitle streams
|
14 лет назад |
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 лет назад |
Anton Khirnov
|
ed7694d8cf
Set lavf identification string globally in av_write_header(), rather
|
15 лет назад |
Anton Khirnov
|
04d2540c4b
Add AVI metadata conversion table.
|
15 лет назад |
Michael Niedermayer
|
ffdf0d48fc
strn muxing in avi support.
|
15 лет назад |
Michael Niedermayer
|
12f1b1fec4
Remove last MAX_STREAMS from avienc.c
|
15 лет назад |
Michael Niedermayer
|
b4f0e04c99
Introduce AVIStream struct and move stream based variables to it.
|
15 лет назад |
Daniel Verkamp
|
1a40491ef2
Add ff_ prefixes to exported symbols in libavformat/riff.h.
|
15 лет назад |
Reimar Döffinger
|
2a04d6e772
Add support for muxing XSUB subtitles to AVI muxer.
|
15 лет назад |
Aurelien Jacobs
|
b02d3aef94
use av_freep() instead of av_free() + =NULL.
|
16 лет назад |
Michael Niedermayer
|
2591821213
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.
|
16 лет назад |
Diego Biurrun
|
67164b0c13
Remove pointless #if around the file, it is already conditionally compiled.
|
16 лет назад |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 лет назад |
Aurelien Jacobs
|
48a81c0ff5
replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag
|
16 лет назад |
Aurelien Jacobs
|
b250f9c66d
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
|
16 лет назад |
Aurelien Jacobs
|
bc1d2afb37
rename AVMetaData to AVMetadata and meta_data to metadata
|
16 лет назад |
Michael Niedermayer
|
47146dfbf6
Generic metadata API.
|
16 лет назад |
Diego Biurrun
|
bc5c918ea8
Remove offset_t typedef and use int64_t directly instead.
|
16 лет назад |
Laurent Aimar
|
d1c2156bc6
Fix an invalid free in the AVI muxer when an unsupported audio track is added.
|
16 лет назад |
Reimar Döffinger
|
c18545929e
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const *
|
16 лет назад |
Aurelien Jacobs
|
5972945197
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
|
16 лет назад |
Stefano Sabatini
|
bde15e74de
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
|
17 лет назад |
Michael Niedermayer
|
61559562f5
Fix aspect ratio.
|
17 лет назад |
Michael Niedermayer
|
5b08754912
Store aspect ratio in avis.
|
17 лет назад |
Björn Axelsson
|
899681cd1d
Use dynamically allocated ByteIOContext in AVFormatContext
|
17 лет назад |
Måns Rullgård
|
7ea18c8c1e
remove redundant codec_get_bmp_tag() call in avi_write_header()
|
17 лет назад |
Michael Niedermayer
|
6c77805fc8
get rid of the [4] limitation of codec tag lists
|
18 лет назад |
Michael Niedermayer
|
7caf0cc62c
add codec_id <-> codec_tag tables to AVIn/OutputFormat
|
18 лет назад |
Michael Niedermayer
|
5c4e1928c0
fix indention (dunno why it was messed up ...)
|
18 лет назад |
Måns Rullgård
|
8da9266cea
use the standard INT64_C() macro for 64-bit constants
|
18 лет назад |
Steve L'Homme
|
949b1a13bf
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
|
18 лет назад |
Aurelien Jacobs
|
7fbde3431a
replace coder/decoder file description in libavformat by muxer/demuxer
|
18 лет назад |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 лет назад |
Måns Rullgård
|
191e8ca752
fix some signedness warnings
|
18 лет назад |
Panagiotis Issaris
|
2eb291c4bb
Allow to store the the track number though the IPRT (part) tag in AVI.
|
18 лет назад |
Brian Brice
|
5bce834e84
fix ODML AVI Duration for files > 2GB
|
18 лет назад |
David Conrad
|
57060f8936
AVI tag reading and writing patch by David Conrad.
|
18 лет назад |
Måns Rullgård
|
9d9f4119bd
move common stuff from avienc.c and wav.c to new file riff.c
|
18 лет назад |
Måns Rullgård
|
ff70e60176
allow individual selection of muxers and demuxers
|
18 лет назад |
Måns Rullgård
|
d2a067d1d9
give AVInput/OutputFormat structs consistent names
|
18 лет назад |
Benjamin Larsson
|
0919e788ae
Flash Screen Video decoder (fourcc:FSV1)
|
19 лет назад |
Diego Biurrun
|
c4052af07d
Add MPEG FourCC for MPEG-2 video.
|
19 лет назад |