8331 Commits (d5a3635b2cb89c1d31b68bcb049c47c8d59e99fb)

Author SHA1 Message Date
Aurelien Jacobs f3d5840474 act: correct file description comment 14 years ago
Aurelien Jacobs c894449fc4 act, bintext, wtvenc: use named struct initializers 14 years ago
Laurent Aimar 7ec5ea437f Fix return value on EOF in mpc v8 demuxer. 14 years ago
Reimar Döffinger a1526cd78f id3v2: Fix some (function) pointer types. 14 years ago
Laurent Aimar f57b00e897 Fixed NULL pointer dereference in id3v2 parser. 14 years ago
Mans Rullgard bb416bd68c lavf: do not set codec_tag for rawvideo 14 years ago
Michael Niedermayer ba9d174851 bit: remove more unused variables 14 years ago
Michael Niedermayer 136a663ceb bit: use AVERROR_INVALIDDATA 14 years ago
Michael Niedermayer a246cefa75 flvdec: Check for overflow before allocating arrays 14 years ago
Nicolas George 73a5287482 lavf/utils: replace deprecated url_ferror. 14 years ago
Nicolas George 86af962830 lavf/utils: use correct format string for int64_t. 14 years ago
Nicolas George 9c98af13af lavf/utils: use AV_NOWARN_DEPRECATED in compatibility code. 14 years ago
Clément Bœsch 6f8c8fa8af bit: use explicit struct initializers. 14 years ago
Michael Niedermayer bf85b909f6 bit: remove unused variable 14 years ago
Michael Niedermayer a5e8492796 bit: set AVPacket.pos 14 years ago
Michael Niedermayer fa15b1e7b9 bit: loose seekback & wrong bitrate code. 14 years ago
Michael Niedermayer dfc571ff18 bit: rewrite probe 14 years ago
Michael Niedermayer 21922dc5ae bit: replace assert() by proper check. 14 years ago
Michael Niedermayer fc9d6035c3 bit: return AVERROR_EOF on eof. 14 years ago
Michael Niedermayer f2f28861da AMV video encoder. 14 years ago
Laurent Aimar 3b26daedd8 Removed debug message in the probe function of bit demuxer. 14 years ago
Vladimir Voroshilov 0f2297a9b9 Add .bit (de)muxer 14 years ago
Vladimir Voroshilov 5df643c5df G.729 .bit file demuxer 14 years ago
Michael Niedermayer fb98b71261 act: remove AVERROR_NOFMT useage. 14 years ago
Vladimir Voroshilov 6080553e6e ACT demuxer 14 years ago
Laurent Aimar 2b4e49d428 flvdec: Fix invalid pointer deferences when parsing index 14 years ago
Diego Biurrun 30b4ee7901 Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. 14 years ago
Alex Converse 9fba8ebe0a mpegps: Handle buffer exhaustion when reading packets. 14 years ago
Rafaël Carré 0c378ea1f7 rtp: factorize dynamic payload type fallback 14 years ago
Martin Storsjö bafff1668c flvdec: Ignore the index if it's from a creator known to be different 14 years ago
Michael Niedermayer 3f7dc480c1 psxstr: improve probe to not misdetect so much. 14 years ago
Carl Eugen Hoyos cab2860c8a Use a colon in the stream description, this matches how -map works now. 14 years ago
Michael Niedermayer 6d789f50d2 flvdec: Inject in stream extradata, into the stream. 14 years ago
Robert Krüger 57d5d5f62d Minor documentation clarification regarding AVStream.start_time semantics 14 years ago
Diego Biurrun 5cc2530fc2 prores: mark prores as intra-only in libavformat/utils.c:is_intra_only() 14 years ago
Aaron Colwell 6c4cc0f640 matroskadec: Fix seeking for matroska files with CUES before first cluster 14 years ago
Janne Grunau dcb9f6a20d Add LATM demuxer 14 years ago
Justin Ruggles 1993c6849c 8svx/iff: fix decoding of compressed stereo 8svx files. 14 years ago
Alex Converse 1c2e07b811 mp4: Don't read an empty Decoder Config Descriptor 14 years ago
Michael Niedermayer e8d8517b16 lavf/utils: only complain about aspect missmatch when the difference is "meassureable" 14 years ago
Martin Storsjö b14629e5ea rtmp: Make the input FLV parser handle data cut at any point 14 years ago
Carl Eugen Hoyos e71322cb00 Support Sorenson Spark in f4v. 14 years ago
Carl Eugen Hoyos d5d027682c Use the parser for AC-3 in mov. 14 years ago
Alex Converse 05fc9e40a4 swfdec: Add support for sample_rate_code 0 (5512 Hz) 14 years ago
Anton Khirnov 609a2fa1fa Remove some forgotten AVCodecContext.palctrl usage. 14 years ago
Diego Biurrun 35a6855868 Fix av_dlog invocations with wrong or missing logging context. 14 years ago
David Goldwich 61f4387d39 oma: support for encrypted files 14 years ago
David Goldwich 7a019dffe5 id3v2: add support for non-text and GEOB type tag frames 14 years ago
Michael Niedermayer c83442b057 mp3demux: pass on error code on packet read. 14 years ago
Martin Storsjö 847052db34 rtspdec: Require TCP-interleaved RTP packets to be at least 11 bytes, instead of 12. 14 years ago