| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/iamf: Mark symbols as hidden | Andreas Rheinhardt | 2024-03-17 | 1 | -0/+3 |
* | avformat/mxfdec: signal channel layouts using the new channel layout api | Marton Balint | 2024-03-16 | 1 | -76/+51 |
* | avformat/mov_chan: simplify channel layout canonicalization | Marton Balint | 2024-03-16 | 1 | -8/+4 |
* | avformat/pcm: decrease target audio frame per sec to 10 | Marton Balint | 2024-03-16 | 1 | -1/+1 |
* | avformat/wavdec: use ff_pcm_default_packet_size for the default packet size | Marton Balint | 2024-03-16 | 1 | -9/+2 |
* | avformat/pcm: factorize and improve determining the default packet size | Marton Balint | 2024-03-16 | 2 | -12/+30 |
* | avformat/mpegtsenc: correct bitstream check | Gyan Doshi | 2024-03-16 | 1 | -1/+1 |
* | avformat/dvdvideodec: use int64_t for menu blocks_read and make format expres... | Marth64 | 2024-03-15 | 1 | -7/+8 |
* | configure: Remove av_restrict | Andreas Rheinhardt | 2024-03-15 | 3 | -6/+6 |
* | avformat/internal: Remove declaration for ff_format_io_close_default() | Andreas Rheinhardt | 2024-03-14 | 1 | -4/+0 |
* | avformat/avidec: Fix integer overflow iff ULONG_MAX < INT64_MAX | Andreas Rheinhardt | 2024-03-14 | 1 | -1/+1 |
* | avformat/daudenc: force 2000 sample packet size with a bsf | Marton Balint | 2024-03-14 | 1 | -6/+5 |
* | avformat/gopher: Add audio and video itemtypes | Christian Lee Seibold | 2024-03-12 | 1 | -0/+3 |
* | avformat/webvttdec: Skip more parts of header to let parsing continue | Kristoffer Brånemyr | 2024-03-12 | 1 | -0/+2 |
* | avformat/fifo_test: Move into tests/fifo_muxer.c | Andreas Rheinhardt | 2024-03-12 | 5 | -160/+133 |
* | avformat/sccdec: remove unused bprint.h include | Marth64 | 2024-03-12 | 1 | -1/+0 |
* | avcodec/rcwtenc: canonize name and refresh documentation | Marth64 | 2024-03-12 | 1 | -14/+7 |
* | avformat/aea: add aea muxer | asivery | 2024-03-12 | 4 | -1/+118 |
* | avformat/dvdvideodec: add menu demuxing support | Marth64 | 2024-03-12 | 1 | -11/+303 |
* | avformat/dvdvideodec: add CLUT utilities and subtitle color support | Marth64 | 2024-03-12 | 4 | -1/+127 |
* | lavf/fifo: sort options by name | Stefano Sabatini | 2024-03-12 | 1 | -14/+14 |
* | lavf/fifo: fix typo | Stefano Sabatini | 2024-03-11 | 1 | -1/+1 |
* | lavf/dvenc: improve error messaging | Stefano Sabatini | 2024-03-11 | 1 | -36/+80 |
* | avformat/concatdec: Check in and outpoints to be to produce a positive repres... | Michael Niedermayer | 2024-03-10 | 1 | -0/+6 |
* | avformat/dvdvideodec: assign mono channel layout explicitly | Marth64 | 2024-03-10 | 1 | -1/+3 |
* | avformat/mxfenc: add h264_mp4toannexb bitstream filter if needed when muxing ... | Marton Balint | 2024-03-08 | 1 | -0/+12 |
* | avformat/tests/movenc: Constify write functions | Andreas Rheinhardt | 2024-03-08 | 1 | -2/+2 |
* | lavf/matroskadec: add missing linebreaks in error messages | Anton Khirnov | 2024-03-07 | 1 | -3/+3 |
* | libs: bump major version for all libraries | James Almer | 2024-03-07 | 2 | -2/+2 |
* | avformat/avformat: Reorder AVFormatContext fields | James Almer | 2024-03-07 | 1 | -111/+111 |
* | avformat/avformat: remove AVFormatContext.ts_id | James Almer | 2024-03-07 | 2 | -7/+1 |
* | avformat/demux: Use enum AVCodecID for raw_codec_id | Andreas Rheinhardt | 2024-03-07 | 1 | -1/+1 |
* | avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat | Andreas Rheinhardt | 2024-03-07 | 274 | -1812/+2028 |
* | avformat/version_major: postpone some deprecations until the next bump | James Almer | 2024-03-07 | 1 | -4/+4 |
* | avutil: remove deprecated FF_API_PKT_DURATION | James Almer | 2024-03-07 | 1 | -7/+0 |
* | avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT | James Almer | 2024-03-07 | 8 | -135/+1 |
* | avformat: remove deprecated FF_API_AVIO_WRITE_NONCONST | James Almer | 2024-03-07 | 8 | -66/+0 |
* | avformat: remove deprecated FF_API_AVFORMAT_IO_CLOSE | James Almer | 2024-03-07 | 10 | -65/+2 |
* | avformat: remove deprecated FF_API_AVIODIRCONTEXT | James Almer | 2024-03-07 | 3 | -9/+0 |
* | avformat: remove deprecated FF_API_GET_END_PTS | James Almer | 2024-03-07 | 3 | -18/+0 |
* | avformat/options: Deprecate av_fmt_ctx_get_duration_estimation_method() | Andreas Rheinhardt | 2024-03-06 | 4 | -1/+8 |
* | avformat/mov: fix setting dependent disposition on ambisonic IAMF streams | James Almer | 2024-03-05 | 1 | -1/+4 |
* | avformat/avformat: add a function to return the name of stream groups | James Almer | 2024-03-05 | 3 | -1/+16 |
* | avformat/iamf_writer: constify some variables | James Almer | 2024-03-05 | 1 | -10/+11 |
* | avformat/iamf_writer: clear extradata_size on extradata allocation failure | James Almer | 2024-03-05 | 1 | -1/+3 |
* | avformat/dashenc, hlsenc: Return 0 on succes from write_header | Andreas Rheinhardt | 2024-03-05 | 2 | -2/+2 |
* | avformat/hlsenc: Redo checking for strftime %s support to avoid warnings | Andreas Rheinhardt | 2024-03-05 | 1 | -7/+12 |
* | avformat/avio: Avoid av_strdup(NULL) | Andreas Rheinhardt | 2024-03-05 | 1 | -8/+12 |
* | avformat/avio: Avoid indirection in ffio_fdopen() | Andreas Rheinhardt | 2024-03-05 | 1 | -19/+21 |
* | avformat/avio: Avoid function pointer casts | Andreas Rheinhardt | 2024-03-05 | 5 | -10/+14 |