summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/demux: Remove fake-loopAndreas Rheinhardt2021-12-16
* avformat/rtpdec_rfc4175: cosmetic changesLimin Wang2021-12-14
* avformat/hlsenc: deprecate hls_ts_options optionSteven Liu2021-12-13
* avformat/hlsenc: add hls_segment_options correct the segment options nameSteven Liu2021-12-13
* avformat/img2enc: do not ignore IO errorsMarton Balint2021-12-12
* avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint2021-12-12
* avformat/aviobuf: return stored AVIO context error on avio_closeMarton Balint2021-12-12
* avformat/file: use proper return value in file_closeMarton Balint2021-12-12
* avformat/mxfdec: Check for duplicate mxf_read_index_entry_array()Michael Niedermayer2021-12-09
* avformat/mxfdec: Check component_depth in mxf_get_color_range()Michael Niedermayer2021-12-09
* avformat/utils: Add const where appropriateAndreas Rheinhardt2021-12-09
* avformat/utils: Fix wrong indentationAndreas Rheinhardt2021-12-09
* avformat/mov: Simplify data->hex conversionAndreas Rheinhardt2021-12-08
* avformat/md5proto: Simplify data->hex conversionAndreas Rheinhardt2021-12-08
* avformat/aadec: Use smaller scope for variablesAndreas Rheinhardt2021-12-08
* avformat/aadec: Simplify data->hex conversionAndreas Rheinhardt2021-12-08
* avformat/aadec: Simplify deriving file keyAndreas Rheinhardt2021-12-08
* avformat/aadec: Don't unnecessarily reinitialize AVTEA contextAndreas Rheinhardt2021-12-08
* avformat/aadec: Avoid copying data aroundAndreas Rheinhardt2021-12-08
* avformat/aadec: Don't use the same loop counter in inner and outer loopAndreas Rheinhardt2021-12-08
* avformat/utils: Make ff_data_to_hex() zero-terminate the stringAndreas Rheinhardt2021-12-08
* avformat/rtsp: fix the error code from ffurl_read_complete()Limin Wang2021-12-07
* avformat/rtsp: add error code handling for ff_rtsp_skip_packet()Limin Wang2021-12-07
* avformat/rtsp: free the alloc memory if failedLimin Wang2021-12-07
* avformat/rtsp: remove redundant assignmentLimin Wang2021-12-07
* avformat/concatf: ignore trailing whitespacesGyan Doshi2021-12-07
* lavf/protocols: avoid discarding const in avio_enum_protocols()Anton Khirnov2021-12-07
* lavf/img2enc: avoid a useless copy of the urlAnton Khirnov2021-12-07
* lavf/ftp: check for truncation in snprintfAnton Khirnov2021-12-07
* avformat/mov: Disallow duplicate smdmMichael Niedermayer2021-12-06
* avformat/mov: Check for EOF in mov_read_glbl()Michael Niedermayer2021-12-06
* avformat/smoothstreamingenc: Move buffers to the end of structsAndreas Rheinhardt2021-12-05
* avformat/takdec: Simplify data->hex conversionAndreas Rheinhardt2021-12-05
* avformat: do not use AVIO_FLAG_* with avio_alloc_contextMarvin Scholz2021-12-04
* avformat/rtspdec: get rid of the hardcoded max size for sdpLimin Wang2021-12-04
* avformat/rtsp: load the sdp file with avio_read_to_bprint()Limin Wang2021-12-04
* avformat/aviobuf: check if read_packet() exist before read_packet_wrapper()Limin Wang2021-12-04
* all: Use av_memdup() where appropriateAndreas Rheinhardt2021-12-03
* avformat/mvdec: handle audio sample sizeJohn-Paul Stewart2021-12-03
* avformat/mvdec: fix reading number of audio channelsJohn-Paul Stewart2021-12-03
* avformat/scd: add demuxerZane van Iperen2021-12-02
* avformat/matroskaenc: Sort cues entries by ptsAndreas Rheinhardt2021-11-30
* avformat/fifo: avoid repeated scaling of timestamps on failure and recoveryRyoji Gyoda2021-11-29
* avformat/flvenc: avoid 24bit timestamp truncation for FLV metadataasilvestre2021-11-29
* avformat/mov: Check channels for mov_parse_stsd_audio()Michael Niedermayer2021-11-29
* avformat/img2dec: probe JFIF/Exif headerAlex Xu (Hello71)2021-11-27
* avformat/mpegtsenc: Avoid allocation of AVPacketAndreas Rheinhardt2021-11-27
* avformat/movenc: Avoid allocation of AVPacketAndreas Rheinhardt2021-11-27
* avformat/dashenc: Don't use stack packetAndreas Rheinhardt2021-11-27
* avformat/avformat: Add AVStream parameter to check_bitstream() sigAndreas Rheinhardt2021-11-27