63285 Commits (93318983c3e565b3079362ec69cf3362febc5004)
 

Author SHA1 Message Date
Anton Khirnov 66e6c8a7b4 lavu: Add a pixel format for new VDA hwaccel 11 years ago
Anton Khirnov dd2d3b766b lavc: Add hwaccel private data and init/uninit callbacks 11 years ago
Luca Barbato ebc29519d1 hwaccel: Support specific frame allocators 11 years ago
Anton Khirnov a871ef0cc9 hwaccel: Rename priv_data_size to frame_priv_data_size 11 years ago
Anton Khirnov 08bb256758 lavc: document which parts of AVHWAccel are private. 11 years ago
Anton Khirnov 5c1d7246cd lavc: set AVCodecContext.hwaccel in ff_get_format() 11 years ago
Anton Khirnov 632ad2248e lavc: Add an internal wrapper around get_format() 11 years ago
Matt Oliver efcea0b911 configure: Fix floating point conformance ith icl. 11 years ago
Lukasz Marek ab57cbb7b1 lavc/on2avc: silent warnings about const params 11 years ago
Aman Gupta 72fed6d122 avformat/mpegtsenc: fix minor typo in omit_video_pes_length description 11 years ago
michael 04e140daa2 libmpcodecs/vf_uspp: check avcodec_open() return code 11 years ago
Reynaldo H. Verdejo Pinochet e0877aa544 ffserver: don't leak poll_table if poll fails 11 years ago
Reimar Döffinger 97bcb05889 Add missing "const" to pointer arrays. 11 years ago
Michael Niedermayer 6b9e0bf42f avfilter/vf_removelogo: fix memleak on failure 11 years ago
James Almer 8e07800001 hevcdsp: include stddef.h for ptrdiff_t definition 11 years ago
Matt Oliver c6bf660bef opencl: Make init_mtx static with volatile lock 11 years ago
James Almer fa23190a7a hevcdsp: add missing header include 11 years ago
Michael Niedermayer 2e55f3e907 avfilter/vf_lut3d: check size in parse_dat() 11 years ago
Michael Niedermayer dc6b99d6b2 avformat/movenc: Check ff_put_wav_header() return code 11 years ago
Andrey Utkin 8cc6e91f69 Document smoothstreaming muxer 11 years ago
Matthew Lindner b372f67342 avcodec: better level/index printing 11 years ago
Michael Niedermayer 398e3a591f avcodec: replace uses of deprecated avcodec_set_dimensions() 11 years ago
Matt Oliver 3554c2fafc libmpcodecs: Fix compilation due to missing static in suncc. 11 years ago
Michael Niedermayer 8a21613821 Merge commit '9880a0d4b131ef36694d62f78060350a81f08b80' 11 years ago
nu774 9880a0d4b1 pcm-dvd: Fix 20bit decoding 11 years ago
Diego Elio 'Flameeyes' Pettenò a7b554f863 rtpdec: make the NTP time values unsigned. 11 years ago
Hendrik Leppkes bc47801968 configure: check for recent dxva2api headers with fixed COBJMACROS defines 11 years ago
Michael Niedermayer 2201d1a0f8 avcodec/hevc: Fix undefined shifts 11 years ago
Michael Niedermayer 0be95996d0 avcodec/mpegaudiodec_template: make shift unsigned to avoid undefined behavior 11 years ago
Michael Niedermayer 341cacb9ac avcodec/x86/hevcdsp_init: fix build failure with --disable-mmx 11 years ago
Michael Niedermayer e54c052bee avcodec/mpeg4videodec: print run/level/index values 11 years ago
Michael Niedermayer 6df33c4926 avcodec: include GET_RL_VLC() in trace output 11 years ago
plepere 63832e01c3 hvcodec/x86/hevcdsp: make macros more modular to support functions that are not sse4 11 years ago
Clément Bœsch 5623a10526 avfilter/phase: make the main loop readable. 11 years ago
Clément Bœsch 5df10150d4 avfilter/phase: add some constness for RO data pointers. 11 years ago
Clément Bœsch 69d72140ac avfilter/phase: add timeline support. 11 years ago
Clément Bœsch 8de600de55 avfilter/phase: avoid a memcpy per frame. 11 years ago
Clément Bœsch 687119aa9d avfilter/phase: do not pass the whole context to analyze_plane(). 11 years ago
Clément Bœsch 362ab940fc avfilter/phase: add comment on the context cached frame. 11 years ago
Michael Niedermayer 996fffbbb3 Merge commit '0bacfa8d37710b904897e7cbeb8d6f96fbf75e2e' 11 years ago
Michael Niedermayer 126927c58e avcodec/exr: mark gama option as experimental / unsupported 11 years ago
Gonzalo Garramuno cd3daad77e avcodec/exr: Add a gamma flag to exr loader to avoid banding 11 years ago
Michael Niedermayer 0c2a6dabce avformat/rtmpproto: add FFMIN() to av_strlcpy() 11 years ago
Martin Storsjö 0bacfa8d37 rtmpproto: Check the buffer sizes when copying app/playpath strings 11 years ago
Michael Niedermayer aff352be63 avcodec/mjpegdec: zero gb to silence warning about it being possibly uninitialized 11 years ago
Michael Niedermayer ce4ae18405 avcodec/takdec: Always initialize hsize, silence "may be used uninitialized" warning 11 years ago
Michael Niedermayer 62a9725bc9 avcodec/dcadec: add an assert to silence a uninitialized variable warning 11 years ago
Michael Niedermayer 7e79d72c28 avcodec/dcadec: remove always true if() 11 years ago
Michael Niedermayer 364e8904ce avcodec/cinepakenc: Fix "may be used uninitialized in this function" warnings 11 years ago
Michael Niedermayer 6c23a85000 avfilter/af_compand: Silence "may be used uninitialized" warning 11 years ago