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
2013-12-22Add a libwebp encoderJustin Ruggles
2013-12-20arm: Don't clobber callee saved registers in scalarproductMartin Storsjö
2013-12-20hevc: support luma bit depth != chroma bit depth for PCM coding unitsMickaël Raulet
2013-12-20hevc: warn when an unknown profile is usedGuillaume Martres
2013-12-20hevc_ps: fix indentationGildas Cocherel
2013-12-20hevc: refactor Profile Tier LevelGildas Cocherel
2013-12-20hevc: don't check for errors in PTL codeGuillaume Martres
2013-12-20hevc: store profile and level in AVCodecContextGildas Cocherel
2013-12-20lavc: add HEVC profiles namesGildas Cocherel
2013-12-20x86: mpegvideo: move denoise_dct asm to mpegvideoencAnton Khirnov
2013-12-20vc1: arm: Add NEON no_rnd chroma MCMason Carter
2013-12-20vc1: arm: Add NEON assemblyMason Carter
2013-12-18png_parser: Fix parsing on big endianMartin Storsjö
2013-12-18vc1: Fix mb_height for field picturesMichael Niedermayer
2013-12-17h264: Refactor decode_frame_packing_arrangementVittorio Giovara
2013-12-17hevc: Refactor decode_nal_sei_frame_packing_arrangementLuca Barbato
2013-12-17png: add a standalone parserPeter Holik
2013-12-13build: Merge pthreads/w32threads OBJS declarationsDiego Biurrun
2013-12-12mp3adu: Set the channel layout properlyMartin Storsjö
2013-12-11lavc: deprecate avcodec_get_frame_defaults().Anton Khirnov
2013-12-11h264: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov
2013-12-11api-example: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov
2013-12-11mpegvideo: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov
2013-12-11mpegvideo: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov
2013-12-11lavc: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov
2013-12-11lavc: deprecate avcodec_free_frame()Anton Khirnov
2013-12-11Replace all uses of avcodec_free_frame with av_frame_free().Anton Khirnov
2013-12-11hevc: set time_base when possibleGuillaume Martres
2013-12-11hevc: store the VPS list as an AVBufferRef, just like the others *PSGildas Cocherel
2013-12-11hevc: do not dereference pointer before NULL check in verify_md5()Michael Niedermayer
2013-12-10alsdec: check block lengthReinhard Tartler
2013-12-09hevc: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara
2013-12-09mpeg12enc: set frame packing information when relevant metadata is foundVittorio Giovara
2013-12-09mpeg12dec: parse frame packing arrangement user_data and save relevant stereo...Vittorio Giovara
2013-12-09libx264: set frame packing information when relevant information is foundVittorio Giovara
2013-12-09h264: parse frame packing arrangement SEI messages and save relevant stereo3d...Vittorio Giovara
2013-12-09configure: Prefix libc-related variables with "libc_"Diego Biurrun
2013-12-09avcodec: Use av_reallocp where suitableAlexandra Khirnova
2013-12-09dv: use AVFrame API properlyAnton Khirnov
2013-12-09ac3dec: make drc_scale exponentiallyJohn Stebbins
2013-12-09lavc: rework handling of refcounted_frames=0Anton Khirnov
2013-12-09lavc/decode_video(): always unref the frame if there is no output in decode_v...Anton Khirnov
2013-12-09lavc: remove a pointless check in decode_audio4()Anton Khirnov
2013-12-09lavc: use buf[0] instead of data[0] as the indicator of an allocated frameAnton Khirnov
2013-12-09lavc: remove the extended_data workarounds.Anton Khirnov
2013-12-09pthread_frame: use the AVFrame API properly.Anton Khirnov
2013-12-09mxpegdec: use the AVFrame API properly.Anton Khirnov
2013-12-09p*menc: use the AVFrame API properly.Anton Khirnov
2013-12-09mjpegdec: use the AVFrame API properly.Anton Khirnov
2013-12-08dsputil: Move apply_window_int16 to ac3dspDiego Biurrun