Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-22update version numbers for 0.8.4n0.8.4Michael Niedermayer
2011-09-22vp6: partially propagate huffman tree building errors during coeff model pars...Dustin Brody
2011-09-22Check for huffman tree building error in vp6 decoder.Laurent Aimar
2011-09-22Release old pictures after a resolution change in vp5/6 decoderLaurent Aimar
2011-09-22Check for missing reference in vp5/6 decoder.Laurent Aimar
2011-09-22Check for invalid slices offsets in RV30/40 decoder.Laurent Aimar
2011-09-22Check output buffer size in nellymoser decoder.Laurent Aimar
2011-09-22Merge remote-tracking branch 'khirnov/release/0.7' into release/0.8Michael Niedermayer
2011-09-22Hack around gcc 4.6 breaking asm using call.Reimar Döffinger
2011-09-22Fix dxva2 decoding for some H264 samples.Carl Eugen Hoyos
2011-09-21mp3demux: pass on error code on packet read.Michael Niedermayer
2011-09-21Check for invalid slice offsets in real decoder.Laurent Aimar
2011-09-21rmdec: Reject invalid deinterleaving parametersLaurent Aimar
2011-09-21Use deinterleavers for demangling audio packets in RealMedia.Kostya Shishkov
2011-09-21rv10: Reject slices that does not have the same type as the first oneLaurent Aimar
2011-09-21rmdec: use the deinterleaving mode and not the codec when creating audio pack...Laurent Aimar
2011-09-21MAINTAINERS: add my GPG fingerprint.Gwenole Beauchesne
2011-09-21Support 3IVD in isom, produced by 3ivx DivX Doctor.Carl Eugen Hoyos
2011-09-21mpegpsdec: fix reading first mpegps packetArne de Bruijn
2011-09-21Avoid NULL dereference on corrupted bitstream with real decoder.Laurent Aimar
2011-09-21Reject slices that does not have the same type than the first one in RV10/RV2...Laurent Aimar
2011-09-21check all svq3_get_ue_golomb() returns.Michael Niedermayer
2011-09-21rv34: check for size mismatchMichael Niedermayer
2011-09-21Reject audio tracks with invalid interleaver parameters in RM demuxer.Laurent Aimar
2011-09-21Fix js_vlc_bits value validation when joint stereo is used in cook decoder.Laurent Aimar
2011-09-21Fix potential overreads in rv34 decoder.Laurent Aimar
2011-09-21Correct determination of file size and frames in VBRI headersIngo Brückl
2011-09-21h264: allow disabling bitstream overread protection by using the fast flag.Michael Niedermayer
2011-09-21xan: Add some buffer checksAlex Converse
2011-09-21xan: Remove extra trailing newlineAlex Converse
2011-09-21Fixed size given to init_get_bits() in xan decoder.Laurent Aimar
2011-09-21libavformat/utils: print ts in the "invalid dts/pts combination" case.Michael Niedermayer
2011-09-21vf_remove_logo: domt access vf->next->query_format() directly but use the API.Michael Niedermayer
2011-09-21smacker: fix a few off by 1 errorsMichael Niedermayer
2011-09-21smacker: add forgotten *Michael Niedermayer
2011-09-21segafilm: Fix potential division by 0 on corrupted segafilm streams in the de...Laurent Aimar
2011-09-21segafilm: Check for memory allocation failures in segafilm demuxer.Laurent Aimar
2011-09-21rv34: check that subsequent slices have the same type as first one.Kostya Shishkov
2011-09-21smacker demuxer: handle possible av_realloc() failure.Kostya Shishkov
2011-09-21gitignore: ignore .exp files, as generated by the MS linker on win32Hendrik Leppkes
2011-09-21rmdec: Check return value of more avio_seek callsJoakim Plate
2011-09-21avidec: Check return value of more avio_seek callsJoakim Plate
2011-09-21asf: Check return value of more avio_seek callsJoakim Plate
2011-09-21Fix writes out of bounds in the ogg demuxer.Laurent Aimar
2011-09-21doc: explain __STDC_CONSTANT_MACROS in C++Luca Barbato
2011-09-21gitignore: add files to git ignore generated on a win32 buildJoakim Plate
2011-09-21Fixed invalid read access on extra data in cinepak decoder.Laurent Aimar
2011-09-21Fixed segfault on corrupted smacker streams in the demuxer.Laurent Aimar
2011-09-21Fixed segfaults on corruped smacker streams in the decoder.Laurent Aimar
2011-09-21Fixed segfault on memory allocation failure in ape demuxer.Laurent Aimar