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
2016-06-09avcodec/sheervideo: add interlaced YCbCr(A) 4:4:4:4 8-bit supportPaul B Mahol
2016-06-08aacsbr: reduce element type mismatch warning severityRostislav Pehlivanov
2016-06-08x86/aacdec: use HADDPS macroJames Almer
2016-06-08avcodec/h264: Put context_count check backMichael Niedermayer
2016-06-08avcodec/h264: Fix off by 1 context countMichael Niedermayer
2016-06-08avcodec/sheervideo: fix order of operations for raw linesPaul B Mahol
2016-06-07avcodec/sheervideo: add support for 8-bit interlaced (A)RGBPaul B Mahol
2016-06-07avcodec: add BitJazz SheerVideo decoderPaul B Mahol
2016-06-07avcodec/alsdec: Check r to prevent out of array readMichael Niedermayer
2016-06-07lavc/mediacodec: improve error messagesMatthieu Bouron
2016-06-07lavc/mediacodec: bypass width/height restrictions when looking for a decoderMatthieu Bouron
2016-06-07lavc/mediacodec: rename MediaFormat field clazz to mediaformat_class for cons...Matthieu Bouron
2016-06-07lavc/mediacodec: move struct declarations at the beginMatthieu Bouron
2016-06-07lavc/mediacodec: rename jfields_mapping to jni_amediacodeclist_mappingMatthieu Bouron
2016-06-07lavc/mediacodec: do not delete a local reference twice in case of errorMatthieu Bouron
2016-06-07avcodec/utils: check skip_samples signednessMichael Niedermayer
2016-06-07avcodec/nvenc: Check capabilities for interlaced encodingTimo Rothenpieler
2016-06-06avcodec/exr: indent b44 uncompress functionMartin Vignali
2016-06-06avcodec/exr: fix decoding of B44 exr when all channel doesnt have the same pi...Martin Vignali
2016-06-06avcodec/exr: move channel_line_size to thread dataMartin Vignali
2016-06-06avcodec/exr: improve pxr24 uncompressMartin Vignali
2016-06-06avcodec/exr: remove unneed scanline_size varMartin Vignali
2016-06-06avcodec/exr: fix tile decoding when all channels doesnt have the same pixel typeMartin Vignali
2016-06-06avcodec/exr: indent the if (layer_match) partMartin Vignali
2016-06-06avcodec/exr: fix layer detectionMartin Vignali
2016-06-06avcodec/bmp_parser: Check fsizeMichael Niedermayer
2016-06-06avcodec/bmp_parser: reset stateMichael Niedermayer
2016-06-06avcodec/bmp_parser: Fix remaining sizeMichael Niedermayer
2016-06-06avcodec/bmp_parser: Fix frame_start_found in cross frame casesMichael Niedermayer
2016-06-06avcodec/wmalosslessdec: Use unsigned operations for overflowing casesMichael Niedermayer
2016-06-05avcodec/mpeg4videodec: Fix default low_delay flag value if not codedMichael Niedermayer
2016-06-05avcodec/mpeg4videodec: Print low_delay value with -debug 1 in decode_vol_head...Michael Niedermayer
2016-06-05Seperate x264rgb encoder and only enable when its actually supportedMichael Niedermayer
2016-06-05avcodec/cfhd: clear idwt_buf on allocationMichael Niedermayer
2016-06-05Check av_dup_packet() return codeMichael Niedermayer
2016-06-05avcodec/mpegvideo: Deallocate last/next picture earlierMichael Niedermayer
2016-06-04avcodec/utils: initialize delay in avcodec_parameters_to_context()Michael Niedermayer
2016-06-04avcodec/nvenc: Don't set packet durationTimo Rothenpieler
2016-06-03lavc/mediacodecdec_h264: rename input_ref to input_pktMatthieu Bouron
2016-06-03lavc/mediacodecdec_h264: switch to new BSF APIMatthieu Bouron
2016-06-03lavc/vaapi_encoder_{h264,h265}: fix bad format warningMatthieu Bouron
2016-06-02avcodec/magicyuv: set correct size of last slice for each planePaul B Mahol
2016-06-02avcodec/h264_refs: Fix pps_ref_count with multiple PPSMichael Niedermayer
2016-06-02avcodec/h264_refs: Remove unused pps_countMichael Niedermayer
2016-06-02avcodec/magicyuv: fix decoding of raw slicesPaul B Mahol
2016-06-02avcodec/avpacket: Respect payload offset in av_grow_packetAndriy Lysnevych
2016-06-01avcodec: Document where the AVOption names can be found for the fields of AVC...Michael Niedermayer
2016-05-31avocdec: add MagicYUV decoderPaul B Mahol
2016-05-31avcodec/bmp_parser: Fix stateMichael Niedermayer
2016-05-31avcodec/nvenc: Refactor timestamp generation logicTimo Rothenpieler