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-07-01Make arguments of av_set_pts_info() unsigned.Michael Niedermayer
2009-06-29Remove inconsistent use of a @brief command in av_write_trailer()Stefano Sabatini
2009-06-29Use consistently the third person in doxy, as recommended by theStefano Sabatini
2009-06-25use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier
2009-06-25limit raw packet buffer size used for codec probingBaptiste Coudurier
2009-06-22Change packet_size from signed to unsigned, since it never has a negativeRonald S. Bultje
2009-05-31fix codec probing, stop after MAX_PROBE_PACKETS and return all packetsBaptiste Coudurier
2009-05-28Document match_ext().Stefano Sabatini
2009-05-26Remove \p and \e doxygen markup.Stefano Sabatini
2009-05-20Add QCP demuxer.Kenan Gillet
2009-04-16Clarify which exact variant of ISO 639 is used. (The ISO spec explicitlyMichael Niedermayer
2009-04-08Describe read_alloc return value and required pkt handling to avoid memleaksReimar Döffinger
2009-04-07Move av_packet_*() functions from libavformat/ to libavcodec/, where theThilo Borgmann
2009-04-02Move AVPacket declaration from avformat.h to avcodec.h.Thilo Borgmann
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