]> git.sesse.net Git - ffmpeg/history - libavformat/dashdec.c
avformat: Constify the API wrt AV(In|Out)putFormat
[ffmpeg] / libavformat / dashdec.c
2021-04-27 Andreas Rheinhardtavformat: Constify the API wrt AV(In|Out)putFormat
2021-04-14 Matt Robinsonavformat/dashdec: Also fetch final partial segment
2021-03-08 Andreas Rheinhardtavformat/dashdec: Don't needlessly strdup metadata
2021-03-08 Andreas Rheinhardtavformat/dashdec: Remove limit on length of id
2021-03-02 Andreas Rheinhardtavformat/dashdec: Increase size of id buffer
2021-03-02 Andreas Rheinhardtavformat/dashdec: Ensure strings are zero-terminated
2021-02-04 sfan5avformat/dashdec: Avoid segfault when URL template...
2021-02-04 sfan5avformat/dashdec: Fix missing NULL check
2021-02-04 Steven Liuavformat/dashdec: rename variable name for more readable
2021-02-04 Steven Liuavformat/dashdec: check init_section before use it.
2020-10-20 Steven Liuavformat/dashdec: check the root url length
2020-10-08 Andreas Rheinhardtavformat/dashdec: Reset pointer to NULL after freeing it
2020-10-08 Christopher Degawalibavformat/dashdec: Fix issue with dash on Windows
2020-09-21 Andreas Rheinhardtavformat/dashdec: Avoid duplicating string
2020-09-21 Andreas Rheinhardtavformat/dashdec: Fix memleak on allocation error,...
2020-09-21 Andreas Rheinhardtavformat/dashdec: Cosmetics
2020-09-21 Andreas Rheinhardtavformat/dashdec: Remove redundant casts to const
2020-09-21 Andreas Rheinhardtavformat/dashdec: Return early for unsupported represen...
2020-09-21 Andreas Rheinhardtavformat/dashdec: Remove redundant checks
2020-09-21 Andreas Rheinhardtavformat/dashdec: Fix memleaks on error to add represen...
2020-09-21 Andreas Rheinhardtavformat/dashdec: Fix leak of representation languages
2020-09-21 Andreas Rheinhardtavformat/dashdec: Fix leak of string on error when...
2020-09-21 Andreas Rheinhardtavformat/dashdec: Fix leak of representation on error
2020-09-21 Andreas Rheinhardtavformat/dashdec: Remove unused index of representation
2020-09-21 Andreas Rheinhardtavformat/dashdec: Fix memleaks upon read_header failure
2020-09-21 Andreas Rheinhardtavformat/dashdec: Check allocation of AVProgram
2020-09-21 Andreas Rheinhardtavformat/dashdec, hls: Update correct pointer to AVDict...
2020-09-21 Andreas Rheinhardtavformat/dashdec: Fix leak of AVDictionary on error
2020-09-21 Andreas Rheinhardtavformat/dashdec: Free subtitle representations on...
2020-09-21 Andreas Rheinhardtavformat/dashdec: Free strings as soon as they aren...
2020-09-21 Andreas Rheinhardtavformat/dashdec: Don't overwrite and leak old initiali...
2020-09-21 Andreas Rheinhardtavformat/dashdec: Don't leave representation in inconsi...
2020-09-21 Andreas Rheinhardtavformat/dashdec: Remove dead code
2020-09-21 Andreas Rheinhardtavformat/dashdec: Avoid double free on error
2020-09-05 Jan Ekströmavformat/dashdec: drop arbitrary DASH manifest size...
2020-07-20 Jun Zhaolavf/dashdec: enable custom interrup callback in sub...
2020-06-18 Jun Zhaolavf/dashdec: Add missed side data/disposition
2020-05-07 Steven Liuavformat/dashdec: compute the segment size use current...
2020-05-06 rcombslavf/dashdec: support larger manifests
2020-04-15 Steven Liuavformat/dashdec: add attribute lang for audio and...
2020-03-29 Andreas Rheinhardtavformat/dashdec: Don't allocate and leak strings that...
2020-03-05 Jun Zhaolavf/dashdec: add 3GPP TS26.247 probe in dash demuxer
2020-03-05 Jun Zhaolavf/dashdec: Add ts to the list of allowed extensions.
2019-12-27 Marvin Scholzavformat/dashdec: propagate icy to child AVIOContexts
2019-12-10 Michael NiedermayerRemove redundant ;
2019-11-08 Jun Zhaolavf/dashdec: drop unnecessary check before ff_format_i...
2019-11-08 Jun Zhaolavf/dashenc: enable probesize/max_analyze_duration...
2019-09-23 vectronicavformat/dashdec: fix segfault when parsing segmentlist
2019-09-23 vectronicavformat/dashdec: fix pointer being freed was not allocated
2019-09-14 Steven Liuavformat/dashdec: reindent code at parse_manifest
2019-09-12 Steven Liuavformat/dashdec: add startNumber parser for segmentlist
2019-09-02 Steven Liuavformat/dashdec: start from the root uri when baseURL...
2019-07-10 Steven Liuavformat/dashdec: fix code style and remove some empty...
2019-07-05 Steven Liuavformat/dashdec: fix code style in dash_read_packet
2019-07-04 Steven Liuavformat/dashdec: refine and fix code style of dash_rea...
2019-07-04 Steven Liuavformat/dashdec: simplified code in open_demux_for_com...
2019-07-01 sfan5avformat/dashdec: Fix reading values from SegmentTimeli...
2019-06-14 Steven Liuavformat/dashdec: check copy_init_section memory alloc...
2019-06-14 Steven Liuavformat/dashdec: add http_proxy, referer and rw_timeou...
2019-05-14 Jun Zhaolavf/dashdec: refactoring error handle logic for open_input
2019-05-14 Jun Zhaolavf/dashdec: fix the coding logic after open_input...
2019-05-02 James AlmerMerge commit 'c4642788e83b0858bca449f9b6e71ddb015dfa5d'
2019-05-02 James AlmerMerge commit '9485cce6d55baf547e92ef1f54cad117f2a38287'
2019-05-02 James AlmerMerge commit 'c93e92f2b25f4174350ded3f59ad117ec8eb1fe4'
2019-05-02 James AlmerMerge commit 'c0bd865ad60da31282c5d8e1000c98366249c31e'
2019-05-02 James AlmerMerge commit '1e56173515826aa4d680d3b216d80a3879ed1c68'
2019-04-22 Steven Liuavformat/dashdec: add ProgramInformation parser
2019-03-22 James AlmerMerge commit '0676de935b1e81bc5b5698fef3e7d48ff2ea77ff'
2019-03-21 Carl Eugen Hoyoslavf: Constify the probe function argument.
2019-03-20 Carl Eugen Hoyoslavf: Constify AVInputFormat pointer.
2019-03-14 James AlmerMerge commit 'f8abf7d4dfa0504f7f65e4f1fd9d22e01cb371cc'
2019-03-14 James AlmerMerge commit '186bd30aa3b6c2b29b4dbf18278700b572068b1e'
2019-03-14 James AlmerMerge commit '7e42d5f0ab2aeac811fd01e122627c9198b13f01'
2019-03-14 James AlmerMerge commit '49f9c4272c4029b57ff300d908ba03c6332fc9c4'
2019-03-14 James AlmerMerge commit '37394ef01b040605f8e1c98e73aa12b1c0bcba07'
2019-03-14 James AlmerMerge commit 'cef914e08310166112ac09567e66452a7679bfc8'
2019-03-14 James AlmerMerge commit 'e39a9212ab37a55b346801c77487d8a47b6f9fe2'
2019-03-14 James AlmerMerge commit '58d154922707bfeb873cb3a7476e0f94b17463dd'
2019-03-14 James AlmerMerge commit 'cc7ba00c35faf0478f1f56215e926f70ccb31282'
2019-03-14 James AlmerMerge commit '52c9b0a6c0d02cff6caebcf6989e565e05b55200'
2019-03-14 James AlmerMerge commit 'c513fcd7d235aa4cef45a6c3125bd4dcc03bf276'
2019-03-14 James AlmerMerge commit 'f1011ea28a4048ddec97794ca3e9901474fe055f'
2019-03-14 James AlmerMerge commit 'b4b27dce95a6d40bfcd78043d3abec7d80dae143'
2019-03-14 James AlmerMerge commit '85bfaa4949f4afcde19061def3e8a18988964858'
2019-03-14 James AlmerMerge commit '2eeac79936e83c4495cbe5905064ab797e9b45ff'
2019-03-14 James AlmerMerge commit '0801853e640624537db386727b36fa97aa6258e7'
2019-03-14 James AlmerMerge commit '899ee03088d55152a48830df0899887f055da1de'
2019-03-14 James AlmerMerge commit 'f8df5e2f31a5ba7b30a0e1caaaf5a03c753b3f9b'
2019-03-14 James AlmerMerge commit '618d02c1fa9e74d490cace64a7d15762656b521c'
2019-03-14 James AlmerMerge commit '896fe15dbb7b78de495c4a7dd75e7faec66778da'
2019-03-14 James AlmerMerge commit 'a957e9379d11f2982d615f92c30580a57ea8bb40'
2019-03-14 James AlmerMerge commit 'eb8a8115994434b548523cf0bca6a4a74784e79c'
2019-03-14 James AlmerMerge commit 'a70eac7a9b193e8434b5bed90bd72aa4cb688363'
2019-03-11 James AlmerMerge commit '5846b496f0a1dd5be4ef714622940674305ec00f'
2019-03-11 James AlmerMerge commit 'dad5fd59f3d6a8311365314cfcde0ebcd15c2b01'
2019-03-11 James AlmerMerge commit '8629149816930a43bf5a66b11c6224446cabd044'
2019-03-11 James AlmerMerge commit 'e22ffb3805f6994bd1fd7ab73e6297f36a53f915'
2019-03-10 James AlmerMerge commit '7e5bde93a1e7641e1622814dafac0be3f413d79b'
2019-02-20 James AlmerMerge commit '90b15f60bf4919deaed66d868e18107eba371da7'
2019-02-20 James AlmerMerge commit '156ea66c91b1986a87916f187216978d686725f6'
next