index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
dashdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/dashdec: Reset pointer to NULL after freeing it
Andreas Rheinhardt
2021-02-27
1
-0
/
+1
*
libavformat/dashdec: Fix issue with dash on Windows
Christopher Degawa
2021-02-27
1
-1
/
+1
*
avformat/dashdec: Fix memleak on allocation error, avoid allocation
Andreas Rheinhardt
2021-02-27
1
-7
/
+2
*
avformat/dashdec: Fix memleaks on error to add representation to dynarray
Andreas Rheinhardt
2021-02-27
1
-9
/
+23
*
avformat/dashdec: Fix leak of representation languages
Andreas Rheinhardt
2021-02-27
1
-0
/
+1
*
avformat/dashdec: Fix leak of string on error when parsing representation
Andreas Rheinhardt
2021-02-27
1
-10
/
+9
*
avformat/dashdec: Fix leak of representation on error
Andreas Rheinhardt
2021-02-27
1
-31
/
+21
*
avformat/dashdec: Remove unused index of representation
Andreas Rheinhardt
2021-02-27
1
-28
/
+13
*
avformat/dashdec: Fix memleaks upon read_header failure
Andreas Rheinhardt
2021-02-27
1
-0
/
+2
*
avformat/dashdec: Check allocation of AVProgram
Andreas Rheinhardt
2021-02-27
1
-0
/
+1
*
avformat/dashdec, hls: Update correct pointer to AVDictionary
Andreas Rheinhardt
2021-02-27
1
-4
/
+4
*
avformat/dashdec: Fix leak of AVDictionary on error
Andreas Rheinhardt
2021-02-27
1
-3
/
+2
*
avformat/dashdec: Free subtitle representations on exit
Andreas Rheinhardt
2021-02-27
1
-0
/
+1
*
avformat/dashdec: Free strings as soon as they aren't needed anymore
Andreas Rheinhardt
2021-02-27
1
-11
/
+4
*
avformat/dashdec: Don't overwrite and leak old initialization fragments
Andreas Rheinhardt
2021-02-27
1
-0
/
+1
*
avformat/dashdec: Don't leave representation in inconsistent state on error
Andreas Rheinhardt
2021-02-27
1
-1
/
+1
*
avformat/dashdec: Remove dead code
Andreas Rheinhardt
2021-02-27
1
-7
/
+1
*
avformat/dashdec: Avoid double free on error
Andreas Rheinhardt
2021-02-27
1
-3
/
+1
*
avformat/dashdec: compute the segment size use current pos minus offset plus one
Steven Liu
2020-05-07
1
-1
/
+1
*
lavf/dashdec: support larger manifests
rcombs
2020-05-06
1
-14
/
+15
*
avformat/dashdec: add attribute lang for audio and subtitle streams
Steven Liu
2020-04-15
1
-4
/
+45
*
avformat/dashdec: Don't allocate and leak strings that are never used
Andreas Rheinhardt
2020-03-29
1
-27
/
+0
*
lavf/dashdec: add 3GPP TS26.247 probe in dash demuxer
Jun Zhao
2020-03-05
1
-1
/
+2
*
lavf/dashdec: Add ts to the list of allowed extensions.
Jun Zhao
2020-03-05
1
-1
/
+1
*
avformat/dashdec: propagate icy to child AVIOContexts
Marvin Scholz
2019-12-27
1
-1
/
+1
*
Remove redundant ;
Michael Niedermayer
2019-12-10
1
-1
/
+1
*
lavf/dashdec: drop unnecessary check before ff_format_io_close
Jun Zhao
2019-11-08
1
-8
/
+4
*
lavf/dashenc: enable probesize/max_analyze_duration setting in sub-demuxer
Jun Zhao
2019-11-08
1
-2
/
+2
*
avformat/dashdec: fix segfault when parsing segmentlist
vectronic
2019-09-23
1
-1
/
+1
*
avformat/dashdec: fix pointer being freed was not allocated
vectronic
2019-09-23
1
-0
/
+1
*
avformat/dashdec: reindent code at parse_manifest
Steven Liu
2019-09-14
1
-1
/
+1
*
avformat/dashdec: add startNumber parser for segmentlist
Steven Liu
2019-09-12
1
-1
/
+9
*
avformat/dashdec: start from the root uri when baseURL is start with '/'
Steven Liu
2019-09-02
1
-1
/
+11
*
avformat/dashdec: fix code style and remove some empty line
Steven Liu
2019-07-10
1
-8
/
+3
*
avformat/dashdec: fix code style in dash_read_packet
Steven Liu
2019-07-05
1
-15
/
+16
*
avformat/dashdec: refine and fix code style of dash_read_header
Steven Liu
2019-07-04
1
-35
/
+32
*
avformat/dashdec: simplified code in open_demux_for_component
Steven Liu
2019-07-04
1
-1
/
+1
*
avformat/dashdec: Fix reading values from SegmentTimeline inside Period
sfan5
2019-07-01
1
-3
/
+4
*
avformat/dashdec: check copy_init_section memory alloc result
Steven Liu
2019-06-14
1
-4
/
+16
*
avformat/dashdec: add http_proxy, referer and rw_timeout http method support ...
Steven Liu
2019-06-14
1
-1
/
+3
*
lavf/dashdec: refactoring error handle logic for open_input
Jun Zhao
2019-05-14
1
-3
/
+1
*
lavf/dashdec: fix the coding logic after open_input fail
Jun Zhao
2019-05-14
1
-1
/
+1
*
avformat/dashdec: add ProgramInformation parser
Steven Liu
2019-04-22
1
-0
/
+30
*
lavf: Constify the probe function argument.
Carl Eugen Hoyos
2019-03-21
1
-1
/
+1
*
lavf: Constify AVInputFormat pointer.
Carl Eugen Hoyos
2019-03-20
1
-1
/
+1
*
libavformat/dashdec: disable seeking only for live streams.
Paweł Wegner
2019-02-06
1
-2
/
+2
*
avformat/dashdec: refine uri path with double dot process
Gorilla Maguila
2018-12-23
1
-1
/
+1
*
avformat/dashdec: add subtitle stream support
Steven Liu
2018-11-30
1
-7
/
+90
*
lavf/dashdec: Add webm to the list of allowed extensions.
Andrey Semashev
2018-11-27
1
-1
/
+1
*
avformat/dashdec: minus minBufferTime when there have value
Steven Liu
2018-09-06
1
-1
/
+1
[next]