]> git.sesse.net Git - ffmpeg/history - libavformat/bethsoftvid.c
Replace all CODEC_ID_* with AV_CODEC_ID_*
[ffmpeg] / libavformat / bethsoftvid.c
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-02-16 Justin Rugglesbethsoftvid: synchronize video timestamps with audio...
2012-02-16 Justin Rugglesbethsoftvid: add audio stream only after getting the...
2012-02-16 Justin Rugglesbethsoftvid: Set video packet duration instead of accum...
2012-02-16 Justin Rugglesbethsoftvid: set packet key frame flag for audio and...
2012-02-16 Justin Rugglesbethsoftvid: fix read_packet() return codes.
2012-02-16 Justin Rugglesbethsoftvid: pass palette in side data instead of in...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-15 Diego Biurrundoxygen: replace @sa tag by the more readable but equiv...
2011-07-03 Mans RullgardRemove return statements following infinite loops witho...
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-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 Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-08 Måns Rullgårdbethsoftvid: use correct type for size passed to av_fas...
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-04-07 Michael Niedermayers/rle_num_bytes/code/
2007-04-07 Michael Niedermayersimplify
2007-04-07 Michael Niedermayerconform to spec
2007-04-07 Michael Niedermayeruse shorter names for the block type enum
2007-04-07 Michael Niedermayercode claims to use 32bit timestamp, lets make it also...
2007-04-07 Michael Niedermayerremove redundant comments
2007-04-07 Michael Niedermayerremove inappropriate debuging av_log() alternatively...
2007-04-07 Michael Niedermayermemleak (seems ive missed that under the obfuscated...
2007-04-07 Michael Niedermayersane indention (no more 3 statements on one line...)
2007-04-07 Nicholas TungBethsoft VID demuxer and video decoder