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
2013-10-20avcodec/tiff: remove byte based bpp special caseMichael Niedermayer
2013-08-13tiff: frame multithreading supportPaul B Mahol
2013-08-13avcodec/tiff: Refactor TIFF tag related functions to share the code.Thilo Borgmann
2013-08-11tiff: continue parsing on non fatal errorsMichael Niedermayer
2013-08-09avcodec/tiff: remove redundant checkMichael Niedermayer
2013-08-09avcodec/tiff: avoid seek back on reading tagsMichael Niedermayer
2013-06-08Merge commit '9c2216976907336dfae0e8e38a4d70ca2465a92c'Michael Niedermayer
2013-06-08Merge commit '999ccd2d0a43640921088578f138c874f6cc0f8a'Michael Niedermayer
2013-06-08Merge commit '016c5b066de08a93a5f6b5beb0ef377356b35cde'Michael Niedermayer
2013-06-08Merge commit '103937681d7e6afd3e8caf8937272575e450fb55'Michael Niedermayer
2013-06-07tiff: do not overread the source bufferLuca Barbato
2013-06-07tiff: cleanup the error pathsLuca Barbato
2013-06-07tiff: refactor fax support in a separate functionLuca Barbato
2013-06-07tiff: refactor deflate support in a separate functionLuca Barbato
2013-06-07tiff: simplify picking right pixel formatPaul B Mahol
2013-06-06tiff: correctly decode saparate planes with horizontal differencing predictorPaul B Mahol
2013-06-03tiff: fix memleakMichael Niedermayer
2013-06-03Merge commit '46ce9ded96ffcb798b03da894cdb5fdac376a6ee'Michael Niedermayer
2013-06-02tiff: K&R formatting cosmeticsDiego Biurrun
2013-06-02Fix compilation of libavcodec/tiff.cCarl Eugen Hoyos
2013-06-02tiff: planar rgbPaul B Mahol
2013-05-29tiff: support inverted fill_order for packbits compressionPaul B Mahol
2013-05-29tiff: add helper function for fill_order casePaul B Mahol
2013-03-14tiff: fix handling of metadata with refcounted framesHendrik Leppkes
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08Merge commit '7ecc2d403ce5c7b6ea3b1f368dccefd105209c7e'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-02tiff: use AVFrame accessor functionsMichael Niedermayer
2013-02-19tiff: check bppcountMichael Niedermayer
2013-02-13tiff: Check buffer allocation and pointer increment more carefully in shorts2...Michael Niedermayer
2013-02-10tiff: dont leave geotag_count in an invalid state on errors.Michael Niedermayer
2013-02-10tiff: check for failure in search_keyval()Michael Niedermayer
2013-01-27tiff: in add_string_metadata() check the count more completelyMichael Niedermayer
2013-01-14tiff: Fix assignments in if()Michael Niedermayer
2013-01-07Merge commit '9dbbda235d93d628777b986e502213f1ed390973'Michael Niedermayer
2013-01-06tiff: return meaningful error codes.Anton Khirnov
2013-01-06tiffdec: Use the correct height field.Piotr Bandurski
2013-01-03tiff: print error for old style LZWMichael Niedermayer
2012-12-20tiffdec: support LZW compression with inverted FillOrderPiotr Bandurski
2012-12-09tiff: support zlib with invertedFillOrderPiotr Bandurski
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-29tiffdec: better checks for bitstream offsets, fixes out of array readsMichael Niedermayer
2012-11-09tiffdec: check rps, fix infinite loop.Michael Niedermayer
2012-11-09tiffdec: check count in metadata reading.Michael Niedermayer
2012-11-09tiffdec: use checked reads for tget*()Michael Niedermayer
2012-10-21lavc: add lavfi metadata support.Clément Bœsch