source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @891f33cc   11 years michaelni avformat/h261dec: optimize probe about 3 times faster Signed-off-by: …
(edit) @c79c7ffc   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avienc: …
(edit) @9c52ab6f   11 years michaelni ffmpeg: treat avi as VFR in framerate conversion code It can be …
(edit) @ac4447b6   11 years michaelni Merge commit '5462dde1947e0ecfcb2db99ae29ce9dee8933b45' * commit …
(edit) @a26e83da   11 years michaelni avformat/mxfdec: optimize probing about 71 times faster …
(edit) @6b4f58d4   11 years michaelni tools/probetest: also print the time the probe functions needed …
(edit) @32584667   11 years michaelni tools/probetest: use named constant for the maximum number of formats …
(edit) @d42db44c   11 years anton avienc: drop the vfr flag. AVI does not really support vfr properly, …
(edit) @b8f276e6   11 years onemda avcodec/mimic: use av_freep() and reset swap_buf_size Signed-off-by: …
(edit) @2145e8f1   11 years onemda avcodec/vmdav: use av_freep() and reset unpack_buffer_size …
(edit) @4f0e8551   11 years michaelni avformat/icodec: reduce score returned on probing The ico probe …
(edit) @e93523a0   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @a30f7918   11 years michaelni Merge commit '0338c396987c82b41d322630ea9712fe5f9561d6' * commit …
(edit) @f8a9cf77   11 years michaelni avformat/lvfdec: check stream count during probing Fixes probetest …
(edit) @5462dde1   11 years diego metasound: Fix error message argument Signed-off-by: Diego Biurrun …
(edit) @4c439f6e   11 years michaelni avformat/idcin: check the decompressed frame size during probing …
(edit) @cb56c396   11 years diego h263dsp: K&R formatting cosmetics Also remove array element numbering …
(edit) @0338c396   11 years diego dsputil: Split off H.263 bits into their own H263DSPContext
(edit) @019247bd   11 years michaelni avformat/mov: only force parsing for video tracks if stss is empty …
(edit) @b7fea3da   11 years michaelni libavcodec/dvdsubdec: remove exit() call in debug code Signed-off-by: …
(edit) @48f37664   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Remove …
(edit) @175e689c   11 years michaelni avfilter/graphparser: zero filter_ctx in case of deallocation in …
(edit) @ec8e68c7   11 years michaelni Merge commit 'cffecc0e7ebd642afaa1fb9f56fab1fcc283293c' * commit …
(edit) @7c02a77d   11 years michaelni avfilter/unsharp: added optimized opencl kernels Reviewed-by: Wei Gao …
(edit) @f9c6044a   11 years michaelni Fix compilation with os2threads Signed-off-by: Dave Yeo …
(edit) @3836af47   11 years michaelni avformat/mpegvideodec: check seq headers more completely during …
(edit) @3bcd5c1e   11 years u avformat/img2enc: simplify split planes extension selection.
(edit) @3e036d40   11 years u doc/muxers: document animated GIF muxer.
(edit) @c37b0daf   11 years u avformat/gif: fix final_delay unit in documentation.
(edit) @3c5e6e76   11 years u avformat/img2enc: reindent after previous commit.
(edit) @f70db229   11 years u avformat/image2: allow muxing gif files. Fixes Ticket #2936.
(edit) @d9d752cf   11 years onemda avfilter/af_aecho: free input frame after it is being used …
(edit) @95212368   11 years onemda avcodec/libfdk-aacdec: remove redundant log messages Signed-off-by: …
(edit) @315e3cf0   11 years onemda avcodec/hnm4video: remove redundant log message Signed-off-by: Paul B …
(edit) @cbe84b4   11 years michaelni avformat/astdec: sanity check channels & sample rate Fixes probetest …
(edit) @4684539c   11 years michaelni avformat/hls: fixed bug where custom http headers weren't kept for hls …
(edit) @86f91080   11 years diego Remove #undefs for formerly forbidden system functions The macros …
(edit) @ea6331b2   11 years michaelni avfilter/af_aresample: Calculate output buffer size more precisely. …
(edit) @cffecc0e   11 years diego avfilter/graphparser: Directly free filter memory if initialization fails
(edit) @3e6b7bbc   11 years michaelni avformat/segafilm: check 2nd tag Fixes probetest failure …
(edit) @ff1d81b0   11 years michaelni avformat/swfdec: check version and size during probing Fixes …
(edit) @7b769764   11 years michaelni avformat/rsd: increase probe score, as misdetections are fixed …
(edit) @50a3c4c5   11 years michaelni avformat/rsd: Check channels and sample_rate fields Fixes probetest …
(edit) @a35e30b6   11 years michaelni avformat/libgme: decrease score by 1, fixes probetest failure …
(edit) @1b3d3a9c   11 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: add …
(edit) @66872161   11 years michaelni avutil/common: error out with clear message if STDC_CONSTANT_MACROS …
(edit) @6cfaf9cd   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @5ecfcc7d   11 years Marton Balint ffplay: add smarter method for determining video picture duration - …
(edit) @61dd3197   11 years Marton Balint ffplay: add frame duration estimated from frame rate to VideoPicture
(edit) @105d474   11 years Marton Balint ffplay: avoid code duplication in AVFILTER enabled and disabled case …
(edit) @87434cf3   11 years u avcodec/vp9: add ff_vp9_idct_idct_{4x4,8x8}_ssse3(). 1789 decicycles …
(edit) @89a3be8   11 years michaelni avfilter/opencl: compile kernels separately Reviewed-by: Wei Gao …
(edit) @66825547   11 years michaelni avutil/opencl: compile kernels separately Reviewed-by: Wei Gao …
(edit) @e3f384b   11 years onemda avcodec/mss2: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @82f5c4d7   11 years onemda avcodec/flashsv: use av_freep() for tmpblock Signed-off-by: Paul B …
(edit) @b79f543c   11 years onemda avcodec/mss1: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @2a6c95d8   11 years stefasab lsws/utils: introduce scale_algorithms array Allow some dumb …
(edit) @c3311515   11 years onemda avcodec/flashsv: fix typo Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @ad1dfe04   11 years onemda avcodec/tscc2: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @290be34a   11 years onemda avcodec/brender_pix: stop calling av_image_check_size() twice …
(edit) @6e094f70   11 years onemda avcodec/flashsv: stop using deprecated avcodec_set_dimensions …
(edit) @22c00962   11 years onemda avcodec/flashsv: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @1a244c22   11 years onemda avcodec/brender_pix: stop using deprecated avcodec_set_dimensions …
(edit) @7722ae35   11 years onemda avcodec/c93: stop using deprecated avcodec_set_dimensions …
(edit) @92352a94   11 years diego configure: Move -Wno-maybe-uninitialized check into gcc section As …
(edit) @be74cb51   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @6a7de236   11 years michaelni Merge commit '82c86d0b1839b01b3cd0dd848fb6416ff21506dd' * commit …
(edit) @de970d49   11 years michaelni Merge commit '48715285f69d70879353737d7bed049f89f58096' * commit …
(edit) @e1459f4b   11 years michaelni Merge commit '70cbf33405f50dfaf77e85f382a188acf17dc71a' * commit …
(edit) @934e489e   11 years michaelni Merge commit 'e2b5b097898c9155f4bdff4d83cdc54d5eef6930' * commit …
(edit) @04047b61   11 years michaelni avformat/http: print http headers at AV_LOG_DEBUG level …
(edit) @246e323d   11 years stefasab lsws/utils: fix typo
(edit) @988e2e7c   11 years stefasab lavfi/ladspa: cast return value of av_x_if_null to char*, fix warnings
(edit) @7d1a68e   11 years diego avfilter/buffer: Suppress deprecation warning for …
(edit) @82c86d0b   11 years diego graph2dot: Add missing #include for av_get_channel_layout_string()
(edit) @4871528   11 years diego graph2dot: Fix use of deprecated API
(edit) @70cbf334   11 years anton vdpau: Add missing #includes to fix standalone header compilation …
(edit) @bd75651   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: omadec: …
(edit) @aeaca381   11 years michaelni Merge commit '1c736bedd9891501960ebac0f7c05eb60225e947' * commit …
(edit) @b1f213a8   11 years michaelni Merge commit '97f50e92b5cf3b47a76f75d76ed4340e822030db' * commit …
(edit) @4b4a7fcb   11 years michaelni Merge commit 'e73996954d8e00117056dcefb38ef3d4d2f37967' * commit …
(edit) @2865c1b   11 years michaelni Merge commit '3ef9b7ab95cc703b67a8b658dca45c80df0aaa66' * commit …
(edit) @b906d048   11 years michaelni Merge commit '885ec9242554ad25922258a595ec5e317922a412' * commit …
(edit) @be41f21   11 years michaelni Merge commit 'cd8f772d0678a90957f4dfd5ce51af9d22e3f212' * commit …
(edit) @b84cd22a   11 years michaelni Merge commit '446e37dc97e533e37f6aa0a11355124207e3a7f7' * commit …
(edit) @e2b5b097   11 years diego x86: rv40dsp: Use PAVGB instruction macro where appropriate
(edit) @0a7fef39   11 years anton omadec: loosen format probing constraints Imporoves detection of some …
(edit) @1c736bed   11 years anton omadec: check GEOB sizes against buffer size Found-by: Mateusz …
(edit) @97f50e92   11 years anton omadec: Fix wrong number of array elements Found-by: Mateusz "j00ru" …
(edit) @e7399695   11 years vittorio.giovara filtfmts-test: Fix use of deprecated API Signed-off-by: Vittorio …
(edit) @3ef9b7ab   11 years vittorio.giovara hevc_ps: Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scale …
(edit) @885ec924   11 years vittorio.giovara hevc: Use parsed VUI colorimetry in avcodec Also limit the parsed VUI …
(edit) @cd8f772   11 years vittorio.giovara lavc: Add colorimetry values for BT.2020, other non-included ones …
(edit) @85cabf1c   11 years michaelni avutil: add av_fopen_utf8() fopen() on windows uses UTF-16, we use …
(edit) @d0ac6073   11 years michaelni avfilter/vf_scale: add ov/hsub Suggested-by: divVerent Reviewed-by: …
(edit) @446e37d   11 years vittorio.giovara vf_fieldorder: remove superfluous get_video_buffer
(edit) @fb10b43   11 years clement doc/examples: rename demuxing to demuxing_decoding. That example …
(edit) @d10b1a20   11 years clement doc/examples/demuxing: show how to use the reference counting system.
(edit) @405ceb18   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: aacdec: …
(edit) @ab71be09   11 years michaelni Merge commit 'da6506c607eda585ba4b15430cf3c9a2ce09c3a9' * commit …
Note: See TracRevisionLog for help on using the revision log.