source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @31aa5b1a   12 years stefasab lavfi/hue: fix crash when resetting the saturation expression …
(edit) @0f40105a   12 years stefasab ffprobe: print codec_long_name only when available Avoid possible …
(edit) @fb96ac46   12 years michaelni nutdec: fix mixup of nb_streams and timebase_count Fixes out of array …
(edit) @6ab1166   12 years michaelni nutdec: fix type of intermediate variable for ts calculation. Prior …
(edit) @3dc24600   12 years michaelni vsrc_testsrc: Fix case without a specified duration Fixes regression …
(edit) @cc07a792   12 years michaelni Add av_copy_packet() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @d33908a5   12 years michaelni Move av_dup_packet() copy logic to separate procedure Done to …
(edit) @a6ec1e4   12 years michaelni matroskadec: matroska_parse_rm_audio: remove unused parameter …
(edit) @6d87781   12 years michaelni mp3dec: fix seeking without xing TOC fixes regression from the xing …
(edit) @5864ce13   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mp3dec: …
(edit) @8c51ea54   12 years michaelni Merge commit 'c831ebf61629d219ebcaa9f02d262e67aad09d83' * commit …
(edit) @b8044972   12 years michaelni Merge commit '117d8c6d1f1c187ffc6098d9618457e00534e013' * commit …
(edit) @0da5005   12 years michaelni matroskadec: fix typo Signed-off-by: Michael Niedermayer …
(edit) @6902c3ac   12 years michaelni Merge commit '870e75524aa0d00ebcd1d15589c8d29b84af1565' * commit …
(edit) @2f39d7ff   12 years Clément Bœsch lavfi/select: make lavc dependency optional.
(edit) @a16c5123   12 years michaelni Merge commit 'c9a39cec70603f662f4c326b21b11c4f0112079a' * commit …
(edit) @1df2e3c7   12 years michaelni Merge commit '8d4dd55c37b14ecea596f3477b35bf6c20688d8b' * commit …
(edit) @33f92a3e   12 years michaelni configure: fix git domain check with out of tree build Signed-off-by: …
(edit) @db0087dc   12 years michaelni mxfdec: fix index_tables check in mxf_read_seek() Approved-by: …
(edit) @5bd6a480   12 years stefasab tests: add fate-ffprobe test
(edit) @53d71335   12 years stefasab lavd/lavfi: push frames until the last sink is EOF Previously the …
(edit) @98f753ec   12 years stefasab lavfi/testsrc: increase precision of the duration parameter Compute …
(edit) @16e52c86   12 years michaelni error_resilience: guess_dc: check malloc failure Signed-off-by: …
(edit) @d2981b8e   12 years michaelni h263dec: disable coded dimensions = 0 handling This code causes …
(edit) @61ced71d   12 years michaelni Merge commit '581281e242609a222233a2e5538b89dfb88fb18e' * commit …
(edit) @d57ca5e5   12 years michaelni mxfenc: support 23.976 and 24 frame rates Signed-off-by: Michael …
(edit) @906a263   12 years michaelni mxfenc: factorize samples per frame code Reviewed-by: Tomas Härdin …
(edit) @d1974e05   12 years michaelni j2k: fix "static is not at beginning of declaration" warning …
(edit) @161c6d16   12 years michaelni configure: Detect old git domain and inform the user about it. Based …
(edit) @168bc5f2   12 years michaelni mov: fix 32/64 format type Signed-off-by: Michael Niedermayer …
(edit) @36c2694d   12 years michaelni dcadec: fix "set but not used" variable Signed-off-by: Michael …
(edit) @c1f3a4d1   12 years michaelni libavfilter/filtfmts: fix argv/argc checks Signed-off-by: Michael …
(edit) @f5326dc6   12 years michaelni bavfilter/filtfmts: fix type for channel layouts Signed-off-by: …
(edit) @270a325f   12 years michaelni av_des_init: suppress warning about unused parameter Signed-off-by: …
(edit) @50d1f443   12 years anton mp3dec: read Xing frame TOC index
(edit) @2d1a1a7f   12 years anton mp3dec: use named constants for Xing header flags
(edit) @9bf41210   12 years anton libx264: add support for nal-hrd, required for Blu-ray streams. …
(edit) @d17d0ec8   12 years lu_zero mov: support random access point grouping Frames described by this …
(edit) @c831ebf6   12 years lu_zero matroskadec: split frame parsing
(edit) @117d8c6d   12 years lu_zero matroska: implement support for ProRes Support Matroska native …
(edit) @870e7552   12 years lu_zero matroskadec: validate lace_size when parsed Stricter validation, …
(edit) @c9a39cec   12 years lu_zero matroskadec: return meaningful errors in matroska_decode_buffer
(edit) @8d4dd55c   12 years lu_zero matroskadec: refactor matroska_decode_buffer Make …
(edit) @7d843100   12 years lu_zero matroskadec: properly support BlockDuration
(edit) @2d0e7713   12 years lu_zero matroskadec: split laces parsing
(edit) @8071dca3   12 years lu_zero matroska: implement support for ALAC Support Matroska native …
(edit) @df1d8412   12 years lu_zero matroskadec: fix incorrect unsigned->signed conversion
(edit) @581281e2   12 years lu_zero matroskadec: check realloc in lzo encoding Make all the compression …
(edit) @cd4739c4   12 years lu_zero matroska: honor error_recognition on unknown doctypes
(edit) @df6c3f9f   12 years alex.converse tiffdec: Add support for GRAY16LE. Tested with the GraphicsMagick …
(edit) @298ed797   12 years alex.converse tiffenc: Add support for little endian RGB48 and GRAY16
(edit) @8701f4f8   12 years janne-libav mpeg4: support frame parameter changes with frame-mt Adds a flag …
(edit) @01fc5d66   12 years janne-libav mpegvideo: check ff_find_unused_picture() return value for errors
(edit) @32c7589b   12 years janne-libav mpegvideo: release frame buffers before freeing them Fixes triggering …
(edit) @cb3591e6   12 years michaelni avutil: Cast AV_NOPTS_VALUE to int64_t explicitly Thus comparsion …
(edit) @d5fd610d   12 years michaelni wmavoice: initialize best_hist_ptr to NULL to prevent (incorrect) …
(edit) @8846115b   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rv34: …
(edit) @67d501b4   12 years michaelni Merge commit '1b3439b3055b083df51d7f7838ecc6b3f708b15c' * commit …
(edit) @ac3a9b51   12 years mans configure: msvc: default to 'lib' as 'ar' tool Signed-off-by: Mans …
(edit) @3dbc777c   12 years mans build: support some non-standard ar variants This adds support for …
(edit) @b90210e9   12 years stefasab doc/filters: clarify use of graph2dot The GRAPH_DESCRIPTION string …
(edit) @f398617b   12 years stefasab ffprobe: fix CSV writer output Fix regression introduced in …
(edit) @b16d001   12 years janne-libav rv34: use ff_MPV_common_frame_size_change() Specialised functionality …
(edit) @435c0b87   12 years janne-libav mpegvideo: add reinit function for frame parameter changes This is …
(edit) @1b3439b3   12 years janne-libav mpegvideo: move frame size dependent memory management to separate …
(edit) @d0c6ac0d   12 years uhmmmm Fix segfault with -filters option Filters now use null pointers to …
(edit) @f1b6c14   12 years uhmmmm ffserver: fix typo in log message Signed-off-by: Bobby Bingham …
(edit) @aeeb782c   12 years mans configure: add --toolchain option This allows creating canned …
(edit) @8d07742c   12 years michaelni avidec: workaround aac with broken block align Fixes Ticket1742 …
(edit) @8e2a950b   12 years derek.buitenhuis ffprobe: Add a few common disposition cases This info is crucial in …
(edit) @b89c16e7   12 years Clément Bœsch lavfi/select: make sure avctx is set before closing it. This avoid a …
(edit) @9e208ce6   12 years Carl Eugen Hoyos Silence warning C4554 when compiling with msvc. warning C4554: '>>' : …
(edit) @0b2ac67   12 years michaelni sonic: factorize tail_size Signed-off-by: Michael Niedermayer …
(edit) @512beea5   12 years michaelni sonicenc: limit quant so that golomb codes are less than 32 bits long …
(edit) @e772f9fa   12 years martin configure: Make the smoothstreaming muxer enable the ismv muxer This …
(edit) @84cc314e   12 years martin smoothstreaming: Export the mp4 codec tags This fixes stream copy …
(edit) @efac6f74   12 years michaelni x86/mpegaudiodec: drop likely now unneeded #if HAVE_AVX_EXTERNAL …
(edit) @c0dfc720   12 years michaelni mpegaudiodec: add prototypes for all functions that may need them …
(edit) @36e5c472   12 years michaelni allcodecs: re-enable sonic Signed-off-by: Michael Niedermayer …
(edit) @a44cbc1c   12 years michaelni sonic: update to encode2() API Signed-off-by: Michael Niedermayer …
(edit) @9888ffb1   12 years lu_zero mov: check for EOF in long lasting loops A quite widespread pattern …
(edit) @419ffb23   12 years lu_zero avcodec: cleanup utils.c
(edit) @ee90119e   12 years justin.ruggles binkaudio: remove unneeded GET_BITS_SAFE macro Normal get_bits() …
(edit) @7bfd1766   12 years justin.ruggles binkaudio: use float sample format Use planar for DCT codec, …
(edit) @0801b597   12 years justin.ruggles binkaudio: use a different value for the coefficient scale for the DCT …
(edit) @4cdc337b   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: flvenc: …
(edit) @91af7609   12 years michaelni Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' * commit …
(edit) @4aade44c   12 years Carl Eugen Hoyos targaenc: Use named TGA_RLE constant instead of magic number
(edit) @8e590625   12 years Carl Eugen Hoyos Fix typo in targa encoder comment
(edit) @6a08955c   12 years lu_zero flvenc: silence bogus warning The compiler fails to figure out that …
(edit) @6e03da7f   12 years nicolas.george doc: fix typos in filter documentation Signed-off-by: Bobby Bingham …
(edit) @70a97345   12 years michaelni dsputil: change assert(8) to av_assert2(8) Signed-off-by: Michael …
(edit) @db436b17   12 years michaelni swscale: change assert() to av_assert() Signed-off-by: Michael …
(edit) @a1fb2b93   12 years michaelni nsvdec: change 2 commented assert() to av_assert() they keep showing …
(edit) @66bdc585   12 years michaelni get_cabac_inline_x86: workaround clang bug with disabled optimizations …
(edit) @2a8a860a   12 years mans configure: include flags in nm variable This simplifies ensuring …
(edit) @b0fabed   12 years michaelni When copying pkt side_data, don't forget size, type Signed-off-by: …
(edit) @63951aec   12 years michaelni libx264: feed x264_param_apply_profile from AVCodecContext.profile in …
(edit) @fd9cd8c   12 years michaelni libx264: connect AVCodecContext.rtp_payload_size to …
(edit) @07d2d063   12 years Reimar.Doeffinger Remove code that duplicates existing code a few lines down. This also …
Note: See TracRevisionLog for help on using the revision log.