commit_msg
stringlengths 1
24.2k
| commit_hash
stringlengths 2
84
⌀ | project
stringlengths 2
40
| source
stringclasses 4
values | labels
int64 0
1
| repo_url
stringlengths 26
70
⌀ | commit_url
stringlengths 74
118
⌀ | commit_date
stringlengths 25
25
⌀ |
---|---|---|---|---|---|---|---|
vf_showinfo: print checksums in hexadecimal.
| a0b7853f7a4bd323df1f3db2c15d61e2178033bc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a0b7853f7a4bd323df1f3db2c15d61e2178033bc | 2011-10-27 22:14:57+02:00 |
http: Handle proxy authentication
Tested with both Basic and Digest authentication, and tested with
both proxy authentication and authentication for the requested
resource at the same time.
Signed-off-by: Martin Storsjö <[email protected]>
| b911518d1c17223aa7fb83ace08b2bd41c203da0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b911518d1c17223aa7fb83ace08b2bd41c203da0 | 2011-11-11 14:07:57+02:00 |
pcmdec: fix output buffer size check by calculating the actual output size
prior to decoding.
| f1901180e02a766edbc74b8fb8cfbb88b79ef347 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f1901180e02a766edbc74b8fb8cfbb88b79ef347 | 2011-10-26 12:01:07-04:00 |
avconv: use vsync 0 for AVFMT_NOTIMESTAMPS formats.
Prevent avconv from duplicating or dropping frames for formats where it
makes even less sense than usual, e.g. image2.
| e1edfbcb240cace69d92701e6910c2b03555b7d7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e1edfbcb240cace69d92701e6910c2b03555b7d7 | 2011-11-23 21:38:17+01:00 |
truespeech: check to make sure channels == 1
| 3e7a176759e8a8e66d65c779b47b5bba793dfd4e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3e7a176759e8a8e66d65c779b47b5bba793dfd4e | 2011-10-13 16:25:59-04:00 |
asfdec: Check packet_replic_size earlier
Signed-off-by: Michael Niedermayer <[email protected]>
| 60fcc19bff49e0b1972eae014afc087afd94a415 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/60fcc19bff49e0b1972eae014afc087afd94a415 | 2011-10-31 22:42:45+01:00 |
mpeg12dec: Support invalid field motion types,
Fixes Ticket539
Signed-off-by: Michael Niedermayer <[email protected]>
| f0ff822ccb9b2bd46063e35fcb1681cd0affecac | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f0ff822ccb9b2bd46063e35fcb1681cd0affecac | 2011-10-19 03:29:15+02:00 |
ffplay: fix forgotten codec_name checks
Signed-off-by: Michael Niedermayer <[email protected]>
| 0aa793a1be5925f26405bd0617a249cd3f61e6a5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0aa793a1be5925f26405bd0617a249cd3f61e6a5 | 2011-09-28 03:19:22+02:00 |
mjpegenc: use named struct initializers
| 023e9960d711980c8d7ddda4e15efc379977d3c6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/023e9960d711980c8d7ddda4e15efc379977d3c6 | 2011-09-26 00:24:38+02:00 |
g729dec: initialize bit reader with the correct buffer size
Signed-off-by: Michael Niedermayer <[email protected]>
| edf1a8e361fb737ec3d4c637f82de10a59bd41e2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/edf1a8e361fb737ec3d4c637f82de10a59bd41e2 | 2011-10-01 18:18:06+02:00 |
Fix input buffer size check in adpcm_ea decoder.
Unfortunately the output buffer size check assumes that the
input buffer is never over-consumed, thus this actually
also allowed to write outside the output buffer if "lucky".
Based on:
git.videolan.org/ffmpeg.git
commit 701d0eb185192542c4a17f296e39e37cedf7abc6
| ffe92ff9f0c7f390d895de12c8ffef959ced3cd8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ffe92ff9f0c7f390d895de12c8ffef959ced3cd8 | 2011-09-23 20:54:28-04:00 |
make mpegts_get_pcr resync if it's not on a valid mpegts packet
| 9fa47cb77371fe93ba7081d33e49e53765c17aa7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9fa47cb77371fe93ba7081d33e49e53765c17aa7 | 2011-09-14 17:11:23+02:00 |
roqvideodec: Improve checking of input buffer bounds.
Fixes trac issue #408.
Signed-off-by: Reimar Döffinger <[email protected]>
| 18de79692c1d8a5577fda16261a217f6d21dd867 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/18de79692c1d8a5577fda16261a217f6d21dd867 | 2011-08-21 16:34:35+02:00 |
h264: prevent an out of array read in decode_nal_units()
Signed-off-by: Michael Niedermayer <[email protected]>
| ea0ac11e52b9cf5264f3d4eb7543e760c2a5fbb4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ea0ac11e52b9cf5264f3d4eb7543e760c2a5fbb4 | 2011-09-11 07:23:00+02:00 |
Fix js_vlc_bits value validation when joint stereo is used in cook decoder.
Signed-off-by: Michael Niedermayer <[email protected]>
| 352c878de6fca57a3f2a6369e27ca442fa5f9518 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/352c878de6fca57a3f2a6369e27ca442fa5f9518 | 2011-09-17 17:44:56+02:00 |
ffmpeg: check experimental flag after codec is opened.
This doesn't access avcodec_opts, so it will work with the new options
passing system.
| a9eb4f0899de04a3093a04f461611c6f0664398e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a9eb4f0899de04a3093a04f461611c6f0664398e | 2011-07-13 23:17:42+02:00 |
shorten: fix end-of-stream decoding.
enable CODEC_CAP_DELAY to flush any remaining frames in the buffer.
Stop decoding when the FN_QUIT command is found so that a trailing seek table
isn't decoded as a normal frame.
decode all channels in the same call to avcodec_decode_audio3() so that
decoding will not stop after the first channel of the last frame.
Updated FATE reference. More valid audio is now decoded.
| 1baa25c7dae0b43f0ff845f8ab4a94bf15b02440 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1baa25c7dae0b43f0ff845f8ab4a94bf15b02440 | 2011-10-20 13:09:46-04:00 |
aes: use direct assignments instead of memcpy() or loops
Signed-off-by: Mans Rullgard <[email protected]>
| af2ea724951b4b12b4522b462047eebbf9566b84 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/af2ea724951b4b12b4522b462047eebbf9566b84 | 2011-07-03 03:08:52+01:00 |
AVOptions: in av_opt_find() don't return named constants unless unit is specified.
That is, unless the caller explicitly asks for them.
Prevents conflict between e.g. the 'loop' option in img2 demuxer and
'loop' flag in AVCodecContext.
| a726d7fd4e0b112b276678ea9da9c9b3097e8b8f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a726d7fd4e0b112b276678ea9da9c9b3097e8b8f | 2011-07-08 18:34:18+02:00 |
alsa: limit buffer_size to 32768 frames.
In testing, the file output plugin gave a max buffer size of about 20 million
frames, which is way more than what is really needed and causes a memory
allocation error on my system.
| e35c674d13a7f180412cfe058530a2e7f1d49a90 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e35c674d13a7f180412cfe058530a2e7f1d49a90 | 2011-07-09 16:01:06-04:00 |
rtsp: use strtoul to parse rtptime and seq values.
strtol could return negative values, leading to various error messages,
mainly "non-monotonically increasing dts".
Signed-off-by: Anton Khirnov <[email protected]>
| 4515f9b58a51eb0af81c1ed1fd99889fcdc5ae91 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4515f9b58a51eb0af81c1ed1fd99889fcdc5ae91 | 2011-05-24 19:11:28+02:00 |
Revert "build: Remove multiple inclusion guards from config.mak."
This reverts commit 89b5829d0a4d9510efeff65dbeeaed50e0980120.
Conflicts:
configure
| ebc64dc81881bd514144b9ddf6ee08c1bc116574 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ebc64dc81881bd514144b9ddf6ee08c1bc116574 | 2011-06-26 09:50:18+02:00 |
A cmp instruction with two constants is invalid, thus "g" constraint
is not correct but must be "rm" instead.
Signed-off-by: Reimar Döffinger <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
| 5f654897e325349dacf2546674e0510bb72ecb50 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5f654897e325349dacf2546674e0510bb72ecb50 | 2011-06-21 21:41:04+02:00 |
configure: Adjust AVX assembler check.
Older nasm versions have trouble assembling certain AVX instructions, but the
current AVX check did not detect this. Update the check to use an instruction
that triggers the nasm problem.
| 429059f866259b447233c3fa23fffddce3e39508 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/429059f866259b447233c3fa23fffddce3e39508 | 2011-05-19 16:27:40+02:00 |
fate: Disable h264-conformance-frext-pph10i4_panasonic_a.
The file does not decode correctly yet the checksums match this wrongly
decoded file. Thus the checksums must be wrong.
Signed-off-by: Michael Niedermayer <[email protected]>
| f1e7822e171c6d97a1fff3f456b738a9815db3f0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f1e7822e171c6d97a1fff3f456b738a9815db3f0 | 2011-05-11 18:09:26+02:00 |
h264pred: fix one more aliasing violation.
| c77b858c4cafe74cd663bdd1bc9d96a487b20e14 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c77b858c4cafe74cd663bdd1bc9d96a487b20e14 | 2011-05-11 17:22:41+02:00 |
aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch' and 'w'.
| 5b29af624fe8be5379fd649019a04ff44bfde04f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5b29af624fe8be5379fd649019a04ff44bfde04f | 2011-05-08 12:42:34-07:00 |
Revert "avparser: don't av_malloc(0)."
This hack is no longer needed.
This reverts commit 191e08d113ef1d089c45c5fb6c95491e16dde86e.
| 85ff33948963257d418abe7d8975b4c9c4641223 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/85ff33948963257d418abe7d8975b4c9c4641223 | 2011-04-29 02:17:38+02:00 |
ffmpeg: use parse_number_and_die() when it makes sense
Prefer parse_number_or_die() over atoi()/atol() parsing for the options:
-pass, -top, -vc, and -qscale.
Improve input validation.
Signed-off-by: Stefano Sabatini <[email protected]>
Signed-off-by: Anton Khirnov <[email protected]>
| dbe94539469b6d5113b37ea45eaf69ddbe34154e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dbe94539469b6d5113b37ea45eaf69ddbe34154e | 2011-05-13 07:38:54+02:00 |
avio: add avio_check()
The new function is more flexible than url_exist(), as it allows to
specify which access flags to check, and does not require an explicit
open of the checked resource.
Signed-off-by: Anton Khirnov <[email protected]>
| 175389c85487822f1ee180ee01cc770df896557f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/175389c85487822f1ee180ee01cc770df896557f | 2011-04-13 07:38:15+02:00 |
Reword make fate patch checklist entry
Signed-off-by: Michael Niedermayer <[email protected]>
| 731bf41279f49e0c10cea47fa72ea845ac14d208 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/731bf41279f49e0c10cea47fa72ea845ac14d208 | 2011-04-03 10:46:14+02:00 |
avio: make url_open_dyn_packet_buf internal.
It doesn't look fit to be a part of the public API.
Adding a temporary hack to ffserver to be able to use it, should be
cleaned up when somebody is up for it.
| 403ee835e7913eb9536b22c2b22edfdd700166a9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/403ee835e7913eb9536b22c2b22edfdd700166a9 | 2011-04-03 22:47:32+02:00 |
Cleanup flv keyframe index reading and add some saftey checks.
Signed-off-by: Michael Niedermayer <[email protected]>
| 0c4d4a9355bc7e531ed9995252379611be3027e0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0c4d4a9355bc7e531ed9995252379611be3027e0 | 2011-04-01 13:34:32+02:00 |
Fix check for new enough CrystalHD library.
Signed-off-by: Philip Langdale <[email protected]>
| 5c98af952d07d9b0523af4e6bfdd0f2a35bf4d51 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5c98af952d07d9b0523af4e6bfdd0f2a35bf4d51 | 2011-03-28 21:19:07-07:00 |
os: replace select with poll
Select has limitations on the fd values it could accept and silently
breaks when it is reached.
| a8475bbdb64e638bd8161df9647876fd23f8a29a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a8475bbdb64e638bd8161df9647876fd23f8a29a | 2011-01-28 15:45:19+01:00 |
Remove unnecessary icc version checks
With unknown attribute warnings disabled, these checks are no
longer needed. Removing them improves readability while having
no effect on generated code.
Signed-off-by: Mans Rullgard <[email protected]>
| 820818a330b0918557bf8403d10bec95c9b6ace7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/820818a330b0918557bf8403d10bec95c9b6ace7 | 2011-03-23 12:39:58+00:00 |
VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().
Advanced profile never uses "range reduction", so vc1_put_block() quite
literally just calls put_pixels_clamped() from vc1_decode_i_blocks_adv().
By inlining the function, we can prevent calling IDCT8x8 if
CODEC_FLAG_GRAY is set, and we don't have to scale the coeffs in the
[0,256] range, but can instead use put_signed_pixels_clamped().
| 70aa916e4630bcec14439a2d703074b6d4c890a8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/70aa916e4630bcec14439a2d703074b6d4c890a8 | 2011-02-20 08:31:14-05:00 |
Check 4xm headers for validity. This should avoid 1/0.
Originally committed as revision 26392 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 8bb7d97be0cda3c944956c79c50d0cf6f1efb7b9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8bb7d97be0cda3c944956c79c50d0cf6f1efb7b9 | 2011-01-16 18:22:29+00:00 |
avidec: make print_tag() a macro and remove related ifdefs
The dprintf macro is a no-op if DEBUG is not defined, so there
is no need to guard it here.
Signed-off-by: Mans Rullgard <[email protected]>
(cherry picked from commit 6081f8c4e283bf1b33e4cf4b2ca44217219f9210)
| 3e8c4f96890294e1b7de2d22ab3cfec7e1d7c48f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3e8c4f96890294e1b7de2d22ab3cfec7e1d7c48f | 2011-01-26 03:43:30+01:00 |
applehttp: Fix the key check in handle_variant_args
The key string is supposed to contain the equals character,
too. Since the checked string was wrong, and the return value
check was wrong too, it incorrectly seemed to work right before.
Signed-off-by: Mans Rullgard <[email protected]>
| 2b0decf60ba6dd5eec16e88d4b816e56108a2935 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2b0decf60ba6dd5eec16e88d4b816e56108a2935 | 2011-01-24 20:19:37+00:00 |
Check for invalid motion vector, fixes issue 2521.
Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26293 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 43c34675afee8ced294ecc436f58587e8e8e913b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/43c34675afee8ced294ecc436f58587e8e8e913b | 2011-01-10 10:28:06+00:00 |
ffserver: set the sample aspect ratio
Hi.
It seems that ffserver sets sample_aspect_ratio to an invalid value and lavf
rejects it.
I am not sure what I am doing here, but the attached patch actually solves
something: using the following config:
CustomLog -
NoDaemon
RTSPPort 5454
<Stream test1-rtsp.mpg>
Format rtp
File "/tmp/test1-rtsp.mpg"
</Stream>
it allows a somewhat old ffplay (unaffected by the content-base issue I
spoke of in another thread) to play the stream.
Without it, ffserver logs this and closes the stream:
Wed Feb 16 14:52:14 2011 [rtp @ 0x1399de0]Aspect ratio mismatch between encoder and muxer layer
Regards,
--
Nicolas George
From 1b89c3c2164335060e87567b27deb0d354e0a814 Mon Sep 17 00:00:00 2001
From: Nicolas George <[email protected]>
Date: Wed, 16 Feb 2011 14:44:31 +0100
Subject: [PATCH] ffserver: set the sample aspect ratio.
Signed-off-by: Nicolas George <[email protected]>
(cherry picked from commit 6741f7c9be4913e084ad067571f3f29853ec5d5a)
| 34c340d49f2e6ca5190f16ced82da32561a7bef2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/34c340d49f2e6ca5190f16ced82da32561a7bef2 | 2011-02-18 19:52:26+01:00 |
use designated initializer in ASS (de)muxer
Originally committed as revision 25868 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 87d69d323204e69e49abaa1e0e9033296cb2a539 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/87d69d323204e69e49abaa1e0e9033296cb2a539 | 2010-12-04 00:37:53+00:00 |
In mov muxer, override codec tag for dv in mov, fix remuxing from avi
Originally committed as revision 26257 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a2b7ed3274b2b575f6d2e8fd3bf0a6a1818b2c1e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a2b7ed3274b2b575f6d2e8fd3bf0a6a1818b2c1e | 2011-01-07 19:56:31+00:00 |
Make init() return sensible error code rather than -1 in case of
invalid values.
Originally committed as revision 25248 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c10676aca3815431e553a161fc694dc664f25f2d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c10676aca3815431e553a161fc694dc664f25f2d | 2010-09-28 14:59:09+00:00 |
rawdec: ensure that there is always a valid palette for formats that
should have one like gray8 etc.
Originally committed as revision 25190 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b641982b234de95b46481135edb6a2e0f86afd4e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b641982b234de95b46481135edb6a2e0f86afd4e | 2010-09-25 08:44:35+00:00 |
Set valid default values for the srcw, srch, dstw, dsth options in the
scale context. Prevent pointless warnings when using
av_opt_set_defaults() for setting the default values, as in a pending
patch.
Originally committed as revision 32413 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| 6d21d67b38af75cc4fe901a92f3a0ae114ed1e33 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6d21d67b38af75cc4fe901a92f3a0ae114ed1e33 | 2010-09-29 22:06:36+00:00 |
MMX/SSE VC1 loop filter
Originally committed as revision 24208 to svn://svn.ffmpeg.org/ffmpeg/trunk
| faa26db28bbe60e9adb3235905177fb6bbcc7efe | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/faa26db28bbe60e9adb3235905177fb6bbcc7efe | 2010-07-11 22:53:01+00:00 |
Speed up group minimum and group output calculations for EXP_D25 and EXP_D45
in encode_exponents_blk_ch() by removing the inner loops. This is about 30-40%
faster for the modified sections.
Originally committed as revision 26036 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 834550ea0dfe437ae11a335ffb41e7bfe607492c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/834550ea0dfe437ae11a335ffb41e7bfe607492c | 2010-12-16 21:09:16+00:00 |
aacenc: Use an estimated codebook for the TLS (two loop search).
Originally committed as revision 23134 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 51cbabc79241dc9089d98965079fe1da4742d966 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/51cbabc79241dc9089d98965079fe1da4742d966 | 2010-05-14 16:49:30+00:00 |
Check for VUI overeading and reset num_reoder_frames.
This helps the video from issue1831
Originally committed as revision 23328 to svn://svn.ffmpeg.org/ffmpeg/trunk
| f4348e6cce6fa15d3240dfb5d84dd2b03f90367e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f4348e6cce6fa15d3240dfb5d84dd2b03f90367e | 2010-05-25 21:51:27+00:00 |
Set coded_frame to NULL when closing a codec, since it might
be invalid after the codec is "gone".
Originally committed as revision 23101 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b3ab319944821c379b8040125e931724c229654b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b3ab319944821c379b8040125e931724c229654b | 2010-05-12 17:05:56+00:00 |
Statically initialize ffserver.c:config_filename, simplify.
Originally committed as revision 22959 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6675a5bf73cb4d01617284f774d332c068add3b3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6675a5bf73cb4d01617284f774d332c068add3b3 | 2010-04-24 10:39:25+00:00 |
Prevent au_read_packet() looping endlessly when .au file contains unsupported codec type.
Originally committed as revision 23392 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 0a624147c302da7e2a232deea7c38a2bb68b10ff | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0a624147c302da7e2a232deea7c38a2bb68b10ff | 2010-05-31 10:47:36+00:00 |
10l: Initialize tag to NULL in show_stream, fix metadata showing in
streams.
Originally committed as revision 22698 to svn://svn.ffmpeg.org/ffmpeg/trunk
| efe8bb095b1ba8dff9b1131b76b9a48095f13104 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/efe8bb095b1ba8dff9b1131b76b9a48095f13104 | 2010-03-27 12:35:40+00:00 |
Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedup
Originally committed as revision 22086 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ce9c69161604eaabd3b1b758077192dd3aba870a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ce9c69161604eaabd3b1b758077192dd3aba870a | 2010-02-27 04:09:48+00:00 |
aacsbr: Initialize e_a[1] to -1.
This triggers lAPrev (e_a[0]) on the first SBR frame to be -1. The spec is
somewhat ambiguous to what this value should be but this increases the accuracy
of al_sbr_e_44_1 and similar streams from 14 bits to 15 bits.
Originally committed as revision 22408 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 46751a65e384248631aa000f8d5e04e695db612a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/46751a65e384248631aa000f8d5e04e695db612a | 2010-03-09 20:16:14+00:00 |
Check for may_alias gcc attribute support
Originally committed as revision 21522 to svn://svn.ffmpeg.org/ffmpeg/trunk
| dffb41b95349acbe97da69947f5d05f17d06045c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dffb41b95349acbe97da69947f5d05f17d06045c | 2010-01-29 03:26:12+00:00 |
Split first reference list comparission from mv comparission.
about 0.5% faster MBAFF loop filtering
Originally committed as revision 21552 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 26468148979842f2c76531b8646bfbcae23a9a74 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/26468148979842f2c76531b8646bfbcae23a9a74 | 2010-01-30 20:07:37+00:00 |
Split fill_caches() between loopfilter & decode, the 2 no longer where common
enough to justify the messy interleaving.
Originally committed as revision 21469 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 599fe45b8df52cd37c9db1fd292a9359b2f8ab51 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/599fe45b8df52cd37c9db1fd292a9359b2f8ab51 | 2010-01-26 23:54:11+00:00 |
Optimize loop filtering of the left edge in MBAFF.
60 cpu cycles speedup
Originally committed as revision 21467 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 16e5e39ab418e5450550da7a62fce29c782cd2c8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/16e5e39ab418e5450550da7a62fce29c782cd2c8 | 2010-01-26 22:59:19+00:00 |
Declare support for the pixel formats:
PIX_FMT_YUVJ420P
PIX_FMT_YUVJ422P
PIX_FMT_YUVJ440P
PIX_FMT_YUVJ444P
in the isSupported{In,Out} macros.
These pixel formats are not true pixel formats but hacks specific to
JPEG in libavcodec. They are deprecated and should be removed (that is
from libavcodec first and libswscale second)... but they must be
tested by swscale-test.
See thread:
Subject: [FFmpeg-devel] [PATCH] Extend show_pix_fmts() to make it print the input/output support
Date: 2010-01-30 15:54:08 GMT
Originally committed as revision 30474 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| af0e66216952c170c0acb28398f1c543b6f3d8d2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/af0e66216952c170c0acb28398f1c543b6f3d8d2 | 2010-01-31 10:16:05+00:00 |
Check for chunk boundaries when decoding VB codec data
Originally committed as revision 21385 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 57835fc1aeaf0b3bbc0816b123a931ea39de758b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/57835fc1aeaf0b3bbc0816b123a931ea39de758b | 2010-01-22 19:07:44+00:00 |
Check if dxva2api.h is recent enough to compile vc1_dxva2_hwaccel.
Originally committed as revision 21444 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9104cd5161ec7cb31361f3dabd73a8a813d4f7d0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9104cd5161ec7cb31361f3dabd73a8a813d4f7d0 | 2010-01-25 01:34:48+00:00 |
Remove all uses of slice_type* from the loop filter, also remove its
initialization befre the loop filter.
Originally committed as revision 21416 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 50eb40a799aa4f93eb8fa872faab80660ac20a51 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/50eb40a799aa4f93eb8fa872faab80660ac20a51 | 2010-01-24 13:20:17+00:00 |
Remove unneeded for_deblock check, this code was alraedy under for_deblock.
Originally committed as revision 21304 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 5cc5d9bf29437264002344eea691b18a56db0a8a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5cc5d9bf29437264002344eea691b18a56db0a8a | 2010-01-18 23:27:53+00:00 |
Also print the number of invalid packets in the debug output.
Originally committed as revision 20763 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6de5b627905134486438c033dde16537219ea898 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6de5b627905134486438c033dde16537219ea898 | 2009-12-08 12:24:41+00:00 |
skip outer pixels if possible in h264_loop_filter_luma_c().
overall 3.7% faster loop filtering (C version only)
Originally committed as revision 21332 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c9640c17ac78c3ef0c127e4f6393e66ee5d31878 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c9640c17ac78c3ef0c127e4f6393e66ee5d31878 | 2010-01-19 22:46:58+00:00 |
Check transform==15 first, since it's more common than 13.
Patch by Dark Shikari
Originally committed as revision 20749 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c11cb375207751ff1defc0a0493efe0d63a92651 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c11cb375207751ff1defc0a0493efe0d63a92651 | 2009-12-06 15:31:58+00:00 |
Revert r20050, which caused decoding errors with at least one valid AC-3 file.
Originally committed as revision 20437 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 94593c9b52c2c8d6c2b11eb8b7a0ef1cb1d6f43c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/94593c9b52c2c8d6c2b11eb8b7a0ef1cb1d6f43c | 2009-11-03 02:59:18+00:00 |
Comment for() ; out
~200 bytes smaller ff_h264_filter_mb()
please everyone, NEVER add code with the assumtation that gcc will remove it
without checking gcc actually does. Chances are it does not.
Originally committed as revision 21251 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 7931bb2a0c46525569c06a6116ed5b31c37adef5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7931bb2a0c46525569c06a6116ed5b31c37adef5 | 2010-01-16 17:41:40+00:00 |
Check classbook value.
11_vorbis_residue_book_index.patch by chrome.
Originally committed as revision 19989 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 79a4258141f8d7c68556eec68ddb88ca556f29e0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/79a4258141f8d7c68556eec68ddb88ca556f29e0 | 2009-09-23 12:02:31+00:00 |
Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/internal.h,
configure is supposed to take care of that already.
Originally committed as revision 20498 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 7fc58b1eeb5980120a44329c8a553085fe71d98a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7fc58b1eeb5980120a44329c8a553085fe71d98a | 2009-11-10 12:59:56+00:00 |
Check dimensions against 0 too.
39_vorbis_zero_dims.patch from chrome
Originally committed as revision 19976 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 98f7bcb119c5c3517c811350fe1451cf3a83f9c9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/98f7bcb119c5c3517c811350fe1451cf3a83f9c9 | 2009-09-23 08:35:29+00:00 |
Add missing stdint.h #include to fix 'make checkheaders'.
Originally committed as revision 19913 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 27666c3176ef795dea2768ba979771ab574cf3ca | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/27666c3176ef795dea2768ba979771ab574cf3ca | 2009-09-18 19:41:23+00:00 |
swscale: Check for return values of malloc.
Originally committed as revision 29584 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| 7248797c03e8fcddc1f1ab5887d1e53cc691a2c2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7248797c03e8fcddc1f1ab5887d1e53cc691a2c2 | 2009-08-29 23:02:01+00:00 |
Improve SIFF probe by also checking the first tag is one of the expected.
Originally committed as revision 19898 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 5abfae79ca6fbcbec559f4743e1d8c07a4d91518 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5abfae79ca6fbcbec559f4743e1d8c07a4d91518 | 2009-09-17 18:09:20+00:00 |
Various VP3 optimizations.
Faster checks in reverse_dc_prediction.
Simplified deblocking checks.
Check transform==15 first, since it's more common than 13.
Originally committed as revision 20747 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 63c0b3d920fe637ec4d361f08108ca8d5ba70bbe | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/63c0b3d920fe637ec4d361f08108ca8d5ba70bbe | 2009-12-06 12:48:09+00:00 |
Do not check for both CONFIG_H263_ENCODER and CONFIG_H263P_ENCODER.
The latter can never be enabled without the former.
Originally committed as revision 19596 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 965424dad112211fc5887d96bd093773c133416c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/965424dad112211fc5887d96bd093773c133416c | 2009-08-05 15:22:16+00:00 |
check atom size against edit_count to avoid very long loop
Originally committed as revision 19198 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 53e099de8b3206af78312c00308225a558fffbef | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/53e099de8b3206af78312c00308225a558fffbef | 2009-06-15 02:07:41+00:00 |
Ensure that the filter limit values do not exceed the maximum allowed value of 127.
Originally committed as revision 19351 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e13cca4b148fed8a9484d36898621ed68892707a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e13cca4b148fed8a9484d36898621ed68892707a | 2009-07-05 18:27:39+00:00 |
ARM: actually add VP3 loop filter
Originally committed as revision 18917 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 548a99742c2498575d0dbcd1aa030b9d51d28b18 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/548a99742c2498575d0dbcd1aa030b9d51d28b18 | 2009-05-23 18:47:26+00:00 |
check av_fifo_alloc return
Originally committed as revision 18892 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ec6b02b6fd32efcce159fab62a1ffe8ce7d87a30 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ec6b02b6fd32efcce159fab62a1ffe8ce7d87a30 | 2009-05-21 23:12:41+00:00 |
mlpdec: Validate max_channel and max_matrix_channel.
Originally committed as revision 18649 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 868170c4da283626973ec97a40d28411cb7fbbdf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/868170c4da283626973ec97a40d28411cb7fbbdf | 2009-04-21 22:12:30+00:00 |
Increase buffer padding to avoid most space checks in xan_unpack
Originally committed as revision 18584 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 59bd7f23e8ff7dcef8ba5f38e962ffdf7d9555e2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/59bd7f23e8ff7dcef8ba5f38e962ffdf7d9555e2 | 2009-04-17 18:26:24+00:00 |
Factorize check of read symbols.
Originally committed as revision 18390 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 158f189f82839bd41421f7f262e405f040503618 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/158f189f82839bd41421f7f262e405f040503618 | 2009-04-09 18:21:51+00:00 |
Add av_shrink_packet function for use in av_get_packet that reduces pkt->size
and ensures the following padding is correctly initialized to 0.
Originally committed as revision 18378 to svn://svn.ffmpeg.org/ffmpeg/trunk
| feb993e5794b3dacb51085a9b77013495eb6dd1c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/feb993e5794b3dacb51085a9b77013495eb6dd1c | 2009-04-08 20:19:12+00:00 |
Make ipvideo_decode_block array constant, compile-time initialized instead
of initializing it each time the decoder is initialized.
Originally committed as revision 18219 to svn://svn.ffmpeg.org/ffmpeg/trunk
| fff60779172c21638e1c7276d5128770480c8f93 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fff60779172c21638e1c7276d5128770480c8f93 | 2009-03-29 17:15:42+00:00 |
Check the index validity more thoroughly for the c93 probe function.
In particular, check that length of the first index entries is not 0 since
that is interpreted "end of file" and makes no sense in the very first entries.
Originally committed as revision 19843 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9f449d57c7d6e0b54335eaddad69ec773c31a037 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9f449d57c7d6e0b54335eaddad69ec773c31a037 | 2009-09-14 20:01:32+00:00 |
check av_find_stream_info return value
Originally committed as revision 18060 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 20f93c3ccf03f258a5bb658565665a68b61f4996 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/20f93c3ccf03f258a5bb658565665a68b61f4996 | 2009-03-20 01:07:22+00:00 |
10l: don't check against current layout until after validating ch_mode.
should have been in last commit.
Originally committed as revision 18154 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 492cc392fa518aa211fdee5eadb1f5439f45b47d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/492cc392fa518aa211fdee5eadb1f5439f45b47d | 2009-03-22 21:13:10+00:00 |
Be less noisy with invalid pts/dts.
Originally committed as revision 17482 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 73d65a96ae97a7cfb8b3f409a87b0060920a08de | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/73d65a96ae97a7cfb8b3f409a87b0060920a08de | 2009-02-21 17:29:25+00:00 |
Fix MMX2 check, 'movss' is not an MMX2 instruction, use 'pmaxub' instead.
Originally committed as revision 17922 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 5fd89ca03f9a22eec271d6eb3b44ffa7255f8121 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5fd89ca03f9a22eec271d6eb3b44ffa7255f8121 | 2009-03-09 23:33:27+00:00 |
Remove unneeded check.
Originally committed as revision 16803 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a6cef9651d033d2f5d7d775c54f148c710b558bb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a6cef9651d033d2f5d7d775c54f148c710b558bb | 2009-01-26 09:42:48+00:00 |
Move initialization of {luma,chroma}_weight_flag[] up,
to make sure they are always initialized.
Patch by Gwenole Beauchesne g${name} splitted-desktop com
Originally committed as revision 17393 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ce09f9270a8bf43212dad58fcb73fee2900c364f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ce09f9270a8bf43212dad58fcb73fee2900c364f | 2009-02-17 13:41:27+00:00 |
configure: check for ARMv6T2 support
Originally committed as revision 16393 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ab5cb08492a9a0cf05b7756eed834966496a6c82 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ab5cb08492a9a0cf05b7756eed834966496a6c82 | 2008-12-30 03:13:44+00:00 |
flacdec: Avoid trying to read 33 bits. This occurs when the source
is 32 bits-per-sample and channel decorrelation is used. Such files
are valid, but not supported currently.
Originally committed as revision 17743 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 5b37e2fc9ad85b8fcec376b1aec439abedfb4432 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5b37e2fc9ad85b8fcec376b1aec439abedfb4432 | 2009-03-03 04:45:45+00:00 |
Skip m= blocks in the SDP if the media type is unknown. This prevents
subsequent a= lines from the m= block to be applied to the previous
m= line, thus breaking otherwise functional RTP streams. See discussion in
[PATCH] RTSP-MS 7/15: parse and allow unknown m= line codes" thread on
mailinglist.
Originally committed as revision 16737 to svn://svn.ffmpeg.org/ffmpeg/trunk
| cb760a4790c6d00b4ae44ad7b2c596850ac1cdb2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cb760a4790c6d00b4ae44ad7b2c596850ac1cdb2 | 2009-01-24 04:56:18+00:00 |
offset dts according to edit list, hackish but works, based on patch by Reimar
Originally committed as revision 17037 to svn://svn.ffmpeg.org/ffmpeg/trunk
| baf2ffd3297b707dbb5794ec568c61091acf5c0c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/baf2ffd3297b707dbb5794ec568c61091acf5c0c | 2009-02-08 04:27:07+00:00 |
MMX VP3 Loop Filter
Originally committed as revision 15630 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 357f45d9bc532180bde2204ff6f03adf881d12d5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/357f45d9bc532180bde2204ff6f03adf881d12d5 | 2008-10-17 03:18:08+00:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.