112 Commits (d92f38c179591a608390ffa9fee59c309142e79d)

Author SHA1 Message Date
Carl Eugen Hoyos 9f8c81efc5 lavf/swfdec: Allow decoding Nellymoser in swf. 4 years ago
Michael Niedermayer 1957095e80 avformat/swfdec: Check outlen before allocation 4 years ago
Marton Balint daac7f4d9c avformat/swf: add support for reading and writing VP6A and Flash Screen Video codecs 4 years ago
Michael Niedermayer aea8d4061d avformat/swfdec: Allocate output buffer after reading input 4 years ago
Anton Khirnov 456b170bd7 lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternal 4 years ago
Andreas Rheinhardt 3f04c30372 avformat/swfdec: Reorder allocations/initializations 4 years ago
Andreas Rheinhardt 28dc0c20cc avformat/swfdec: Fix memleaks on error 4 years ago
Andreas Rheinhardt 913aa4204a avformat/swf: Separate mux and demux contexts 4 years ago
Andreas Rheinhardt ef29e5bf42 avformat/swfdec: Avoid unnecessary skip 4 years ago
Andreas Rheinhardt 6a67d518d6 avformat: Remove unnecessary av_packet_unref() 5 years ago
Steven Liu 70c6e84069 avformat/swfdec: fix memleak when inflateInit failed 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Carl Eugen Hoyos 7652af9df0 lavf/swfdec: Reduce score when auto-detecting swf files. 7 years ago
Anton Khirnov 78a7af823b Use the new AVIOContext destructor. 7 years ago
Anton Khirnov 6f554521af Use the new AVIOContext destructor. 8 years ago
Moritz Barsnick 468c596a31 lavf: fix typos 8 years ago
Michael Niedermayer d7633ed7a5 avformat/swfdec: Fix memleak on error 8 years ago
Michael Niedermayer a453bbb68f avformat/swfdec: Fix inflate() error code check 8 years ago
Michael Niedermayer 2a3720bc22 avformat/swfdec: Move packet size check before side data allocation 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Clément Bœsch 7570c9e04f swfdec: support compressed swf 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Michael Niedermayer bd70303ead avformat/swfdec: Check return value of init_get_bits8() 9 years ago
Ronald S. Bultje 229843aa35 Replace av_dlog with ff_dlog. 9 years ago
Carl Eugen Hoyos 128e722bc1 lavf/swf: Fix auto-detection of compressed files. 9 years ago
Michael Niedermayer 656e9a68c4 avformat/swfdec: Fix "}else" style 9 years ago
Michael Niedermayer 6a1204a1a4 avformat/swfdec: Do not error out on pixel format changes 9 years ago
Michael Niedermayer b7e506b3b9 avformat/swfdec: Check frame size rectangle in probe() 10 years ago
Michael Niedermayer c2430304df avformat/swfdec: Do not change the pixel format 10 years ago
Michael Niedermayer 1c55d0ff32 avformat/swfdec: Use side data to communicate w/h changes to the decoder 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Michael Niedermayer f5d039840a avformat/swfdec: clear 4 bytes at the end of a packet if they are not initialized 11 years ago
Michael Niedermayer e72f5abbc6 avformat/swfdec: check avio_read() return code 11 years ago
Michael Niedermayer fde74d1b9d avformat/swfdec: check avio_read() return code 11 years ago
Michael Niedermayer 9225ebd50d avformat/swfdec: return AVPROBE_SCORE_MAX / 4 for unexpected versions 11 years ago
Michael Niedermayer ff1d81b08c avformat/swfdec: check version and size during probing 11 years ago
Clément Bœsch 580e228557 lavf/swfdec: remove 8-bit audio FIXME. 12 years ago
Clément Bœsch 624fb5f965 lavf/swfdec: support 8-bits PCM audio. 12 years ago
Clément Bœsch 9a0076f50c lavf/swfdec: factorize the creation of a new stream. 12 years ago
Michael Niedermayer d276f28b7d swfdec: print warning when len is cliped 12 years ago
Justin Ruggles d04c17c913 swfdec: cosmetics: fix indentation 12 years ago
Justin Ruggles e70c5b034c swfdec: do better validation of tag length 12 years ago
Michael Niedermayer c73685398d swfdec: check lens validity 12 years ago
Carl Eugen Hoyos 0877f64fea Add debug output when skipping unknown swf tags. 12 years ago
Michael Niedermayer abe68364a3 swfdec: check space before copy 12 years ago
Justin Ruggles a3949fe11f swfdec: set channel layout 12 years ago
Clément Bœsch 711ffb84df lavf/swfdec: support DefineBitsLossless{,2} tag. 12 years ago
Clément Bœsch cd78192d09 lavf/swfdec: return more meaningful error codes. 12 years ago
Clément Bœsch 0c40220b9d lavf/swfdec: fix flushing with compressed swf. 12 years ago
Michael Bradshaw a41c824c53 Parse DEFINESOUND tags in swf (fix ticket 1638) 12 years ago