Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-09dsputil: Split off pixel block routines into their own contextDiego Biurrun
2014-07-09hevc: parse display orientation SEI messageVittorio Giovara
2014-07-09h264: parse display orientation SEI messageVittorio Giovara
2014-07-09display: add matrix flip apiVittorio Giovara
2014-07-09doc: mention option to mix shared/static librariesAndrew Kelley
2014-07-09rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov
2014-07-09yuv4mpegenc: do not access AVCodecContext.coded_frameAnton Khirnov
2014-07-09nsvdec: remove commented out cruftAnton Khirnov
2014-07-09mov: free the dv demux context with avformat_free_context()Anton Khirnov
2014-07-09mtv: do not set sample_rate for videoAnton Khirnov
2014-07-09oggparsecelt: do not set AVCodecContext.frame_sizeAnton Khirnov
2014-07-09adxdec: get rid of an avpriv functionAnton Khirnov
2014-07-09lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov
2014-07-09avconv: set the output stream timebaseAnton Khirnov
2014-07-09avformat: update muxing doxyAnton Khirnov
2014-07-09cdg: set the keyframe flag on the first packetAnton Khirnov
2014-07-08mov: Remove a variable that is set but never usedMartin Storsjö
2014-07-08avplay: Handle pixel aspect ratio properlyMartin Storsjö
2014-07-08nut: Use nut->version in the version range checkLuca Barbato
2014-07-08arm: Avoid using the 'setend' instruction on ARMv7 and newerMartin Storsjö
2014-07-08avformat_new_stream: make the AVCodec parameter constRoman Savchenko
2014-07-08af_compand: make sure request_frame always outputs at least one frameAndrew Kelley
2014-07-07dsputil: Split off FDCT bits into their own contextDiego Biurrun
2014-07-07libfdk-aacdec: Decode the first AAC frame to reliably identify the bitstreamOmer Osman
2014-07-07smoothstreamingenc: Fix a memory leak on errorsMichael Niedermayer
2014-07-07vmd: Split audio and video decoderNidhi Makhijani
2014-07-07dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun
2014-07-07dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun
2014-07-07dsputil: Split off *_8x8basis to a separate contextDiego Biurrun
2014-07-06audio_fifo: Split into a separate doxygen moduleTimothy Gu
2014-07-06samplefmt: Add doxygen categoriesTimothy Gu
2014-07-06dsicin: Split audio and video decoderNidhi Makhijani
2014-07-06bmv: Split audio and video decoderNidhi Makhijani
2014-07-06paf: split audio and video decoderNidhi Makhijani
2014-07-06cljr: split decoder and encoderNidhi Makhijani
2014-07-06vc1test: Check malloc callNidhi Makhijani
2014-07-06vc1test: Return proper error codesNidhi Makhijani
2014-07-06librtmp: Don't free the temp url at the end of rtmp_openMartin Storsjö
2014-07-05x86: build: Only compile FDCT code if MMX is enabledDiego Biurrun
2014-07-05x86: Unconditionally compile blockdsp and svq1enc init filesDiego Biurrun
2014-07-05x86: huffyuvdsp: Move inline assembly to init fileDiego Biurrun
2014-07-05libfdk-aacdec: Reduce the default decoder delay by one frameOmer Osman
2014-07-04x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercaseDiego Biurrun
2014-07-03webpdec: Fix decoding of the huffman group indices.Justin Ruggles
2014-07-03id3v2enc: use a case-insensitive comparison for APIC picture typeAnton Khirnov
2014-07-03daud: split muxer and demuxerNidhi Makhijani
2014-07-03ismindex: Add an option for outputting files elsewhere than in the current di...Martin Storsjö
2014-07-03ismindex: Allow adding a path prefix to the generated .ism fileMartin Storsjö
2014-07-03lavf: document av_dump_format()Vittorio Giovara
2014-07-03hevc: Use the local context variable when neededLuca Barbato