aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/iamf: Mark symbols as hiddenAndreas Rheinhardt2024-03-171-0/+3
* avformat/mxfdec: signal channel layouts using the new channel layout apiMarton Balint2024-03-161-76/+51
* avformat/mov_chan: simplify channel layout canonicalizationMarton Balint2024-03-161-8/+4
* avformat/pcm: decrease target audio frame per sec to 10Marton Balint2024-03-161-1/+1
* avformat/wavdec: use ff_pcm_default_packet_size for the default packet sizeMarton Balint2024-03-161-9/+2
* avformat/pcm: factorize and improve determining the default packet sizeMarton Balint2024-03-162-12/+30
* avformat/mpegtsenc: correct bitstream checkGyan Doshi2024-03-161-1/+1
* avformat/dvdvideodec: use int64_t for menu blocks_read and make format expres...Marth642024-03-151-7/+8
* configure: Remove av_restrictAndreas Rheinhardt2024-03-153-6/+6
* avformat/internal: Remove declaration for ff_format_io_close_default()Andreas Rheinhardt2024-03-141-4/+0
* avformat/avidec: Fix integer overflow iff ULONG_MAX < INT64_MAXAndreas Rheinhardt2024-03-141-1/+1
* avformat/daudenc: force 2000 sample packet size with a bsfMarton Balint2024-03-141-6/+5
* avformat/gopher: Add audio and video itemtypesChristian Lee Seibold2024-03-121-0/+3
* avformat/webvttdec: Skip more parts of header to let parsing continueKristoffer Brånemyr2024-03-121-0/+2
* avformat/fifo_test: Move into tests/fifo_muxer.cAndreas Rheinhardt2024-03-125-160/+133
* avformat/sccdec: remove unused bprint.h includeMarth642024-03-121-1/+0
* avcodec/rcwtenc: canonize name and refresh documentationMarth642024-03-121-14/+7
* avformat/aea: add aea muxerasivery2024-03-124-1/+118
* avformat/dvdvideodec: add menu demuxing supportMarth642024-03-121-11/+303
* avformat/dvdvideodec: add CLUT utilities and subtitle color supportMarth642024-03-124-1/+127
* lavf/fifo: sort options by nameStefano Sabatini2024-03-121-14/+14
* lavf/fifo: fix typoStefano Sabatini2024-03-111-1/+1
* lavf/dvenc: improve error messagingStefano Sabatini2024-03-111-36/+80
* avformat/concatdec: Check in and outpoints to be to produce a positive repres...Michael Niedermayer2024-03-101-0/+6
* avformat/dvdvideodec: assign mono channel layout explicitlyMarth642024-03-101-1/+3
* avformat/mxfenc: add h264_mp4toannexb bitstream filter if needed when muxing ...Marton Balint2024-03-081-0/+12
* avformat/tests/movenc: Constify write functionsAndreas Rheinhardt2024-03-081-2/+2
* lavf/matroskadec: add missing linebreaks in error messagesAnton Khirnov2024-03-071-3/+3
* libs: bump major version for all librariesJames Almer2024-03-072-2/+2
* avformat/avformat: Reorder AVFormatContext fieldsJames Almer2024-03-071-111/+111
* avformat/avformat: remove AVFormatContext.ts_idJames Almer2024-03-072-7/+1
* avformat/demux: Use enum AVCodecID for raw_codec_idAndreas Rheinhardt2024-03-071-1/+1
* avformat/avformat: Add FFInputFormat, hide internals of AVInputFormatAndreas Rheinhardt2024-03-07274-1812/+2028
* avformat/version_major: postpone some deprecations until the next bumpJames Almer2024-03-071-4/+4
* avutil: remove deprecated FF_API_PKT_DURATIONJames Almer2024-03-071-7/+0
* avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUTJames Almer2024-03-078-135/+1
* avformat: remove deprecated FF_API_AVIO_WRITE_NONCONSTJames Almer2024-03-078-66/+0
* avformat: remove deprecated FF_API_AVFORMAT_IO_CLOSEJames Almer2024-03-0710-65/+2
* avformat: remove deprecated FF_API_AVIODIRCONTEXTJames Almer2024-03-073-9/+0
* avformat: remove deprecated FF_API_GET_END_PTSJames Almer2024-03-073-18/+0
* avformat/options: Deprecate av_fmt_ctx_get_duration_estimation_method()Andreas Rheinhardt2024-03-064-1/+8
* avformat/mov: fix setting dependent disposition on ambisonic IAMF streamsJames Almer2024-03-051-1/+4
* avformat/avformat: add a function to return the name of stream groupsJames Almer2024-03-053-1/+16
* avformat/iamf_writer: constify some variablesJames Almer2024-03-051-10/+11
* avformat/iamf_writer: clear extradata_size on extradata allocation failureJames Almer2024-03-051-1/+3
* avformat/dashenc, hlsenc: Return 0 on succes from write_headerAndreas Rheinhardt2024-03-052-2/+2
* avformat/hlsenc: Redo checking for strftime %s support to avoid warningsAndreas Rheinhardt2024-03-051-7/+12
* avformat/avio: Avoid av_strdup(NULL)Andreas Rheinhardt2024-03-051-8/+12
* avformat/avio: Avoid indirection in ffio_fdopen()Andreas Rheinhardt2024-03-051-19/+21
* avformat/avio: Avoid function pointer castsAndreas Rheinhardt2024-03-055-10/+14