15048 Commits (07a70caba7cb2fac69bf9541914d4bffce61d1ea)

Author SHA1 Message Date
Peter Ross 07a70caba7 Binary text decoder 14 years ago
Elvis Presley 3dd47ae537 Revert "get_bits: remove x86 inline asm in A32 bitstream reader" 14 years ago
Elvis Presley 5554de13b2 ProRes Decoder 14 years ago
Michael Niedermayer d55b06b8e7 mjpeg: interlaced buggy avid fix 14 years ago
Michael Niedermayer e009432b50 mjpegdec: fix len for AVI1 reader 14 years ago
Michael Niedermayer b34c7a5656 Revert "MJPEG: emulate EOI also on two consecutive SOI." 14 years ago
Michael Niedermayer 205c13685f h264: allow disabling bitstream overread protection by using the fast flag. 14 years ago
Mohamed Naufal e7f9aa6ff5 libstagefright: Explicitly free smart pointer objects 14 years ago
Michael Niedermayer 5166376f24 smacker: fix a few off by 1 errors 14 years ago
Laurent Aimar 6489455495 Check for invalid VLC value in smacker decoder. 14 years ago
Laurent Aimar 9676ffba83 Check and propagate errors when VLC trees cannot be built in smacker decoder. 14 years ago
Kelly Anderson 872655fee9 dvdsubdec: fix bad free in dvdsub_init 14 years ago
Justin Ruggles 3ed7860943 include stdint.h in adpcm_data.h 14 years ago
Diego Biurrun a05ea77c9f mpeg12: reorder functions to avoid ugly forward declarations 14 years ago
Michael Niedermayer 838e36635a avcodec: move "thread emulation" warning to common code 14 years ago
Michael Niedermayer d67e74929c smacker: fix a few off by 1 errors 14 years ago
Joakim Plate 32c0c562e7 dvdsubdec: Move colormap and alpha to context 14 years ago
Michael Niedermayer f98edc73c5 smacker: add forgotten * 14 years ago
Andrew Wason 5e85fd9f9c libx264: fix overwriting presets with flags2 14 years ago
Andrew Wason 3eb1e65f5f libx264: fix overwriting preset rc_lookahead 14 years ago
Joakim Plate 7009b96511 dvdsubdec: Support palette information for vobsub's stored as text in extradata 14 years ago
Alex Converse 0872bb23b4 xan: Add some buffer checks 14 years ago
Alex Converse 350f57bd7b xan: Remove extra trailing newline 14 years ago
Laurent Aimar 393d5031c6 Fixed size given to init_get_bits() in xan decoder. 14 years ago
Justin Ruggles 826c56d16e adpcm: split ADPCM encoders and decoders into separate files. 14 years ago
Kostya Shishkov 23a1f0c592 rv34: check that subsequent slices have the same type as first one. 14 years ago
Anton Khirnov af1e247038 libxavs: add private options corresponding to deprecated global options 14 years ago
Michael Niedermayer 716c1f7b2a h264: improve MAX_SLICES too small check so it gives less false positives. 14 years ago
Joakim Plate 340e6735fe mpeg12dec: if lavc's mpeg2 decoder was asked to drop a frame, it could still output an old frame, and mess up timestamps 14 years ago
Laurent Aimar dc255275f6 Fixed invalid read access on extra data in cinepak decoder. 14 years ago
Laurent Aimar d07ac1853d Fixed segfaults on corruped smacker streams in the decoder. 14 years ago
Michael Niedermayer fe0ac337bd mpeg4videodec: Fix new slice end detection for missing slices. 14 years ago
Anton Khirnov d242d80e36 avconv: remove me_threshold option. 14 years ago
Edgar Hucek 3fec40b601 Fix VA-API decoding artefacts. 14 years ago
Michael Niedermayer ea0ac11e52 h264: prevent an out of array read in decode_nal_units() 14 years ago
Michael Niedermayer 23f5cff92c h264dec: Prevent CABAC and CAVLC bitsteram overreading 14 years ago
Art Clarke a52cdcd296 libspeex encoder wraper 14 years ago
Clément Bœsch 754d7f23ee Fix compilation with --disable-everything --enable-muxer=dv 14 years ago
Joakim Plate 4a3294ef00 dvbsubdec: don't hardcode subtitle colors count in dvbsubdec to 16 14 years ago
Joakim Plate 8fd1da5bd2 vp3dec: set key_frame field of AVFrame 14 years ago
Carl Eugen Hoyos 60599c68b0 Fix copmilation with --disable-everything --enable-muxer=mxf. 14 years ago
Michael Niedermayer 1eb805ed70 cabac test: Change input to test, so a wider range of states is tested. 14 years ago
Michael Niedermayer 830d7d5c4f cabac test: match encode and decode side 14 years ago
Michael Niedermayer 89653ea728 cabac: fix cabac encoder 14 years ago
Laurent Aimar 8bfea4ab4e Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks. 14 years ago
Laurent Aimar 824f98f442 Fixed deference of NULL pointer in motionpixels decoder. 14 years ago
Michael Niedermayer 78a041a9db mpeg4videodec: rewrite the slice end detection of non partitioned packets. 14 years ago
Laurent Aimar e5e0580b93 Fixed size given to init_get_bits(). 14 years ago
Alex Converse 0c1f5b93d9 cljr: init_get_bits size in bits instead of bytes 14 years ago
Alex Converse b7ce4f1d1c indeo2: fail if input buffer too small 14 years ago