| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/avformat: Move AVOutputFormat internals out of public header | Andreas Rheinhardt | 2023-02-09 | 1 | -6/+6 |
* | avformat/mux_utils: Move ff_format_shift_data to new file for mux utils | Andreas Rheinhardt | 2022-05-10 | 1 | -1/+1 |
* | segafilm: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -1/+1 |
* | avformat/segafilmenc: use ff_format_shift_data for shifting | Marton Balint | 2022-01-03 | 1 | -46/+5 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/segafilmenc: Avoid seek when writing header | Andreas Rheinhardt | 2020-07-26 | 1 | -60/+56 |
* | avformat/segafilmenc: Don't store packet info in linked list | Andreas Rheinhardt | 2020-07-26 | 1 | -89/+40 |
* | avformat/segafilmenc: Simplify writing two bytes | Andreas Rheinhardt | 2020-07-26 | 1 | -2/+1 |
* | avformat/segafilmenc: Remove write-only variable | Andreas Rheinhardt | 2020-07-26 | 1 | -2/+0 |
* | avformat/segafilmenc: Add deinit function | Andreas Rheinhardt | 2020-02-25 | 1 | -0/+14 |
* | avformat/segafilmenc: Combine several checks | Andreas Rheinhardt | 2020-02-25 | 1 | -17/+9 |
* | avformat/segafilmenc: Remove redundant checks | Andreas Rheinhardt | 2020-02-22 | 1 | -6/+2 |
* | avformat/segafilmenc: Remove AVClass | Andreas Rheinhardt | 2020-02-15 | 1 | -8/+0 |
* | avformat/movenc, segafilmenc: Remove unnecessary avio_tell() | Andreas Rheinhardt | 2020-01-17 | 1 | -1/+1 |
* | avformat/segafilmenc: Check early whether video is allowed | Andreas Rheinhardt | 2020-01-14 | 1 | -8/+11 |
* | avformat/segafilmenc: Postpone check for existence of video stream | Andreas Rheinhardt | 2020-01-14 | 1 | -4/+4 |
* | avformat/segafilmenc: Fix undefined left shift of 1 by 31 places | Andreas Rheinhardt | 2020-01-14 | 1 | -1/+1 |
* | avformat: remove more unneeded avio_flush() calls | Marton Balint | 2020-01-07 | 1 | -2/+0 |
* | avformat/segafilmenc: remove unneeded code | Steven Liu | 2019-10-22 | 1 | -2/+0 |
* | avformat/segafilmenc - set keyframe bit correctly | Gyan Doshi | 2018-05-08 | 1 | -1/+1 |
* | lavf/segafilmenc: Do not mix variable declaration and code. | Carl Eugen Hoyos | 2018-04-10 | 1 | -2/+2 |
* | Add Sega FILM muxer | Misty De Meo | 2018-04-05 | 1 | -0/+398 |