]> git.sesse.net Git - ffmpeg/history - libavformat/hdsenc.c
configure: Add check_x86asm() helper function to simplify some expressions
[ffmpeg] / libavformat / hdsenc.c
2017-02-11 Anton KhirnovUse the new AVIOContext destructor.
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2016-01-24 Anton Khirnovlavf: allow custom IO for all files
2014-11-27 Martin StorsjöRevert "lavf: Don't try to update files atomically...
2014-11-24 Martin Storsjölavf: Don't try to update files atomically with renames...
2014-11-19 Martin Storsjöhdsenc: Clear the previous codec tag when setting up...
2014-11-19 Martin Storsjöhdsenc: Use the right filename in an error message
2014-10-24 Luca Barbatolavf: replace rename() with ff_rename()
2014-10-06 Martin Storsjölavf: Set the stream time base hint properly for chaine...
2014-09-07 Martin Storsjölibavformat: Check mkdir return error codes
2013-12-14 Michael Niedermayerhdsenc: Check the init_file() return code
2013-12-14 Michael Niedermayerhdsenc: Fix an off by one error in an array size check
2013-12-14 Michael Niedermayerhdsenc: Avoid integer overflow
2013-11-02 Martin StorsjöAdd an HDS live fragmenting muxer