]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2016-11-03 Diego Biurrundnxhdenc: Have function pointer prototype match impleme...
2016-11-03 Diego Biurrunpixblockdsp: Have function pointer prototype match...
2016-11-03 Diego Biurrunituh263dec: Have function signature match across declar...
2016-11-03 Mark Thompsonvf_hwupload_cuda: Fix build error
2016-11-03 Diego Biurrunsvq3: Drop unused function dctcoef_get()
2016-11-03 Diego Biurrunintrax8: Have function signature match across declarati...
2016-11-03 Martin Storsjöoptions_table: Remove a now unnecessary include of...
2016-11-03 Martin Storsjöarm: vp9: Add NEON optimizations of VP9 MC functions
2016-11-03 Martin Storsjövp9: Flip the order of arguments in MC functions
2016-11-02 Mark Thompsonlavfi: Always propagate hw_frames_ctx through links
2016-11-02 Mark Thompsonlavfi: Use ff_get_video_buffer in all filters using...
2016-11-02 Mark Thompsonlavfi: Make default get_video_buffer work with hardware...
2016-11-02 Diego Biurrundoc: Turn off noisy deprecation warnings in the option...
2016-11-02 Diego Biurrunrtmpproto: Restructure zlib code to avoid unreachable...
2016-11-02 Diego Biurrunbink: Have function pointer prototype match implementation
2016-11-02 Diego Biurrunidct: Have function pointer prototype match implementation
2016-11-02 Diego Biurrunaactab: Move extern keyword to the front of array decla...
2016-11-02 Diego Biurrunvf_drawtext: Move static keyword to beginning of variab...
2016-11-02 Anton Khirnovexamples/decode_video: remove a stray unrelated comment
2016-11-02 Anton Khirnovexamples/decode_video: constify the AVCodec instance
2016-11-02 Anton Khirnovexamples/encode_video: use the AVFrame API for allocati...
2016-11-02 Anton Khirnovexamples/encode_video: set the framerate
2016-11-02 Anton Khirnovexamples/encode_video: constify the AVCodec instance
2016-11-02 Anton Khirnovexamples/avcodec: split the remaining two examples...
2016-11-02 Anton Khirnovexamples/decode_audio: constify the AVCodec instance
2016-11-02 Anton Khirnovexamples/avcodec: split audio decoding into a separate...
2016-11-02 Anton Khirnovexamples/encode_audio: use the AVFrame API for allocati...
2016-11-02 Anton Khirnovexamples/encode_audio: constify AVCodec instances
2016-11-02 Anton Khirnovexamples/avcodec: split audio encoding into a separate...
2016-11-02 James Almeravconv: support parsing bitstream filter options
2016-11-01 Vittorio Giovaramov: Evaluate the movie display matrix
2016-11-01 Vittorio Giovarafate: Add tests for mov display matrix
2016-11-01 Vittorio Giovaraavprobe: Add -show_stream_entry to get a single stream...
2016-10-31 Mark Thompsonopenssl: Allow newer TLS versions than TLSv1
2016-10-30 Luca Barbatoxcb: Add all the libraries to the link line explicitly
2016-10-30 Luca BarbatoRevert "rtmpproto: Don't include a client version in...
2016-10-30 Luca Barbatoqsv: Be informative when reporting that no data has...
2016-10-29 Diego BiurrunUse avpriv_request_sample() where appropriate
2016-10-28 Diego Biurrundash: Use correct ISO C scanf conversion specifier
2016-10-28 Diego Biurrunsrt: Adjust signedness of sscanf format strings
2016-10-28 Diego Biurrundxtory: Drop nonsense ISO C printf conversion specifier...
2016-10-28 Diego BiurrunUse ISO C printf conversion specifiers where appropriate
2016-10-28 Diego Biurrunhap: Adjust printf length modifiers to match variable...
2016-10-28 Diego BiurrunAdjust printf conversion specifiers to match variable...
2016-10-27 Diego BiurrunRemove some pointless TRACE level debug code
2016-10-27 Diego Biurrunnut: Drop pointless TRACE level debug code
2016-10-27 Diego Biurrunnsv: Drop unnecessary TRACE level debug code
2016-10-27 Diego Biurrundnxhdenc: Drop pointless, commented-out debug output
2016-10-27 Diego Biurrunaudio_fifo: Drop write-only variable
2016-10-27 Diego Biurrunh264_loopfilter: Do not print value of uninitialized...
2016-10-27 Diego Biurrunmpegaudio: Do not print value of uninitialized variable
2016-10-27 Diego Biurrunbuild: Hardcode avversion.h dependency
2016-10-25 Martin Storsjöopenssl: Avoid double semicolons after the GET_BIO_DATA...
2016-10-25 Luca Barbatoaviocat: Support avio options
2016-10-25 Yogender Guptascale_npp: fix passthrough mode
2016-10-24 Mark Thompsonvaapi_decode: Remove vestigial unmap code
2016-10-24 Mark Thompsonvaapi_decode: Clear parameter buffers to fix picture...
2016-10-24 Gwenole Beauchesnevaapi_h264: fix RefPicList[] field flags.
2016-10-23 Matt Oliveropenssl: Support version 1.1.0.
2016-10-23 Martin Storsjörtmpdh: Don't use the OpenSSL DH struct
2016-10-22 Diego Biurrunbktr: Use memset(0) instead of zero initialization...
2016-10-22 Alexandra Hájkovácheckasm: Add a test for HEVC add_residual
2016-10-22 Pierre Edouard... hevc: x86: Add add_residual() SIMD optimizations
2016-10-22 Diego BiurrunReplace leftover uses of -aframes|-dframes|-vframes...
2016-10-21 Vittorio Giovaramov: Update colr values
2016-10-21 Vittorio Giovaralavu: Add JEDEC P22 color primaries
2016-10-21 Anton KhirnovMakefile: fix checking whether reconfiguring is required
2016-10-21 Anton Khirnovhevc: factor out a repeated condition
2016-10-21 Anton Khirnovhevc: move the SliceType enum to hevc.h
2016-10-21 Anton Khirnovlavf: check that the codec is supported by extract_extr...
2016-10-19 Diego Biurrunaudiodsp: x86: Remove pointless header file
2016-10-19 Diego Biurrunconfigure: Print warnings after all other output
2016-10-19 Diego Biurrunx86: videodsp: Add parentheses to expression to work...
2016-10-18 Luca Barbatofate: Update filter-pixfmts-scale gbrap12le hash missin...
2016-10-18 Martin Storsjöcheckasm: aarch64: Don't clobber x29 in checkasm_stack_...
2016-10-18 Diego Biurrunemms: Give apriv_emms_yasm() a more general name
2016-10-18 Michael Niedermayerswscale: Properly load alpha for planar rgb
2016-10-17 Diego Biurrunbuild: Add VSX-OBJS to SUBDIR_VARS
2016-10-17 Diego Biurrunppc: avcodec: Drop silly "_ppc" suffixes from files...
2016-10-17 Mark Thompsonvaapi_encode: Write sequence header as extradata
2016-10-17 Mark Thompsonvaapi_h265: Include header for slice types
2016-10-17 Diego Biurrunx86: Add missing colons after assembly labels
2016-10-17 Diego Biurrunbuild: Drop arch-specific checkasm Makefiles
2016-10-17 Diego Biurrunbuild: Drop duplicate asm recipe
2016-10-16 Martin Storsjöcheckasm: aarch64: Add filler args to make sure all...
2016-10-16 Martin Storsjöcheckasm: aarch64: Clobber the stack before calling...
2016-10-16 Martin Storsjöcheckasm: arm/aarch64: Fix the amount of space reserved...
2016-10-16 Anton Khirnovlavf: use the new bitstream filter for extracting extradata
2016-10-16 Anton Khirnovlavc: add a bitstream filter for extracting extradata...
2016-10-16 Anton Khirnovhevcdec: move parameter set parsing into a separate...
2016-10-16 Anton Khirnovhevcdec: split ff_hevc_diag_scan* declarations into...
2016-10-16 Anton Khirnovhevcdec: drop the prototype of a non-existing function
2016-10-16 Anton Khirnovhevcdec: move decoder-independent declarations into...
2016-10-16 Anton Khirnovhevc: rename hevc.[ch] to hevcdec.[ch]
2016-10-16 James Almeravformat/matroska: fix MatroskaVideoFieldOrder enum...
2016-10-16 Anton Khirnovfile protocol: handle the file: protocol string in...
2016-10-14 Martin Storsjörtmpproto: Don't include a client version in the unencr...
2016-10-14 Martin Storsjörtmpproto: Don't include the libavformat version as...
2016-10-14 Martin Storsjörtmpproto: Send chunk size on the network channel
2016-10-14 Martin Storsjörtmpproto: Lengthen the filename buffer when receiving...
next