summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/flvenc: add no_metadata to flvflagsSteven Liu2016-11-22
* avformat/utils: add missing brackets around arguments in av_realloc() callJames Almer2016-11-21
* avformat/movenc: Restrict experimental VP9 support to MODE_MP4.Matthew Gregan2016-11-21
* Add experimental demuxing support for FLAC in ISO BMFF (MP4).Matthew Gregan2016-11-21
* Add experimental muxing support for FLAC in ISO BMFF (MP4).Matthew Gregan2016-11-21
* avformat/matroskaenc: write updated STREAMINFO metadata for FLAC streams if a...James Almer2016-11-20
* avformat/matroskaenc: postpone writing the Tracks masterJames Almer2016-11-20
* ffmdec: validate codec parametersAndreas Cadhalpun2016-11-20
* avformat/utils: check for overflow before reallocating side dataJames Almer2016-11-19
* avformat/matroska: use av_stream_add_side_data() for stereo3d side dataJames Almer2016-11-19
* avformat/mov: reuse existing err variableJames Almer2016-11-19
* avformat/mov: use av_stream_add_side_data() for displaymatrix side dataJames Almer2016-11-18
* avformat/utils: add av_stream_add_side_data()James Almer2016-11-18
* avformat/flvdec: add debug message to list keyframes index metadataSteven Liu2016-11-19
* avformat/apngenc: use the stream parameters extradata if availableJames Almer2016-11-18
* Revert "apngdec: use side data to pass extradata to the decoder"James Almer2016-11-18
* avformat/movenc: Check frame rate before use.Michael Niedermayer2016-11-17
* Merge commit '4f7723cb3b913c577842a5bb088c804ddacac8df'Hendrik Leppkes2016-11-17
|\
| * movenc: Add an option for skipping writing the mfra/tfra/mfro trailerMartin Storsjö2016-07-08
| * matroskadec: export CodecDelayAnton Khirnov2016-07-03
| * oggparseopus: export pre-skipAnton Khirnov2016-07-02
* | lavf/Makefile: Fix rule for the data muxer.Carl Eugen Hoyos2016-11-14
* | Merge commit '029cf99c5166b36f33381cd8ebfa5f1f1f463d1f'Hendrik Leppkes2016-11-14
|\|
| * mov: Save number of stsd elements after stream extradata allocationVittorio Giovara2016-06-29
* | Merge commit 'e72d6fa08a3c1876109149401753a8d2c736d418'Hendrik Leppkes2016-11-14
|\|
| * build: Move MP2 muxer declaration away from MP3 muxer codeDiego Biurrun2016-06-29
* | lavf/mux: don't warn about missing timestamps on attached picturesRodger Combs2016-11-14
* | Merge commit '785c25443b56adb6dbbb78d68cccbd9bd4a42e05'Hendrik Leppkes2016-11-13
|\|
| * movenc: Apply offsets on timestamps when peeking into interleaving queuesMartin Storsjö2016-06-28
| * librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato2016-06-22
* | filmstripdec: correctly check image dimensionsAndreas Cadhalpun2016-11-13
* | avformat: Add Pro-MPEG CoP #3-R2 FEC protocolVlad Tarca2016-11-13
* | lavf/fifo: fix undefined behaviour in deinit when destroying mutexMarton Balint2016-11-13
* | avformat/mov: zero initialize codec_name in mov_parse_stsd_video()James Almer2016-11-12
* | increment initial_prog_date_time when removing old segmentsRobert Nagy2016-11-12
* | icodec: correctly check avio_read return valueAndreas Cadhalpun2016-11-10
* | lavf/mov.c: Fallback to finding non-keyframe in fix_index, if keyframe search...Sasi Inguva2016-11-10
* | avformat/flvenc: add add_keyframe_index optionSteven Liu2016-11-10
* | nut: add gray12 supportMichael Niedermayer2016-11-10
* | icodec: add ico_read_close to fix leaking ico->imagesAndreas Cadhalpun2016-11-09
* | icodec: fix leaking pkt on errorAndreas Cadhalpun2016-11-09
* | mpegts: prevent division by zeroAndreas Cadhalpun2016-11-08
* | matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_headerAndreas Cadhalpun2016-11-08
* | avformat/matroskadec: fix DiscardPadding element parsingJames Almer2016-11-08
* | avformat/mov: Read multiple stsd from DVVittorio Giovara2016-11-08
* | hls: fix leaking avio_opts on hls_read_header errorAndreas Cadhalpun2016-11-07
* | hls: move hls_close above hls_read_headerAndreas Cadhalpun2016-11-07
* | avformat/hls: Add missing error check for avcodec_parameters_copy()Anssi Hannula2016-11-07
* | avformat/hls: Fix probing mpegts audio streams that use probingAnssi Hannula2016-11-07
* | avformat/hls: Factor copying stream info to a separate functionAnssi Hannula2016-11-07