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
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
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-27
fix some signedness warnings
Måns Rullgård
2006-09-07
Allow to store the the track number though the IPRT (part) tag in AVI.
Panagiotis Issaris
2006-08-24
fix ODML AVI Duration for files > 2GB
Brian Brice
2006-08-18
AVI tag reading and writing patch by David Conrad.
David Conrad
2006-07-12
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-07-10
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-09
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-06-01
Flash Screen Video decoder (fourcc:FSV1)
Benjamin Larsson
2006-05-17
Add MPEG FourCC for MPEG-2 video.
Diego Biurrun
2006-04-07
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ
Kostya Shishkov
2006-03-02
fixing total_frames
Michael Niedermayer
2006-03-02
indention
Michael Niedermayer
2006-03-01
Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by
Benjamin Larsson
2006-03-01
replace if by assert as it should never by true
Michael Niedermayer
2006-02-21
check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible...
Alex Beregszaszi
2006-02-19
RMP4 ("xvid fork") decoding support
Michael Niedermayer
2006-02-12
dosbox native ZMBV decoder, courtesy of Kostya
Mike Melanson
2006-01-26
Add fourcc "SEDG" for MPEG-4 files produced by Samsung VP-M110 Miniket
Fabien Cosse
2006-01-25
avoid using non constant fields of AVCodecContext in avi muxer
Michael Niedermayer
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-09
CamStudio decoder, only 32 bit lzo mode is tested
Reimar Döffinger
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-11-30
add some h.264 fourccs to codec_bmp_tags[]
Guillaume Poirier
2005-11-13
Support for streaming: dont write indexes and dont signal HAS_INDEX in header...
Alex Beregszaszi
2005-10-13
Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov
Mike Melanson
2005-09-23
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
[next]