index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
avienc.c
Age
Commit message (
Expand
)
Author
2011-06-08
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-04-03
avio: introduce an AVIOContext.seekable field
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-03-16
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-04
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-01
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-02-25
avienc: replace &tag[0] with tag.
Anton Khirnov
2011-02-25
lavf: use a new ffio_wfourcc macro instead of put_tag() where possible
Anton Khirnov
2011-02-23
avienc: fix AVI stream index for files with >10 streams
longstone
2011-02-21
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-21
avio: add av_put_str and deprecate put_strz in favor of it
Anton Khirnov
2010-10-16
add ff_ prefix to metadata_conv()
Anton Khirnov
2010-10-15
Export metadata in the generic format. Deprecate old conversion API.
Anton Khirnov
2010-06-25
avienc : Avoid creating invalid AVI files when muxing subtitle streams
Jai Menon
2010-03-31
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-02-16
Set lavf identification string globally in av_write_header(), rather
Anton Khirnov
2010-02-06
Add AVI metadata conversion table.
Anton Khirnov
2010-02-05
strn muxing in avi support.
Michael Niedermayer
2010-01-28
Remove last MAX_STREAMS from avienc.c
Michael Niedermayer
2010-01-28
Introduce AVIStream struct and move stream based variables to it.
Michael Niedermayer
2009-06-22
Add ff_ prefixes to exported symbols in libavformat/riff.h.
Daniel Verkamp
2009-06-19
Add support for muxing XSUB subtitles to AVI muxer.
Reimar Döffinger
2009-04-07
use av_freep() instead of av_free() + =NULL.
Aurelien Jacobs
2009-02-24
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.
Michael Niedermayer
2009-02-13
Remove pointless #if around the file, it is already conditionally compiled.
Diego Biurrun
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-18
replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag
Aurelien Jacobs
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-04
rename AVMetaData to AVMetadata and meta_data to metadata
Aurelien Jacobs
2009-01-04
Generic metadata API.
Michael Niedermayer
2008-10-03
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-09-02
Fix an invalid free in the AVI muxer when an unsupported audio track is added.
Laurent Aimar
2008-08-24
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...
Reimar Döffinger
2008-08-23
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
Aurelien Jacobs
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-03-27
Fix aspect ratio.
Michael Niedermayer
2008-03-02
Store aspect ratio in avis.
Michael Niedermayer
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-07-08
remove redundant codec_get_bmp_tag() call in avi_write_header()
Måns Rullgård
2007-01-21
get rid of the [4] limitation of codec tag lists
Michael Niedermayer
2007-01-21
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Michael Niedermayer
2007-01-20
fix indention (dunno why it was messed up ...)
Michael Niedermayer
2006-12-06
use the standard INT64_C() macro for 64-bit constants
Måns Rullgård
2006-11-01
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-10-23
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
[next]