source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0b233900   9 years michaelni aacenc: add support for coding of IS spectral coefficients This …
(edit) @38fd4c2e   9 years michaelni aaccoder: add a new perceptual noise substitution implementation This …
(edit) @117b15f4   9 years michaelni aaccoder: remove previous PNS implementation from twoloop This commit …
(edit) @e06578e3   9 years michaelni aacenc: use the new function for setting special band scalefactor …
(edit) @671bdd4   9 years btbn avcodec/nvenc: Add support for H.264 High 444 Predictive encoding …
(edit) @5233f253   9 years onemda avformat/yuv4mpegenc: use avio_printf() Signed-off-by: Paul B Mahol …
(edit) @e658b103   9 years onemda avfilter/avf_showvolume: make it possible to use current channel …
(edit) @c3a5702e   9 years onemda lavfi: add (a)drawgraph filter Signed-off-by: Paul B Mahol …
(edit) @4385a1c   9 years michaelni fate/api-tests: Tests that need samples should only run if SAMPLES is …
(edit) @12627113   9 years michaelni YUV->BGR32 MMX support Signed-off-by: Michael Niedermayer …
(edit) @8255b14c   9 years michaelni swscale/output: fix input indexing in yuv2ya8_2_c() Signed-off-by: …
(edit) @ab80d3fb   9 years michaelni swscale/output: fix null pointer dereference in yuv2ya8_2_c() …
(edit) @3b03186d   9 years michaelni Merge commit 'f046c3b5ac36848cce824b008e0347c621523041' * commit …
(edit) @d563e13a   9 years michaelni Merge commit '832129431fd5c693b12c32a1563944c631feaf36' * commit …
(edit) @f046c3b   9 years lu_zero lavc: Move deprecation warning disabling to files including the table …
(edit) @866404df   9 years onemda avfilter/vf_lut: fix oversight Signed-off-by: Paul B Mahol …
(edit) @94cfb6db   9 years onemda avcodec/shorten: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @c0d676f9   9 years onemda avfilter/af_astats: implement recalculation of stats after each X …
(edit) @d3836b60   9 years onemda avfilter/af_astats: export metadata Signed-off-by: Paul B Mahol …
(edit) @9f653e6d   9 years michaelni avcodec/j2kenc: Support user specified tile dimensions Signed-off-by: …
(edit) @d554715f   9 years michaelni avcodec/jpeg2000dec: Fix decoding of subsampled multi tile images …
(edit) @9f4f5787   9 years michaelni aacenc: reset marked IS and M/S bands upon frame encoding This commit …
(edit) @7a5902c5   9 years vittorio.giovara lavc: Disable deprectation warnings coming from options table
(edit) @8321294   9 years vittorio.giovara lavu: Add version information for av_version_info() Move the …
(edit) @57848ef3   9 years michaelni aaccoder: fix M/S coding There were some mistakes in the code for M/S …
(edit) @8e607c74   9 years michaelni aacpsy: use a different metric for the spread of a band This commit …
(edit) @8f4cfda9   9 years michaelni avutil: add missing bswap include Signed-off-by: Michael Niedermayer …
(edit) @b74ebd09   9 years onemda avfilter/vf_lut: >8 bit depth planar yuv support Signed-off-by: Paul …
(edit) @daff49cc   9 years michaelni Merge commit '80f955c90867561dcce769216bc497e13281eb38' * commit …
(edit) @3ffa3858   9 years michaelni Merge commit '76d4c62734fbb8a9f497712812f30ff5c27e787f' * commit …
(edit) @0762152f   9 years michaelni webp: fix infinite loop in webp_decode_frame The loop always needs at …
(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) @80f955c9   9 years lu_zero vda: Check the correct pointer for buffer allocation CC: …
(edit) @76d4c627   9 years lu_zero webp: Make sure enough bytes are available Every chunk needs at least …
(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 …
Note: See TracRevisionLog for help on using the revision log.