Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-20Support raw TrueHD filesRamiro Polla
2009-03-05Pass packet position to the parser, so frame's AVPacket.pos is computed corre...Ivan Schreter
2009-03-01deprecate old metadata APIAurelien Jacobs
2009-03-01new metadata API is now officially part of public APIAurelien Jacobs
2009-03-01Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs
2009-03-01add a metadata conversion APIAurelien Jacobs
2009-02-27Mark as "internal but installed" the avio.h file.Stefano Sabatini
2009-02-25spelling/wording/grammar cosmeticsDiego Biurrun
2009-02-25untypoMichael Niedermayer
2009-02-25AVInputFormat.reed_seek2()Michael Niedermayer
2009-02-25Add timestamp computation if values are exported by decoder.Ivan Schreter
2009-02-24Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer
2009-02-20Add convergence_duration to AVCodecParserContext.Ivan Schreter
2009-02-19Add key_frame to AVCodecParserContext, used in libavformat.Ivan Schreter
2009-02-18av_alloc_format_context has been renamed, update AVFormatContext av_classavcoder
2009-02-15Improve grammar: "X next after Y" -> "next X after Y".Stefano Sabatini
2009-02-15Replace calls/references of the deprecated register_protocol()Stefano Sabatini
2009-02-15Rename register_protocol() to av_register_protocol() and deprecateStefano Sabatini
2009-02-15Document av_iformat_next() and av_oformat_next() functions.Stefano Sabatini
2009-02-13MXF D-10 muxerBaptiste Coudurier
2009-02-12Change ffm_write_write_index to return int, and return if error occured.Patrik Kullman
2009-02-11Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail comToshimitsu Kimura
2009-02-11Cosmetics: vertical align "*" for consistency with the other doxyies.Stefano Sabatini
2009-02-11Remove @deprecated notice from AVFrac, it is not deprecated anymore.Stefano Sabatini
2009-02-09Try to clarify doxy of avformat_seek_file().Michael Niedermayer
2009-02-09Move declaration of ff_interleave_add_packet to internal.h.Baptiste Coudurier
2009-02-08Clarify that avformat_seek_file() is not part of the stable API yet.Michael Niedermayer
2009-02-08avformat_seek_file() prototypeMichael Niedermayer
2009-02-08Deprecate av_malloc_format_context() in favor ofStefano Sabatini
2009-02-08declare ff_interleave_add_packetBaptiste Coudurier
2009-02-04Do not misuse unsigned long to store pointers.Ramiro Polla
2009-02-03modify the way to pass parameters to av_metadata_set()Aurelien Jacobs
2009-01-30typoAurelien Jacobs
2009-01-27make it clear that the new metadata API is a work in progressAurelien Jacobs
2009-01-25Move documentation of av_register_all() from allformats.c toStefano Sabatini
2009-01-23Move av_read_frame/parser related buffer variables from AVFormatContextMichael Niedermayer
2009-01-20R3D REDCODE demuxerBaptiste Coudurier
2009-01-19replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs
2009-01-17added demuxer for FunCom ISS audio files,Stefan Gehrer
2009-01-07free all allocated metadata structuresAurelien Jacobs
2009-01-06add a typedef for AVMetadataAurelien Jacobs
2009-01-06Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turnedDiego Biurrun
2009-01-05rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs
2009-01-05add metadata in AVStream, AVProgram and AVChapterAurelien Jacobs
2009-01-04Ministry of English Composition treatment for the new metadata APIMike Melanson
2009-01-04Move metadata API from avcodec to avformat.Michael Niedermayer
2009-01-04Generic metadata API.Michael Niedermayer
2009-01-04Drop the deprecated parse_image_size() and parse_frame_rate() functionsStefano Sabatini
2008-11-08Fix argument constness for the av_codec_get_id() andStefano Sabatini
2008-10-24raw dnxhd de/muxerBaptiste Coudurier