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
2014-01-10avformat/nutdec: fix packet end clearingMichael Niedermayer
2014-01-07avformat/nutdec: check avio_read() return codeMichael Niedermayer
2014-01-05avformat/nutdec: remove unused variableMichael Niedermayer
2014-01-04avformat/nut: add support for per frame side & meta data with version 4Michael Niedermayer
2013-12-25avformat/nutdec: use ff_get_extradata()Michael Niedermayer
2013-12-25avformat/nut: add minor_version field with version>=4Michael Niedermayer
2013-12-25avformat/nut: store version in the contextMichael Niedermayer
2013-10-22nut: Fix unchecked allocationsDerek Buitenhuis
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2013-09-11avformat/nutdec: check for allocation failuresPaul B Mahol
2013-07-07nutdec: use ff_find_last_ts()Michael Niedermayer
2013-05-08Merge commit 'e0c53c3408181d2e7d544eb65fc7355a79438dfe'Michael Niedermayer
2013-05-07nut: use meaningful error valuesLuca Barbato
2013-05-06Merge commit '46c1917350f58dfab84e41919e6c02d43950db8c'Michael Niedermayer
2013-05-06nut: use a define for the nut versionLuca Barbato
2013-05-02nutdec: Implement duration parsing for indexed nutsMichael Niedermayer
2013-03-04nutdec: more specific return codes for decode_syncpoint()Michael Niedermayer
2013-03-04nutdec: print error on invalid/unsupported fourcc styleMichael Niedermayer
2013-01-15nutdec: Always return a value from nut_read_timestamp()Diego Biurrun
2012-12-18nutdec: sanity check r_frame_rateMichael Niedermayer
2012-11-29Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles
2012-10-30Merge commit '381dc1a5ec0925b281c573457c413ae643567086'Michael Niedermayer
2012-10-29nut: support textual dataLuca Barbato
2012-10-20nutdec: fix integer overflowMichael Niedermayer
2012-10-15nutdec: check return value of av_new_packet()Paul B Mahol
2012-10-14Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520'Michael Niedermayer
2012-10-14Merge commit '1bd442c276e6688b43777a198cad0d7e3a92123f'Michael Niedermayer
2012-10-13nut: prioritize native tagsLuca Barbato
2012-10-13nut: support pcm codecs not mapped in aviLuca Barbato
2012-10-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-02nut: add do {} while (0) to GET_VLuca Barbato
2012-10-02nut: store and read the r_frame_rateMichael Niedermayer
2012-09-28nutdec: fix get_vb_trace() / -DTRACE compileMichael Niedermayer
2012-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-27nutdec: Remove unused and broken debug function stubDiego Biurrun
2012-09-26nutdec: const correctness for get_v_trace/get_s_trace function argumentsDiego Biurrun
2012-09-21nutdec: fix mixup of nb_streams and timebase_countMichael Niedermayer
2012-09-21nutdec: fix type of intermediate variable for ts calculation.Michael Niedermayer
2012-08-27Use correct format identifier for uint64_t.Carl Eugen Hoyos
2012-08-27nutdec: Flip the direction for seeking with an index in the failure case.Michael Niedermayer
2012-08-27nutdec: improve information in error messageMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-06-30nutdec: set duration_estimation_methodMichael Niedermayer
2012-06-30nutdec: estimate duration from last syncpointMichael Niedermayer
2012-06-30nutdec: remove assert that is wrong for some new duration code.Michael Niedermayer
2012-06-30nutdec: check that filesize is valid before using it.Michael Niedermayer