summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* flvdec: require need_context_update when changing codec idAndreas Cadhalpun2016-11-251-6/+21
* sbgdec: prevent NULL pointer accessAndreas Cadhalpun2016-11-231-1/+1
* rmdec: validate block alignmentAndreas Cadhalpun2016-11-231-0/+4
* avformat/mpeg: Adjust vid probe threshold to correct mis-detectionMichael Niedermayer2016-11-231-1/+1
* mxfdec: fix NULL pointer dereference in mxf_read_packet_oldAndreas Cadhalpun2016-11-231-1/+1
* avformat/flvenc: add no_metadata to flvflagsSteven Liu2016-11-221-1/+7
* avformat/utils: add missing brackets around arguments in av_realloc() callJames Almer2016-11-211-1/+1
* avformat/movenc: Restrict experimental VP9 support to MODE_MP4.Matthew Gregan2016-11-211-2/+5
* Add experimental demuxing support for FLAC in ISO BMFF (MP4).Matthew Gregan2016-11-211-0/+39
* Add experimental muxing support for FLAC in ISO BMFF (MP4).Matthew Gregan2016-11-212-3/+48
* avformat/matroskaenc: write updated STREAMINFO metadata for FLAC streams if a...James Almer2016-11-201-0/+52
* avformat/matroskaenc: postpone writing the Tracks masterJames Almer2016-11-201-5/+15
* ffmdec: validate codec parametersAndreas Cadhalpun2016-11-201-10/+42
* avformat/utils: check for overflow before reallocating side dataJames Almer2016-11-191-1/+4
* avformat/matroska: use av_stream_add_side_data() for stereo3d side dataJames Almer2016-11-191-14/+8
* avformat/mov: reuse existing err variableJames Almer2016-11-191-5/+3
* avformat/mov: use av_stream_add_side_data() for displaymatrix side dataJames Almer2016-11-181-12/+5
* avformat/utils: add av_stream_add_side_data()James Almer2016-11-183-10/+39
* avformat/flvdec: add debug message to list keyframes index metadataSteven Liu2016-11-191-0/+2
* avformat/apngenc: use the stream parameters extradata if availableJames Almer2016-11-181-0/+9
* Revert "apngdec: use side data to pass extradata to the decoder"James Almer2016-11-181-49/+24
* avformat/movenc: Check frame rate before use.Michael Niedermayer2016-11-171-1/+3
* Merge commit '4f7723cb3b913c577842a5bb088c804ddacac8df'Hendrik Leppkes2016-11-172-3/+27
|\
| * movenc: Add an option for skipping writing the mfra/tfra/mfro trailerMartin Storsjö2016-07-082-3/+27
| * matroskadec: export CodecDelayAnton Khirnov2016-07-031-0/+7
| * oggparseopus: export pre-skipAnton Khirnov2016-07-021-0/+2
* | lavf/Makefile: Fix rule for the data muxer.Carl Eugen Hoyos2016-11-141-1/+1
* | Merge commit '029cf99c5166b36f33381cd8ebfa5f1f1f463d1f'Hendrik Leppkes2016-11-141-3/+2
|\ \ | |/
| * mov: Save number of stsd elements after stream extradata allocationVittorio Giovara2016-06-291-3/+4
* | Merge commit 'e72d6fa08a3c1876109149401753a8d2c736d418'Hendrik Leppkes2016-11-143-17/+14
|\ \ | |/
| * build: Move MP2 muxer declaration away from MP3 muxer codeDiego Biurrun2016-06-293-17/+14
* | lavf/mux: don't warn about missing timestamps on attached picturesRodger Combs2016-11-141-0/+1
* | Merge commit '785c25443b56adb6dbbb78d68cccbd9bd4a42e05'Hendrik Leppkes2016-11-133-25/+31
|\ \ | |/
| * movenc: Apply offsets on timestamps when peeking into interleaving queuesMartin Storsjö2016-06-283-15/+30
| * librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato2016-06-221-0/+2
* | filmstripdec: correctly check image dimensionsAndreas Cadhalpun2016-11-131-4/+3
* | avformat: Add Pro-MPEG CoP #3-R2 FEC protocolVlad Tarca2016-11-134-3/+541
* | lavf/fifo: fix undefined behaviour in deinit when destroying mutexMarton Balint2016-11-131-1/+4
* | avformat/mov: zero initialize codec_name in mov_parse_stsd_video()James Almer2016-11-121-1/+1
* | increment initial_prog_date_time when removing old segmentsRobert Nagy2016-11-121-0/+1
* | icodec: correctly check avio_read return valueAndreas Cadhalpun2016-11-101-2/+6
* | lavf/mov.c: Fallback to finding non-keyframe in fix_index, if keyframe search...Sasi Inguva2016-11-101-11/+30
* | avformat/flvenc: add add_keyframe_index optionSteven Liu2016-11-101-10/+321
* | nut: add gray12 supportMichael Niedermayer2016-11-101-0/+2
* | icodec: add ico_read_close to fix leaking ico->imagesAndreas Cadhalpun2016-11-091-0/+8
* | icodec: fix leaking pkt on errorAndreas Cadhalpun2016-11-091-1/+3
* | mpegts: prevent division by zeroAndreas Cadhalpun2016-11-081-2/+11
* | matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_headerAndreas Cadhalpun2016-11-081-0/+5
* | avformat/matroskadec: fix DiscardPadding element parsingJames Almer2016-11-081-3/+7
* | avformat/mov: Read multiple stsd from DVVittorio Giovara2016-11-081-0/+2
OpenPOWER on IntegriCloud