2010-06-22 |
Stefano Sabatini | Mention how "now" is interpreted in the parse_date... |
blob | commitdiff | raw |
2010-06-22 |
Stefano Sabatini | Fix date specification accepted by parse_date(). |
blob | commitdiff | raw | diff to current |
2010-06-22 |
Martin Storsjö | Add priv_data_size and priv_data_class to URLProtocol |
blob | commitdiff | raw | diff to current |
2010-06-22 |
Martin Storsjö | Split url_open and url_open_protocol into url_alloc... |
blob | commitdiff | raw | diff to current |
2010-06-22 |
Martin Storsjö | Add an av_register_protocol2 function that takes a... |
blob | commitdiff | raw | diff to current |
2010-06-16 |
Michael Niedermayer | Marking what should be removed in relation to MAX_STREAMS. |
blob | commitdiff | raw | diff to current |
2010-06-04 |
James Zern | Add WebM muxer |
blob | commitdiff | raw | diff to current |
2010-06-04 |
Anton Khirnov | metadata: mention how to remove tags. |
blob | commitdiff | raw | diff to current |
2010-05-27 |
David Conrad | On2 IVF demuxer |
blob | commitdiff | raw | diff to current |
2010-05-26 |
Alex Converse | Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse... |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Zhentan Feng | MMS-over-TCP protocol support. Patch by Zhentan Feng... |
blob | commitdiff | raw | diff to current |
2010-05-23 |
Baptiste Coudurier | oups, 100l, revert unrelated hunk from commit r23266 |
blob | commitdiff | raw | diff to current |
2010-05-23 |
Baptiste Coudurier | change author metadata to artist in mov de/muxer |
blob | commitdiff | raw | diff to current |
2010-05-22 |
James Zern | matroskadec: Support webm doctype |
blob | commitdiff | raw | diff to current |
2010-05-19 |
Martin Storsjö | Late bump of the minor version, for the addition of... |
blob | commitdiff | raw | diff to current |
2010-05-18 |
Martin Storsjö | Add a flag for enabling RTP hinting |
blob | commitdiff | raw | diff to current |
2010-05-12 |
Stefano Sabatini | Doxygen av_codec_get_id() and av_codec_get_tag(). |
blob | commitdiff | raw | diff to current |
2010-05-01 |
Reimar Döffinger | Fix off-by-one errors in description of score_max argum... |
blob | commitdiff | raw | diff to current |
2010-05-01 |
Reimar Döffinger | Export av_probe_input_format2. |
blob | commitdiff | raw | diff to current |
2010-04-25 |
Stefano Sabatini | Mark av_metadata_set() as deprecated, and use av_metada... |
blob | commitdiff | raw | diff to current |
2010-04-11 |
Stefano Sabatini | Move the internal function declarations in avformat... |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Ronald S. Bultje | Actually add flag (somehow got lost in my previous... |
blob | commitdiff | raw | diff to current |
2010-04-05 |
Anton Khirnov | Add a flag to not overwrite existing tags |
blob | commitdiff | raw | diff to current |
2010-04-04 |
Michael Niedermayer | Allow AVFormatContext.duration to be set if no individu... |
blob | commitdiff | raw | diff to current |
2010-03-31 |
Stefano Sabatini | Make av_match_ext() declaration public (move its decla... |
blob | commitdiff | raw | diff to current |
2010-03-31 |
Michael Niedermayer | Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE. |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Stefano Sabatini | Define AVMediaType enum, and use it instead of enum... |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Benoit Fouet | Replace @returns by @return. |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Mohamed Naufal | Implement YOP demuxer and video decoder. |
blob | commitdiff | raw | diff to current |
2010-03-28 |
Howard Chu | Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS... |
blob | commitdiff | raw | diff to current |
2010-03-27 |
Stefano Sabatini | Document the behavior of av_metadata_get() if the prev... |
blob | commitdiff | raw | diff to current |
2010-03-22 |
Josh Allmann | RTP depacketization of Theora |
blob | commitdiff | raw | diff to current |
2010-03-20 |
Justin Ruggles | Add Changelog entry and bump lavf micro version for... |
blob | commitdiff | raw | diff to current |
2010-03-15 |
Martin Storsjö | Add a new field AVFormatContext.start_time_realtime |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Aurelien Jacobs | move ff_url_split() and ff_url_join() declarations... |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Stefano Sabatini | Remove definition of match_ext(), which is declared... |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Måns Rullgård | Move resolve_host() to ffserver.c |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Martin Storsjö | Add doxygen documentation for ff_url_split |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Martin Storsjö | Reindent |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Martin Storsjö | Rename url_split to ff_url_split |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Alex Converse | av_find_stream_info(): Add a workaround for backwards... |
blob | commitdiff | raw | diff to current |
2010-03-05 |
Martin Storsjö | Add a function ff_url_join for assembling URLs |
blob | commitdiff | raw | diff to current |
2010-02-24 |
Anton Khirnov | Mention that metadata tags are (unvalidated) UTF-8. |
blob | commitdiff | raw | diff to current |
2010-02-23 |
Michael Niedermayer | Put codec_info_nb_frames back in AVStream and print... |
blob | commitdiff | raw | diff to current |
2010-02-22 |
Martin Storsjö | Add an RTSP muxer |
blob | commitdiff | raw | diff to current |
2010-02-12 |
Michael Niedermayer | Add flag so muxers not needing width/height can signal... |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Ronald S. Bultje | RTP/AMR depacketizer, by Martin Storsjö <$firstname... |
blob | commitdiff | raw | diff to current |
2010-02-07 |
Michele Orrù | Implement a physical concatenation protocol. |
blob | commitdiff | raw | diff to current |
2010-02-01 |
Anton Khirnov | Add a list of generic tags and change demuxers to follo... |
blob | commitdiff | raw | diff to current |
2010-01-31 |
Peter Ross | Latent libavformat version bump for Bink demuxer (r21569) |
blob | commitdiff | raw | diff to current |
2010-01-30 |
Michael Niedermayer | Flag to ignore dts on frames that contain pts. |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Ronald S. Bultje | Add RTP/H.263 depacketizer by Martin Storsjö <$firstnam... |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Jai Menon | Schedule an increase in the maximum number of streams |
blob | commitdiff | raw | diff to current |
2010-01-14 |
Peter Ross | Latent libavformat version bump and documentation updat... |
blob | commitdiff | raw | diff to current |
2010-01-11 |
Martin Storsjö | Deprecate resolve_host(). Patch by Martin Storsjö ... |
blob | commitdiff | raw | diff to current |
2010-01-08 |
Art Clarke | Improve avformat_version() doxy. |
blob | commitdiff | raw | diff to current |
2010-01-03 |
Stefano Sabatini | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_config... |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Stefano Sabatini | Deprecate match_ext() in favor of av_match_ext(), and... |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Stefano Sabatini | Reindent. |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Stefano Sabatini | Deprecate guess_format() in favor of av_guess_format(). |
blob | commitdiff | raw | diff to current |
2009-12-31 |
Stefano Sabatini | Document guess_format(). |
blob | commitdiff | raw | diff to current |
2009-12-31 |
Stefano Sabatini | Deprecate and mark for deletion the function guess_stre... |
blob | commitdiff | raw | diff to current |
2009-12-17 |
Michael Tison | CD+G demuxer and decoder |
blob | commitdiff | raw | diff to current |
2009-12-13 |
Michael Niedermayer | Add flags to prevent strdup() on arguments to av_metada... |
blob | commitdiff | raw | diff to current |
2009-12-13 |
Michael Niedermayer | APIChanges & minor bump due to avg_frame_rate addition. |
blob | commitdiff | raw | diff to current |
2009-12-13 |
Michael Niedermayer | Add avg_frame_rate. |
blob | commitdiff | raw | diff to current |
2009-12-04 |
Sergiy | Implement RTMP output (publishing FLV stream to RTMP... |
blob | commitdiff | raw | diff to current |
2009-12-03 |
Ramiro Polla | Update Changelog, documentation, and libavformat minor... |
blob | commitdiff | raw | diff to current |
2009-11-18 |
Diego Biurrun | Add functions to return library license and library... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Justin Ruggles | Add Speex support to the FLV muxer. |
blob | commitdiff | raw | diff to current |
2009-10-13 |
Justin Ruggles | Add Speex support to the Ogg muxer. |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Carl Eugen Hoyos | Fix reading VDR files (broken since r19000). |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Benjamin Larsson | Hook up the MD studio demuxer and Atrac1 decoder. |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Michael Niedermayer | Improve amortized worst case speed of the muxers packet... |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Michael Niedermayer | Make packet interleaving in the muxer not scan through... |
blob | commitdiff | raw | diff to current |
2009-09-09 |
shinya.tesutosan... | Document padding for AVProbeData. |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Bartlomiej Wolowiec | Add support for S/PDIF encapsulation. |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Aurelien Jacobs | actually define AVSEEK_FLAG_FRAME as described in avfor... |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Kostya Shishkov | RTMP protocol support (as a client) |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Michael Niedermayer | Make arguments of av_set_pts_info() unsigned. |
blob | commitdiff | raw | diff to current |
2009-06-28 |
Stefano Sabatini | Remove inconsistent use of a @brief command in av_write... |
blob | commitdiff | raw | diff to current |
2009-06-28 |
Stefano Sabatini | Use consistently the third person in doxy, as recommend... |
blob | commitdiff | raw | diff to current |
2009-06-25 |
Baptiste Coudurier | use AVFormatContext->probesize in av_find_stream_info... |
blob | commitdiff | raw | diff to current |
2009-06-25 |
Baptiste Coudurier | limit raw packet buffer size used for codec probing |
blob | commitdiff | raw | diff to current |
2009-06-22 |
Ronald S. Bultje | Change packet_size from signed to unsigned, since it... |
blob | commitdiff | raw | diff to current |
2009-05-31 |
Baptiste Coudurier | fix codec probing, stop after MAX_PROBE_PACKETS and... |
blob | commitdiff | raw | diff to current |
2009-05-27 |
Stefano Sabatini | Document match_ext(). |
blob | commitdiff | raw | diff to current |
2009-05-25 |
Stefano Sabatini | Remove \p and \e doxygen markup. |
blob | commitdiff | raw | diff to current |
2009-05-20 |
Kenan Gillet | Add QCP demuxer. |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Michael Niedermayer | Clarify which exact variant of ISO 639 is used. (The... |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Reimar Döffinger | Describe read_alloc return value and required pkt handl... |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Thilo Borgmann | Move av_packet_*() functions from libavformat/ to libav... |
blob | commitdiff | raw | diff to current |
2009-04-02 |
Thilo Borgmann | Move AVPacket declaration from avformat.h to avcodec.h. |
blob | commitdiff | raw | diff to current |
2009-03-19 |
Ramiro Polla | Support raw TrueHD files |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Ivan Schreter | Pass packet position to the parser, so frame's AVPacket... |
blob | commitdiff | raw | diff to current |
2009-03-01 |
Aurelien Jacobs | deprecate old metadata API |
blob | commitdiff | raw | diff to current |
2009-03-01 |
Aurelien Jacobs | new metadata API is now officially part of public API |
blob | commitdiff | raw | diff to current |
2009-03-01 |
Aurelien Jacobs | Add some basic metadata conversion tables for matroska... |
blob | commitdiff | raw | diff to current |
2009-02-28 |
Aurelien Jacobs | add a metadata conversion API |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Stefano Sabatini | Mark as "internal but installed" the avio.h file. |
blob | commitdiff | raw | diff to current |
next |