summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf/mov.c: Set start_time for all streams (in case of edit lists).Sasi Inguva2018-08-111-2/+2
* lavf/mov: Force HEVC codec_id for code-point dvh1 and an hvcC atom.Carl Eugen Hoyos2018-08-091-0/+2
* libavformat/dashdec: Fix for un-free memoryColin NG2018-08-081-1/+0
* avformat/flvdec: add flv_full_metadata option into flvdecSteven Liu2018-08-071-2/+4
* avformat/flvdec: reindent code for previous commitSteven Liu2018-08-071-11/+11
* avformat/flvdec: add flv_ignore_prevtag option into flvdecSteven Liu2018-08-071-0/+4
* avformat/dashdec: remove unused functions and process codeSteven Liu2018-08-071-38/+8
* avformat/dashdec: Fix memleak when resolve_content_pathJacek Jendrzej2018-08-071-1/+4
* avformat/dashdec: fix for ticket #7336Jacek Jendrzej2018-08-071-2/+4
* avformat/flvenc: Check audio packet sizeMichael Niedermayer2018-08-041-0/+5
* avformat/matroskaenc: filter and reorder AV1 OBUsJames Almer2018-08-021-0/+6
* avformat/av1: reorder OBUs before writting them in ff_isom_write_av1c()James Almer2018-08-021-4/+46
* avcodec/av1_parse: return size of the parsed OBU in parse_obu_header()James Almer2018-08-021-20/+12
* avformat/av1: return an error when no data is provided to ff_isom_write_av1c()James Almer2018-08-021-0/+3
* avformat/avs: add descriptive name and urlGyan Doshi2018-08-021-1/+7
* libavformat/dashenc: Fix relative URI of HLS master playlistAntonio Morell2018-07-301-1/+1
* avformat/librtmp: fix returning EOF from Read/WriteTimo Rothenpieler2018-07-281-2/+8
* lavf: add avs2 fourcchwren2018-07-271-0/+1
* lavf/tcp: add option to setting Maximum Segment SizeJun Zhao2018-07-261-0/+11
* avformat/mov: Check default_encrypted_sample before use in mov_read_sample_en...Michael Niedermayer2018-07-261-0/+5
* lavf/isom: Make auxiliary_offsets consistently uint64_t.Carl Eugen Hoyos2018-07-251-1/+1
* lavf/flvdec: Remove an outdated comment.Carl Eugen Hoyos2018-07-251-2/+0
* avformat/mxfdec: drop invalid index table segments when sorting themMarton Balint2018-07-241-8/+17
* avformat/bink: move code for skipping unknown fields to correct placePaul B Mahol2018-07-221-6/+8
* avformat/movenc: add support for AV1 streamsJames Almer2018-07-204-7/+215
* avformat/mov: add support for AV1 streamsJames Almer2018-07-202-0/+32
* avformat/mxfdec: only call mxf_free_metadataset when ctx_size is != 0, otherw...Baptiste Coudurier2018-07-191-2/+3
* avformat/mov: only set handler_name from mdia->hdlrGyan Doshi2018-07-161-1/+2
* aadec: improve seeking in mp3 contentKarsten Otto2018-07-141-3/+16
* avformat/movenc: add reason for minf->hdlr in MOV onlyGyan Doshi2018-07-141-1/+1
* avformat/mxfdec: only return stream indexes which have a corresponding trackMarton Balint2018-07-131-1/+1
* avformat/mov: Simplify last element computation in mov_estimate_video_delay()Michael Niedermayer2018-07-131-3/+2
* avformat/mov: Break out of inner loop early in mov_estimate_video_delay()Michael Niedermayer2018-07-131-0/+2
* avformat/mov: Eliminate variable buf_size from mov_estimate_video_delay()Michael Niedermayer2018-07-121-11/+8
* avformat/mov: remove modulo operations from mov_estimate_video_delay()Michael Niedermayer2018-07-121-3/+7
* avformat/hlsenc: improve compute after_init_list_durSteven Liu2018-07-111-1/+1
* avformat/movenc: Write version 2 of audio atom if channels is not knownMichael Niedermayer2018-07-091-1/+1
* aadec: add chapters and seekingKarsten Otto2018-07-091-4/+81
* aadec: improve eof detectionKarsten Otto2018-07-081-2/+13
* avformat/movenc: Check input sample countMichael Niedermayer2018-07-081-0/+5
* avformat/mms: Add missing chunksize checkMichael Niedermayer2018-07-061-18/+26
* avformat/pva: Check for EOF before retrying in read_part_of_packet()Michael Niedermayer2018-07-051-0/+4
* avformat/rmdec: Do not pass mime type in rm_read_multi() to ff_rm_read_mdpr_c...Michael Niedermayer2018-07-051-1/+1
* avformat/asfdec_o: Check size_bmp more fullyMichael Niedermayer2018-07-051-1/+2
* avformat/mxfdec: Fix av_log contextMichael Niedermayer2018-07-051-1/+1
* avformat/mxfdec: add support for opAtom without indexMarton Balint2018-07-041-1/+1
* avformat/mxfdec: guess constant byte count indexes based on track durationMarton Balint2018-07-041-5/+15
* avformat/mxfdec: take into account index_edit_rateMarton Balint2018-07-041-5/+14
* avformat/mxfdec: fix indentation and rename mxf_read_packet_oldMarton Balint2018-07-041-17/+17
* avformat/mxfdec: add support for clip wrapped essencesMarton Balint2018-07-041-151/+131
OpenPOWER on IntegriCloud