]> git.sesse.net Git - ffmpeg/history - libavformat/avformat.h
Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++".
[ffmpeg] / libavformat / avformat.h
2009-03-19 Ramiro PollaSupport raw TrueHD files
2009-03-05 Ivan SchreterPass packet position to the parser, so frame's AVPacket...
2009-03-01 Aurelien Jacobsdeprecate old metadata API
2009-03-01 Aurelien Jacobsnew metadata API is now officially part of public API
2009-03-01 Aurelien JacobsAdd some basic metadata conversion tables for matroska...
2009-02-28 Aurelien Jacobsadd a metadata conversion API
2009-02-26 Stefano SabatiniMark as "internal but installed" the avio.h file.
2009-02-25 Diego Biurrunspelling/wording/grammar cosmetics
2009-02-25 Michael Niedermayeruntypo
2009-02-25 Michael NiedermayerAVInputFormat.reed_seek2()
2009-02-24 Ivan SchreterAdd timestamp computation if values are exported by...
2009-02-24 Michael NiedermayerAdd AVFMT_VARIABLE_FPS to specify which muxers do not...
2009-02-19 Ivan SchreterAdd convergence_duration to AVCodecParserContext.
2009-02-18 Ivan SchreterAdd key_frame to AVCodecParserContext, used in libavformat.
2009-02-18 avcoderav_alloc_format_context has been renamed, update AVForm...
2009-02-15 Stefano SabatiniImprove grammar: "X next after Y" -> "next X after Y".
2009-02-15 Stefano SabatiniReplace calls/references of the deprecated register_pro...
2009-02-15 Stefano SabatiniRename register_protocol() to av_register_protocol...
2009-02-15 Stefano SabatiniDocument av_iformat_next() and av_oformat_next() functions.
2009-02-13 Baptiste CoudurierMXF D-10 muxer
2009-02-12 Patrik KullmanChange ffm_write_write_index to return int, and return...
2009-02-11 Toshimitsu KimuraGopher protocol, patch by Toshimitsu Kimura, lovesyao...
2009-02-11 Stefano SabatiniCosmetics: vertical align "*" for consistency with...
2009-02-11 Stefano SabatiniRemove @deprecated notice from AVFrac, it is not deprec...
2009-02-09 Michael NiedermayerTry to clarify doxy of avformat_seek_file().
2009-02-08 Baptiste CoudurierMove declaration of ff_interleave_add_packet to internal.h.
2009-02-08 Michael NiedermayerClarify that avformat_seek_file() is not part of the...
2009-02-08 Michael Niedermayeravformat_seek_file() prototype
2009-02-08 Stefano SabatiniDeprecate av_malloc_format_context() in favor of
2009-02-07 Baptiste Coudurierdeclare ff_interleave_add_packet
2009-02-04 Ramiro PollaDo not misuse unsigned long to store pointers.
2009-02-02 Aurelien Jacobsmodify the way to pass parameters to av_metadata_set()
2009-01-30 Aurelien Jacobstypo
2009-01-26 Aurelien Jacobsmake it clear that the new metadata API is a work in...
2009-01-25 Stefano SabatiniMove documentation of av_register_all() from allformats...
2009-01-22 Michael NiedermayerMove av_read_frame/parser related buffer variables...
2009-01-20 Baptiste CoudurierR3D REDCODE demuxer
2009-01-18 Aurelien Jacobsreplace AV_METADATA_IGNORE_CASE flag by a new AV_METADA...
2009-01-17 Stefan Gehreradded demuxer for FunCom ISS audio files,
2009-01-06 Aurelien Jacobsfree all allocated metadata structures
2009-01-05 Aurelien Jacobsadd a typedef for AVMetadata
2009-01-05 Diego BiurrunRevert deprecation of AVFrac structure. Attempts to...
2009-01-04 Aurelien Jacobsrename AVMetaData to AVMetadata and meta_data to metadata
2009-01-04 Aurelien Jacobsadd metadata in AVStream, AVProgram and AVChapter
2009-01-04 Mike MelansonMinistry of English Composition treatment for the new...
2009-01-04 Michael NiedermayerMove metadata API from avcodec to avformat.
2009-01-04 Michael NiedermayerGeneric metadata API.
2009-01-04 Stefano SabatiniDrop the deprecated parse_image_size() and parse_frame_...
2008-11-08 Stefano SabatiniFix argument constness for the av_codec_get_id() and
2008-10-24 Baptiste Coudurierraw dnxhd de/muxer
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-10-02 Diego PettenòUse __typeof__ instead of GCC-specific typeof keyword.
2008-09-27 Diego Biurruncosmetics: Break overly long lines, one grammar fix.
2008-09-27 Diego Biurrunspelling/wording/grammar
2008-09-27 Diego BiurrunMove doxygen comments for av_gettime from utils.c to...
2008-09-10 Michael NiedermayerClarify convergence_duration.
2008-09-07 Aurelien Jacobsbump lavf micro version to allow checking for the matro...
2008-09-03 Reimar DöffingerChange doxygen comment: Clarify when av_write_trailer...
2008-09-03 Michael NiedermayerAdd AVPacket.convergence_duration.
2008-09-03 Michael NiedermayerTry to clarify the semantics of AVPacket.duration.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-24 Reimar DöffingerChange codec_tag type from const struct AVCodecTag...
2008-08-23 Aurelien Jacobsexport sample_aspect_ratio read by the demuxer in a...
2008-08-15 Michael NiedermayerAdd flag to mark demuxers that can output discontinuous...
2008-08-12 Baptiste Coudurierincrease MAX_REORDER_DELAY and pts_buffer size to 16...
2008-08-08 Stefano SabatiniImplement avformat_version().
2008-08-06 Måns RullgårdMaintain pointer to end of AVFormatContext.packet_buffe...
2008-08-01 Michael NiedermayerRevert r14497
2008-08-01 Diego BiurrunAdd missing header #includes.
2008-07-23 Kostya ShishkovSMPTE 421M Annex L (aka .rcv) muxer
2008-07-12 Michael NiedermayerNew codec probing system try #1.
2008-07-10 Gregory MontoirMotion Pixels MVI Demuxer.
2008-07-08 Erik HovlandOne-bit bitfields should probably be unsigned. Unfortun...
2008-06-09 Michael NiedermayerMake timestamp debugging work nicer.
2008-06-09 Baptiste Coudurierremove ugly ffm_nopts hack, use AVFormatContext->timestamp
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-23 Michael NiedermayerPass time_base as argument to new_chapter() as well.
2008-05-23 Michael NiedermayerDocument pts/dts.
2008-05-23 Michael NiedermayerMake ff_new_chapter() return AVChapter instead of int...
2008-05-23 Michael Niedermayernb_chapters should be unsigned
2008-05-23 Michael Niedermayers/num_chapters/nb_chapters/ all other similar variables...
2008-05-23 Michael NiedermayerAdd id to AVChapter, untested (where do i find matroska...
2008-05-23 Michael Niedermayerclarify start/end timebase
2008-05-23 Michael Niedermayeralign comments
2008-05-23 Michael Niedermayerchapter id and timebase
2008-05-22 Anton Khirnovadd support for chapters definition in lavf
2008-04-24 Michael NiedermayerAvoid using reserved __names.
2008-03-30 Jai MenonIFF demuxer
2008-03-22 Diego Biurruntypo: occured --> occurred
2008-03-21 Sascha Sommerrl2 demuxer
2008-03-18 Ramiro PollaMSN TCP Webcam stream demuxer.
2008-03-16 Baptiste Coudurieripod/iphone compatible mp4 muxer
2008-03-08 Ramiro PollaTypo + grammar
2008-03-08 Ramiro PollaIntroduce max_picture_buffer variable in AVFormatContext,
2008-03-07 Evgeniy StepanovAdd 'disposition' bitfield to AVStream and use it for...
2008-02-26 Måns Rullgårdless preprocessor magic in version number macros
2008-02-25 Måns RullgårdInstall headers in $prefix/include/$libname
2008-02-20 Michael Niedermayerrevert 12156
2008-02-20 Michael NiedermayerMake timestamp interpolation work with mpeg2 field...
2008-02-19 Måns RullgårdClean up lib* version definitions
next