aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
Commit message (Collapse)AuthorAgeFilesLines
* Add an entry to APIchanges for the addition of av_get_random_seedMartin Storsjö2010-05-231-0/+3
| | | | Originally committed as revision 23256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an APIchanges note regarding the new rtp hinting flagMartin Storsjö2010-05-191-0/+3
| | | | Originally committed as revision 23180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add entry for AVFilterPicRef interlaced and top_field_first fieldsStefano Sabatini2010-05-091-0/+3
| | | | | | addition. Originally committed as revision 23067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document av_probe_input_format2 API addition.Reimar Döffinger2010-05-011-0/+4
| | | | Originally committed as revision 23003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add actually correct rXXXXX here.Ronald S. Bultje2010-04-051-1/+1
| | | | Originally committed as revision 22810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a flag to not overwrite existing tagsAnton Khirnov2010-04-051-0/+4
| | | | | | Patch by Anton Khirnov <wyskas gmail com>. Originally committed as revision 22806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add function to export EDGE_WIDTH from libavcodec.Bobby Bingham2010-04-011-0/+3
| | | | Originally committed as revision 22753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document API addition of avcodec_copy_context().Ronald S. Bultje2010-03-311-0/+3
| | | | Originally committed as revision 22752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add entry for the addition of av_match_ext() to the public API.Stefano Sabatini2010-03-311-0/+3
| | | | Originally committed as revision 22749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update APIchanges after the enum CodecType -> enum AVMediaTypeStefano Sabatini2010-03-301-0/+7
| | | | | | transition. Originally committed as revision 22737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc wording and grammar fixesDiego Biurrun2010-03-271-14/+13
| | | | Originally committed as revision 22701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after av_strerror() addition.Stefano Sabatini2010-03-251-0/+3
| | | | Originally committed as revision 22685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor version, I forgot in the last commitVitor Sessak2010-03-231-1/+1
| | | | Originally committed as revision 22650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement the discrete sine/cosine transforms DCT-I and DST-IVitor Sessak2010-03-231-0/+3
| | | | Originally committed as revision 22649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for AVFormatContext.start_time_realtimeMartin Storsjö2010-03-151-0/+3
| | | | Originally committed as revision 22541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump libavfilter minor version and add APIchanges entry after theStefano Sabatini2010-03-131-0/+3
| | | | | | addition of the AVFilterPicRef.pos field. Originally committed as revision 22508 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for the libavutil/error.h addition.Stefano Sabatini2010-03-131-0/+4
| | | | Originally committed as revision 22503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create a public API for FFT family of functionsMåns Rullgård2010-03-071-0/+3
| | | | Originally committed as revision 22291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor number and add APIchanges entry after the inclusion ofStefano Sabatini2010-03-061-0/+3
| | | | | | av_stristr(). Originally committed as revision 22254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-031-0/+3
| | | | Originally committed as revision 22174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the recently added av_compare_ts() function.Stefano Sabatini2010-02-091-0/+3
| | | | Originally committed as revision 21713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing entries for the recent lsws API changes.Stefano Sabatini2010-02-061-0/+6
| | | | Originally committed as revision 21660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a list of generic tags and change demuxers to follow it.Anton Khirnov2010-02-011-0/+4
| | | | | | Patch by Anton Khirnov, wyskas at gmail dot com Originally committed as revision 21587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing '()' at the end of a function name.Stefano Sabatini2010-01-301-1/+1
| | | | Originally committed as revision 21548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add mention to the av_get_pix_fmt() addition.Stefano Sabatini2010-01-301-0/+3
| | | | Originally committed as revision 21547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the addition of a parameter log_ctx toStefano Sabatini2010-01-101-0/+3
| | | | | | avfilter_graph_config_links(). Originally committed as revision 21122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the sws_isSupportedInput() andStefano Sabatini2010-01-071-0/+3
| | | | | | sws_isSupportedOutput() functions addition. Originally committed as revision 21066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the avfilter_add_colorspace() API change.Stefano Sabatini2010-01-061-0/+4
| | | | Originally committed as revision 21036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the avfilter_add_colorspace() API addition.Stefano Sabatini2010-01-031-0/+3
| | | | Originally committed as revision 21008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the av_match_ext() addition.Stefano Sabatini2010-01-011-0/+3
| | | | Originally committed as revision 20999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the av_guess_format() addition.Stefano Sabatini2010-01-011-0/+3
| | | | Originally committed as revision 20992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Satisfy grammatical nits.Stefano Sabatini2009-12-211-3/+3
| | | | Originally committed as revision 20910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY and ↵Michael Niedermayer2009-12-131-0/+3
| | | | | | AV_METADATA_DONT_STRDUP_VAL Originally committed as revision 20835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* APIchanges update for av_d2str()Michael Niedermayer2009-12-131-0/+3
| | | | Originally committed as revision 20830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* APIChanges & minor bump due to avg_frame_rate addition.Michael Niedermayer2009-12-131-0/+3
| | | | Originally committed as revision 20827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the av_bmg_next() function addition.Stefano Sabatini2009-12-121-0/+3
| | | | Originally committed as revision 20809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the avfilter_draw_slice() API changes implemented inStefano Sabatini2009-12-041-0/+3
| | | | | | r20734. Originally committed as revision 20735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the AVFilter.next field removal.Stefano Sabatini2009-11-251-0/+3
| | | | Originally committed as revision 20614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the avfilter_next() function addition.Stefano Sabatini2009-11-251-0/+3
| | | | Originally committed as revision 20608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the avfilter_register() signature change.Stefano Sabatini2009-11-241-0/+4
| | | | Originally committed as revision 20606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the pixdesc.h API publication.Stefano Sabatini2009-11-241-0/+3
| | | | Originally committed as revision 20604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the AVFilter.next addition.Stefano Sabatini2009-10-271-0/+4
| | | | Originally committed as revision 20386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update the entry for the AVFilter.description field addition.Stefano Sabatini2009-10-221-2/+2
| | | | Originally committed as revision 20357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the AVFilterContext.description addition.Stefano Sabatini2009-10-221-0/+3
| | | | Originally committed as revision 20355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the avfilter_make_format_list() interface change.Stefano Sabatini2009-10-181-0/+5
| | | | Originally committed as revision 20303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the avfilter_get_video_buffer() API change operatedStefano Sabatini2009-10-181-1/+5
| | | | | | in r20272. Originally committed as revision 20273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the additon of the w and h fields to AVFilterPic.Stefano Sabatini2009-10-101-0/+3
| | | | Originally committed as revision 20198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document making AVFormatContext.packet_size unsigned API change.Ronald S. Bultje2009-06-221-0/+3
| | | | Originally committed as revision 19251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoderReimar Döffinger2009-06-191-0/+5
| | | | | | should use it, too). Originally committed as revision 19221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AV_PKT_FLAG_KEY and deprecate PKT_FLAG_KEY.Reimar Döffinger2009-06-031-0/+4
| | | | Originally committed as revision 19078 to svn://svn.ffmpeg.org/ffmpeg/trunk