source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0aac9b76   11 years michaelni avcodec/libx264: Implement reference frame count limiting based on …
(edit) @c3417ed7   11 years michaelni swscale/utils: Add check that ensures that the hardcoded struct …
(edit) @c683e6aa   11 years u build: move ebur128 swr dep to configure.
(edit) @f0ae467e   11 years michaelni configure: swresample depends on avutil Signed-off-by: Michael …
(edit) @efa95968   11 years michaelni common.mak: fix (not)building disabled libs Signed-off-by: Michael …
(edit) @3d7218d9   11 years michaelni Merge commit '449511740f06a4675b0066730fa45cdb764ffafc' * commit …
(edit) @d90ba41   11 years Reimar.Doeffinger dpx: use intfloat.h instead of deprecated intfloat_readwrite.h. …
(edit) @76581ab8   11 years michaelni Merge commit '9aa4592076d4dbb29d1198b0e258f9f85c0c00b5' * commit …
(edit) @44951174   11 years janne-libav build: handle library dependencies in configure Instead of setting …
(edit) @9aa45920   11 years janne-libav aarch64: assembler in clang-3.4 ignores the division by two Values …
(edit) @cef99e12   11 years michaelni Use rac_get_prob branchy version when used within a conditional …
(edit) @f1c16749   11 years michaelni Support broadcast destination for udp protocol Use the required …
(edit) @bb9e5116   11 years michaelni hevc: fixing code indenting in hevcpred(cherry picked from commit …
(edit) @38df49a0   11 years michaelni hevc/intrapred: fix indent(cherry picked from commit …
(edit) @053fdac   11 years michaelni hevc: a much faster implementation of intra prediction (up to 1s on …
(edit) @72dcd48c   11 years michaelni avformat/asfenc: honor the maximum of 63 payloads Fixes Ticket3634 …
(edit) @81d1fcf3   11 years michaelni avcodec: add option to make is_intra_more_likely() from error …
(edit) @a8bc175d   11 years michaelni avformat/mp3dec: check the number of frames per buffer size Fixes …
(edit) @b3b505c7   11 years michaelni avformat/utils: if the id3 tag is too large for data after it to …
(edit) @d05588e2   11 years michaelni avformat/utils: limit probe score in the id3 case only if there is a …
(edit) @ab21acec   11 years Carl Eugen Hoyos Use Matroska document version 2 for WebM files if possible. Google's …
(edit) @a01fedd9   11 years Carl Eugen Hoyos Fix compilation with --enable-lto --enable-shared with icc.
(edit) @87f2d807   11 years michaelni hevcdsp: correctly indicate that hevc_put_hevc_bi_epel_h uses 9 GPRs …
(edit) @b9cce9ee   11 years michaelni avfilter/buffer: Use av_malloc_array() Signed-off-by: Michael …
(edit) @e951e04a   11 years michaelni avcodec/buffersrc: use av_mallocz_array() Signed-off-by: Michael …
(edit) @4d93e758   11 years michaelni configure: Ensure log2 is disable based on msvcrt version. …
(edit) @3b2ab8a   11 years michaelni configure: Allow log2 with msvc12 onwards. Signed-off-by: Michael …
(edit) @96abdf2   11 years michaelni avcodec/vda_h264: fix bistream typo Signed-off-by: Michael …
(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 …
Note: See TracRevisionLog for help on using the revision log.