source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a88cbdf   11 years michaelni Merge commit 'd00a504b244e136a0c82a55e21ed94659e0674ad' * commit …
(edit) @a908de7f   11 years michaelni avformat/options_table: add named constants for avoid_negative_ts …
(edit) @6d18154f   11 years derek.buitenhuis libx265: Use proper error code Signed-off-by: Derek Buitenhuis …
(edit) @87769d6c   11 years derek.buitenhuis libx265: Properly handled dynamic linking with MSVC Signed-off-by: …
(edit) @73ee4cf3   11 years derek.buitenhuis libx265: Support SAR Signed-off-by: Derek Buitenhuis …
(edit) @d102925a   11 years derek.buitenhuis libx265: Support 4:4:4 Signed-off-by: Derek Buitenhuis …
(edit) @d3736471   11 years derek.buitenhuis libx265: Update API usage Framerate is now a sane rational instead of …
(edit) @d00a504b   11 years derek.buitenhuis libx265: Update API usage Framerate is now a sane rational instead of …
(edit) @2a3cb1cf   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Use …
(edit) @7a9946d3   11 years michaelni Merge commit '8feac29cc46270cc89d6016340e7bac780877131' * commit …
(edit) @74bb1ca8   11 years michaelni avutil/frame_copy_audio: also check that channels match …
(edit) @fff52623   11 years michaelni Merge commit '1155fd02ae7bac215acab316e847c6bb25f74fc3' * commit …
(edit) @cc6cc84b   11 years michaelni Merge commit '746dca483a2f0f2639265f6e1c0085c8861875a1' * commit …
(edit) @3f3d748c   11 years michaelni x86: Move XOP emulation to x86util We need the emulation to support …
(edit) @6c6e4dd1   11 years michaelni swr: check that the context for swr_convert() has been initialized …
(edit) @a66be608   11 years michaelni swresample: add swr_is_initialized() Idea-from/based-on: …
(edit) @30517a9f   11 years anton Use av_frame_copy() to simplify code where appropriate.
(edit) @8feac29c   11 years anton lavc: use AVFrame API properly in ff_reget_buffer()
(edit) @1155fd02   11 years anton frame: add a convenience function for copying AVFrame data
(edit) @746dca48   11 years anton avconv: support forcing codec tags for input streams
(edit) @313a6c65   11 years michaelni oggdec: validate VP8 keyframes Fixes seeking with broken files …
(edit) @bd8d73ea   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @d9574069   11 years michaelni Merge commit '1b932eb1508f550fac9e911923a0383efda53aa3' * commit …
(edit) @09824332   11 years michaelni Merge commit '10b0161d78148f46eaffb29ea022378947eaef2c' * commit …
(edit) @38336f0f   11 years michaelni Merge commit '5800ba0db667630e6ff81d30f03961ea10726aa6' * commit …
(edit) @96ea3dea   11 years michaelni configure: Move cpunop into ARCH_EXT_LIST_X86 It is a processor …
(edit) @1287b640   11 years michaelni Merge commit '8eeacf31c5ea37baf6b222dc38d20cf4fd33c455' * commit …
(edit) @a2e4b23b   11 years michaelni Merge commit 'ff486c0f7f6b2ace3f0238660bc06cc35b389676' * commit …
(edit) @c2b5981a   11 years michaelni Merge commit '50c988aa6d6c6f0ceb8f922bcea34800b56b85d9' * commit …
(edit) @57ec555e   11 years u avcodec/pngenc: fix invalid read in sub filter. First pixel was …
(edit) @72e6913   11 years michaelni avcodec/h264: clear chroma planes when flags gray is used Fixes …
(edit) @42361bdf   11 years michaelni avcodec/mpegvideo: fix buffer clear code so it should work with …
(edit) @d59fcdaf   11 years janne-libav x86: add detection for Bit Manipulation Instruction sets Based on …
(edit) @1b932eb1   11 years janne-libav x86: add detection for FMA3 instruction set Based on x264 code …
(edit) @10b0161   11 years janne-libav x86: add missing XOP checks and macros Signed-off-by: James Almer …
(edit) @5800ba0d   11 years janne-libav configure: disable cpunop if the check fails Moving cpunop from the …
(edit) @8eeacf31   11 years lu_zero hevc: Do not left shift a negative value in hevc_loop_filter_chroma
(edit) @ff486c0f   11 years lu_zero hevc: Do not right shift a negative value in get_pcm
(edit) @50c988aa   11 years lu_zero hevc: Drop unnecessary shifts in deblocking_filter_CTB beta_offset is …
(edit) @5642dd4   11 years Carl Eugen Hoyos Add more Bayer colour spaces to the video4linux2 device wrapper.
(edit) @dd5abb0b   11 years Carl Eugen Hoyos avdevice/v4l2: add V4L2_PIX_FMT_SRGGB8
(edit) @526049ce   11 years michaelni Issue-#3407 : Enhance precision for double to string conversion, …
(edit) @02b63246   11 years michaelni libswscale: bayer to rgb24 & yv12 colorspace converters …
(edit) @7e23cfba   11 years michaelni avcodec/rawdec: for 16-bit pix fmts, shift pixels when …
(edit) @a3a4d07d   11 years michaelni avutil/pixdesc: set bayer pixfmt descriptor flags Signed-off-by: …
(edit) @e5858fe   11 years michaelni configure: Revert commit 5176e9651bda5182df008a1226e2484fdd809985
(edit) @5d6fac11   11 years Carl Eugen Hoyos Support old qclp-in-mov files that do not store bytes_per_frame in the …
(edit) @0aded6bf   11 years Carl Eugen Hoyos Support MPEG-2 video mov files with sample description mp2v.
(edit) @717ec57c   11 years michaelni avformat/movenc: shift positive timestamps to 0 if edit lists cannot …
(edit) @a89c0125   11 years michaelni avformat/mux: support shifting timestamps so they start at 0 …
(edit) @f284e2a5   11 years michaelni swresample: factorize clear_context() out Signed-off-by: Michael …
(edit) @246eae98   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavr: …
(edit) @5367c0be   11 years michaelni Merge commit '7e86c27b4ee9e5a3fbe6cf5249b9d918b2a5e731' * commit …
(edit) @1db03a68   11 years anton lavr: return an error if a avresample_open() is called on an open context
(edit) @7e86c27   11 years anton lavr: add a function for checking whether AVAudioResampleContext is open
(edit) @55479f42   11 years michaelni avformat/nut: add bayer colorspaces Signed-off-by: Michael …
(edit) @6236deb   11 years michaelni avcodec/raw: add bayer formats Signed-off-by: Michael Niedermayer …
(edit) @0bc3de19   11 years michaelni x86: add detection for Bit Manipulation Instruction sets Based on …
(edit) @a2af8edd   11 years michaelni x86: add detection for FMA3 instruction set Based on x264 code …
(edit) @f98821dd   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @3c096751   11 years michaelni avformat/utils: compute_pkt_fields: Fix DTS for the case where …
(edit) @d4dfa97a   11 years michaelni avformat/utils: reset pts_buffer in estimate_timings_from_pts() This …
(edit) @f288e1b6   11 years michaelni avformat/utils: factorize h264/hevc checks out in compute_pkt_fields() …
(edit) @8bcacd9f   11 years onemda SDR2 demuxer Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @d922c5a5   11 years lu_zero h264: Fix a typo from the previous commit …
(edit) @b89596a4   11 years Carl Eugen Hoyos Fix FSF address in colormatrix and libzvbi license headers. As …
(edit) @44b22bba   11 years michaelni avcodec/h264_ps: fix printed num_reorder_frames value Signed-off-by: …
(edit) @8c55ff39   11 years michaelni avcodec/h264: use subsample factors of the used pixel format Fixes …
(edit) @9aa59a9   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mxf: …
(edit) @f93bd82e   11 years michaelni Merge commit 'a9099e04026f300924ac363fa6f8aef912677d90' * commit …
(edit) @b295bce1   11 years r.verdejo qcelp: grammar Signed-off-by: Reynaldo H. Verdejo Pinochet …
(edit) @84cdd2fd   11 years r.verdejo qcelpdec: break some too-long lines Signed-off-by: Reynaldo H. …
(edit) @c8f3c3a5   11 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Do …
(edit) @a0f8e6ad   11 years michaelni tests/tiny_ssim: drop isatty() support tiny_ssim is build on the …
(edit) @f5fe6a4f   11 years Carl Eugen Hoyos Do not warn about missing start time for unknown streams.
(edit) @1f7e9be0   11 years Carl Eugen Hoyos Only complain about missing frame rate for video streams.
(edit) @c416b5c   11 years lu_zero mxf: Add DNxHD UL Note that the old DNxHD UL is actually JPEG 2000 …
(edit) @a9099e04   11 years lu_zero mxf: Add uncompressed 422 8-bit rawvideo UL Signed-off-by: Luca …
(edit) @6e638677   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @dc9e05e2   11 years diego libvorbis: Give consistent names to all functions, structs, and defines
(edit) @20fa3fb9   11 years michaelni avformat/movenc: assert that get_cluster_duration() value is valid …
(edit) @1b872de8   11 years michaelni avformat/movenc: check that the input timestamps are within the range …
(edit) @76dd01ec   11 years michaelni avcodec/h264: fix sign error regression since …
(edit) @0ad8f73f   11 years michaelni avcodec: fix dxva2 & vaapi after removing the +52 offset from the loop …
(edit) @de7b50e9   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @f2387152   11 years michaelni Merge commit '5c79d2e12d13959fc6aed92d102c25194a06de05' * commit …
(edit) @9026c49c   11 years michaelni Merge commit 'd6a27f885b5d4cba7a82e50af423c741d2f37c3e' * commit …
(edit) @5176e965   11 years michaelni Merge commit '2b0bb69997c2416e74f41aa1400ce983bf8775c0' * commit …
(edit) @36eec032   11 years michaelni Merge commit '6adf4290ebcf65ac8243d74f34ba0a508f561633' * commit …
(edit) @490215cb   11 years michaelni Merge commit '9c029f67ca82147ddfa83a1546ee1e109e11fbd4' * commit …
(edit) @1859b1de   11 years michaelni Merge commit '996697e266c8adc0ad9b7fc7568406c7529c97cf' * commit …
(edit) @1bef9c5e   11 years michaelni Merge commit 'ef010f08ae53479c54e2f16be5a7e1a809a9e268' * commit …
(edit) @4d943cec   11 years michaelni Merge commit '982b596ea6640bfe218a31f6c3fc542d9fe61c31' * commit …
(edit) @f777504f   11 years lu_zero h264: Lower bound check for slice offsets And use the value from the …
(edit) @5c79d2e1   11 years lu_zero avconv: Do not divide by zero
(edit) @d6a27f8   11 years lu_zero configure: Add usan to the toolchain presets clang-3.4 and gcc-4.9 …
(edit) @2b0bb699   11 years diego configure: Move cpunop into ARCH_EXT_LIST_X86 It is a processor …
(edit) @6adf4290   11 years diego configure: Move inet_aton check into network function check block
(edit) @0c803eba   11 years michaelni avformat/mov: make invalid sampledelta error more verbose …
(edit) @d089e9a4   11 years michaelni Merge remote-tracking branch 'cigaes/master' * cigaes/master: …
Note: See TracRevisionLog for help on using the revision log.