index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
avienc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avienc : Avoid creating invalid AVI files when muxing subtitle streams
Jai Menon
2010-06-25
1
-1
/
+4
*
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-31
1
-1
/
+1
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-20
/
+20
*
Set lavf identification string globally in av_write_header(), rather
Anton Khirnov
2010-02-16
1
-2
/
+0
*
Add AVI metadata conversion table.
Anton Khirnov
2010-02-06
1
-24
/
+16
*
strn muxing in avi support.
Michael Niedermayer
2010-02-05
1
-9
/
+17
*
Remove last MAX_STREAMS from avienc.c
Michael Niedermayer
2010-01-28
1
-6
/
+12
*
Introduce AVIStream struct and move stream based variables to it.
Michael Niedermayer
2010-01-28
1
-39
/
+61
*
Add ff_ prefixes to exported symbols in libavformat/riff.h.
Daniel Verkamp
2009-06-22
1
-31
/
+31
*
Add support for muxing XSUB subtitles to AVI muxer.
Reimar Döffinger
2009-06-19
1
-1
/
+14
*
use av_freep() instead of av_free() + =NULL.
Aurelien Jacobs
2009-04-07
1
-2
/
+1
*
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.
Michael Niedermayer
2009-02-24
1
-0
/
+1
*
Remove pointless #if around the file, it is already conditionally compiled.
Diego Biurrun
2009-02-13
1
-2
/
+0
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag
Aurelien Jacobs
2009-01-18
1
-2
/
+2
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-1
/
+1
*
rename AVMetaData to AVMetadata and meta_data to metadata
Aurelien Jacobs
2009-01-04
1
-2
/
+2
*
Generic metadata API.
Michael Niedermayer
2009-01-04
1
-11
/
+16
*
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-10-03
1
-11
/
+11
*
Fix an invalid free in the AVI muxer when an unsupported audio track is added.
Laurent Aimar
2008-09-02
1
-1
/
+0
*
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...
Reimar Döffinger
2008-08-24
1
-1
/
+1
*
convert every muxer/demuxer to write/read sample_aspect_ratio from/to
Aurelien Jacobs
2008-08-23
1
-3
/
+3
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
Fix aspect ratio.
Michael Niedermayer
2008-03-27
1
-1
/
+1
*
Store aspect ratio in avis.
Michael Niedermayer
2008-03-02
1
-0
/
+32
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-7
/
+7
*
remove redundant codec_get_bmp_tag() call in avi_write_header()
Måns Rullgård
2007-07-08
1
-5
/
+0
*
get rid of the [4] limitation of codec tag lists
Michael Niedermayer
2007-01-21
1
-1
/
+1
*
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Michael Niedermayer
2007-01-21
1
-0
/
+1
*
fix indention (dunno why it was messed up ...)
Michael Niedermayer
2007-01-20
1
-29
/
+28
*
use the standard INT64_C() macro for 64-bit constants
Måns Rullgård
2006-12-06
1
-1
/
+1
*
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-11-01
1
-2
/
+2
*
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-23
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
fix some signedness warnings
Måns Rullgård
2006-09-27
1
-5
/
+4
*
Allow to store the the track number though the IPRT (part) tag in AVI.
Panagiotis Issaris
2006-09-07
1
-0
/
+5
*
fix ODML AVI Duration for files > 2GB
Brian Brice
2006-08-24
1
-23
/
+37
*
AVI tag reading and writing patch by David Conrad.
David Conrad
2006-08-18
1
-0
/
+31
*
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-07-12
1
-249
/
+1
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-11
/
+5
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-2
/
+2
*
Flash Screen Video decoder (fourcc:FSV1)
Benjamin Larsson
2006-06-01
1
-0
/
+1
*
Add MPEG FourCC for MPEG-2 video.
Diego Biurrun
2006-05-17
1
-0
/
+1
*
KMVC (used in Worms games) decoder. Works fine with samples from MPHQ
Kostya Shishkov
2006-04-07
1
-0
/
+1
*
fixing total_frames
Michael Niedermayer
2006-03-02
1
-7
/
+6
*
indention
Michael Niedermayer
2006-03-02
1
-2
/
+2
*
Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by
Benjamin Larsson
2006-03-01
1
-0
/
+2
*
replace if by assert as it should never by true
Michael Niedermayer
2006-03-01
1
-2
/
+1
*
check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible...
Alex Beregszaszi
2006-02-21
1
-4
/
+4
*
RMP4 ("xvid fork") decoding support
Michael Niedermayer
2006-02-19
1
-0
/
+2
[next]