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-09-13lavc: Keep idct integer optionVittorio Giovara
2015-09-12lavc: Fix compilation with --disable-everything --enable-parser=mpeg4videoHendrik Schreiber
2015-09-12lavc: Sanitize header inclusion guardsVittorio Giovara
2015-09-12lavc: Enable side data only packets by defaultVittorio Giovara
2015-09-12mmaldec: fix pkt_dts determinationwm4
2015-09-12lavc: allow asynchronous decoders to return correct pkt_dts valueswm4
2015-09-12mmaldec: disable timestamp interpolationwm4
2015-09-12mmaldec: fix problems with flush logicwm4
2015-09-12mmaldec: hack against buffering problems on broken inputwm4
2015-09-11jpeg2000: Split codeblock decoding from the main tile decodingLuca Barbato
2015-09-11jpeg2000: Do not warn about known and skippable markersLuca Barbato
2015-09-11mmvideo: Make sure the rle does not write over the frame boundariesLuca Barbato
2015-09-09codec_desc: Add missing DXV entryVittorio Giovara
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-09-06dxtory: Unify and rework the decoding routinesLuca Barbato
2015-09-06checkasm: add unit tests for v210encHenrik Gramner
2015-09-04dxtory: Factorize the buffer loadingLuca Barbato
2015-09-04dxtory: Factorize slice size checksLuca Barbato
2015-09-03fraps: increase vlc nb_bitsMichael Niedermayer
2015-09-03huffman: allow specifying nb_bits to ff_huff_build_tree()Michael Niedermayer
2015-09-03huffman: increase bits constantMichael Niedermayer
2015-09-03huffman: use a named identifer for the bits constantMichael Niedermayer
2015-09-03mpegvideo: Drop a stray error messageLuca Barbato
2015-09-02DXV decoderVittorio Giovara
2015-09-02lavc: Add a lzf decompressorLuca Barbato
2015-08-31build: Skip libvpx.h if libvpx is not enabledLuca Barbato
2015-08-31dnxhddata: Double frame_size for cid 1260Michael Niedermayer
2015-08-31libfdk-aacdec: Remove unused variableVittorio Giovara
2015-08-28Bump major versions of all librariesVittorio Giovara
2015-08-28Postpone API-incompatible changes until the next bumpVittorio Giovara
2015-08-28lavu: Drop deprecated duplicated AVFrame/AVCodecContext parametersVittorio Giovara
2015-08-28lavc: Drop deprecated deinterlace moduleVittorio Giovara
2015-08-28lavc: Drop deprecated thread opaque and codec pktVittorio Giovara
2015-08-28lavc: Drop deprecated get_buffer related functionsVittorio Giovara
2015-08-28lavc: Drop deprecated destruct_packet related functionsVittorio Giovara
2015-08-28lavc: Drop deprecated request_channels related functionsVittorio Giovara
2015-08-25nvenc: Properly free the fifosLuca Barbato
2015-08-24dnxhddata: Add tables for missing DNx100 profilesVittorio Giovara
2015-08-24dnxhddata: Merge a few duplicated RUN tablesVittorio Giovara
2015-08-24dnxhddata: Group together RUN-related tablesVittorio Giovara
2015-08-24dnxhddata: Merge a few duplicated DC tablesVittorio Giovara
2015-08-24dnxhddata: Group together DC-related tablesVittorio Giovara
2015-08-24dnxhddata: List the reused tables in a commentVittorio Giovara
2015-08-24dnxhddata: Keep a single CID in the table namesVittorio Giovara
2015-08-23aac: Make sure to set err on the failure pathLuca Barbato
2015-08-23xavs: Do not try to set the bitrate tolerance without a bitrateLuca Barbato
2015-08-22h264: Fix faulty call to avpriv_request_sampleLuca Barbato
2015-08-21h264: Discard currently unsupported registered seiJohn Högberg
2015-08-21imgutils: Fix a typo in avcodec_get_pix_fmt_lossLuca Barbato
2015-08-21hevcdsp: fix a function nameAnton Khirnov