summaryrefslogtreecommitdiff
path: root/libavformat/idcin.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* idcin: fix return checkVittorio Giovara2014-10-20
* avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* silly typo fixesDiego Biurrun2013-05-03
* Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov2013-03-08
* idcin: fix memleaks in idcin_read_packet()Justin Ruggles2013-01-16
* idcin: return 0 from idcin_read_packet() on success.Justin Ruggles2013-01-09
* idcin: better error handlingJustin Ruggles2013-01-09
* idcin: check for integer overflow when calling av_get_packet()Justin Ruggles2013-01-09
* idcin: allow seeking back to the first packetJustin Ruggles2013-01-09
* idcin: set AV_PKT_FLAG_KEY for video packets with a paletteJustin Ruggles2013-01-09
* idcin: set start_time and packet duration instead of manually tracking pts.Justin Ruggles2013-01-09
* idcin: set channel_layoutJustin Ruggles2013-01-09
* idcin: fix check for presence of an audio streamJustin Ruggles2013-01-09
* idcin: validate header parametersJustin Ruggles2013-01-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* make containers pass palette change in AVPacketKostya Shishkov2011-04-15
* 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_feofAnton Khirnov2011-03-07
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix memory leak for truncated packets in idCin demuxerVitor Sessak2010-02-21
* Check buffer size for idcin check, otherwise false positives are too likely forReimar Döffinger2009-09-14
* Use more descriptive format long_names.Diego Biurrun2009-02-12
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* remove useless close funcsBaptiste Coudurier2008-06-19
* cosmetics: s/Id/id/ in libavformat where Id refers to id Software.Stefano Sabatini2008-06-05
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* fix the id CIN demuxer by using the pts API correctlyMike Melanson2008-03-01
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07