OSDN Git Service

Merge remote branch 'official/master'
[coroid/libav_saccubus.git] / libavformat / nutdec.c
2011-08-01 yukihaneMerge branch 'master' of git://git.libav.org/libav
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-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-02 Mans Rullgardnutdec: remove unused variable
2011-04-19 Anton Khirnovlavf: remove FF_API_MAX_STREAMS cruft
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-30 Anton Khirnovavio: make get_checksum() internal.
2011-03-30 Anton Khirnovavio: make init_checksum() internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: move ff_get_v from avio.h to avio_internal.h
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-07 Anton Khirnovavio: avio_ prefix for url_fsize
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-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-12 Stefano SabatiniUse AVERROR_INVALIDDATA rather than -1 for nutdec error...
2010-10-24 Anton Khirnovnutdec: when parsing info packet, set metadata var...
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-08-18 Aurelien Jacobsrename LAVF_API_* defines to FF_API_* to clarify that...
2010-08-17 Aurelien Jacobsadd LAVF_API_MAX_STREAMS define to disable the deprecat...
2010-08-10 Aurelien Jacobsget rid of MAX_STREAMS limit in nutdec
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-07-03 Eli FriedmanFix warning "passing argument from incompatible pointer...
2010-05-23 Stefano SabatiniMake the nut decoder read the ff_nut_video_tags to...
2010-05-23 Stefano SabatiniDefine ff_nut_video_tags and make Nut muxer and demuxer...
2010-05-09 Stefano SabatiniMake the nut demuxer issue a more meaningful error...
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-28 Vitor SessakFix NUT (de)muxer warnings:
2010-03-24 Vitor SessakFix warnings in NUT demuxer:
2010-03-03 Vitor SessakPlug memory leak in NUT muxer and demuxer
2010-03-01 Vitor SessakRevert r22119 and partially revert 22120.
2010-03-01 Anton Khirnovnutdec: make chapter start and length uint64_t to preve...
2010-02-28 Vitor SessakPlug some memory leaks in NUT muxer and demuxer
2010-02-24 Anton KhirnovIntroduce metadata conversion table for NUT muxer and...
2009-06-22 Daniel VerkampAdd ff_ prefixes to exported symbols in libavformat...
2009-02-27 Aurelien Jacobsuse new metadata API in nut demuxer
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-11 Michael Niedermayerremove _t for POSIX compatibility.
2008-08-23 Aurelien Jacobsconvert every muxer/demuxer to write/read sample_aspect...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-27 Michael NiedermayerFix memleak, fixed CID123.
2008-05-23 Michael NiedermayerPass time_base as argument to new_chapter() as well.
2008-05-23 Michael NiedermayerChapter demuxing support. (untested as I have no nuts...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-04 Diego PettenòFix 'comparison always false' warning.
2008-03-15 Diego Biurruntypo fixes
2008-03-12 Diego Biurruntypo fixes
2008-03-07 Evgeniy StepanovAdd 'disposition' bitfield to AVStream and use it for...
2008-03-05 Michael NiedermayerSubtitle support. (untested)
2008-03-02 Michael Niedermayerfactorize
2008-03-02 Michael Niedermayersubtitles (codec tag tables still missing ...)
2008-02-15 Michael NiedermayerElision header demuxing support.
2008-02-13 Michael NiedermayerRead match time delta in the frame header.
2008-02-13 Michael NiedermayerRead match_time_delta in the framecode table.
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-02-04 Oded ShimonRemove old workaround in nutdec.c for libnut bug
2008-02-04 Oded Shimonmissing " && j<syncpoint_count" protection in the index...
2008-02-04 Oded Shimonff_nut_reset_ts() expected to get 'ts*time_base_count...
2008-02-04 Michael NiedermayerFix info packet type, found by oded as well as the...
2008-02-04 Michael Niedermayer-Wwrite-strings nitpicking fix
2007-12-31 Michael NiedermayerMore verbose aspect ratio error msg.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-03 Kostya ShishkovAdd ff_ prefix to get_v()
2007-11-03 Kostya ShishkovMake get_v() available to the other demuxers
2007-10-30 Baptiste Coudurierrename av_crc04C11DB7_update to ff_crc04C11DB7_update...
2007-09-16 Diego Biurrunwarning fix:
2007-08-27 Diego BiurrunRemove unused variable.
2007-08-17 Diego Biurrunspelling/wording cosmetics
2007-08-09 Michael Niedermayermove syncpoint cache related stuff to common file
2007-08-09 Michael Niedermayerfix forw_ptr crc check
2007-08-09 Michael Niedermayerget rid of printf
2007-08-09 Michael Niedermayermove lsb2full to common file
2007-08-09 Michael Niedermayermove syncpoint timestamp resetting code to a common...
2007-08-09 Michael Niedermayercheck forw_ptr CRC
2007-08-09 Michael Niedermayermake StreamContext.time_base a pointer
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-07-08 Måns Rullgårdnutdec: don't use deprecated codec_get_{bmp,wav}_id()
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-23 Måns Rullgårduse new string functions
2007-06-16 Måns Rullgårdfix some printf format specifiers
2007-06-12 Diego Biurrunmisc spelling fixes
2007-04-24 Diego BiurrunRemove unused code + variable, fixes a warning.
2007-04-08 Stefan HuehnerMake some functions which aren't used outside their...
2007-03-18 Clemens Ladischfix end-of-file detection
2007-02-28 Luca Barbatoget_packetheader() forgot to read the header_checksum...
2007-01-21 Michael Niedermayersimplify
2006-11-16 Michael Niedermayercheck max_pts_distance
2006-11-16 Michael Niedermayerskip non keyframes after seeking between syncpoint...
2006-11-16 Michael Niedermayerremove unused variables
next