You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
982B

  1. 20090308 - r17869 - lavu 50.0.0 - AVFifoBuffer
  2. av_fifo_init, av_fifo_read, av_fifo_write and av_fifo_realloc were dropped and replaced
  3. by av_fifo_alloc, av_fifo_generic_read, av_fifo_generic_write and av_fifo_realloc2.
  4. The AVFifoBuffer/struct AVFifoBuffer may only be used in an opaque way by applications,
  5. they may not use sizeof() or directly access members.
  6. 20090301 - r17682 - lavf 52.31.0 - Generic metadata API
  7. This version introduces a new metadata API (see av_metadata_get() and friends).
  8. The old API is now deprecated and shouldn't be used anymore. This especially
  9. includes the following structure fields:
  10. - AVFormatContext.title
  11. - AVFormatContext.author
  12. - AVFormatContext.copyright
  13. - AVFormatContext.comment
  14. - AVFormatContext.album
  15. - AVFormatContext.year
  16. - AVFormatContext.track
  17. - AVFormatContext.genre
  18. - AVStream.language
  19. - AVStream.filename
  20. - AVProgram.provider_name
  21. - AVProgram.name
  22. - AVChapter.title