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
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2014-12-01avcodec/wmaprodec: Use avpriv_float_dsp_alloc()Michael Niedermayer
2014-11-11avcodec/wmaprodec: Fix integer overflow in sfb_offsets initializationMichael Niedermayer
2014-08-31WMA: add "const" to avoid warnings with hardcoded tables.Reimar Döffinger
2014-04-02Merge commit 'cba4e6062a02d5bf684e13a770be88aa1fec717e'Michael Niedermayer
2014-04-02More correct printf format specifiersDiego Biurrun
2014-03-22Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198'Michael Niedermayer
2014-03-22avcodec: more correct printf specifiersDiego Biurrun
2013-10-19Do not leave positive values undefined when negative are defined as errorMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-25avcodec/wmaprodec: check that there are input bits left in decode_subframe_le...Michael Niedermayer
2013-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-25miscellaneous typo fixesDiego Biurrun
2013-07-09avcodec/wmaprodec: Check block_alignMichael Niedermayer
2013-06-30Merge commit '02ec656af72030eea4f3d63e30b25625cce6a3df'Michael Niedermayer
2013-06-30Merge commit 'd4a217a408da4bd63acc02cd8f9ebe378a2ad65a'Michael Niedermayer
2013-06-29wmapro: error out on impossible scale factor offsetsLuca Barbato
2013-06-29wmapro: check the min_samples_per_subframeLuca Barbato
2013-06-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-06-29Merge commit '6652338f43ef623045912d7f28b61adea05d27ae'Michael Niedermayer
2013-06-29Merge commit 'e30b068ef79f604ff439418da07f7e2efd01d4ea'Michael Niedermayer
2013-06-28wmapro: check num_vec_coeffs against the actual available bufferLuca Barbato
2013-06-28wmapro: return early on unsupported conditionLuca Barbato
2013-06-28wmapro: make sure there is room to store the current packetLuca Barbato
2013-05-04wmaprodec: Fix null pointer dereference in decode_frame()Michael Niedermayer
2013-03-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-14Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-13Merge commit '684e3d2e1ce96625eeef63f2564aab66f6715d05'Michael Niedermayer
2013-03-12Merge commit '19dd4017ab6dac11c77d797acebee4f60ad63a6f'Michael Niedermayer
2013-03-12Merge commit 'cacad1c058f66558ec727faac3b277d2dee264d4'Michael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-11wmapro: unref skipped framesJanne Grunau
2013-03-08wmaprodec: return an error, not 0, when the input is too small.Anton Khirnov
2013-03-08wmaprodec: require block_align to be set.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun