OSDN Git Service

ffv1: Fixed size given to init_get_bits() in decoder.
[coroid/libav_saccubus.git] / libavformat / asfdec.c
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-03 Mans RullgardRemove return statements following infinite loops witho...
2011-07-03 Diego BiurrunMove some conditionally used code below the appropriate...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-02 Mans RullgardRemove unused variables
2011-05-19 Mans Rullgardasfdec: add missing #include for av_bswap32()
2011-05-17 Uoti Urpalaasfdec: fix possible overread on broken files.
2011-05-17 Vladimir Pantelicasfdec: do not fall back to binary/generic search
2011-05-17 Vladimir Pantelicasfdec: reindent after previous commit c7bd5ed
2011-05-17 Vladimir Pantelicasfdec: fallback to binary search internally
2011-05-04 Uoti Urpalaasfdec: fix assert failure on invalid files
2011-05-04 Ronald S. Bultjeasfdec: fix parsing of packets that overrun into padding.
2011-04-20 Vladimir Pantelicasf: remove commented out code in asf_read_seek
2011-04-18 Diego Biurrunasfdec: Remove dead code from asf_read_close().
2011-04-15 Kostya Shishkovmake containers pass palette change in AVPacket
2011-04-14 Max Hornhandle malloc failures in ff_get_wav_header
2011-04-12 Anton Khirnovavio: undeprecate av_url_read_fseek/fpause under nicer...
2011-04-08 Anton Khirnovasfdec: remove a forgotten declaration of nonexistent...
2011-03-23 Vladimir Pantelicasfdec: also subtract preroll when reading simple index...
2011-03-21 Anton Khirnovavio: make av_url_read_fseek/fpause internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Vladimir Pantelicasfdec: subtract the preroll value and thus output...
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-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-13 Mans Rullgardasfdec: fix build for big endian targets
2011-02-13 Anton Khirnovasfdec: don't export empty metadata
2011-02-13 Anton Khirnovasfdec: split reading stream properties out of asf_read...
2011-02-10 Anton Khirnovasfdec: deobfuscate reading video properties size
2011-02-10 Anton Khirnovasfdec: split asf_read_header()
2011-02-10 Anton Khirnovasfdec: skip the stream bitrate list
2011-02-10 Anton Khirnovasfdec: use an ASFContext array for storing stream...
2011-02-10 Anton Khirnovasfdec: move DAR list to ASFContext
2011-02-09 Anton Khirnovasfdec: remove some write-only values from the context
2011-02-09 Anton Khirnovasf: split ASFContext into muxer and demuxer parts.
2011-02-09 Anton Khirnovasf: make ff_guidcmp inline and move it to asf.h
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-28 Anton Khirnovasfdec: ensure that the whole tag is read.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-25 Anton Khirnovasfdec: remove some commented-out cruft
2011-01-25 Anton Khirnovlavf: make a variant of ff_get_str16_nolen public
2010-12-26 Peter Rossmake guid utility function visibile to other modules...
2010-12-18 Reimar DöffingerChange ASF demuxer to return incomplete last packets.
2010-12-11 Reimar DöffingerReturn an error when get_buffer reads none or only...
2010-12-11 Reimar DöffingerEnsure that packets returned from ASF demuxer are prope...
2010-12-03 Stefan Gehrerskip top-level objects to search for the simple index...
2010-10-16 Anton Khirnovadd ff_ prefix to metadata_conv()
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-09-25 Stefano SabatiniReplace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDE...
2010-09-23 Carl Eugen HoyosFix indentation after r25158.
2010-09-23 Richard ButeauFix aspect ratio for files that have it stored in
2010-07-20 Martin Storsjöasfdec: 10l, fix the minimum asf video stream header...
2010-07-20 Martin Storsjöasfdec: Don't read the video stream header if there...
2010-07-20 Martin Storsjöasfdec: Handle asf_jfif_media
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-07 Michael NiedermayerIgnore extradata & w/h in asf/dvr.
2010-06-24 Måns Rullgårdasfdec: ensure number of streams is within bounds;...
2010-06-23 Michael NiedermayerContinue after guids in asf after which other guids...
2010-05-26 Alex ConverseParse and repack the first frame of H.264 in ASF becaus...
2010-05-07 Michael NiedermayerFavor chunk size over hitting the correct position...
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-30 Benoit FouetReplace @returns by @return.
2010-03-08 Vladimir PantelicUse ASF supports "markers" which are a name and a time...
2010-02-25 Anton Khirnovasfdec: don't strip the "WM/" prefix, this should be...
2010-02-24 Anton KhirnovRead ASF metadata as proper UTF-16 and spit it out...
2010-02-24 Benoit Fouetasfdec: skip byte array tags.
2010-02-24 Benoit Fouetasfdec: add a debug message about skipped tags.
2010-02-24 Benoit Fouetasfdec: fix a memleak.
2010-02-24 Benoit Fouetasfdec: only unicode tags must have even length.
2010-02-15 Anton Khirnovworkaround for broken files created by previous version...
2009-12-16 Michael NiedermayerOnly add 1 index entry per keyframe.
2009-12-13 Michael NiedermayerUse AV_METADATA_DONT_STRDUP* / use av_malloced metadata...
2009-10-11 Daniel G. TaylorDetect Windows Media DRM protected files and display...
2009-08-30 Josh HarrisFix incorrect display of ASF/WMV duration after r12926.
2009-07-26 Ronald S. BultjeAdd handling of EAGAIN at packet boundaries. See "...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-06 Reimar DöffingerCheck for packet_length 0, it is already treated as...
2009-07-03 Reimar DöffingerFix indentation
2009-07-03 Reimar DöffingerAvoid divisions by 0 in the ASF demuxer if packet_size...
2009-06-24 Ronald S. BultjeRemove any reference to ASFContext.packet_size and...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-06-09 Ronald S. BultjeMake asf_get_packet() and asf_parse_packet() static...
2009-05-24 Baptiste Coudurierfix get_str16_nolen with odd len, fix #1065
2009-05-24 Baptiste Couduriermove DEBUG define before include to get dprintf and...
2009-05-12 Cyril ComparonPer-stream language-tags extraction in asfdec.
2009-04-19 Diego BiurrunMark gsize variable as av_unused, fixes the warning:
2009-04-19 Diego BiurrunRevert previous removal of gsize variable. It breaks...
2009-04-18 Diego BiurrunRemove unused variable gsize, fixes the warning:
2009-04-17 Michael NiedermayerRemove nonsensical assignment from asf_read_seek()...
2009-04-17 Michael NiedermayerRemove unused variable from asf_read_header() found...
2009-04-17 Ronald S. BultjeChange another AVERROR(EIO) inot AVERROR_EOF, because...
2009-04-17 Michael NiedermayerMoving variable declarations in asf_build_simple_index...
next