]> git.sesse.net Git - ffmpeg/history - libavformat/asfdec.c
AVFrame: deprecate all now unused fields
[ffmpeg] / libavformat / asfdec.c
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2013-02-09 Anton Khirnovasfdec: do not assume every AVStream has a correspondin...
2013-02-09 Vladimir Pantelicasfdec: support reading ID3v2 tags in ASF files
2013-02-09 Vladimir Pantelicasfdec: also read Metadata Library Object
2013-02-09 Vladimir Pantelicasfdec: read the full Metadata Object, not just aspect...
2013-02-09 Vladimir Pantelicasfdec: silence a warning
2013-02-06 Diego Biurrunasf: K&R formatting cosmetics
2013-01-07 Diego Biurrunasfdec: Fix printf format string length modifier
2012-10-24 Anton Khirnovasfdec: cosmetics, reformat ff_asf_parse_packet()
2012-10-01 Diego Biurrunavformat: Convert some commented-out printf/av_log...
2012-10-01 Diego Biurrunavformat: Remove non-compiling and/or silly commented...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-07-02 Anton Khirnovasfdec: read attached pictures.
2012-04-06 Martin Storsjöasfdec: Add an option for not searching for the packet...
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-03-28 Ronald S. Bultjeasf: only set index_read if the index contained entries.
2012-03-22 Ronald S. Bultjeasf: reset side data elements on packet copy.
2012-02-29 Justin Rugglesasfdec: Do not set AVCodecContext.frame_size
2012-02-29 Ronald S. Bultjeasf: don't seek back on EOF.
2012-02-28 Ronald S. Bultjeasf: error out on ridiculously large minpktsize values.
2012-02-18 Ronald S. Bultjeasf: prevent packet_size_left from going negative if...
2012-02-13 Diego BiurrunMove some conditionally used variables into the block...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-12-21 Justin Rugglesasfdec: add side data to ASFStream packet instead of...
2011-12-02 John Stebbinsasf: use packet dts as approximation of pts
2011-12-02 Luca Barbatoasf: do not call av_read_frame
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-02 Diego BiurrunReplace ffmpeg references with more accurate libav...
2011-10-28 Anton Khirnovlavf: make some seeking functions private
2011-10-20 Anton Khirnovlavf: use avpriv_ prefix for ff_new_chapter().
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-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...
next