index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
wtv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
asfdec: Account for different Format Data sizes
Alexandra Hájková
2017-02-15
1
-1
/
+1
*
Use the new AVIOContext destructor.
Anton Khirnov
2017-02-11
1
-1
/
+1
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-2
/
+2
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-30
/
+30
*
cosmetics: Drop empty comment lines
Diego Biurrun
2016-02-18
1
-4
/
+0
*
riff: Use the correct logging context
Luca Barbato
2015-07-11
1
-1
/
+1
*
avformat: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-3
/
+3
*
Use gmtime_r instead of gmtime and localtime_r instead of localtime
Martin Storsjö
2014-10-26
1
-3
/
+7
*
lavf: Check the return value of strftime
Martin Storsjö
2014-10-26
1
-9
/
+12
*
wtv: Avoid needlessly calling gmtime twice with the same argument
Martin Storsjö
2014-10-26
1
-3
/
+3
*
wtv: clean memory on error
Vittorio Giovara
2014-10-20
1
-1
/
+3
*
wtv: check seek_by_sector return value
Vittorio Giovara
2014-10-20
1
-1
/
+3
*
lavf: more correct printf format specifiers
Diego Biurrun
2014-03-11
1
-2
/
+4
*
wtv: fix variable sign in format
Vittorio Giovara
2013-11-03
1
-1
/
+1
*
wtv: Seek by sector properly
Luca Barbato
2013-10-18
1
-9
/
+16
*
wtv: Add more sanity checks for a length read from the file
Martin Storsjö
2013-09-19
1
-1
/
+6
*
wtv: Drop some casts that now are unnecessary
Martin Storsjö
2013-07-26
1
-4
/
+4
*
wtv: Make WTV_SECTOR_BITS a 64 bit constant
Martin Storsjö
2013-07-26
1
-1
/
+1
*
wtv: Mark attachment with a negative stream id
Luca Barbato
2013-07-07
1
-0
/
+1
*
riff: Move guid structs and helper functions into riff
Peter Ross
2013-04-21
1
-50
/
+20
*
miscellaneous typo fixes
Diego Biurrun
2012-12-21
1
-1
/
+1
*
wtv: set channel layout for mpeg audio
Justin Ruggles
2012-11-12
1
-2
/
+9
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-18
/
+18
*
wtv: Check the return value from gmtime
Martin Storsjö
2012-06-25
1
-3
/
+15
*
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-27
1
-1
/
+1
*
wtv: fix memleaks during normal operation
Janne Grunau
2012-01-11
1
-0
/
+3
*
lavu: replace int/float punning functions
Mans Rullgard
2011-12-11
1
-3
/
+3
*
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-30
1
-1
/
+1
*
Remove leftover includes of strings.h
Martin Storsjö
2011-11-06
1
-1
/
+0
*
mpegts: Add support for Sections in PMT
Alex Converse
2011-10-28
1
-1
/
+1
*
mpegts: Add support for multiple mp4 descriptors
Alex Converse
2011-10-28
1
-1
/
+1
*
lavf: replace av_new_stream->avformat_new_stream part II.
Anton Khirnov
2011-10-19
1
-1
/
+2
*
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-10-19
1
-1
/
+1
*
doxygen: Fix parameter names to match the function prototypes.
Diego Biurrun
2011-07-03
1
-1
/
+1
*
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-06-08
1
-3
/
+4
*
handle malloc failures in ff_get_wav_header
Max Horn
2011-04-14
1
-1
/
+3
*
Reemove remaining uses of deprecated AVERROR_NOTSUPP.
Anton Khirnov
2011-04-06
1
-1
/
+1
*
lavf: replace some more avio_seek(SEEK_CUR) with avio_skip
Anton Khirnov
2011-03-20
1
-2
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-16
1
-27
/
+27
*
avio: deprecate url_ferror
Anton Khirnov
2011-03-15
1
-1
/
+1
*
avio: deprecate url_feof
Anton Khirnov
2011-03-07
1
-5
/
+5
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-2
/
+2
*
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-03-01
1
-29
/
+29
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-13
/
+13
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-28
/
+28
*
avio: rename av_alloc_put_byte -> avio_alloc_context for consistency
Anton Khirnov
2011-02-21
1
-1
/
+1
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-18
/
+18
*
wtv: ignore empty data_guid chunks
Peter Ross
2011-02-13
1
-1
/
+1
*
wtv: mark streams intended for hearing or visual impaired persons
Peter Ross
2011-02-10
1
-1
/
+18
[next]