source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @da46370e   9 years Carl Eugen Hoyos lavf/matroskaenc: Do not needlessly allocate memory for cuepoints. …
(edit) @dbf8352a   9 years michaelni libavcodec/qsvenc.c: Fix for too agressive height alignment during …
(edit) @7ee935b   9 years michaelni avcodec/qsvenc_hevc: Attempt to fix error: too few arguments to …
(edit) @f21b4472   9 years michaelni libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]
(edit) @b04f46cb   9 years michaelni libavcodec: Implementation of AAC_fixed_decoder (LC-module) [3/4] Add …
(edit) @08be74ac   9 years michaelni libavcodec: Implementation of AAC_fixed_decoder (LC-module) [2/4] Add …
(edit) @f497a9e8   9 years michaelni libavcodec: Implementation of AAC_fixed_decoder (LC-module) [1/4]
(edit) @15893adb   9 years michaelni avcodec/hevc_ps: Remove gotos from ff_hevc_parse_sps() They are …
(edit) @4a5074d   9 years michaelni Merge commit '84b223cc6d6ed4cc8bd295457a90f7c94a9dd784' * commit …
(edit) @2ecbf44f   9 years michaelni Merge commit 'd1a6cb195f610978ba5d2351e60f938f7f261d59' * commit …
(edit) @7e85727b   9 years michaelni Merge commit '40af330adf7fde8073271cf2b41ff9adc4c2bba9' * commit …
(edit) @8d4460f1   9 years michaelni Merge commit '8fcd121b823caeadbe7597c9ae9229f6f164f949' * commit …
(edit) @7c502935   9 years michaelni configure: Fix build without libmfx Signed-off-by: Michael …
(edit) @7871eb43   9 years michaelni Merge commit '66acb76bb0492b263215ca9b4d927a7be39ace02' * commit …
(edit) @587980eb   9 years michaelni configure: Fix build without libmfx Signed-off-by: Michael …
(edit) @96ee6b99   9 years michaelni Merge commit '3a85397e8bb477eb34678d9edc52893f57003226' * commit …
(edit) @07ae8fa2   9 years michaelni Merge commit '69ab9f53f901eac6a649e22d28cf093357870627' * commit …
(edit) @1dacf269   9 years michaelni avcodec/hevc_ps: Do not return success on failures in …
(edit) @1d4194e6   9 years michaelni Merge commit 'fd124d8357b1becfde3ac8d5e3320127cf97a5b7' * commit …
(edit) @c118101   9 years James avcodev/libdcadec: implement request_channel_layout Reviewed-by: …
(edit) @b457da4c   9 years michaelni Merge commit '0e7c0ec344f542e68e3cc9680e8d41dffeffdb4e' * commit …
(edit) @4f5c2e65   9 years michaelni oggparsedirac: check return value of init_get_bits If init_get_bits …
(edit) @b409748b   9 years michaelni libavcodec/qsvenc.c: fix incorrect loop condition. For example, the …
(edit) @0054d5ac   9 years michaelni avformat/movenc: fix mime-types in movenc.c …
(edit) @4a2bcdb2   9 years michaelni Merge commit '1761ab838c75223a6b97d8c0720d09275374c53d' * commit …
(edit) @edfcbf7c   9 years michaelni Merge commit '02b7c630875c0bc63cee5ec597aa33baf9bf4e20' * commit …
(edit) @a137e50   9 years michaelni Merge commit 'dc1de0b958836545339611e9c050a1d4fdded263' * commit …
(edit) @fcc117af   9 years michaelni Merge commit 'c8b8271379b200c5c6fa89ca995f90f97f55c2c5' * commit …
(edit) @84b223cc   9 years lu_zero configure: Make the new qsv encoder depend on libmfx Found-by: kropping
(edit) @17498b70   9 years michaelni Merge commit '161a301d44274645c2272855dac3e4664f935603' * commit …
(edit) @d1a6cb19   9 years lu_zero x86: Serialize rdtsc in read_time() Improves the accuracy of …
(edit) @40af330   9 years lu_zero avconv: vda: Unlock the pixel buffer once it is accessed Avoid …
(edit) @8fcd121b   9 years lu_zero doc: Use the succinct syntax for the channelmap example Mixing …
(edit) @2a33dc2c   9 years michaelni Merge commit 'd09b4cce21cdad5ef2855698395ffd6e37445212' * commit …
(edit) @66acb76b   9 years anton lavc: add Intel libmfx-based HEVC encoder
(edit) @3a85397   9 years anton lavc: add Intel libmfx-based MPEG2 encoder
(edit) @69ab9f53   9 years anton hevc: split bitstream unescaping to a separate file It will be useful …
(edit) @fd124d83   9 years anton hevc_ps: split the code for parsing the SPS and exporting it into the …
(edit) @0e7c0ec3   9 years anton lavf/hevc: pad the RBSP buffer as required by the bistream reader
(edit) @91748662   9 years onemda avfilter: add removegrain Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @3c63d06d   9 years michaelni avcodec/h264_slice: Fix container cropping Fixes out of array read …
(edit) @1761ab83   9 years vittorio.giovara lavc: Deprecate avctx.rc_strategy Only used by libxvid in ratecontrol …
(edit) @80e42387   9 years michaelni avcodec/g2meet: Clear pointers after deallocation Fixes double free …
(edit) @e34a3468   9 years michaelni build: add LDLIBFLAGS Fixes Ticket4673 Signed-off-by: Ganesh …
(edit) @e83ffb48   9 years michaelni avcodec/utils: Check values in apply_param_change() Signed-off-by: …
(edit) @656e9a68   9 years michaelni avformat/swfdec: Fix "}else" style Found-by: durandal_170 …
(edit) @7efe81a8   9 years onemda avfilter/vf_colormatrix: add yuv444p support Signed-off-by: Paul B …
(edit) @6a1204a   9 years michaelni avformat/swfdec: Do not error out on pixel format changes Instead …
(edit) @b8c438e7   9 years michaelni videodsp: assert that linesize is larger than width Suggested-by: …
(edit) @42e7a5b3   9 years Andreas.Cadhalpun wmalosslessdec: reset frame->nb_samples on packet loss Otherwise a …
(edit) @f9020d51   9 years Andreas.Cadhalpun wmalosslessdec: avoid reading 0 bits with get_bits Reviewed-by: …
(edit) @80db686a   9 years michaelni aacenc: fix option descriptions Since the new PNS implementation has …
(edit) @7d5ab165   9 years James avcodec/libdcadec: export matrix encoding side data Reviewed-by: …
(edit) @55e29cee   9 years michaelni Put a space between string literals and macros. When compiling …
(edit) @09883876   9 years michaelni configure: loongson enabled local aligned 32 Signed-off-by: …
(edit) @02b7c630   9 years lu_zero h261: Signal freeze picture release for intra frames Freeze picture …
(edit) @dc1de0b9   9 years lu_zero h261: Set 'still image mode off' in picture header Ref H.261 …
(edit) @d12f76f   9 years michaelni avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for idctdsp functions …
(edit) @9c95734e   9 years michaelni libavcodec/qsv.c: Linux-only code part has been moved to separate …
(edit) @1d5edad8   9 years Carl Eugen Hoyos lavf/mpegtsenc: Only fail aac muxing if the first frame is invalid. …
(edit) @d44cf5ef   9 years michaelni configure: add loongson2 cpu support Signed-off-by: ZhouXiaoyong
(edit) @387cbe0   9 years michaelni use mmi instead of loongson3 as simd-optimization flag Signed-off-by: …
(edit) @72aaca74   9 years michaelni avcodec: loongson remove useless macros in mipsfpu optimization …
(edit) @c8b82713   9 years lu_zero xcbgrab: Explicitly include xcb/shape.h Found-By: Cheristheus
(edit) @a3a61d46   9 years michaelni avcodec/lpc: Fix lpc_apply_welch_window_c() for odd len Also removes …
(edit) @709bb45c   9 years michaelni avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for me_cmp functions …
(edit) @2f3f98af   9 years michaelni avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideoencdsp …
(edit) @115c14c3   9 years michaelni libavcodec/qsvenc.c: A warning message when library will work at …
(edit) @2375a85c   9 years michaelni ffmpeg_opt: allow the user to ignore unused stream maps …
(edit) @8234f0e3   9 years michaelni avcodec: Add support for Closed Caption export in h264 Signed-off-by: …
(edit) @38402754   9 years michaelni libavcodec/qsvenc.c: More correct selection of alignment of a frame …
(edit) @859731d6   9 years michaelni lavc/utils: get rid of add_metadata_from_side_data forward declaration …
(edit) @9476c4c   9 years michaelni lavc/utils: call add_metadata_from_side_data in ff_init_buffer_info …
(edit) @10b6a83f   9 years michaelni lavc/utils: change add_metadata_from_side_data to accept avpacket …
(edit) @3a19fe00   9 years michaelni lavc/utils: remove redundant call to ff_init_buffer_info It does the …
(edit) @97fa0f37   9 years michaelni lavc/j2kenc: Enable yuv42x and yuv41x encoding. Fixes ticket #535. …
(edit) @e43ea1cb   9 years James doc/texi2pod: fix an unescaped left brace This silences some …
(edit) @c0db6320   9 years michaelni avcodec/avuienc: Use ff_alloc_packet() This should be faster in …
(edit) @0e7bbdbe   9 years michaelni avcodec/avuienc: Initialize output data Signed-off-by: Michael …
(edit) @47496eb9   9 years michaelni avcodec/rawenc: Use ff_alloc_packet() instead of ff_alloc_packet2() …
(edit) @e8576dc8   9 years michaelni aacenc: implement Intensity Stereo encoding support This commit …
(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) @161a301   9 years lu_zero mpjpeg: Write the Content-length
(edit) @d09b4cce   9 years lu_zero mpjpeg: Simplify using avio_printf
(edit) @f046c3b   9 years lu_zero lavc: Move deprecation warning disabling to files including the table …
(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) @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 …
Note: See TracRevisionLog for help on using the revision log.