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