]> git.sesse.net Git - ffmpeg/history - libavformat/avformat.h
lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruft
[ffmpeg] / libavformat / avformat.h
2011-04-19 Anton Khirnovlavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruft
2011-04-19 Anton Khirnovlavf: remove FF_API_GUESS_FORMAT cruft
2011-04-19 Anton Khirnovlavf: remove FF_API_OLD_METADATA cruft
2011-04-19 Anton Khirnovlavf: remove FF_API_MAX_STREAMS cruft
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-04-13 Anton Khirnovlavf: postpone removal of public metadata conversion API
2011-04-09 Anton Khirnovavformat.h: fix a misplaced #endif
2011-04-08 Anton Khirnovlavf: get rid of ffm-specific stuff in avformat.h
2011-04-08 Anton Khirnovlavf: rename a parameter of av_sdp_create from buff...
2011-04-08 Anton Khirnovlavf: rename avf_sdp_create to av_sdp_create.
2011-04-08 Anton Khirnovlavf: make av_guess_image2_codec internal
2011-04-08 Anton Khirnovlavf: mark av_pkt_dump(_log) for remove on $next+1...
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-07 Anssi Hannulalavf: update documentation of AVOutputFormat.flags
2011-03-07 Anssi Hannulalavf: document the use of multiple entries in language...
2011-03-02 Martin Storsjölibavformat: Add av_pkt_dump{, _log}2, taking an AVStre...
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-17 Anton KhirnovMove find_info_tag to lavu and add av_ prefix to it
2011-02-16 Stefano SabatiniDeprecate parse_date() in favor of av_parse_time().
2011-02-16 Anton Khirnovlavf: add av_ prefix to dump_format()
2011-02-16 Reimar DöffingerDocument that av_write_header sets stream time_base...
2011-02-14 Anssi Hannulalavf: add AV_DISPOSITION_CLEAN_EFFECTS flag
2011-02-11 Anton Khirnovlavf: deprecate AVFormatContext.index_built
2011-02-10 Peter Rossadd AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_...
2011-02-08 Anssi Hannulalavf: rename ff_probe_input_buffer to make it public
2011-02-06 Anton Khirnovlavf: move internal functions from avformat.h to internal.h
2011-02-06 Reimar DöffingerMake av_set_pts_info keep previous time base if new...
2011-02-04 Martin Storsjölibavformat: Add a function for freeing an AVFormatContext
2011-01-21 Anton Khirnovlavf: move the version macros to a new header
2011-01-20 Georgi ChorbadzhiyskiAdd service_provider and service_name metadata
2011-01-18 Reimar DöffingerMissing parts of IVF muxer support.
2011-01-14 Ronald S. BultjeIntroduce av_metadata_copy() to copy metadata from...
2011-01-02 Anssi HannulaAdd AVOption support for muxers.
2010-12-27 Nicolas GeorgeImplement av_find_best_stream.
2010-12-27 Anton Khirnovlavf: bump minor and add APIchanges entry after adding...
2010-12-27 Anton KhirnovAllow output formats without any streams.
2010-12-26 Peter RossBump libavformat minor version, forgotten in r26094
2010-12-25 Michael NiedermayerClarify AVFMT_TS_DISCONT and muxers.
2010-12-05 Martin Storsjörtpdec: Add a dynamic payload handler for the x-Purevoi...
2010-11-27 Carl Eugen HoyosIncrease avformat micro version, forgotten in r25834.
2010-11-26 Anatoly NenashevMobotix .mxg demuxer
2010-11-23 Anton Khirnovlavf: document the new creation_time tag
2010-11-22 Anssi HannulaS/PDIF demuxer
2010-11-21 Reimar DöffingerImprove documentation wording.
2010-11-21 Reimar DöffingerAdd av_append_packet function, to be used in code that...
2010-10-19 Martin StorsjöAdd a demuxer for receiving raw rtp:// URLs without...
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-10-15 Aurelien Jacobscosmetic: alignment
2010-10-15 Aurelien Jacobsadd FF_API_SYMVER define to disable symver compatibilit...
2010-10-15 Aurelien Jacobsadd FF_API_FIRST_FORMAT define to drop deprecated first...
2010-10-15 Aurelien Jacobsadd FF_API_PARAMETERS_CODEC_ID define to disable the...
2010-10-15 Aurelien Jacobsadd FF_API_LAVF_UNUSED define to disable the unused...
2010-10-15 Aurelien Jacobsadd FF_API_READ_SEEK define to drop usage of AVInputFor...
2010-10-15 Aurelien Jacobsadd FF_API_PARSE_FRAME_PARAM define to disable the...
2010-10-15 Aurelien Jacobsadd FF_API_ALLOC_FORMAT_CONTEXT define to disable the...
2010-10-15 Aurelien Jacobsadd FF_API_URL_SPLIT define to disable the deprecated...
2010-10-15 Aurelien Jacobsadd FF_API_UDP_GET_FILE define to disable the deprecate...
2010-10-15 Aurelien Jacobsadd FF_API_GUESS_FORMAT define to disable the deprecate...
2010-10-15 Anton KhirnovDeprecate old API.
2010-10-13 Martin StorsjöAdd a SAP demuxer
2010-10-11 Martin StorsjöAdd forgotten minor bump and changelog entry for the...
2010-10-08 Aurelien Jacobsmove av_find_stream_info() info struct to AVStream...
2010-10-06 Aurelien Jacobsproperly check for FF_API_MAX_STREAMS instead of LIBAVF...
2010-10-06 Aurelien Jacobsadd new streams API without MAX_STREAMS limit
2010-10-06 Aurelien Jacobsdocument the fact that av_new_stream() can't be called...
2010-10-06 Martin StorsjöAdd RTP depacketization of the X-QT QuickTime format
2010-10-01 Tomas HärdinAdd demuxer for LXF (Leitch/Harris' VR native stream...
2010-09-14 Michael NiedermayerClarify what av_read_frame() returns.
2010-09-11 David ByronRead all id3v2 tags at the beginning of mp3 files.
2010-09-09 Martin StorsjöAdd a muxer and demuxer for raw G.722
2010-08-19 Aurelien Jacobsadd FF_API_URL_RESETBUF define to disable the deprecate...
2010-08-19 Aurelien Jacobsadd FF_API_REGISTER_PROTOCOL define to disable the...
2010-08-19 Aurelien Jacobsadd FF_API_URL_CLASS define to enable usage of URLConte...
2010-08-18 Aurelien Jacobsadd a comment to clarify that FF_API_* defines are...
2010-08-18 Aurelien Jacobsrename LAVF_API_* defines to FF_API_* to clarify that...
2010-08-17 Aurelien Jacobsadd LAVF_API_OLD_METADATA define to disable the depreca...
2010-08-17 Aurelien Jacobsadd LAVF_API_MAX_STREAMS define to disable the deprecat...
2010-08-16 Josh AllmannAdd RTP depacketization of VP8
2010-08-12 Martin StorsjöAdd RTP depacketization of MP4A-LATM
2010-08-11 Stefano SabatiniAdd documentation for the pm parameter of the av_metada...
2010-08-11 Stefano SabatiniFix reference to a wrong parameter name in the metadata...
2010-08-11 Stefano SabatiniNit: fix weird spacing.
2010-08-11 Stefano SabatiniAdd empty newlines between function descriptions and...
2010-08-07 Josh AllmannAdd RTP packetization of Theora and Vorbis
2010-08-01 Alex ConverseAdd WebM to the Matroska demuxer name.
2010-07-27 Michael NiedermayerFix 2 doxy comments that referred to the wrong variable.
2010-07-27 Michael NiedermayerMake doxygen formatting more consistent.
2010-07-27 Alex ConverseDocument existing rules for AVInputFormat.name.
2010-07-24 Aurelien Jacobsadd SubRip muxer and demuxer
2010-07-20 Rafaël CarréLego Mindstorms RSO muxer and demuxer.
2010-07-19 Aurelien Jacobsfix av_seek_frame_binary() documentation
2010-07-18 Peter RossTele-typewriter demuxer
2010-07-16 Martin StorsjöBump minor and add APIchanges entry for url_fskip retur...
2010-07-11 Víctor PaesaClarify the avoidance of usage of these AVStream fields.
2010-07-02 Jai MenonBump libavformat minor (as a result of r24003).
2010-07-02 Aurelien Jacobsadd AV_DISPOSITION_FORCED flag and use it in matroska...
2010-07-02 Diego BiurrunReplace incorrect @NOTE Doxygen command by @note; capit...
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
next