]> git.sesse.net Git - ffmpeg/history - libavformat/wtv.c
AVFrame: deprecate all now unused fields
[ffmpeg] / libavformat / wtv.c
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-11-12 Justin Ruggleswtv: set channel layout for mpeg audio
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-06-25 Martin Storsjöwtv: Check the return value from gmtime
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-11 Janne Grunauwtv: fix memleaks during normal operation
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-06 Martin StorsjöRemove leftover includes of strings.h
2011-10-28 Alex Conversempegts: Add support for Sections in PMT
2011-10-28 Alex Conversempegts: Add support for multiple mp4 descriptors
2011-10-19 Anton Khirnovlavf: replace av_new_stream->avformat_new_stream part II.
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-07-03 Diego Biurrundoxygen: Fix parameter names to match the function...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-04-14 Max Hornhandle malloc failures in ff_get_wav_header
2011-04-06 Anton KhirnovReemove remaining uses of deprecated AVERROR_NOTSUPP.
2011-03-21 Anton Khirnovlavf: replace some more avio_seek(SEEK_CUR) with avio_skip
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-15 Anton Khirnovavio: deprecate url_ferror
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-21 Anton Khirnovavio: rename av_alloc_put_byte -> avio_alloc_context...
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-13 Peter Rosswtv: ignore empty data_guid chunks
2011-02-10 Peter Rosswtv: mark streams intended for hearing or visual impair...
2011-02-06 Peter Rossreindent after last commit
2011-02-06 Peter Rosswtv: do not use flag in stream_guid chunk to determine...
2011-02-04 Peter Rossadd ff_index_search_timestamp and ff_add_index_entry
2011-02-04 Peter Rosswtv: filesystem implementation
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-14 Peter Rosswtv: ignore VIDEOINFOHEADER2 picture aspect ratio infor...
2011-01-09 Peter Rossfix indentation
2011-01-09 Peter Rosswtv: only process timestamp_guid chunks for streams...
2011-01-09 Peter Rosswtv: do not repopulate codec information after we have...
2011-01-09 Peter Rosswtv: stop processing chunks if length is smaller than...
2011-01-09 Peter Rosswtv: fix typo
2011-01-04 Peter Rosswtv: obtain codec information from stream2_guid chunks...
2011-01-02 Peter Rosswtv: display warning if scrambled stream is detected
2010-12-29 Peter Rosswtv: parse MPEG2 descriptor events
2010-12-29 Peter Rosswtv: only warn about unknown subtype, if it actually...
2010-12-29 Peter Rosswtv: use correct names for subtitle and language guids
2010-12-26 Peter RossWindows Televison (WTV) demuxer