source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d003a0c   11 years michaelni avformat/mp3enc: use av_copy_packet() Fixes double free Fixes …
(edit) @1b4f2fb1   11 years michaelni avcodec/snowdec: also print qbias and mvscale in debug output …
(edit) @2fb388fc   11 years michaelni avcodec/snowdec: forward error codes Signed-off-by: Michael …
(edit) @296aa4ac   11 years michaelni avcodec/snowdec: return more specific error codes Signed-off-by: …
(edit) @8a5ea5b9   11 years michaelni avcodec/snowenc: simplify spatial_decomposition_count seting code …
(edit) @76c8fbc5   11 years michaelni http: never send 'Cookie: (null)' to the server If a domain has some …
(edit) @2fd14f06   11 years michaelni avcodec/snowenc: allow larger mb variances Fixes assertion failure …
(edit) @b4356c9c   11 years michaelni avcodec/ratecontrol: make (mc_)mb_var_sum(_last) 64bit This avoids …
(edit) @e92a78a4   11 years michaelni avcodec/mpegvideo: make mc_mb_var_sum / mb_var_sum 64bit This avoids …
(edit) @c3272674   11 years michaelni avcodec/mpegvideo: make mc_mb_var_sum_temp / mb_var_sum_temp 64bit …
(edit) @db55365   11 years michaelni configure: Try to fix detection of ARM Compiler 5.04 Fixes Ticket …
(edit) @9dca02ee   11 years michaelni ffmpeg: dont call exit_program() from a signal hander This is unsafe …
(edit) @6d25e902   11 years michaelni doc/examples/avcodec: information regarding gop_size ignored if …
(edit) @1cd107f6   11 years michaelni avcodec/x86/snowdsp: add missing clobbers to …
(edit) @45ad7bc4   11 years michaelni avcodec/snowdec: provide information about the wavelet with -debug 1 …
(edit) @19139d85   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vaapi: …
(edit) @1ec295a5   11 years michaelni Merge commit '1b1094a19d9e41baf3253c83841f9e5343cecbd0' * commit …
(edit) @4d216420   11 years michaelni Merge commit '7948a51b5c3d08e1a1173442a7ff72b220def303' * commit …
(edit) @e98bac82   11 years michaelni Merge commit '82bb3048013201c0095d2853d4623633d912252f' * commit …
(edit) @011d83d   11 years michaelni Merge commit '0e083d7e43805db1a978cb57bfa25fda62e8ff18' * commit …
(edit) @3775224b   11 years michaelni Merge commit '54a6e08a650a71fd375551585b0ea40a3a06d228' * commit …
(edit) @ba85bfab   11 years michaelni Merge commit '5169e688956be3378adb3b16a93962fe0048f1c9' * commit …
(edit) @a87188eb   11 years michaelni Merge commit 'cf7a2167570e6ccb9dfbd62e9d8ba8f4f065b17e' * commit …
(edit) @b20b7724   11 years michaelni Merge commit '1675975216ecbea8e4826235f204dc0f4234383f' * commit …
(edit) @ba91ac5c   11 years michaelni Merge commit 'b7d24fd4b2213104c001ed504074495568600b9c' * commit …
(edit) @eb680f2a   11 years michaelni Merge commit 'b045283f2126637477a597f184638ebef09bf898' * commit …
(edit) @d648ffe4   11 years michaelni Merge commit '8bd6f88266740068415f7da0628117f1b802efb9' * commit …
(edit) @adf82fe4   11 years michaelni Merge commit '022184a646896c6b27c6cca387039b030685266e' * commit …
(edit) @13405ecd   11 years michaelni Merge commit '30f3f959879eee7890973e8cc9ce076450ced111' * commit …
(edit) @047cf46e   11 years michaelni Merge commit '82ee14d2cedd7867920529b408ed6c7ec2f13ff1' * commit …
(edit) @75cc29a8   11 years michaelni Merge commit 'cce791b17becc99f47e097adb93f4b4bbd382e7e' * commit …
(edit) @76d7676f   11 years michaelni Merge commit '2539cf1c814190a017cb8986b41aa2f949e37fd9' * commit …
(edit) @8b66b43   11 years michaelni Merge commit '2972087e398454122a82a970ed07924185175c6d' * commit …
(edit) @da760a64   11 years michaelni Merge commit 'e8eace32765da4b42ac3c575fdb2c70cce8aa224' * commit …
(edit) @8b6136d3   11 years anton vaapi: switch ff_vaapi_get_surface_id from Picture to AVFrame …
(edit) @1b1094a1   11 years anton vdpau: switch ff_vdpau_get_surface_id from Picture to AVFrame This …
(edit) @7948a51b   11 years anton vdpau: don't assume Picture and H264Picture are the same The code …
(edit) @d3ed8a4d   11 years michaelni ffmpeg: try to avoid calling av_log() from sigterm_handler() …
(edit) @9d60527a   11 years michaelni configure: fix direct symbol ref support detection Signed-off-by: …
(edit) @82bb3048   11 years diego dsputil: Use correct type in me_cmp_func function pointer
(edit) @0e083d7e   11 years diego build: Group general components separate from de/encoders in arch …
(edit) @54a6e08a   11 years diego dsputil: Conditionally compile dsputil code on all architectures
(edit) @5169e688   11 years diego dsputil: Propagate bit depth information to all (sub)init functions …
(edit) @cf7a2167   11 years diego arm: dsputil: K&R formatting cosmetics
(edit) @16759752   11 years diego ppc: dsputil: Drop trailing semicolon from macros This allows for a …
(edit) @b7d24fd4   11 years diego ppc: dsputil: Merge some declarations and initializations
(edit) @b045283f   11 years diego ppc: dsputil: Simplify some ifdeffed function definitions
(edit) @8bd6f882   11 years diego ppc: dsputil: Drop some unnecessary parentheses
(edit) @022184a6   11 years diego ppc: dsputil: more K&R formatting cosmetics
(edit) @30f3f959   11 years diego ppc: dsputil: K&R formatting cosmetics
(edit) @82ee14d2   11 years diego ppc: dsputil: comment formatting and wording/grammar improvements
(edit) @cce791b1   11 years diego hpeldsp_template: Merge some declarations and initializations
(edit) @2539cf1c   11 years diego hpeldsp_template: K&R formatting cosmetics
(edit) @2972087e   11 years diego hpel_template: Drop some unnecessary parentheses
(edit) @e8eace32   11 years diego hpel_template: K&R formatting cosmetics
(edit) @3d04b1aa   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @6a74ebc3   11 years janne-libav float-dsp-test: do not use C99's predefined func It is not …
(edit) @32291ba6   11 years michaelni swresample: add swri_resample_float_sse At least two times faster …
(edit) @e555e1bc   11 years michaelni truehd: tune VLC decoding for ARM. Profiling on a Raspberry Pi …
(edit) @f502234f   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @9da88d5   11 years michaelni Merge commit '606cc8afa1cb782311f68560c8f9bad978cdcc32' * commit …
(edit) @2ef6c0fd   11 years michaelni Merge commit 'af9481d7019d46c9f18c4ccac77a5d0c54cf6004' * commit …
(edit) @3e59db60   11 years michaelni Merge commit '6920fb2b33f84b114ea4561ae1c623f4a26562e5' * commit …
(edit) @8263c146   11 years michaelni Merge commit '842ea36c747eb6537c4236114346cb7a3e9a8df1' * commit …
(edit) @bd9e0127   11 years michaelni Merge commit '92ebb332157195b7c1212e734c5668afbf19cf2b' * commit …
(edit) @ae238091   11 years martin float_dsp: Use LOCAL_ALIGNED for instead of DECLARE_ALIGNED within …
(edit) @dde16f5a   11 years michaelni avcodec/mjpegdec: Switch default interlaced polarity for MJPG to 1 …
(edit) @49329680   11 years michaelni avcodec/mjpegdec: parse avid data from extradata Makes no difference …
(edit) @046a75ee   11 years michaelni avcodec/mjpeg: print info from parse_avid() if requested …
(edit) @98f9aa38   11 years michaelni avcodec/mjpegdec: switch interlaced_polarity to 0 for PAL AVID 0 …
(edit) @1083c479   11 years michaelni avcodec/mjpegdec: factorize parse_avid out Signed-off-by: Michael …
(edit) @606cc8af   11 years diego configure: ppc: Disable ldbrx instruction by default Only enable it …
(edit) @af9481d7   11 years lu_zero mxf: Lowercase UL strings The specification uses lower case most of …
(edit) @6920fb2b   11 years lu_zero mxf: Verbose debug logging Print the UL in code format and in the …
(edit) @842ea36c   11 years lu_zero mxf: Override faulty PreviousPartition entries Some files set the …
(edit) @92ebb332   11 years lu_zero mxf: Add additional H264 PictureEssenceCoding Unbreak some MXF Proxy …
(edit) @074db4b7   11 years Carl Eugen Hoyos Add APIchanges entry and bump libswscale micro version for making …
(edit) @5e3689ca   11 years Carl Eugen Hoyos Add the H.264 decoder as a dependency for the fate-mkv test.
(edit) @57fdc74   11 years Carl Eugen Hoyos Add one forgotten named inline asm operand in libavcodec/x86/motion_est.c.
(edit) @ce9d3daa   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @a2339ef7   11 years michaelni Merge commit '1b51b7ba00ed72b6ce4c3bcd6897839caa32478c' * commit …
(edit) @1d8e97c7   11 years michaelni Merge commit '8f45bd1433a1d8534d7b3997219c4ca31a669042' * commit …
(edit) @543a46e0   11 years michaelni Merge commit '1ea9fa15c3f9074f6199f68bdd6258c5a2bb89e0' * commit …
(edit) @82367475   11 years michaelni Automatically change MANGLE() into named inline asm operands when …
(edit) @b2d3a455   11 years michaelni avcodec/x86/mlpdsp: Only use asm when non-local inline asm lables are …
(edit) @dbd12523   11 years janne-libav aarch64: float_dsp NEON assembler Ported from arm NEON and added …
(edit) @37c07d45   11 years michaelni swscale/utils: Fix color range of gray16 Improves rgb -> gray16 …
(edit) @1b51b7ba   11 years vittorio.giovara libopenjpeg: Support rgba64 decoding
(edit) @8f45bd14   11 years vittorio.giovara libopenjpeg: Support rgba64 encoding
(edit) @1ea9fa15   11 years vittorio.giovara libopenjpeg: K&R formatting cosmetics
(edit) @05d7059a   11 years michaelni avcodec/h264pred_template: fix declarations after statements …
(edit) @6f7ca1f   11 years michaelni avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra …
(edit) @7ab315ec   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @61ad2b42   11 years michaelni Merge commit 'd961a79eb07a8911540a0bd356d68ae0cf93c6a1' * commit …
(edit) @ae9b468b   11 years michaelni Merge commit 'c829b35c08ad8e1df45cca1cd12f084cf1183d07' * commit …
(edit) @3d48cbc5   11 years michaelni swresample: reuse COMMON_CORE asm where possible Signed-off-by: James …
(edit) @cf3fccce   11 years michaelni ff_put_wav_header: remove manual byte counting Signed-off-by: Michael …
(edit) @7c8bf09e   11 years michaelni swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2 …
(edit) @c56d25c4   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: svq3: …
(edit) @7ae5cadb   11 years michaelni Merge commit 'ca80e15814b77efe8d0ff5a5b0220754bb6c4065' * commit …
Note: See TracRevisionLog for help on using the revision log.