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
/
wtv.c
Age
Commit message (
Expand
)
Author
2014-03-11
lavf: more correct printf format specifiers
Diego Biurrun
2013-11-03
wtv: fix variable sign in format
Vittorio Giovara
2013-10-18
wtv: Seek by sector properly
Luca Barbato
2013-09-19
wtv: Add more sanity checks for a length read from the file
Martin Storsjö
2013-07-26
wtv: Drop some casts that now are unnecessary
Martin Storsjö
2013-07-26
wtv: Make WTV_SECTOR_BITS a 64 bit constant
Martin Storsjö
2013-07-07
wtv: Mark attachment with a negative stream id
Luca Barbato
2013-04-21
riff: Move guid structs and helper functions into riff
Peter Ross
2012-12-21
miscellaneous typo fixes
Diego Biurrun
2012-11-12
wtv: set channel layout for mpeg audio
Justin Ruggles
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-06-25
wtv: Check the return value from gmtime
Martin Storsjö
2012-01-27
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2012-01-11
wtv: fix memleaks during normal operation
Janne Grunau
2011-12-11
lavu: replace int/float punning functions
Mans Rullgard
2011-11-30
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-06
Remove leftover includes of strings.h
Martin Storsjö
2011-10-28
mpegts: Add support for Sections in PMT
Alex Converse
2011-10-28
mpegts: Add support for multiple mp4 descriptors
Alex Converse
2011-10-19
lavf: replace av_new_stream->avformat_new_stream part II.
Anton Khirnov
2011-10-19
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-07-03
doxygen: Fix parameter names to match the function prototypes.
Diego Biurrun
2011-06-08
Remove all uses of now deprecated metadata functions.
Anton Khirnov
2011-04-14
handle malloc failures in ff_get_wav_header
Max Horn
2011-04-06
Reemove remaining uses of deprecated AVERROR_NOTSUPP.
Anton Khirnov
2011-03-20
lavf: replace some more avio_seek(SEEK_CUR) with avio_skip
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-15
avio: deprecate url_ferror
Anton Khirnov
2011-03-07
avio: deprecate url_feof
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-21
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
avio: rename av_alloc_put_byte -> avio_alloc_context for consistency
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-13
wtv: ignore empty data_guid chunks
Peter Ross
2011-02-10
wtv: mark streams intended for hearing or visual impaired persons
Peter Ross
2011-02-05
reindent after last commit
Peter Ross
2011-02-05
wtv: do not use flag in stream_guid chunk to determine if stream is valid, as...
Peter Ross
2011-02-03
add ff_index_search_timestamp and ff_add_index_entry
Peter Ross
2011-02-03
wtv: filesystem implementation
Peter Ross
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-14
wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it is unrel...
Peter Ross
2011-01-09
fix indentation
Peter Ross
2011-01-09
wtv: only process timestamp_guid chunks for streams that we know about
Peter Ross
2011-01-09
wtv: do not repopulate codec information after we have seen data chunks
Peter Ross
2011-01-09
wtv: stop processing chunks if length is smaller than chunk header
Peter Ross
2011-01-09
wtv: fix typo
Peter Ross
2011-01-04
wtv: obtain codec information from stream2_guid chunks, if present
Peter Ross
[next]