source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @adbe1d7d   9 years michaelni avcodec/libopenjpegdec: Mark as experimental if <= 1.3 Signed-off-by: …
(edit) @dbbb31e5   9 years michaelni avcodec/jpeg2000: remove unused variable Signed-off-by: Michael …
(edit) @32b1131f   9 years michaelni avformat/oggenc: Fix return code in case of flushing Signed-off-by: …
(edit) @dac7b278   9 years michaelni Merge commit 'b14086ca38efa1a86cb0f0c6aa147b05f698877b' * commit …
(edit) @962654f2   9 years michaelni Merge commit 'b380337020e271c5431aa8ef8f8e9dfda5e919b2' * commit …
(edit) @551813a9   9 years michaelni Merge commit '210921722bf828b3b895ebcbc34374e6c4452c6f' * commit …
(edit) @840465eb   9 years michaelni Merge commit '09447f2b0fafac6d9565aab82a4c5f16fc99ee5e' * commit …
(edit) @5f48a73   9 years michaelni Merge commit 'fb1473080223a634b8ac2cca48a632d037a0a69d' * commit …
(edit) @4b082bc2   9 years michaelni doc/muxers: document new break_non_keyframes option Signed-off-by: …
(edit) @44327cbc   9 years michaelni avcodec/jpeg2000: Disable special case for JPEG2000_QSTY_SI The code …
(edit) @45db9218   9 years michaelni avcodec/jpeg2000dec: Add placeholder for PLT parsing Signed-off-by: …
(edit) @b6ee1912   9 years michaelni avcodec/jpeg2000dec: Handle Psot = 0 Fixes Ticket2869 Signed-off-by: …
(edit) @b14086ca   9 years lu_zero mkv: Correctly report the latest packet had been flushed Bug-Id: 865 …
(edit) @e60b018c   9 years michaelni lavf/segment: add an option to allow breaking on non-keyframes …
(edit) @b380337   9 years janne-libav mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed …
(edit) @2109217   9 years janne-libav imc: add required padding for GetBitContext buffer Fixes stack buffer …
(edit) @09447f2   9 years janne-libav ac3_parser: add required padding for GetBitContext buffer Fixes stack …
(edit) @fb147308   9 years janne-libav aac_parser: add required padding for GetBitContext buffer Fixes stack …
(edit) @e1009665   9 years michaelni avcodec/x86/h264_weight: handle weight1=128 Fix ticket4596 …
(edit) @7c9fcdfa   9 years michaelni avcodec/jpeg2000dec: Fix some 5/3 bitexactness issues Signed-off-by: …
(edit) @ecefce41   9 years michaelni lavf/tls_securetransport: fix SNI support when not verifying …
(edit) @074159ed   9 years michaelni avcodec/jpeg2000dec: Fix subsampled decoding Fixes part of Ticket3619 …
(edit) @12ba1b2   9 years michaelni avcodec/jpeg2000dec: Check that coords match before applying ICT This …
(edit) @028c59c1   9 years michaelni avcodec/jpeg2000dec: Fix high bit depth branch sample shift Fix part …
(edit) @6fdbaa2b   9 years Andreas.Cadhalpun vp8: change mv_{min,max}.{x,y} type to int If one of the dimensions …
(edit) @1382add   9 years James mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed …
(edit) @d5a64562   9 years michaelni Merge commit '4733a12dd17a91d606e0079ff9bb48b9f419cbef' * commit …
(edit) @3d663574   9 years michaelni Merge commit '6308cd4868d2bd5fdf8bfa8dd10856c9a91874f5' * commit …
(edit) @77510a96   9 years michaelni Merge commit 'bc1eace1b3654c490cb2c226b3c80854244dbb9a' * commit …
(edit) @d1f7b313   9 years michaelni Merge commit 'f7e932473314e6ca4c851d49cbde8570b6e66383' * commit …
(edit) @01a6ae13   9 years michaelni Merge commit '8ef98855d25e457094468e2e1a79d9b10d6445b2' * commit …
(edit) @402b18af   9 years michaelni Merge commit 'caf7be30b11288c498fae67be4741bfbf083d977' * commit …
(edit) @83e3516e   9 years michaelni Merge commit '925b80d64029d41962e5998d7d901226c3a9baea' * commit …
(edit) @3244a176   9 years michaelni Merge commit '9bb11be0e5a75782c3139ad058c2b571499aa37d' * commit …
(edit) @b18eac7f   9 years Andreas.Cadhalpun vp9: change type of tile_size from unsigned to int64_t Otherwise the …
(edit) @e05fda99   9 years michaelni Merge commit 'f8716a1408f4f4ec63857b7015fbd62f9eac344a' * commit …
(edit) @db8ae37a   9 years michaelni Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8' * commit …
(edit) @34d278f9   9 years James mpjpegdec: fix memory leak in probe function Signed-off-by: James …
(edit) @a4557b7   9 years michaelni Merge commit 'a6f19d6a9f8d1e08653d9d77581e8c823f4955c2' * commit …
(edit) @56f0fe6   9 years michaelni swr: Fix ASSERT_LEVEL warning Found-by: cehoyos Signed-off-by: …
(edit) @653bf3c5   9 years michaelni avcodec/hq_hqa: Fix signness of tag Fixes Ticket4509 Signed-off-by: …
(edit) @130a6c04   9 years michaelni avcodec/apng: Add partial support for blending with PAL8 pixel format …
(edit) @33292c0   9 years michaelni avcodec/apng: Add support for blending with GRAY8A pixel format …
(edit) @0ab1c46f   9 years michaelni avcodec/apng: Add blending support for non-alpha pixel formats …
(edit) @ed09bb37   9 years michaelni avcodec/apng: Dispose previous frame properly The spec specifies the …
(edit) @6dd5371e   9 years michaelni lavf/tls: let the user specify what name to verify against This can …
(edit) @4733a12d   9 years vittorio.giovara rtpdec_asf: Check memory allocation and free memory on error CC: …
(edit) @6308cd48   9 years vittorio.giovara mov: Check memory allocation CC: libav-stable@libav.org Bug-Id: CID …
(edit) @bc1eace1   9 years vittorio.giovara jack: Check memory allocation CC: libav-stable@libav.org Bug-Id: CID …
(edit) @f7e93247   9 years vittorio.giovara audiointerleave: Always initialize new_pkt CC: libav-stable@libav.org
(edit) @8ef98855   9 years vittorio.giovara sctp: Always initialize outmsg struct CC: libav-stable@libav.org
(edit) @caf7be30   9 years janne-libav mpjpgdec: free AVIOContext leak on early probe fail
(edit) @925b80d6   9 years vittorio.giovara mpegvideo: Move OutFormat enum to mpegutils.h It is necessary to …
(edit) @9bb11be0   9 years vittorio.giovara mpegvideo: Split picture allocation for encoding and decoding The …
(edit) @f8716a14   9 years vittorio.giovara mpegvideo: Rework frame_size_alloc function Use more generic …
(edit) @da0c8664   9 years vittorio.giovara mpegvideo: Move various temporary buffers to a separate context
(edit) @a6f19d6a   9 years lu_zero configure: Support MSVC 2015 The C runtime C99 compatibility had been …
(edit) @7630cce4   9 years michaelni avformat/mxfenc: Allow overriding /manual setting of the signal …
(edit) @4b343f7   9 years michaelni atrac3plus: give the phase_shift flag a better name. Signed-off-by: …
(edit) @d765e073   9 years michaelni atrac3plus: add support for GHA phase inversion. Signed-off-by: …
(edit) @ac2dad96   9 years michaelni avformat/version: Bump version for single jpeg muxer Signed-off-by: …
(edit) @5cf84e59   9 years michaelni doc/ffserver: Add entry for missing jpeg variant Signed-off-by: …
(edit) @3b89a67   9 years michaelni ffserver: Use singlejpeg muxer for jpeg Fixes Ticket4218 Based on …
(edit) @51ac1f61   9 years michaelni avformat: Add single jpeg muxer Needed to fix Ticket4218 Based on …
(edit) @99060576   9 years michaelni avcodec/aacdec: Do not return a uninitialized value Signed-off-by: …
(edit) @153d23ee   9 years michaelni Merge commit 'bc76c46943272515805d7ac48ca39f14826d1fed' * commit …
(edit) @476692ab   9 years michaelni Merge commit 'a188108ebf28ebac9d2b8fc7d5b391aef45698b3' * commit …
(edit) @8eb2c41   9 years michaelni Merge commit '677c804aa3a78d61b21e6423165a252846c20f0e' * commit …
(edit) @ce838ad9   9 years michaelni Merge commit '252d6200c36e7eaa79f8d5205b7d731179e94897' * commit …
(edit) @8985e7c5   9 years michaelni Merge commit '9b56ac74b170d12027fbc81f581a451a709f1105' * commit …
(edit) @7856afe   9 years michaelni avformat/hdsenc: Change duration from single to to double precision …
(edit) @0dbea464   9 years michaelni avformat/rmenc: Remove float usage Signed-off-by: Michael Niedermayer …
(edit) @4c4c3d5d   9 years michaelni avcodec/libstagefright: Check for pthread_create() failure …
(edit) @40cc3be7   9 years u avfilter: fix a few 5 spaces indent
(edit) @7c453277   9 years michaelni avdevice/iec61883: Check pthread init for failures Signed-off-by: …
(edit) @ddda9cee   9 years michaelni ffserver: Check for ffio_set_buf_size() failure Signed-off-by: …
(edit) @0023ea4   9 years michaelni avformat/aviobuf: Check for ffio_set_buf_size() failure …
(edit) @dc55477a   9 years michaelni avformat/ffmdec: Check ffio_set_buf_size() return value …
(edit) @d603906   9 years michaelni ffserver: Check allocations (likely not all) Reviewed-by: "Reynaldo …
(edit) @bc76c469   9 years lu_zero aac: Wait to know the channels before allocating frame The channel …
(edit) @a188108   9 years lu_zero aac: Support channel configurations 11 and 12 These are defined in …
(edit) @677c804a   9 years lu_zero aac: correctly map 7.1ch-wide AAC from FDK AAC encoder FDK AAC …
(edit) @252d620   9 years lu_zero avio: Add avio_put_str16be
(edit) @9b56ac74   9 years lu_zero mpjpeg: Initial implementation Support only streams with …
(edit) @e225f5f2   9 years James fate: add missing avdevice dependency to closed caption test …
(edit) @cc904353   9 years Philip Langdale avcodec/allcodecs: Re-order nvenc encoders below x264/5. We shouldn't …
(edit) @42db4aaa   9 years michaelni vf_colormatrix: calculate coefficients only once calc_coefficients is …
(edit) @46428ea3   9 years michaelni avcodec/mpegvideo: Use av_memdup() for allocating thread_context Also …
(edit) @7ddedd23   9 years michaelni avcodec/mpegvideo: Clear thread_context array before allocating This …
(edit) @f30a7d98   9 years michaelni avcodec/mpegvideo: Merge thread context initialization loops …
(edit) @7e466117   9 years Philip Langdale avcodec/nvenc: Add 'nvenc_h264' as an alternative name for 'nvenc' …
(edit) @e79c40fe   9 years Philip Langdale avcodec/nvenc: Rename nvenc_h265 to nvenc_hevc For the sake of …
(edit) @c10e6bcb   9 years Philip Langdale Revert "avcodec: Rename nvenc.c to nvenc_a.c, to avoid conflict with …
(edit) @d47de793   9 years Philip Langdale Revert "Merge commit 'b08caa87c35a768ec0abb16b1e99c3a85f1df28e'" This …
(edit) @58b49f78   9 years Philip Langdale Revert "nvenc: remove cuda.h requirement for nvenc_a" This reverts …
(edit) @728c82a5   9 years Philip Langdale Revert "avcodec/Makefile: fix checkheaders for nvenc_b" This reverts …
(edit) @8a6536c   9 years Philip Langdale Revert "Changelog: Drop duplicate NVENC entry" This reverts commit …
(edit) @7944b0ce   9 years michaelni avutil/colorspace: Remove RGB_TO_Y/U/V They are unused and …
(edit) @a03b6947   9 years onemda avcodec/exr: fix crash caused by merge Various header informations …
(edit) @1b4dd59e   9 years James configure: improve the checks for gmtime_r and localtime_r They are …
Note: See TracRevisionLog for help on using the revision log.