summaryrefslogtreecommitdiff
path: root/libavformat/swfdec.c
Commit message (Expand)AuthorAge
* avformat/utils: Move ff_add_param_change to demux_utils.cAndreas Rheinhardt2022-05-10
* swf: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-07
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* lavf/swfdec: Allow decoding Nellymoser in swf.Carl Eugen Hoyos2021-03-20
* avformat/swfdec: Check outlen before allocationMichael Niedermayer2021-03-08
* avformat/swf: add support for reading and writing VP6A and Flash Screen Video...Marton Balint2021-01-23
* avformat/swfdec: Allocate output buffer after reading inputMichael Niedermayer2020-12-24
* lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternalAnton Khirnov2020-10-28
* avformat/swfdec: Reorder allocations/initializationsAndreas Rheinhardt2020-09-23
* avformat/swfdec: Fix memleaks on errorAndreas Rheinhardt2020-09-23
* avformat/swf: Separate mux and demux contextsAndreas Rheinhardt2020-09-20
* avformat/swfdec: Avoid unnecessary skipAndreas Rheinhardt2020-09-20
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-10
* avformat/swfdec: fix memleak when inflateInit failedSteven Liu2019-10-28
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* lavf/swfdec: Reduce score when auto-detecting swf files.Carl Eugen Hoyos2018-01-20
* Use the new AVIOContext destructor.Anton Khirnov2017-09-01
* lavf: fix typosMoritz Barsnick2016-10-09
* avformat/swfdec: Fix memleak on errorMichael Niedermayer2016-08-22
* avformat/swfdec: Fix inflate() error code checkMichael Niedermayer2016-08-19
* avformat/swfdec: Move packet size check before side data allocationMichael Niedermayer2016-08-19
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | Merge commit '7570c9e04f010c9b3bfdeb4338d330f2cdd25278'Hendrik Leppkes2016-01-19
|\|
| * swfdec: support compressed swfClément Bœsch2016-01-11
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* | avformat/swfdec: Check return value of init_get_bits8()Michael Niedermayer2015-09-03
* | Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-18
* | lavf/swf: Fix auto-detection of compressed files.Carl Eugen Hoyos2015-08-04
* | avformat/swfdec: Fix "}else" styleMichael Niedermayer2015-07-08
* | avformat/swfdec: Do not error out on pixel format changesMichael Niedermayer2015-07-08
* | avformat/swfdec: Check frame size rectangle in probe()Michael Niedermayer2014-12-21
* | avformat/swfdec: Do not change the pixel formatMichael Niedermayer2014-09-07
* | avformat/swfdec: Use side data to communicate w/h changes to the decoderMichael Niedermayer2014-09-02
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | avformat/swfdec: clear 4 bytes at the end of a packet if they are not initial...Michael Niedermayer2013-12-19
* | avformat/swfdec: check avio_read() return codeMichael Niedermayer2013-12-19
* | avformat/swfdec: check avio_read() return codeMichael Niedermayer2013-12-19
* | avformat/swfdec: return AVPROBE_SCORE_MAX / 4 for unexpected versionsMichael Niedermayer2013-11-10
* | avformat/swfdec: check version and size during probingMichael Niedermayer2013-11-06
* | lavf/swfdec: remove 8-bit audio FIXME.Clément Bœsch2013-02-21
* | lavf/swfdec: support 8-bits PCM audio.Clément Bœsch2013-02-20
* | lavf/swfdec: factorize the creation of a new stream.Clément Bœsch2013-02-20
* | Merge commit 'd04c17c91363a6b15d1ac2d79c817f3d5e2998b3'Michael Niedermayer2012-12-12
|\|
| * swfdec: cosmetics: fix indentationJustin Ruggles2012-12-11
* | swfdec: print warning when len is clipedMichael Niedermayer2012-12-12
* | Merge commit 'e70c5b034c4787377e82cab2d5565486baec0c2a'Michael Niedermayer2012-12-12
|\|
| * swfdec: do better validation of tag lengthJustin Ruggles2012-12-11