summaryrefslogtreecommitdiff
path: root/libavformat/wtv.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* riff: Use the correct logging contextLuca Barbato2015-07-11
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö2014-10-26
* lavf: Check the return value of strftimeMartin Storsjö2014-10-26
* wtv: Avoid needlessly calling gmtime twice with the same argumentMartin Storsjö2014-10-26
* wtv: clean memory on errorVittorio Giovara2014-10-20
* wtv: check seek_by_sector return valueVittorio Giovara2014-10-20
* lavf: more correct printf format specifiersDiego Biurrun2014-03-11
* wtv: fix variable sign in formatVittorio Giovara2013-11-03
* wtv: Seek by sector properlyLuca Barbato2013-10-18
* wtv: Add more sanity checks for a length read from the fileMartin Storsjö2013-09-19
* wtv: Drop some casts that now are unnecessaryMartin Storsjö2013-07-26
* wtv: Make WTV_SECTOR_BITS a 64 bit constantMartin Storsjö2013-07-26
* wtv: Mark attachment with a negative stream idLuca Barbato2013-07-07
* riff: Move guid structs and helper functions into riffPeter Ross2013-04-21
* miscellaneous typo fixesDiego Biurrun2012-12-21
* wtv: set channel layout for mpeg audioJustin Ruggles2012-11-12
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* wtv: Check the return value from gmtimeMartin Storsjö2012-06-25
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* wtv: fix memleaks during normal operationJanne Grunau2012-01-11
* lavu: replace int/float punning functionsMans Rullgard2011-12-11
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Remove leftover includes of strings.hMartin Storsjö2011-11-06
* mpegts: Add support for Sections in PMTAlex Converse2011-10-28
* mpegts: Add support for multiple mp4 descriptorsAlex Converse2011-10-28
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-03
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-14
* Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov2011-04-06
* lavf: replace some more avio_seek(SEEK_CUR) with avio_skipAnton Khirnov2011-03-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_ferrorAnton Khirnov2011-03-15
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename av_alloc_put_byte -> avio_alloc_context for consistencyAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* wtv: ignore empty data_guid chunksPeter Ross2011-02-13
* wtv: mark streams intended for hearing or visual impaired personsPeter Ross2011-02-10
* reindent after last commitPeter Ross2011-02-05
* wtv: do not use flag in stream_guid chunk to determine if stream is valid, as...Peter Ross2011-02-05