source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @00f4998   12 years Clément Bœsch lavf/tee: pesudo → pseudo.
(edit) @35542388   12 years onemda lavfi/il: add timeline support Signed-off-by: Paul B Mahol …
(edit) @7d01533   12 years onemda lavfi/framestep: cosmetics: reindent AVFilter Signed-off-by: Paul B …
(edit) @27d3d613   12 years onemda lavfi/framestep: add timeline support Signed-off-by: Paul B Mahol …
(edit) @b06717ef   12 years michaelni APIchanges: Add missing entry for SHA-2 512 Signed-off-by: James …
(edit) @4da54022   12 years stefasab ffprobe: show chapter and chapter metadata information Address trac …
(edit) @21d0f75f   12 years michaelni jpeg2000dec: check that we have enough components for MCT Fixes out …
(edit) @c49d9448   12 years michaelni jpeg2000dec: Use the matching coding style struct for transform …
(edit) @75b9fb27   12 years Carl Eugen Hoyos lavf/hlsenc: fix bogus hls segment index rewrapping logic The counter …
(edit) @b26bcd08   12 years michaelni jpeg2000dec: Check that theres a SOT before SOD Fixes out of array …
(edit) @c51654fb   12 years michaelni jpeg2000dec: Support 4 tile parts Fixes out of array accesses …
(edit) @a28f4fd1   12 years onemda flacdec: don't call allocate_buffers() in init_thread_copy() when …
(edit) @c59ce1c9   12 years michaelni get_qcc: Check compno Fixes out of array accesses Found-by: Mateusz …
(edit) @b28851a1   12 years onemda alac: frame multi-threading support Signed-off-by: Paul B Mahol …
(edit) @9684d7f1   12 years onemda wavpack: frame multi-threading support Signed-off-by: Paul B Mahol …
(edit) @495db0e3   12 years onemda ttadec: frame multi-threading support Signed-off-by: Paul B Mahol …
(edit) @9300de04   12 years onemda flacdec: frame multi-threading support Signed-off-by: Paul B Mahol …
(edit) @d9704464   12 years onemda takdec: frame multi-threading support Signed-off-by: Paul B Mahol …
(edit) @d5f7f1f   12 years onemda audio frame multi-threaded decoding Signed-off-by: Paul B Mahol …
(edit) @258a05b2   12 years michaelni MAINTAINERS: add fingerprint of the FFmpeg release signing key …
(edit) @bbc19010   12 years michaelni jpeg2000dec: return error for invalid cdxy values Fixes division by 0 …
(edit) @702c1bf2   12 years stefasab Changelog: add missing entries about new mcdeint and sab filters
(edit) @2c2a8f70   12 years michaelni jpeg2000: Make nreslevel fields int This prevents potential integer …
(edit) @66c4d544   12 years michaelni jpeg2000dec: Propagate error code from get_cox() correctly Without …
(edit) @6e9bfc19   12 years michaelni jpeg2000: check that nreslevels2decode has been initialized before use …
(edit) @16f3102   12 years michaelni avformat/img2dec: timestamps are 64bit Signed-off-by: Michael …
(edit) @fbc472da   12 years michaelni avutil/mem: simplify av_reallocp_array() by using av_realloc_f() …
(edit) @21bf0d6f   12 years michaelni avformat/network: remove unused variable Signed-off-by: Michael …
(edit) @856e7dbb   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: apetag: …
(edit) @4abd5a43   12 years michaelni Merge commit '274e134e49b1c92db0f0b8cb2ae7554fb7b9184c' * commit …
(edit) @2280b539   12 years michaelni Merge commit '8b7dffc2d6c6c19f8e0a1fedcd0e95dce7a273ff' * commit …
(edit) @82070b01   12 years michaelni Merge commit '9835abb6d63fb07613994ae90e72fef758149408' * commit …
(edit) @606e8baf   12 years michaelni Merge commit '7c020e1ad37d27c9d5db4d714401f09c80e3cc44' * commit …
(edit) @28ce9c0b   12 years michaelni Merge commit 'ab1189766a82a95f108005463cde75f73fcc0ae5' * commit …
(edit) @30b491f1   12 years michaelni Merge commit '3b4feac1ec14f861bdd7f494f288f4d8dd7f449e' * commit …
(edit) @ea038b99   12 years onemda doc/encoders: add documentation for libtwolame
(edit) @3289670   12 years michaelni swr: dont treat 32 and 24 as equal in simple copy check Fixes …
(edit) @6bc4e36b   12 years michaelni swr: set scale for 32->32/24 dither Signed-off-by: Michael …
(edit) @449558d3   12 years stefasab lavfi/mp: remove mp=sab The filter was ported to a native libavfilter …
(edit) @841df7bf   12 years stefasab lavfi: port sab filter from libmpcodecs
(edit) @08041711   12 years onemda swresample: set flags & description and add documentation for …
(edit) @495bf1b6   12 years michaelni swr: Fix dithering of s16 with SIMD Signed-off-by: Michael …
(edit) @4cfc9208   12 years michaelni swr: add native_simd_one Signed-off-by: Michael Niedermayer …
(edit) @e3e398b8   12 years onemda doc/general: update after e4e4add0e3ba7 Signed-off-by: Paul B Mahol …
(edit) @3b58ab4c   12 years michaelni pngdec: dont treat mpng like png with key and non keyframes Fixes …
(edit) @3b491c5a   12 years Carl Eugen Hoyos Use av_log() instead of fprintf() in ffplay. Fixes ticket #2630. …
(edit) @f5d5bc34   12 years onemda tak: simplify ff_tak_check_crc() Signed-off-by: Paul B Mahol …
(edit) @e816aaac   12 years anton apetag: use int64_t for filesize CC: libav-stable@libav.org
(edit) @274e134e   12 years anton avconv: check that the output format context exists before accessing …
(edit) @8b7dffc2   12 years anton lavfi doxy: improve/extend AVFilter doxy.
(edit) @b84de51f   12 years michaelni swresample/rematrix: add S32 mixing code Needed for dithering S32 …
(edit) @f3c638ea   12 years michaelni wresample/rematrix_template: fix internal types Should make no …
(edit) @9835abb6   12 years lu_zero network: uniform ff_listen_bind and ff_listen_connect Document the …
(edit) @7c020e1a   12 years martin movenc: Grow the frag_info array in chunks Previously it was grown …
(edit) @ab118976   12 years martin movenc: Increase the cluster array allocation by doubling The …
(edit) @3b4feac1   12 years martin movenc: Keep track of the allocated size for the cluster array When …
(edit) @fc962d4e   12 years martin mem: Add av_realloc_array and av_reallocp_array These help avoiding …
(edit) @372e0079   12 years michaelni Merge remote-tracking branch 'lukaszmluki/master' * …
(edit) @2192f893   12 years michaelni ffserver: fix null pointer dereference Fixes CID732208 Signed-off-by: …
(edit) @7faafe60   12 years lukasz.m.luki ftp: fix using uninitialized value Fix coverity issue CID 1026777 …
(edit) @fca435fe   12 years michaelni vc1dec: Disable dead code Fixes CID732197/6 A assert is added to …
(edit) @d19d679e   12 years onemda lavf/aacdec: add support for reading ape tags Closes #2634. …
(edit) @55121f3f   12 years onemda tta: add support for reading ape tags Signed-off-by: Paul B Mahol …
(edit) @0e84ba74   12 years onemda tta: return meaningful error codrs Signed-off-by: Paul B Mahol …
(edit) @b4d4ef55   12 years onemda flacdec: use init_get_bits8() Signed-off-by: Paul B Mahol …
(edit) @e4bf3a97   12 years michaelni Merge branch 'master' of https://github.com/upsuper/ffmpeg-vdadec * …
(edit) @c8faa474   12 years michaelni avformat/network: check the return value from setsockopt() Fixes: …
(edit) @2fe4b621   12 years michaelni matroskadec: fix memleak of pkt_data Fixes: CID1026767 Signed-off-by: …
(edit) @0722b4d0   12 years michaelni matroskadec: favor av_freep() av_freep() is safer as it zeros the …
(edit) @43487bc5   12 years michaelni avfilter/vf_mcdeint: free frame on error Fixes CID1026766 …
(edit) @3ed56b3b   12 years michaelni avfilter/process_options: fix memleak Fixes CID1026765 Signed-off-by: …
(edit) @7e7d0909   12 years michaelni avfilter/af_astats: rename stat() See CID1026741 Signed-off-by: …
(edit) @bbae6521   12 years michaelni tiff: fix memleak Fixes CID1026764 Signed-off-by: Michael Niedermayer …
(edit) @bbf43c70   12 years michaelni jpeg2000dec: assert that curtileno is valid when used Fixes …
(edit) @234f76ae   12 years michaelni jpeg2000: Fix unintended sign extension in malloc arguments of prec …
(edit) @d8c1032   12 years michaelni jpeg2000: Fix Unintended sign extension in malloc arguments of cblk. …
(edit) @6952e2f8   12 years michaelni h264_ps: fix memleak in ff_h264_decode_picture_parameter_set() Fixes: …
(edit) @7e99d528   12 years michaelni ffv1enc: Check return value of av_frame_ref() Fixes CID1026740 …
(edit) @8a266aaa   12 years michaelni avcodec/jpeg2000dwt: merge rescaling with interleave in 9/7 int IDWT …
(edit) @96b71a6e   12 years michaelni avcodec/jpeg2000dwt: merge rescaling with interleave in 9/7 float IDWT …
(edit) @6507d86f   12 years michaelni jpeg2000dec; optimize output sample convert a bit 67935 -> 29984 …
(edit) @3da71111   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: movenc: …
(edit) @e5cdf9c0   12 years michaelni Merge commit '2d66a58ccde05e764594bd7e5f0f9244634d0b2c' * commit …
(edit) @5c43f3dd   12 years michaelni Merge commit '31980b6abdd8ffb6953472a7a6b59f3aa5762c31' * commit …
(edit) @c3660c36   12 years michaelni Merge commit '0aed0bfc62b273a780a2bfba3be56039fccd7423' * commit …
(edit) @45a73d2b   12 years michaelni Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a' * commit …
(edit) @7cb5467a   12 years michaelni Merge commit '46ce9ded96ffcb798b03da894cdb5fdac376a6ee' * commit …
(edit) @9683e37   12 years martin movenc: Change the track struct name to match the typedef This makes …
(edit) @2d66a58c   12 years kostya.shishkov Go2Webinar decoder
(edit) @2976e2a1   12 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
(edit) @d2021f74   12 years onemda jpeg2000dec: remove redundant error log message Signed-off-by: Paul B …
(edit) @a44d39ae   12 years onemda wavpack: remove redundant error log message Signed-off-by: Paul B …
(edit) @0f740fea   12 years onemda tta: use interger instead of pointer to iterate output samples for …
(edit) @e2f89f78   12 years onemda tta: move GetBitContext out of private context Signed-off-by: Paul B …
(edit) @50a4d076   12 years nicolas.george lavfi/trim: mark link closed on EOF. Fix trac ticket #2620.
(edit) @fc82f4a1   12 years nicolas.george ffmpeg: ignore EOF when pushing frames to filters. EOF is not a fatal …
(edit) @582f36ca   12 years michaelni tools/qt-faststart: Fix unintended sign extension of current_offset …
(edit) @69ce34c7   12 years michaelni tools/qt-faststart: Fix unintended sign extension of atom_size Fixes …
(edit) @c1075d6a   12 years michaelni tools/ffhash: close file handle on error Fixes CID1026768 …
(edit) @de488525   12 years michaelni tools/ffeval: Check return value of av_expr_parse_and_eval() Fixes …
Note: See TracRevisionLog for help on using the revision log.