33101 Commits (84f8aef40c7091274ed399a8aeaa933ea76d9476)
 

Author SHA1 Message Date
Stefano Sabatini 01fbcc6fd6 ffmpeg: improve feedback when processing filtergraph events 14 years ago
Stefano Sabatini 68b897ef15 ffmpeg: apply misc cosmetics fixes in the filtergraph event processing code 14 years ago
Stefano Sabatini dd91499b66 lavfi: add debug trace when processing events 14 years ago
Stefano Sabatini e64de2ad1a lavfi: document AVFilterCommand fields 14 years ago
Vitor Sessak 58c61492c6 g729dec: fix warnings: 14 years ago
Vitor Sessak 82d99e0b41 g729dec: Fix warnings: 14 years ago
Vitor Sessak 1c4712db81 g729dec: Add ff_ prefix to g729_postfilter() and g729_adaptive_gain_control() 14 years ago
Justin Ruggles 88f908fbdc cosmetics: reindent and pretty-print 14 years ago
Justin Ruggles 8febd6afbc libgsm: split init and close fuctions for encoder and decoder. 14 years ago
Mans Rullgard d853e571ad ppc: fix some pointer to integer casts 14 years ago
Mans Rullgard 6e4a35ced9 ppc: fix 32-bit PIC build 14 years ago
Carl Eugen Hoyos 9b3df9b6d3 G.729 decoding is supported. 14 years ago
Carl Eugen Hoyos e8b8b038d0 AMV encoding is supported. 14 years ago
Carl Eugen Hoyos ef8756dab2 Support LZW and ZLIB compressed 4bpp tiff samples. 14 years ago
Alexander Strasser baad01d8b4 h264: improve checks before calling ff_h264_decode_extradata 14 years ago
Alexander Strasser 715f259bf9 h264: ff_h264_decode_extradata: check buffer args 14 years ago
Reimar Döffinger 424bcc46b5 Compile x86/swscale_template with -mno-red-zone. 14 years ago
Michael Niedermayer d8289ff9a9 ffmpeg: increase bit_buffer_size, the header size is clearly too small for rgb48 raw based formats 14 years ago
Jean First 251345a3fe cosmetics, remove unused and rename variables for consistency 14 years ago
Justin Ruggles 4568c2bf97 vmdaudio: fix decoding of 16-bit audio format. 14 years ago
Jean First 1a0770f3f7 tiffenc: Enable RGB48LE (16-bit) encoding support 14 years ago
Jean First 72381b2b47 tiffdec: add RGB48 (16bit) support 14 years ago
Mans Rullgard bb416bd68c lavf: do not set codec_tag for rawvideo 14 years ago
Laurent Aimar d1186ff72d h264: check for out of bounds reads in ff_h264_decode_extradata(). 14 years ago
Michael Niedermayer 035320a52f dnxhdenc: remove unneeded entries from array. 14 years ago
Michael Niedermayer b8bad984ef dnxhdenc: optimize whats left of dnxhd_switch_matrix() 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 9a27dc1cbd regtests: amv video encoder test 14 years ago
Michael Niedermayer a2eae0ffd4 amvenc: another quant table fix 14 years ago
Michael Niedermayer 2aaf32f52f mpegvideo: support encoding with chroma intra tables that differ from luma. 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
Nicolas George fb1c30b71a lavu/attributes: introduce AV_NOWARN_DEPRECATED. 14 years ago
Clément Bœsch 6f8c8fa8af bit: use explicit struct initializers. 14 years ago
Anton Khirnov 9b921a8272 avconv: use correct output stream index when checking max_frames 14 years ago
Anton Khirnov 240ae356e9 avconv: remove fake coded_frame on streamcopy hack 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 a2f27818b5 amvenc: fix quant tables 14 years ago
Michael Niedermayer f2f28861da AMV video encoder. 14 years ago
Laurent Aimar ccecab4a0d Add av_calloc() helper. 14 years ago
Laurent Aimar 35cb6854bb Fix potential pointer arithmetic overflows in rle_unpack() of vmd video decoder. 14 years ago
Laurent Aimar 4749e07498 Fix out of bound reads in rle_unpack() of vmd video decoder. 14 years ago