source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5460ab73   11 years michaelni Merge commit '1839fafa951308237c4672ffd9a94f927b26eac7' * commit …
(edit) @28563327   11 years michaelni avcodec/vda_h264: fix null pointer dereference Signed-off-by: Michael …
(edit) @5449239a   11 years michaelni Merge commit '67afcefb35932b420998f6f3fda46c7c85848a3f' * commit …
(edit) @c6a683bf   11 years michaelni Merge commit '31a46750c7eafe6bce6a3e4f09853cd0a585292b' * commit …
(edit) @14aef38a   11 years michaelni Merge commit '66e6c8a7b4e3ac926302529606bd3e323c28b20f' * commit …
(edit) @2ec4586d   11 years michaelni Merge commit 'dd2d3b766b20196d0b65a82e3d897ccecbf7adb8' * commit …
(edit) @c4fe50b9   11 years michaelni Merge commit 'ebc29519d1634bfeb386c20a5d8a52837aae2436' * commit …
(edit) @fa0f7c02   11 years michaelni Merge commit 'a871ef0cc936612bdb0e643196be72efcf0c8986' * commit …
(edit) @8d19dd91   11 years michaelni Merge commit '08bb2567586599d62a282c4cd31567a0807f3d92' * commit …
(edit) @f2f99f0   11 years michaelni Merge commit '5c1d7246cd65dc4db1b6dc36e29ce39fc1068f3f' * commit …
(edit) @d93cf093   11 years michaelni Merge commit '632ad2248e2e5d8cd4b51e6c87c943a38c3da425' * commit …
(edit) @5e955511   11 years michaelni avcodec/dct: use av_malloc_array() Signed-off-by: Michael Niedermayer …
(edit) @e2c7816a   11 years michaelni avcodec/cinepakenc: use av_malloc_array() Signed-off-by: Michael …
(edit) @1839fafa   11 years lu_zero avconv: Support VDA hwaccel Signed-off-by: Luca Barbato …
(edit) @67afcefb   11 years lu_zero lavc: Add new VDA hwaccel It leverages the new hwaccel 1.2 features: …
(edit) @31a46750   11 years lu_zero vda: use hwaccel private data for internal bitstream buffer
(edit) @66e6c8a7   11 years lu_zero lavu: Add a pixel format for new VDA hwaccel The current hwaccel is …
(edit) @dd2d3b76   11 years lu_zero lavc: Add hwaccel private data and init/uninit callbacks
(edit) @ebc29519   11 years lu_zero hwaccel: Support specific frame allocators It would reduce the …
(edit) @a871ef0c   11 years lu_zero hwaccel: Rename priv_data_size to frame_priv_data_size This describes …
(edit) @08bb2567   11 years lu_zero lavc: document which parts of AVHWAccel are private.
(edit) @5c1d724   11 years lu_zero lavc: set AVCodecContext.hwaccel in ff_get_format() This way each …
(edit) @632ad224   11 years lu_zero lavc: Add an internal wrapper around get_format() It will be useful …
(edit) @efcea0b9   11 years michaelni configure: Fix floating point conformance ith icl. Reviewed-by: …
(edit) @ab57cbb7   11 years michaelni lavc/on2avc: silent warnings about const params Signed-off-by: Lukasz …
(edit) @72fed6d1   11 years michaelni avformat/mpegtsenc: fix minor typo in omit_video_pes_length …
(edit) @04e140da   11 years michaelni libmpcodecs/vf_uspp: check avcodec_open() return code Fixes …
(edit) @e0877aa5   11 years r.verdejo ffserver: don't leak poll_table if poll fails Should fix Coverity …
(edit) @97bcb058   11 years Reimar.Doeffinger Add missing "const" to pointer arrays. Signed-off-by: Reimar …
(edit) @6b9e0bf4   11 years michaelni avfilter/vf_removelogo: fix memleak on failure Fixes CID751770 …
(edit) @8e078000   11 years michaelni hevcdsp: include stddef.h for ptrdiff_t definition Including stdint.h …
(edit) @c6bf660b   11 years michaelni opencl: Make init_mtx static with volatile lock Signed-off-by: …
(edit) @fa23190a   11 years michaelni hevcdsp: add missing header include Fixes make checkheaders …
(edit) @2e55f3e9   11 years michaelni avfilter/vf_lut3d: check size in parse_dat() Fixes CID1212261 …
(edit) @dc6b99d   11 years michaelni avformat/movenc: Check ff_put_wav_header() return code Fixes …
(edit) @8cc6e91f   11 years michaelni Document smoothstreaming muxer Signed-off-by: Michael Niedermayer …
(edit) @b372f673   11 years michaelni avcodec: better level/index printing
(edit) @398e3a5   11 years michaelni avcodec: replace uses of deprecated avcodec_set_dimensions() …
(edit) @3554c2fa   11 years michaelni libmpcodecs: Fix compilation due to missing static in suncc. …
(edit) @8a216138   11 years michaelni Merge commit '9880a0d4b131ef36694d62f78060350a81f08b80' * commit …
(edit) @9880a0d4   11 years lu_zero pcm-dvd: Fix 20bit decoding Increment the pointer as needed. Bug-Id: …
(edit) @a7b554f8   11 years michaelni rtpdec: make the NTP time values unsigned. As per RFC3550, section 4, …
(edit) @bc478019   11 years michaelni configure: check for recent dxva2api headers with fixed COBJMACROS …
(edit) @2201d1a0   11 years michaelni avcodec/hevc: Fix undefined shifts Signed-off-by: Michael Niedermayer …
(edit) @0be95996   11 years michaelni avcodec/mpegaudiodec_template: make shift unsigned to avoid undefined …
(edit) @341cacb9   11 years michaelni avcodec/x86/hevcdsp_init: fix build failure with --disable-mmx …
(edit) @e54c052   11 years michaelni avcodec/mpeg4videodec: print run/level/index values Signed-off-by: …
(edit) @6df33c49   11 years michaelni avcodec: include GET_RL_VLC() in trace output Signed-off-by: Michael …
(edit) @63832e01   11 years michaelni hvcodec/x86/hevcdsp: make macros more modular to support functions …
(edit) @5623a10   11 years u avfilter/phase: make the main loop readable.
(edit) @5df10150   11 years u avfilter/phase: add some constness for RO data pointers.
(edit) @69d72140   11 years u avfilter/phase: add timeline support.
(edit) @8de600de   11 years u avfilter/phase: avoid a memcpy per frame.
(edit) @687119aa   11 years u avfilter/phase: do not pass the whole context to analyze_plane(). …
(edit) @362ab940   11 years u avfilter/phase: add comment on the context cached frame.
(edit) @996fffbb   11 years michaelni Merge commit '0bacfa8d37710b904897e7cbeb8d6f96fbf75e2e' * commit …
(edit) @126927c5   11 years michaelni avcodec/exr: mark gama option as experimental / unsupported …
(edit) @cd3daad7   11 years michaelni avcodec/exr: Add a gamma flag to exr loader to avoid banding This is …
(edit) @0c2a6dab   11 years michaelni avformat/rtmpproto: add FFMIN() to av_strlcpy() Suggested-by: Reimar …
(edit) @0bacfa8d   11 years martin rtmpproto: Check the buffer sizes when copying app/playpath strings …
(edit) @aff352be   11 years michaelni avcodec/mjpegdec: zero gb to silence warning about it being possibly …
(edit) @ce4ae184   11 years michaelni avcodec/takdec: Always initialize hsize, silence "may be used …
(edit) @62a9725b   11 years michaelni avcodec/dcadec: add an assert to silence a uninitialized variable …
(edit) @7e79d72   11 years michaelni avcodec/dcadec: remove always true if() Signed-off-by: Michael …
(edit) @364e8904   11 years michaelni avcodec/cinepakenc: Fix "may be used uninitialized in this function" …
(edit) @6c23a850   11 years michaelni avfilter/af_compand: Silence "may be used uninitialized" warning …
(edit) @c71f8d40   11 years michaelni Merge remote-tracking branch 'lukaszmluki/master' * …
(edit) @9b60d907   11 years lukasz.m.luki2 lavc: use av_fifo_freep Signed-off-by: Lukasz Marek …
(edit) @ce1eefe6   11 years lukasz.m.luki2 lavf: use av_fifo_freep Signed-off-by: Lukasz Marek …
(edit) @a5f2f33a   11 years lukasz.m.luki2 ffmpeg: use av_fifo_freep Signed-off-by: Lukasz Marek …
(edit) @75a19f5e   11 years lukasz.m.luki2 lavd/jack_audio: use av_fifo_freep Signed-off-by: Lukasz Marek …
(edit) @70b63419   11 years lukasz.m.luki2 lavfi: use av_fifo_freep Signed-off-by: Lukasz Marek …
(edit) @351f6118   11 years lukasz.m.luki2 lavu/fifo: add av_fifo_freep function Function allows to free fifo …
(edit) @9e586774   11 years michaelni avcodec/huffyuvenc: Make version 3 of ffvhuff non experimental …
(edit) @54ae5880   11 years michaelni avcodec/cinepakenc: drop coded_frame init Fixes const being lost …
(edit) @a6e9448d   11 years michaelni avcodec/cinepakenc: Zero AVPictures, silence "may be used …
(edit) @a779602   11 years michaelni avcodec/eamad: silence uninitialized variable warnings Signed-off-by: …
(edit) @eeb48353   11 years michaelni avcodec/ac3enc: silence 2 warnings about "possibly uninitialized" …
(edit) @efbf107f   11 years michaelni avfilter/aeval: silence "may be used uninitialized" warning …
(edit) @1898c2f4   11 years michaelni inline asm: fix arrays as named constraints. Signed-off-by: Michael …
(edit) @134206ca   11 years michaelni avformat/utils: fix const warnings Signed-off-by: Michael Niedermayer …
(edit) @8dd435f0   11 years michaelni cmdutils: include config.h, fix "is not defined" warning due to …
(edit) @cd20b93   11 years michaelni avformat/h263dec/h263_probe: Check TR Fixes missdetection of …
(edit) @3ad21c50   11 years michaelni avformat/h263dec/h263_probe: Check PSC bit 9 and 13 in Signed-off-by: …
(edit) @04b15a60   11 years michaelni avformat/h263dec: shift data in state to make more bits available to …
(edit) @32646389   11 years michaelni avcodec/wavpack: initialize pointers to silence warning about them …
(edit) @84655bda   11 years michaelni avcodec/hevc: remove unused variable Signed-off-by: Michael …
(edit) @4cdea929   11 years michaelni swresample/resample: add missing xmm clobbers Might fix fate-swr on …
(edit) @d68ed9f   11 years michaelni Merge commit '7ce3bd9614717e545af8fb8455032c807e389b78' * commit …
(edit) @7ce3bd96   11 years martin rtmpproto: Support alternative slist parameter in rtmp URLs Support …
(edit) @fc7d0d82   11 years michaelni avcodec/x86/hevcdsp_init: fix SSE4 checks Found-by: James Almer …
(edit) @7be230b5   11 years michaelni avcodec/x86/Makefile: remove duplicate line Signed-off-by: Michael …
(edit) @3b3db02f   11 years michaelni avcodec/x86/hevcdsp_init: fix build on 32bit Signed-off-by: Michael …
(edit) @7a2491c4   11 years michaelni HEVC : added assembly MC functions pretty print x86 Reviewed-by: …
(edit) @83976e4   11 years michaelni hevc: C code update for new motion compensation pretty print C …
(edit) @760a9ef4   11 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: mpegts: …
(edit) @ac9869ff   11 years michaelni x86/mpegaudiodsp.c: msvc compilation error without sse/avx_external …
(edit) @38b722e7   11 years michaelni gitignore: add tools/uncoded_frame Signed-off-by: Lukasz Marek …
(edit) @7db0f9be   11 years michaelni avcodec/mpeg4videoenc: fix alternative implementation of …
(edit) @141a846   11 years michaelni avcodec/mpeg4videodec: fix mcbpc error messages Signed-off-by: …
Note: See TracRevisionLog for help on using the revision log.