source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @30ffbeb0   9 years michaelni Merge commit '016cac75c6061a1c03f812ddf258b8baefe70b00' * commit …
(edit) @7755a574   9 years michaelni Merge commit '9752d2e6cc9b9e8070ec515db8ed8374683d0856' * commit …
(edit) @a8ab64d2   9 years michaelni Merge commit '910247f1720c6aae422723c05dac6d0b19f20bec' * commit …
(edit) @e15e78f3   9 years michaelni Merge commit '1316df7aa98c4784f190d107206d0bb12c590b89' * commit …
(edit) @016cac75   9 years lu_zero asfdec: prevent the infinite loop in detect unknown_subobject …
(edit) @9752d2e6   9 years lu_zero asfdec: prevent possible memory leak in the asf_read_metadata_obj …
(edit) @910247f1   9 years vittorio.giovara lavc: Deprecate avctx.{inter,intra}_quant_bias They are used by dnxhd …
(edit) @1316df7a   9 years janne-libav lavu: add an API function to return the Libav version string This …
(edit) @2778fdb   9 years onemda swscale: implement YA8 output Signed-off-by: Paul B Mahol …
(edit) @d0eff88   9 years Andreas.Cadhalpun wavpack: limit extra_bits to 32 and use get_bits_long More than 32 …
(edit) @96953e2e   9 years onemda avfilter/vf_mpdecimate: remove packed formats Packed formats are not …
(edit) @7ff5a345   9 years onemda avfilter: use AVFILTER_DEFINE_CLASS() Signed-off-by: Paul B Mahol …
(edit) @6e5864ab   9 years michaelni avcodec/qsvenc_h264: Change the set of performance presets to match …
(edit) @c9220d5b   9 years michaelni avcodec/mjpegdec: Reorder operations to avoid undefined behavior …
(edit) @9dc0bac9   9 years michaelni avcodec/motion_est_template: Fix undefined shifts in CHECK_MV() …
(edit) @db89f455   9 years michaelni avcodec/qsv: Extending QSV/MFX session initialization for the linux …
(edit) @8cbce100   9 years stefasab doc/muxers/segment: fix formatting of segment_list_type option Place …
(edit) @1f69b7b   9 years michaelni avformat/asfdec_f: Fix memleak Found-by: jamrial Signed-off-by: …
(edit) @72cad800   9 years michaelni avformat/asfdec_f: Add ASFDataType, use named types for metadata This …
(edit) @59fffefd   9 years michaelni avformat/asfdec_f: Use dynamic allocation in asf_read_metadata() …
(edit) @c8eca438   9 years michaelni avformat/asfdec_f: factor error checking out of main header parsing …
(edit) @a1c03b9d   9 years michaelni ffmpeg_filter: log more information on failure to init simple filter …
(edit) @03b2b40f   9 years michaelni Merge commit 'a31c4b2cbef9aee15910fc3df52519aef46760de' * commit …
(edit) @838c5f3d   9 years michaelni avformat/utils: Redesign scoring in av_find_default_stream_index() …
(edit) @52c55218   9 years michaelni ffmpeg_opt: Favor streams that had packets Fixes Thailand-Wave.wmv …
(edit) @5165c600   9 years onemda avformat/rtmpproto: increase hardcoded url/path lengths Fixes #4103. …
(edit) @a31c4b2c   9 years janne-libav fate-g2m3: disable the audio stream The audio decoder is not in …
(edit) @c190fdf6   9 years michaelni lavu: Makefile: skip atomic.c if native atomics are available This …
(edit) @06a0d5ef   9 years michaelni avcodec/h264dsp_template: Fix undefined shifts Fixes: …
(edit) @ce81e47c   9 years michaelni avcodec/mss2: Fix integer overflow This also simplifies the code …
(edit) @f8e038f   9 years michaelni Merge commit '4e0819310e2d2eff60be2d6df28335f0739712b9' * commit …
(edit) @5142963b   9 years michaelni Merge commit 'f91fe24e9bd6912c29bbb03d8afe878e045f9721' * commit …
(edit) @17e6d7b4   9 years onemda avfilter/vf_extractplanes: use faster path for input formats with only …
(edit) @fc40cdbf   9 years onemda avfilter/vf_extractplanes: rename misleading variable Signed-off-by: …
(edit) @be35b8b9   9 years onemda avfilter/vf_extractplanes: support more pixel formats Signed-off-by: …
(edit) @6205143b   9 years michaelni Merge commit '9eec23b8a7fd0f91827bbc3ed0792c39a8cc9a8a' * commit …
(edit) @92c858ae   9 years michaelni Merge commit '4ccccd6c40a6d0ce85e96a6e37f558236e2a6a75' * commit …
(edit) @9cf95654   9 years michaelni Merge commit '007e27d363ba7d994019dc897dc9c39071bb204a' * commit …
(edit) @811008b8   9 years michaelni avformat/asfdec_f: Assert that packet positions match in …
(edit) @28206b75   9 years michaelni avformat/asfdec_f: Correct skip to key code Fixes Ticket3978 …
(edit) @089a818   9 years michaelni avcodec/pthread_frame: Correcting typo of "occurred" Signed-off-by: …
(edit) @2eb28e88   9 years michaelni avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideo …
(edit) @4e081931   9 years vittorio.giovara elsdec: Replace EOVERFLOW with INVALIDDATA EOVERFLOW is not available …
(edit) @53fd7057   9 years michaelni avcodec/h264_mvpred: Fix undefined shifts in MAP_F2F Fixes: …
(edit) @ac78014   9 years michaelni avcodec/motion_est: Fix some undefined shifts Fixes: …
(edit) @f91fe24e   9 years janne-libav g2meet: force simple idct for identical results over all fate configs
(edit) @f911266   9 years michaelni lavu: add an API function to return the FFmpeg version string This …
(edit) @db64af6   9 years michaelni avformat/concatdec: copy stream metadata when using concat …
(edit) @60ec3007   9 years michaelni avformat/nutdec: Check ff_gen_search() for failure Fixes assertion …
(edit) @9eec23b8   9 years janne-libav g2meet: use av_ceil_log2 instead of a custom function
(edit) @4eee685a   9 years michaelni avcodec/motion_est: Fix undefined shifts in cmp_inline() Fixes: …
(edit) @0ea099ad   9 years michaelni avcodec/mpegvideo_enc: fix undefined shifts in ff_dct_quantize_c() …
(edit) @4ccccd6c   9 years janne-libav g2meet: use an unsigned type for the djb hash
(edit) @56fd4705   9 years michaelni avcodec/motion_est_template: Fix undefined shifts in CHECK_MV_DIR() …
(edit) @007e27d3   9 years janne-libav avcodec: add missing CODEC_CAP_DR1 to codecs using get_buffer()
(edit) @2f8c8163   9 years michaelni avformat/matroskadec: Fix undefined shift in read_sint() Fixes: …
(edit) @8750aef3   9 years michaelni ffmpeg_opt: Fix forcing fourccs Fixes Ticket4682 Signed-off-by: …
(edit) @dec7288   9 years michaelni avcodec/elsdec: Remove EOVERFLOW EOVERFLOW is not available on all …
(edit) @55a04a5d   9 years michaelni Merge commit 'a1e2caa93e4f8102666a21222f01b74838b6497f' * commit …
(edit) @35c8dda5   9 years michaelni Merge commit '2eef75fd7e1ac96ab9ca63bb4523078c908bc9b1' * commit …
(edit) @a8e137a3   9 years michaelni Merge commit 'df22e30172b09cda4d6f7d4f43508284be65848a' * commit …
(edit) @9c010ba6   9 years michaelni Merge commit '0d449c81b3dd25835ae6ac849cdd150f35b9c5c6' * commit …
(edit) @818ff7ff   9 years michaelni Merge commit '0f87f9b4fceee854f09da2d1ef329245196775f8' * commit …
(edit) @16dd0426   9 years michaelni Merge commit '3f872c9bfa8ee1032058cfa48068b5a73ef27b5e' * commit …
(edit) @9e93e544   9 years michaelni Merge commit '4d1229dabf7a7e3b6a7b326afd79102256c3b008' * commit …
(edit) @68939f7   9 years michaelni Merge commit '08c2d8f0aa679c2f060721d1d0d4f33d2ae32368' * commit …
(edit) @39748896   9 years michaelni Merge commit 'e2bd03a14a4e3366df0b1ee8e284a97165be1f3c' * commit …
(edit) @2e13a45b   9 years michaelni avcodec/aacsbr: Assert that bs_num_env is positive Signed-off-by: …
(edit) @79a98294   9 years michaelni avcodec/aacsbr: check that the element type matches before applying …
(edit) @a1e2caa9   9 years vittorio.giovara mov: Log format rather than fourcc in stsd in trace mode This will …
(edit) @2eef75fd   9 years vittorio.giovara mov: Adjust variable types to fix format warnings
(edit) @df22e301   9 years vittorio.giovara dump: Use the correct abs() version Fix warning from clang "absolute …
(edit) @0d449c81   9 years vittorio.giovara lavfi: Add library identifier
(edit) @0f87f9b4   9 years vittorio.giovara lavd: Add library identifier
(edit) @3f872c9b   9 years vittorio.giovara lavc: Add missing API guard to dtg_active_format option
(edit) @4d1229da   9 years lu_zero g2meet: Add FATE tests for all three G2M variants Signed-off-by: Luca …
(edit) @08c2d8f0   9 years lu_zero Go2Meeting decoder ELS and ePIC decoder courtesy of Maxim …
(edit) @4ebb43f1   9 years michaelni ffmpeg: windows: respond to logoff and ctrl+break messages as well …
(edit) @bd0f1412   9 years Andreas.Cadhalpun ffmpeg: only count got_output/errors in decode_error_stat If …
(edit) @cd64ead8   9 years Andreas.Cadhalpun ffmpeg: exit_on_error if decoding a packet failed This is the second …
(edit) @32a5b631   9 years Andreas.Cadhalpun pthread_frame: forward error codes when flushing This is the first …
(edit) @04a68f43   9 years michaelni avcodec/h264: Greenmetadata SEI parsing Signed-off-by: Michael …
(edit) @7e9c7b62   9 years michaelni Merge commit '271ce76d317c5432e151216cf23f12b77ed6cb7e' * commit …
(edit) @8e6c5c4   9 years michaelni Merge commit '0bfab80a0d9fce0180e8aa2a947267f89b725091' * commit …
(edit) @2a227fe8   9 years michaelni Merge commit '0a49a62f998747cfa564d98d36a459fe70d3299b' * commit …
(edit) @e2bd03a1   9 years martin fate: Avoid unnecessary pixel format conversions Most of the …
(edit) @5585da7   9 years michaelni Merge commit '6f4cd33efb5a9ec75db1677d5f7846c60337129f' * commit …
(edit) @cfcb9f5e   9 years michaelni Merge commit 'e95c7a61852cc5b9ce5445ff034b87553e61958a' * commit …
(edit) @4ff0c61b   9 years michaelni Merge commit '303ec065a90498c29d384b4add2ac626bc38d5eb' * commit …
(edit) @2e9dcb82   9 years michaelni Merge commit '3e3056f2a020dd77efdf379dbd4c06a65b4a499a' * commit …
(edit) @271ce76d   9 years vittorio.giovara h264: Parse registered data SEI message and AFD value Partially based …
(edit) @0bfab80a   9 years vittorio.giovara h264_sei: Group error check outside the switch block
(edit) @0a49a62f   9 years vittorio.giovara h263: Always check both dimensions CC: libav-stable@libav.org
(edit) @6f4cd33e   9 years vittorio.giovara cosmetic: Reformat ff_h263_decode_mba
(edit) @e95c7a61   9 years vittorio.giovara mov: Preserve the metadata even when bit-exactness is requested Make …
(edit) @303ec065   9 years vittorio.giovara aic: Fix slice size computation for widths multiples of 32 macroblocks …
(edit) @3e3056f2   9 years vittorio.giovara h264: Allow stream and container cropping at the same time The …
(edit) @3ad678a   9 years vittorio.giovara fate: Update ac3 test to the new request_channel_layout option
(edit) @42bc768e   9 years lu_zero mpegts: Add jpeg2000 stream type Signed-off-by: Luca Barbato …
(edit) @185e7697   9 years onemda avfilter/vf_ssim: fix some cosmetics issues Signed-off-by: Paul B …
Note: See TracRevisionLog for help on using the revision log.