summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* lavf/hls: enable custom interrup callback in sub-demuxerJun Zhao2020-07-20
* avformat/crypto.c: remove unnecessary codeSteven Liu2020-07-20
* avformat/apm: fix variable/structure names and cosmeticsZane van Iperen2020-07-19
* avformat/apm: use the entire APMState structure as extradataZane van Iperen2020-07-19
* avformat/apm: read header correctlyZane van Iperen2020-07-19
* avformat/au: Avoid allocation for metadata stringAndreas Rheinhardt2020-07-18
* avformat/au: Simplify writing string into AVBPrintAndreas Rheinhardt2020-07-18
* avformat/au: Remove redundant av_freep()Andreas Rheinhardt2020-07-18
* avformat/au: Store strings instead of pointers to strings in arrayAndreas Rheinhardt2020-07-18
* avformat/mov: fix atom type to string conversionZhao Zhili2020-07-16
* avformat/riffenc: indicate storage of flipped RGB bitmapsGyan Doshi2020-07-15
* API: add AV_PKT_DATA_S12M_TIMECODE to AVPacketSideDataTypeLimin Wang2020-07-15
* avformat/mov: fix missing line break in messagesMoritz Barsnick2020-07-12
* lavf/udp: fix the comments for default UDP socket recvbuf sizeJun Zhao2020-07-12
* avformat/sdp: Fix potential write beyond end of bufferAndreas Rheinhardt2020-07-10
* avformat/mm: Check for existence of audio streamAndreas Rheinhardt2020-07-10
* libavformat/dashenc.c: Support mpd update periodSiyuan Huang2020-07-09
* avformat/gifdec: -1 -> AV_BPRINT_SIZE_UNLIMITEDLimin Wang2020-07-08
* avformat/mov: Fix unaligned read of uint32_t and endian-dependance in mov_rea...Zhao Zhili2020-07-07
* avformat/smjpegdec: Check the existence of referred streamsMichael Niedermayer2020-07-07
* avformat/hlsenc: check fragment size plus start_pos large than hls_segment_sizeSteven Liu2020-07-07
* libavformat/hlsenc: Remove duplicate close of the output stream.Andrey Semashev2020-07-06
* avformat/smacker: CosmeticsAndreas Rheinhardt2020-07-04
* avformat/smacker: Use st->priv_data to store arrayAndreas Rheinhardt2020-07-04
* avformat/smacker: Don't read only one byte at a timeAndreas Rheinhardt2020-07-04
* avformat/smacker: Don't allocate arrays separatelyAndreas Rheinhardt2020-07-04
* avformat/smacker: Improve timestampsAndreas Rheinhardt2020-07-04
* avformat/smacker: Stop caching and copying audio framesAndreas Rheinhardt2020-07-04
* avformat/smacker: Check audio frame sizeAndreas Rheinhardt2020-07-04
* avformat/smacker: Avoid potential inifinite loop on errorAndreas Rheinhardt2020-07-04
* avformat/smacker: Don't increase packet counter prematurelyAndreas Rheinhardt2020-07-04
* libavformat/img2dec: Added pgx demuxerGautam Ramakrishnan2020-07-03
* avformat/icecast: Add option to use TLS connectionMarvin Scholz2020-07-02
* avformat/hlsenc: simplify code to pass s directlyLimin Wang2020-07-02
* avformat/hlsenc: fix av_bprint_finalize() usageLimin Wang2020-07-02
* avformat/hlsenc: use proper error codesLimin Wang2020-07-02
* avformat/au: check return value of au_read_annotation()Limin Wang2020-07-02
* avformat/au: check return value of av_bprint_finalize()Limin Wang2020-07-02
* avformat/dump: add a \n for end of ERROR logLimin Wang2020-07-02
* avformat/hevc: Defer initializations in ff_isom_write_hvcc()Andreas Rheinhardt2020-07-02
* avformat/mov: fix memleaksZhao Zhili2020-07-01
* libavformat/mov: Fix memleaks when demuxing DV audioAndreas Rheinhardt2020-07-01
* avformat/utils: reorder duration computation to avoid overflowMichael Niedermayer2020-07-01
* avformat/hls: Pass a copy of the URL for probingMichael Niedermayer2020-07-01
* avformat/isom: add comment to mov_mdhd_language_mapZhao Zhili2020-07-01
* avformat/dump: Use intermediate pointer for access to programs arrayAndreas Rheinhardt2020-06-30
* avformat/dump: Use const where appropriateAndreas Rheinhardt2020-06-30
* lavf/movenc: Use a dynamic buffer when writing the mfra boxDerek Buitenhuis2020-06-28
* avformat/smoothstreaming: Add deinit functionAndreas Rheinhardt2020-06-27
* avformat/smoothstreaming: Don't write trailer of subcontextAndreas Rheinhardt2020-06-27