Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-10avformat/mux_utils: Move ff_format_shift_data to new file for mux utilsAndreas Rheinhardt
2022-03-15segafilm: convert to new channel layout APIVittorio Giovara
2022-01-04avformat/segafilmenc: use ff_format_shift_data for shiftingMarton Balint
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2020-07-26avformat/segafilmenc: Avoid seek when writing headerAndreas Rheinhardt
2020-07-26avformat/segafilmenc: Don't store packet info in linked listAndreas Rheinhardt
2020-07-26avformat/segafilmenc: Simplify writing two bytesAndreas Rheinhardt
2020-07-26avformat/segafilmenc: Remove write-only variableAndreas Rheinhardt
2020-02-25avformat/segafilmenc: Add deinit functionAndreas Rheinhardt
2020-02-25avformat/segafilmenc: Combine several checksAndreas Rheinhardt
2020-02-22avformat/segafilmenc: Remove redundant checksAndreas Rheinhardt
2020-02-16avformat/segafilmenc: Remove AVClassAndreas Rheinhardt
2020-01-17avformat/movenc, segafilmenc: Remove unnecessary avio_tell()Andreas Rheinhardt
2020-01-15avformat/segafilmenc: Check early whether video is allowedAndreas Rheinhardt
2020-01-15avformat/segafilmenc: Postpone check for existence of video streamAndreas Rheinhardt
2020-01-15avformat/segafilmenc: Fix undefined left shift of 1 by 31 placesAndreas Rheinhardt
2020-01-07avformat: remove more unneeded avio_flush() callsMarton Balint
2019-10-22avformat/segafilmenc: remove unneeded codeSteven Liu
2018-05-08avformat/segafilmenc - set keyframe bit correctlyGyan Doshi
2018-04-10lavf/segafilmenc: Do not mix variable declaration and code.Carl Eugen Hoyos
2018-04-06Add Sega FILM muxerMisty De Meo