summaryrefslogtreecommitdiffstats
path: root/libavformat/swfdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | swfdec: check lens validityMichael Niedermayer2012-12-101-0/+4
* | Add debug output when skipping unknown swf tags.Carl Eugen Hoyos2012-12-041-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-131-1/+8
|\ \ | |/
| * swfdec: set channel layoutJustin Ruggles2012-11-121-1/+8
* | swfdec: check space before copyMichael Niedermayer2012-11-121-0/+5
* | lavf/swfdec: support DefineBitsLossless{,2} tag.Clément Bœsch2012-10-171-0/+123
* | lavf/swfdec: return more meaningful error codes.Clément Bœsch2012-10-121-4/+4
* | lavf/swfdec: fix flushing with compressed swf.Clément Bœsch2012-10-121-1/+1
* | Parse DEFINESOUND tags in swf (fix ticket 1638)Michael Bradshaw2012-10-121-0/+38
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-011-1/+0
|\ \ | |/
| * avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-011-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-181-6/+6
|\ \ | |/
| * swf(dec): replace CODEC_ID with AV_CODEC_IDAnton Khirnov2012-08-181-6/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-101-1/+10
|\ \ | |/
| * swf: Move shared table out of the header fileDiego Biurrun2012-08-091-1/+1
| * swf: Move swf_audio_codec_tags table to the only place it is usedDiego Biurrun2012-08-091-0/+9
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-3/+3
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-311-1/+1
|\ \ | |/
| * Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* | swfdec: support compressed swf.Clément Bœsch2012-04-031-4/+72
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-011-2/+0
|\ \ | |/
| * swfdec: do not set codec timebase.Anton Khirnov2012-02-291-2/+0
OpenPOWER on IntegriCloud