Skip to content
Snippets Groups Projects
  1. May 09, 2024
  2. Apr 24, 2024
  3. Apr 02, 2024
  4. Mar 30, 2024
  5. Mar 25, 2024
  6. Mar 19, 2024
  7. Mar 16, 2024
  8. Mar 07, 2024
    • Andreas Rheinhardt's avatar
      avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat · b800327f
      Andreas Rheinhardt authored and James Almer's avatar James Almer committed
      
      This commit does for AVInputFormat what commit
      59c9dc82 did for AVOutputFormat:
      It adds a new type FFInputFormat, moves all the internals
      of AVInputFormat to it and adds a now reduced AVInputFormat
      as first member.
      
      This does not affect/improve extensibility of both public
      or private fields for demuxers (it is still a mess due to lavd).
      
      This is possible since 50f34172
      (which removed the last usage of an internal field of AVInputFormat
      in fftools).
      
      (Hint: tools/probetest.c accesses the internals of FFInputFormat
      as well, but given that it is a testing tool this is not considered
      a problem.)
      
      Signed-off-by: default avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
      b800327f
  9. Feb 21, 2024
  10. Dec 29, 2023
  11. Dec 14, 2023
  12. Dec 11, 2023
  13. Nov 28, 2023
  14. Nov 26, 2023
  15. Nov 19, 2023
  16. Nov 18, 2023
    • Diederik de Haas via ffmpeg-devel's avatar
      apply spelling fixes · c07ed10b
      Diederik de Haas via ffmpeg-devel authored
      
      Fix spelling issue as reported by Debian's lintian tool:
      accomodate -> accommodate
      addtional -> additional
      auxillary -> auxiliary
      bellow -> below
      betweeen -> between
      Calulate -> Calculate
      coefficents -> coefficients
      Defalt -> Default
      defaul -> default
      higer -> higher
      neccesary -> necessary
      orignal -> original
      ouput -> output
      precison -> precision
      processsing -> processing
      substract -> subtract
      Transfered -> Transferred
      upto -> up to
      
      Also add several of them to the 'common typos' check in patcheck.
      
      Signed-off-by: default avatarDiederik de Haas <didi.debian@cknow.org>
      c07ed10b
  17. Nov 14, 2023
  18. Nov 01, 2023
  19. Oct 03, 2023
  20. Sep 22, 2023
  21. Sep 10, 2023
  22. Sep 06, 2023
  23. Sep 04, 2023
  24. Jun 30, 2023
  25. Jun 29, 2023
  26. Jun 23, 2023
  27. Jun 06, 2023
  28. May 28, 2023
  29. May 14, 2023
  30. Apr 30, 2023
  31. Apr 28, 2023
  32. Apr 22, 2023
Loading