source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0a7afedc   10 years michaelni avcodec/libx264: add avcintra-class Signed-off-by: Michael …
(edit) @23f0e2ed   10 years michaelni avformat/movenc: AVC Intra support Signed-off-by: Michael Niedermayer …
(edit) @9a3653c   10 years michaelni hevc: reuse edge emu buffer for coefficients Kind of hackish but... …
(edit) @79551d2   10 years michaelni avcodec/utils: Force mutex to NULL after destruction. A badly …
(edit) @c8422f04   10 years michaelni avformat/aviobuf: fix avio_flush() for read streams avio_flush() did …
(edit) @07de0db7   10 years michaelni avformat/flvenc: When using "-c:d copy", don't require a codec for …
(edit) @cda5d89d   10 years michaelni avcodec/bitstream_filter: Use av_bitstream_filter_next() instead of …
(edit) @0eb4a428   10 years u avcodec/srtdec: use AVBPrint API
(edit) @55180b32   10 years u Kill timed SRT
(edit) @d5ddcb5f   10 years michaelni avcodec/h264_mp4toannexb_bsf: use the given padding in …
(edit) @1cf4d2e9   10 years michaelni avcodec/h264_mp4toannexb_bsf: add a case when only SPS/PPS is in the …
(edit) @08ccc47   10 years michaelni RTMP: fix FD leak in rtmp_open() If we setup AVIO interrupt callback …
(edit) @61c06830   10 years michaelni avcodec/mpegvideo_enc: Fix leak on bitstream buffer reallocation …
(edit) @1441641   10 years michaelni avcodec/mpegvideo_enc: Allocate only a small buffer and reallocate as …
(edit) @a2d5f6b9   10 years michaelni Merge commit '19133e96d30e3f80dbae236ef081aedef419a6bf' * commit …
(edit) @56c47364   10 years michaelni Merge commit '2cd7c99498b1bcb450c328459cf85a686ce83456' * commit …
(edit) @46807921   10 years michaelni Merge commit 'e3a00acde05c925617dc19b5373969d864bf8414' * commit …
(edit) @77ab7407   10 years michaelni Merge commit 'a05f5052fef3b3743fab7846da12861d8a8098ec' * commit …
(edit) @19133e96   10 years anton lavf: fix memleaks in avformat_find_stream_info() When …
(edit) @cf32181b   10 years michaelni avcodec/put_bits: Add rebase_put_bits() Reviewed-by: Benoit Fouet …
(edit) @2cd7c994   10 years vittorio.giovara h264: reset ret to avoid propagating minor failures Unbreak …
(edit) @e3a00ac   10 years vittorio.giovara hevc: Initialize mergecand_list to 0 Unbreak …
(edit) @8ba69454   10 years michaelni avcodec/utils: Fix off by 1 error causing unneeded allocation in …
(edit) @a05f5052   10 years martin sdp: Make opus declaration conform to the spec Signed-off-by: Martin …
(edit) @3f5095f2   10 years michaelni avformat/hlsenc: fix outter typo Found-by: beastd Signed-off-by: …
(edit) @755f7929   10 years michaelni avcodec/mpegvideo_enc: Only enforce rc_max_available_vbv_use on first …
(edit) @b1a0fccd   10 years michaelni avformat/hlsenc: export inner muxer timebase Fixes "Non-monotonous …
(edit) @579a0fdc   10 years michaelni avutil/lls: Make unchanged function arguments const Reviewed-by: Paul …
(edit) @d22e88d1   10 years michaelni avcodec/x86/fmtconvert: Fix operand size in …
(edit) @b28f470d   10 years michaelni avutil/pca: Make argument of ff_pca_add() const Signed-off-by: …
(edit) @04152a31   10 years michaelni avcodec/vc1dec: Fixing is_intra, 2nd attempt This also un-does the …
(edit) @a52f4437   10 years michaelni avcodec/vc1dec: fix is_intra block vs. mb bug Fixes CID1194380 There …
(edit) @b7082d9   10 years Reimar.Doeffinger configure: add noexecstack to linker options if supported. …
(edit) @3956b12f   10 years michaelni avcodec/libx265: enable psnr reporting when requested by the user …
(edit) @4d9a46fe   10 years michaelni avcodec/libx264: mark unchanged pointer arguments as const …
(edit) @3edb9aae   10 years michaelni avformat/hlsenc: Added parameter -hls_allow_cache The …
(edit) @dd16a0d   10 years michaelni lavd/avfoundation: Add basic PCM audio support. Signed-off-by: …
(edit) @d85ebea3   10 years michaelni avcodec/ac3enc_template: fix out of array read Found-by: Andreas …
(edit) @5672107   10 years michaelni Merge commit '551746680462538bb5ad7adf55fb1248190428ec' * commit …
(edit) @55174668   10 years lu_zero configure: Provide a safe default for unknonw libcs Support musl out …
(edit) @5ec90c90   10 years u avcodec/subviewerdec: remove old compat code
(edit) @180d7f33   10 years u avcodec/microdvddec: remove old compat code
(edit) @71f6275   10 years u avformat/assdec: make sure to free allocated data in case of error
(edit) @0e6bad12   10 years u avformat/assenc: mux an event header if none are found in extradata
(edit) @3a6fa38f   10 years u avformat/assdec: add myself to Copyright
(edit) @0aa5c5a8   10 years u avformat/assdec: reindent after previous commit
(edit) @9ec52e55   10 years u avformat/assdec: make sure "Comments:" events end up in the header
(edit) @ff5f5cbb   10 years u avformat/assdec: output ASS packets After this the order from the …
(edit) @e58fc44   10 years michaelni avutil/x86/cpu: fix cpuid sub-leaf selection Signed-off-by: Michael …
(edit) @233d1acb   10 years michaelni tests/fate/microsoft: add -flags +bitexact to ilaced_twomv Should fix …
(edit) @f183febc   10 years michaelni hevc: remove CodingTree Signed-off-by: Michael Niedermayer …
(edit) @bfdf0f07   10 years onemda avfilter/signalstats: add more pixel formats Signed-off-by: Paul B …
(edit) @2ec4a84d   10 years michaelni ffplay: Separate AVFrame from AVSubtitle This is more robust and …
(edit) @be5dd8aa   10 years michaelni Merge commit '4e03b2097ca59843ed65424a572b7acd5345f088' * commit …
(edit) @28b1698a   10 years michaelni Merge commit 'ce42316321145c435029dc288c2b5f1d48519dde' * commit …
(edit) @01831fd0   10 years michaelni Merge commit '1c80c9d7ef809180042257200c7b5f6b81d0b0e2' * commit …
(edit) @eb1ac04e   10 years michaelni Merge commit '9d2cee52d37c7340f85a5d41110282aac03e6855' * commit …
(edit) @ac6b5bb8   10 years michaelni Merge commit '6cfbe1de5ac6c57c41459626f7ac32841d63ace8' * commit …
(edit) @26cd7b1e   10 years James x86/fmtconvert: add ff_int32_to_float_fmul_array8_{sse,sse2} About …
(edit) @b7a55388   10 years michaelni Merge commit '883e98bc25755327565d8ae0f565a6c886f24816' * commit …
(edit) @5a5d454d   10 years michaelni Merge commit 'd995f0a1550c9148140eab34c7d770e90925c004' * commit …
(edit) @a9ea79bb   10 years Reynaldo H. Verdejo Pinochet libavfilter/af_amix: avoid derreferencing possible null …
(edit) @32288234   10 years Reynaldo H. Verdejo Pinochet libavfilter/af_channelmap: avoid derreferencing possible null …
(edit) @e3e051c4   10 years Reynaldo H. Verdejo Pinochet libavfilter/af_join: avoid derreferencing possible null …
(edit) @7618d360   10 years michaelni Merge commit '7703995a2e8760e66ff35148bf029e0f9e30dbe6' * commit …
(edit) @c895fa7f   10 years michaelni Merge commit 'cc4992aaf3dbb0af88d9727983d75636baf1f8cc' * commit …
(edit) @15fda8bc   10 years michaelni Merge commit '4c2fd4b262347273afe97865ba451a1abde43ae6' * commit …
(edit) @b7caf89   10 years michaelni Merge commit 'b39ebcddd47daf37659796aaa7d068668086507a' * commit …
(edit) @4e03b209   10 years lu_zero mpeg12: Always invoke the get_format() callback Signed-off-by: Luca …
(edit) @ce423163   10 years lu_zero h264: Always invoke the get_format() callback Signed-off-by: Luca …
(edit) @1c80c9d7   10 years lu_zero hwaccel: Call ->get_format again if hwaccel init fails This allows …
(edit) @9d2cee52   10 years lu_zero configure: Assume a standard-compliant default libc Non-standard …
(edit) @6cfbe1de   10 years lu_zero avconv: Use only audio and video to guess discontinuities Data and …
(edit) @883e98bc   10 years lu_zero probe: Bump the score for mime type matching It should be more …
(edit) @d995f0a1   10 years lu_zero log: Unbreak no-tty support on 256color terminals
(edit) @ecf55265   10 years michaelni Merge commit 'a97328afef0ccebfc8c3d9f9fdb8e93cbf1058ab' * commit …
(edit) @bde8eb7f   10 years michaelni Merge commit 'b5fe13448b13bfdd48a75b7e12387e11e3526d7c' * commit …
(edit) @7703995a   10 years diego flac: Remove unused headers Signed-off-by: Diego Biurrun …
(edit) @cc4992aa   10 years tdskywalker ac3enc: allow Dolby Pro Logic IIz as the Dolby Surround EX mode. This …
(edit) @4c2fd4b   10 years tdskywalker ac3enc: allow Dolby Pro Logic II as a preferred downmix mode. Some …
(edit) @b39ebcdd   10 years tdskywalker fate: Add VC-1 interlaced twomv test CC: libav-stable@libav.org
(edit) @a97328af   10 years tdskywalker vc1: Use logical instead of bitwise or for twomv CC: …
(edit) @b5fe1344   10 years tdskywalker vc1: Use logical instead of bitwise or for coded_inter This appears …
(edit) @1964251b   10 years michaelni libavformat/iff: print error message when DSDIFF compression type is …
(edit) @ee2e5acd   10 years michaelni avcodec/dxtory: remove unused variables Found-by: Benoit Fouet …
(edit) @4c57be12   10 years michaelni Merge commit 'b97f6ef956293fe06ae1e99bd295f42613081f37' * commit …
(edit) @b0458e62   10 years michaelni Merge commit '4d5b99dacdbb56373e5abe2ad35fc87b5c0c5bd2' * commit …
(edit) @f2254e36   10 years michaelni lavd/avfoundation: Use microseconds as common timebase. …
(edit) @b97f6ef9   10 years diego pcm-dvd: Move a variable to a smaller scope This avoids an unused …
(edit) @9ae83ece   10 years u avformat/srtdec: simpler and more lenient probing Fixes Ticket #3935.
(edit) @7dd2005e   10 years u avformat: add SUP/PGS subtitle demuxer Signed-off-by: Clément Bœsch …
(edit) @4d5b99da   10 years diego caf: Give context structure a consistent name
(edit) @1ea7a3e0   10 years michaelni lavd/avfoundation: Simplify debug message generation. Signed-off-by: …
(edit) @92827e18   10 years michaelni lavd/avfoundation: Using the actual stream index instead of hardcoded …
(edit) @a69c70e1   10 years michaelni lavd/avfoundation: Split adding a device and getting the device …
(edit) @88c937f   10 years Carl Eugen Hoyos Autodetect jpg images. Based on 2d3842f5 by Michael Niedermayer. …
(edit) @475e3799   10 years Carl Eugen Hoyos Support libopenjpeg 2.x via libopenmj2. Based on a patch by Marius …
(edit) @8de7bdd7   10 years Carl Eugen Hoyos Show correct pix_fmt for vp9 videos != AV_PIX_FMT_YUV420P.
(edit) @a43bcaaf   10 years michaelni avcodec/dxtory: Support dxtory-2.0.127.avi Signed-off-by: Michael …
(edit) @c0f9df3   10 years Carl Eugen Hoyos lavc/x86/idctdsp.h: Fix make checkheaders.
Note: See TracRevisionLog for help on using the revision log.