summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat: Add ZeroMQ as a protocolAndriy Gelman2019-09-024-1/+202
* avformat/mpegtsenc: fix flushing of audio packetsMarton Balint2019-09-021-17/+2
* avformat/dashdec: start from the root uri when baseURL is start with '/'Steven Liu2019-09-021-1/+11
* lavf/hlsenc: refine the get_relative_url function to avoid extra malloc for r...Limin Wang2019-09-023-39/+19
* avformat/utils: return pending IO error on EOF in av_read_frame()Marton Balint2019-08-311-0/+5
* avformat/avidec: add support for recognizing HEVC fourcc when demuxingMarton Balint2019-08-313-0/+10
* avformat/mpegts: fix teletext PTS when selecting teletext streams onlyMarton Balint2019-08-311-3/+5
* avcodec: add IMM5 decoderPaul B Mahol2019-08-291-0/+1
* avformat/mpsubdec: Remove floating point usageMichael Niedermayer2019-08-291-17/+67
* lavf/dump: dump the vbv_delay with N/A instead of 18446744073709551615Limin Wang2019-08-281-4/+7
* avformat/dsfdec: set packet pts/duration/pos correctlyPaul B Mahol2019-08-281-2/+15
* avformat/mov: improve timecode calculationPaul B Mahol2019-08-281-2/+2
* avformat/dhav: always initializer retPaul B Mahol2019-08-281-1/+1
* avformat/hlsenc: remove unused valueSteven Liu2019-08-261-1/+0
* avformat/hlsenc: fix memleak of filenameSteven Liu2019-08-261-2/+1
* avformat/hlsenc: fix memleak in hls_write_trailerSteven Liu2019-08-261-0/+1
* avformat/movenc: add muxing support for Dolby TrueHD streamsJames Almer2019-08-242-2/+62
* avformat/mov: add demuxing support for Dolby TrueHD streamsJames Almer2019-08-243-1/+36
* avformat/dhav: handle files missing data at startPaul B Mahol2019-08-241-4/+19
* avformat/dhav: gracefully handle corrupted filesPaul B Mahol2019-08-241-24/+38
* avformat/mpegtsenc: get rid of packet counting for sdt/pat/pmtMarton Balint2019-08-232-57/+39
* avformat/mpegtsenc: move some code around and simplify a bitMarton Balint2019-08-231-11/+9
* avformat/mpegtsenc: add support for setting PCR interval for VBR streamsMarton Balint2019-08-231-4/+5
* avformat/mpegtsenc: rename pcr_period variable to pcr_period_msMarton Balint2019-08-231-3/+3
* avformat/mpsubdec: Check pts / duration before castMichael Niedermayer2019-08-231-2/+9
* avformat/flvdec: delete unused codeleozhang2019-08-231-17/+0
* avformat/mxfdec: do not ignore bad size errorsMarton Balint2019-08-221-2/+2
* avformat/realtextdec: free queue on errorMichael Niedermayer2019-08-221-0/+2
* avformat/vividas: Check av_xiphlacing() return value before useMichael Niedermayer2019-08-221-2/+8
* avformat/hlsenc: avformat/hlsenc: simplified codeSteven Liu2019-08-211-6/+1
* avformat/hlsenc: simplified code of use_localtime in hls_initSteven Liu2019-08-211-11/+4
* avformat/hlsenc: fix memleak in update_variant_stream_infoSteven Liu2019-08-211-2/+6
* avformat/hlsenc: reindent codeSteven Liu2019-08-201-35/+32
* avformat/hlsenc: remove unuse comment of the codeSteven Liu2019-08-201-1/+0
* lavf/hlsenc: free the old_filname to avoid memory leakJun Zhao2019-08-201-0/+1
* lavf/hlsenc: fix one warning: unused variable 'filename' [-Wunused-variable]Limin Wang2019-08-201-1/+1
* avformat/hlsenc: merge mpegts and fmp4 workflow to one workflowSteven Liu2019-08-181-127/+124
* lavf/dump: use error log level for invalid sizeLimin Wang2019-08-181-6/+6
* avformat/avio: remove 4k limit from avio_printfMarton Balint2019-08-173-7/+16
* avformat/assenc: optimize writing dialogsMarton Balint2019-08-171-1/+1
* avformat/avio: add avio_print_string_array and avio_printMarton Balint2019-08-173-1/+24
* avformat/matroskadec: Fix seekingAndreas Rheinhardt2019-08-161-1/+1
* lavf/utils: fix error like "offset 0x1f85: partial file"tomajsjiang2019-08-151-1/+7
* lavf/avio: add a ffio_realloc_buf API for AVIO buffer realloctomajsjiang2019-08-152-0/+40
* avformat/mux: Use av_packet_rescale_tsAndreas Rheinhardt2019-08-151-12/+4
* avformat/mux: Use const AVPacket * in compare functionsAndreas Rheinhardt2019-08-156-9/+11
* avformat/mpegtsenc: remove deprecated resend_headers optionMarton Balint2019-08-141-13/+0
* avformat/mpegtsenc: fix PCR generation intervalsMarton Balint2019-08-141-36/+54
* avformat/mpegtsenc: use increasing numbers in default service namesMarton Balint2019-08-141-2/+4
* avformat/mpegtsenc: remove section_write_packet forward declarationMarton Balint2019-08-141-26/+24
OpenPOWER on IntegriCloud