summaryrefslogtreecommitdiff
path: root/doc/APIchanges
Commit message (Collapse)AuthorAge
* 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
* Improve grammar/comprehensibility of the lavu 50.2.0 entry.Stefano Sabatini2009-04-07
| | | | Originally committed as revision 18361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing entry corresponding to r18163.Stefano Sabatini2009-04-06
| | | | Originally committed as revision 18342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: remove empty line.Stefano Sabatini2009-04-06
| | | | Originally committed as revision 18341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix minor version for the r18116 entry: minor was not bumped in thatStefano Sabatini2009-04-06
| | | | | | revision. Originally committed as revision 18340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove JACK input device addition entry.Stefano Sabatini2009-04-03
| | | | | | The addition of a new component is not considered an API change. Originally committed as revision 18329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update after the last two commits.Stefano Sabatini2009-04-03
| | | | Originally committed as revision 18323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update after the last API change.Stefano Sabatini2009-04-02
| | | | Originally committed as revision 18318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The Mersenne Twister PRNG was removed, mention replacement.Diego Biurrun2009-03-25
| | | | Originally committed as revision 18183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reformat paragraphs and other cosmetic changes.Diego Biurrun2009-03-25
| | | | Originally committed as revision 18182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-09
| | | | | | consistent with av_fifo_generic_write. Originally committed as revision 17914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a part explaining that API should be considered unstable after majorReimar Döffinger2009-03-08
| | | | | | version changes and list dates of last major version increase. Originally committed as revision 17878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Preliminary summary of AVFifoBuffer changesReimar Döffinger2009-03-08
| | | | Originally committed as revision 17877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: TypoPanagiotis Issaris2009-03-03
| | | | Originally committed as revision 17760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: TypoPanagiotis Issaris2009-03-03
| | | | Originally committed as revision 17757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an API changelog with a first entry for the new metadata APIAurelien Jacobs2009-03-01
Originally committed as revision 17697 to svn://svn.ffmpeg.org/ffmpeg/trunk