summaryrefslogtreecommitdiff
path: root/doc/APIchanges
Commit message (Collapse)AuthorAge
* Add actually correct rXXXXX here.Ronald S. Bultje2010-04-05
| | | | Originally committed as revision 22810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a flag to not overwrite existing tagsAnton Khirnov2010-04-05
| | | | | | 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-01
| | | | Originally committed as revision 22753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document API addition of avcodec_copy_context().Ronald S. Bultje2010-03-31
| | | | 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-31
| | | | Originally committed as revision 22749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update APIchanges after the enum CodecType -> enum AVMediaTypeStefano Sabatini2010-03-30
| | | | | | transition. Originally committed as revision 22737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc wording and grammar fixesDiego Biurrun2010-03-27
| | | | Originally committed as revision 22701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry after av_strerror() addition.Stefano Sabatini2010-03-25
| | | | Originally committed as revision 22685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor version, I forgot in the last commitVitor Sessak2010-03-23
| | | | 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-23
| | | | Originally committed as revision 22649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add APIchanges entry for AVFormatContext.start_time_realtimeMartin Storsjö2010-03-15
| | | | Originally committed as revision 22541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump libavfilter minor version and add APIchanges entry after theStefano Sabatini2010-03-13
| | | | | | 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-13
| | | | 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-07
| | | | 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-06
| | | | | | av_stristr(). Originally committed as revision 22254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Plug memory leak in NUT muxer and demuxerVitor Sessak2010-03-03
| | | | 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-09
| | | | Originally committed as revision 21713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing entries for the recent lsws API changes.Stefano Sabatini2010-02-06
| | | | 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-01
| | | | | | 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-30
| | | | Originally committed as revision 21548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add mention to the av_get_pix_fmt() addition.Stefano Sabatini2010-01-30
| | | | 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-10
| | | | | | 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-07
| | | | | | 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-06
| | | | 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-03
| | | | Originally committed as revision 21008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the av_match_ext() addition.Stefano Sabatini2010-01-01
| | | | Originally committed as revision 20999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the av_guess_format() addition.Stefano Sabatini2010-01-01
| | | | Originally committed as revision 20992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Satisfy grammatical nits.Stefano Sabatini2009-12-21
| | | | 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-13
| | | | | | 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-13
| | | | Originally committed as revision 20830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* APIChanges & minor bump due to avg_frame_rate addition.Michael Niedermayer2009-12-13
| | | | 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-12
| | | | 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-04
| | | | | | 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-25
| | | | Originally committed as revision 20614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the avfilter_next() function addition.Stefano Sabatini2009-11-25
| | | | Originally committed as revision 20608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the avfilter_register() signature change.Stefano Sabatini2009-11-24
| | | | Originally committed as revision 20606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the pixdesc.h API publication.Stefano Sabatini2009-11-24
| | | | Originally committed as revision 20604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the AVFilter.next addition.Stefano Sabatini2009-10-27
| | | | Originally committed as revision 20386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update the entry for the AVFilter.description field addition.Stefano Sabatini2009-10-22
| | | | Originally committed as revision 20357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an entry for the AVFilterContext.description addition.Stefano Sabatini2009-10-22
| | | | 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-18
| | | | 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-18
| | | | | | 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-10
| | | | Originally committed as revision 20198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document making AVFormatContext.packet_size unsigned API change.Ronald S. Bultje2009-06-22
| | | | 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-19
| | | | | | 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-03
| | | | Originally committed as revision 19078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a lock manager API to libavcodec.Andreas Öman2009-05-31
| | | | | | | | Allows an application to register a callback that manages mutexes on behalf of FFmpeg. With this callback registered FFmpeg is fully thread safe. Originally committed as revision 19025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document change in r18719.Ramiro Polla2009-04-30
| | | | Originally committed as revision 18720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_destruct_packet_nofree deprecation explained in APIchangesReimar Döffinger2009-04-12
| | | | Originally committed as revision 18468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document addition of new avcodec_decode_video2/audio3/subtitle2() API andRonald S. Bultje2009-04-08
| | | | | | the deprecation of the old API calls. Originally committed as revision 18376 to svn://svn.ffmpeg.org/ffmpeg/trunk