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
⌀ |
---|---|---|---|---|---|---|---|
id3v2: Initialize tflags for version 2.2.
| 40a5dd2f35e0cfcfb92475a8f305fb6f78038507 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/40a5dd2f35e0cfcfb92475a8f305fb6f78038507 | 2011-05-26 13:16:03-07:00 |
mpegts: remove invalid error check
mpegts_read_header is used by both mpegts and mpegtsraw, so this
erro check is no longer valid.
Signed-off-by: Mike Williams <[email protected]>
Signed-off-by: Anton Khirnov <[email protected]>
| 298c4e3c522a1bc43cb557efe2e443be2ee80bb5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/298c4e3c522a1bc43cb557efe2e443be2ee80bb5 | 2011-07-29 08:48:33+02:00 |
Use the contents of RELEASE as version fallback instead of 'UNKNOWN'
This makes binaries produced by source tarballs identify themselves with
the version number of the corresponding release series, unless overriden
by a 'VERSION' file.
| 8fab4007c83349e5dbaacca735ce698cf94bf8e4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8fab4007c83349e5dbaacca735ce698cf94bf8e4 | 2011-06-19 19:54:07+02:00 |
multiple inclusion guard cleanup
Add missing multiple inclusion guards; clean up #endif comments;
add missing library prefixes; keep guard names consistent.
| 153382e1b6b428a1dcb8dc3f06f64a6959d722c5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/153382e1b6b428a1dcb8dc3f06f64a6959d722c5 | 2011-05-21 13:48:10+02:00 |
imgutils: introduce internal image_get_linesize() and use it
Allow to factorize code between av_image_get_linesize() and
av_image_fill_linesizes(), and add missing checks.
Increase robustness.
| c0170d09738c74280af78c6f64914c52a9b6e075 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c0170d09738c74280af78c6f64914c52a9b6e075 | 2011-05-16 23:55:54+02:00 |
Add missing CONFIG_AVFILTER check.
Fix configure --disable-avfilter issue.
Signed-off-by: Anton Khirnov <[email protected]>
| c3e40410d4a932c6f27b0217e0ab705f03841078 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c3e40410d4a932c6f27b0217e0ab705f03841078 | 2011-05-10 07:12:27+02:00 |
rgb24toyv12: break out in the middle before out of array reads.
Signed-off-by: Michael Niedermayer <[email protected]>
| 9a5624a0f1b205e966391645a512c6dccdce42cd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9a5624a0f1b205e966391645a512c6dccdce42cd | 2011-05-05 02:20:20+02:00 |
flicvideo: increase error level and fix error message in CHECK_PIXEL_PTR()
Also return AVERROR_INVALIDDATA rather than -1.
Signed-off-by: Stefano Sabatini <[email protected]>
| cd1872799d89a87b1d06132118836c82cda2a44f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cd1872799d89a87b1d06132118836c82cda2a44f | 2011-04-23 12:13:11+02:00 |
lavf: remove duplicate assignment in avformat_alloc_context.
AVClass is already initialized in avformat_get_context_defaults.
| 9ac1bf88c00dbe7eb2191e2d5325fb104b9d8341 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9ac1bf88c00dbe7eb2191e2d5325fb104b9d8341 | 2011-04-29 11:42:05+02:00 |
Make a plausibility check when setting channel layout for TrueHD.
TrueHD supports more channels than FFmpeg, so a valid sample
could set the channel layout to a value that represents less
channels than the sample actually consists of.
| 2a0bd2bfc957abe3fab97cc27e6d997099082841 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2a0bd2bfc957abe3fab97cc27e6d997099082841 | 2011-04-02 00:48:43+02:00 |
configure: check for --as-needed support early
This moves the check for --as-needed linker support before all
library tests, ensuring consistent behaviour between the checks
and the actual link step.
Signed-off-by: Mans Rullgard <[email protected]>
| 4a7e068b8fb15b646c465d360ee478e02d100ca4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4a7e068b8fb15b646c465d360ee478e02d100ca4 | 2011-03-24 20:42:22+00:00 |
matroskaenc: make sure we don't produce invalid file with no codec ID
Signed-off-by: Aurelien Jacobs <[email protected]>
| 00dc0206cb5b351a66d7cce77b8a65fabe6ea7da | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/00dc0206cb5b351a66d7cce77b8a65fabe6ea7da | 2011-03-24 01:56:26+01:00 |
vmdaudio: validate block type
Signed-off-by: Ronald S. Bultje <[email protected]>
| 22f893e1c9f9387f0a021f775757130fa48e0180 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/22f893e1c9f9387f0a021f775757130fa48e0180 | 2011-02-23 21:10:12-05:00 |
Do not loop endlessly if id3v2 tag size is negative / too large.
Fixes the sample from issue 2649.
| ac533ac458b8c75ac68372b34d0ce7c150684585 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ac533ac458b8c75ac68372b34d0ce7c150684585 | 2011-03-07 23:32:26+01:00 |
id3v2: explicitly seek to the end of the tag after reading
Current code might stop in the middle of an invalid tag.
fixes issue2650
Signed-off-by: Ronald S. Bultje <[email protected]>
| bca6dee386307e4f3646632d98a9db87ce9de249 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bca6dee386307e4f3646632d98a9db87ce9de249 | 2011-03-21 14:56:59-04:00 |
sws: Fix:
libswscale/swscale_unscaled.c:805:5: warning: passing argument 1 of ‘check_image_pointers’ from incompatible pointer type
libswscale/swscale_unscaled.c:774:12: note: expected ‘uint8_t **’ but argument is of type ‘const uint8_t * const*’
libswscale/swscale_unscaled.c:809:5: warning: passing argument 1 of ‘check_image_pointers’ discards qualifiers from pointer target type
libswscale/swscale_unscaled.c:774:12: note: expected ‘uint8_t **’ but argument is of type ‘uint8_t * const*’
Signed-off-by: Michael Niedermayer <[email protected]>
| 8c3ab3094b81ffc4525b2038d10aa5d744f16d71 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8c3ab3094b81ffc4525b2038d10aa5d744f16d71 | 2011-11-18 22:00:33+01:00 |
VP8: merge chroma MC calls
Adds some duplicated code, but avoids duplicate edge checks and similar.
~0.5% faster overall on Parkjoy test sample.
| 64233e702a95df9167e3362e58aae4e82ce2ddf8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/64233e702a95df9167e3362e58aae4e82ce2ddf8 | 2011-01-31 20:46:54-08: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().
(cherry picked from commit 70aa916e4630bcec14439a2d703074b6d4c890a8)
| a8858ee11cf4f0ae22e0a9df57bec4ec5dd02f80 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a8858ee11cf4f0ae22e0a9df57bec4ec5dd02f80 | 2011-02-20 19:05:47+01:00 |
Reformat documentation for -vsync @var{parameter}.
Make use of "@table @option" for showing the valid values for the
option.
Originally committed as revision 26385 to svn://svn.ffmpeg.org/ffmpeg/trunk
| f0e5c1c000c0a2b609b14f2cf7c8f7858f65ca5a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f0e5c1c000c0a2b609b14f2cf7c8f7858f65ca5a | 2011-01-16 12:45:42+00:00 |
Check linked pads media type mismatch in avfilter_link().
Originally committed as revision 26325 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 891aeeee72b2d57d380ca097cc34be2b0c360233 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/891aeeee72b2d57d380ca097cc34be2b0c360233 | 2011-01-13 01:00:36+00:00 |
Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case the
link label parsed by parse_link_name() is invalid.
Originally committed as revision 25696 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 42e7f6d781e0533505ffab53640739c7912a6753 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/42e7f6d781e0533505ffab53640739c7912a6753 | 2010-11-07 18:40:07+00:00 |
Optimize EOB check in mjpeg decode_block() by adjusting the VLC symbol.
Originally committed as revision 25548 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a2d4dfd493020cd15489991776eb2c7c504965d4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a2d4dfd493020cd15489991776eb2c7c504965d4 | 2010-10-21 22:44:51+00:00 |
libmp3lame: don't check unused function in detection
hip_decode_init() isn't used by the wrapper, and can be absent from the
library if lame was configured with --disable-decoder (like it is done
for windows builds of VLC)
Unfortunately this also removes the way to detect a libmp3lame more recent
than the buggy 3.98.2
Patch by Rafaël Carré, rafael carre at gmail
Originally committed as revision 25391 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9b9d3868d5ff84b8d87c43934d6ccdf4dcdaa9e9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9b9d3868d5ff84b8d87c43934d6ccdf4dcdaa9e9 | 2010-10-07 08:38:39+00:00 |
rtpdec: Don't set RTP timestamps if they already are set by the depacketizer
For MS-RTSP, we don't always get RTCP packets (never?), so the earlier
timestamping code never wrote anything into pkt->pts. The rtpdec_asf
depacketizer just sets the dts of the packet, so if the generic RTP
timestamping is used, too, we get inconsistent timestamps.
Therefore, skip the generic RTP timestamp algorithm if the depacketizer
already has set something.
This fixes "Invalid timestamps" warnings, present since SVN rev 26187.
Originally committed as revision 26241 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 79d482b108287b8d43adf6724deb2c6cd14e44d9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/79d482b108287b8d43adf6724deb2c6cd14e44d9 | 2011-01-06 11:33:06+00:00 |
Add check for height when cropping.
Originally committed as revision 25345 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 93ee7f9c41c4083c49cd031b6325dd92e0b21b84 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/93ee7f9c41c4083c49cd031b6325dd92e0b21b84 | 2010-10-05 12:14:20+00:00 |
Check dref size based on a patch by google
Originally committed as revision 25081 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 0e7d436d924a42ef6e8ab628a1f10d72801d1395 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0e7d436d924a42ef6e8ab628a1f10d72801d1395 | 2010-09-08 20:20:24+00:00 |
rtpdec: Don't call the depacketizer to return more data unless it actually said it has more data
It may have returned a negative number for an error (e.g. AVERROR(EAGAIN),
if more data is required for it to be able to return a complete packet).
Originally committed as revision 25458 to svn://svn.ffmpeg.org/ffmpeg/trunk
| f6e138b4f4fbfb4caf50bcc628d48b6e4cdca269 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f6e138b4f4fbfb4caf50bcc628d48b6e4cdca269 | 2010-10-13 08:13:07+00:00 |
Unloop the outer loop in h264_loop_filter_strength_mmx2(), which allows
inlining various constants within the loop code. 20 cycles faster on
cathedral sample.
Originally committed as revision 25252 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4b81511cab1d53f7f189bcb09aac4303b20a4ce8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4b81511cab1d53f7f189bcb09aac4303b20a4ce8 | 2010-09-29 13:34:20+00:00 |
Fix design of the pad filter.
Previously the pad filter just drawed borders in the surrounding of the input
without checking if this area was allocated or writeable. Now we check and
allocate a new buffer if the input is unsuitable.
Originally committed as revision 26315 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e3331706fcc9888ee85f0b9f763e4d006b178c14 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e3331706fcc9888ee85f0b9f763e4d006b178c14 | 2011-01-11 23:53:24+00:00 |
validate input data and linesizes
Originally committed as revision 31976 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| a42c29febc501d5df3dd24b437cb884485862c56 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a42c29febc501d5df3dd24b437cb884485862c56 | 2010-08-18 19:37:37+00:00 |
VP6: fix vp6_filter_diag4_mmx/sse on 64-bit
The stride can be negative and must be sign extended before being
used in pointer arithmetic.
Originally committed as revision 24926 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 69dad87c4867135ae7221b3fd872f91df8d96e5c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/69dad87c4867135ae7221b3fd872f91df8d96e5c | 2010-08-25 15:41:11+00:00 |
VP3/Theora: validate aspect and reduce it before exporting it
via the context.
Originally committed as revision 25050 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6974952d241b148a608e47b1c516145c34c421ff | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6974952d241b148a608e47b1c516145c34c421ff | 2010-09-06 17:53:29+00:00 |
Fix infinite loop with clock() returning (clock_t)-1.
Originally committed as revision 24116 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6a522c49c2f6c33c047df5e5ebb448a03effa817 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6a522c49c2f6c33c047df5e5ebb448a03effa817 | 2010-07-08 18:13:31+00:00 |
vc1: ff_draw_horiz_band needs a one row delay when the loop filter is active
Originally committed as revision 24205 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 3683b7e5700c1cf99b1c699030ad150fb3731c76 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3683b7e5700c1cf99b1c699030ad150fb3731c76 | 2010-07-11 22:52:47+00:00 |
FATE: update nsv-demux checksums
Originally committed as revision 22908 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 55a95e2d42f5fea7ee2e64bd979d9e1b6287dd9b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/55a95e2d42f5fea7ee2e64bd979d9e1b6287dd9b | 2010-04-19 11:51:40+00:00 |
HTTP: Add a method for initializing the authentication state from another connection
Originally committed as revision 23685 to svn://svn.ffmpeg.org/ffmpeg/trunk
| db3023479448d0bbe8e4b659a4f199713ded99f7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/db3023479448d0bbe8e4b659a4f199713ded99f7 | 2010-06-21 19:40:30+00:00 |
Make RTSP use the generic http authentication code
Still hardcoded to use Basic auth, without parsing the reply headers
Originally committed as revision 22676 to svn://svn.ffmpeg.org/ffmpeg/trunk
| aa8bf2fb8062880e02c0b8ffeb3bd5fce0753733 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/aa8bf2fb8062880e02c0b8ffeb3bd5fce0753733 | 2010-03-25 21:47:33+00:00 |
Skip mpegaudio3.h in checkheaders
This unused header is a placeholder for work in progress(?).
This makes checkheaders pass again.
Originally committed as revision 22338 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 1e2a6688f6722934e9481f88c41d9a8b9041dd63 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1e2a6688f6722934e9481f88c41d9a8b9041dd63 | 2010-03-08 18:54:39+00:00 |
AltiVec implies a PPC CPU, so there is no need to check for both.
Originally committed as revision 30954 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| f684f3c58a77a20f18b80f888d69c2bacb53ca9b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f684f3c58a77a20f18b80f888d69c2bacb53ca9b | 2010-03-23 22:59:14+00:00 |
Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps
Originally committed as revision 22295 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6580d5e377cf7a54589fd7dcb6c754ef271ad8d5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6580d5e377cf7a54589fd7dcb6c754ef271ad8d5 | 2010-03-07 22:18:37+00:00 |
svq3 now in working condition, at least vissually, ill let fate tell us
if the checksums match
Originally committed as revision 22061 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 3b606e71c475d07d45b5a8cb0825ce35c61e635d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3b606e71c475d07d45b5a8cb0825ce35c61e635d | 2010-02-25 18:41:48+00:00 |
Directly check whether a fragment is coded for 4MV mode instead of iterating
through the entire coded fragment list.
Originally committed as revision 21803 to svn://svn.ffmpeg.org/ffmpeg/trunk
| eb691ef219860fa6432d460cdd8edc9dff4886db | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/eb691ef219860fa6432d460cdd8edc9dff4886db | 2010-02-13 18:55:27+00:00 |
Add FATE tests
This adds a "fate" make target which runs the full FATE test suite.
Individual tests can be run with "make fate-$testname".
The location of the FATE test samples must be specified with the
--samples=PATH option to configure.
The tests/fate-update.sh script regenerates the references files and
test list from the online FATE database. These are checked in since
generating them requires non-standard tools.
Originally committed as revision 22552 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 2fad0977886f99e11ec1e27f79bcb9c56737bdb0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2fad0977886f99e11ec1e27f79bcb9c56737bdb0 | 2010-03-15 19:23:24+00:00 |
configure: simplify libsdl check
Originally committed as revision 21268 to svn://svn.ffmpeg.org/ffmpeg/trunk
| aa692d547b81e0c377eba8fde4a1f0360336477f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/aa692d547b81e0c377eba8fde4a1f0360336477f | 2010-01-17 19:10:05+00:00 |
Revert Revision: 21473
Log:
Fix misc typos, patch by
Fabian Greffrath base64_decode(PGZhYmlhbkBncmVmZnJhdGguY29tPg==).
This violates the spec.
Originally committed as revision 21478 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 67b678bb4007a8e457a46d5f241e1c233932d8ce | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/67b678bb4007a8e457a46d5f241e1c233932d8ce | 2010-01-27 13:03:53+00:00 |
Multiple inclusion guards for synth_filter.h.
Originally committed as revision 20415 to svn://svn.ffmpeg.org/ffmpeg/trunk
| f92e769666ccd94327905fbe16dcbecce02a8f09 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f92e769666ccd94327905fbe16dcbecce02a8f09 | 2009-10-29 10:46:29+00:00 |
Fix 100l incorrect bitmask check.
Originally committed as revision 20197 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 268fcbe2c84581c89f6c995be3269b1f66b07023 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/268fcbe2c84581c89f6c995be3269b1f66b07023 | 2009-10-10 08:49:57+00:00 |
Check if a git-svn revision number is available to try to get better version
information from git.
Originally committed as revision 20015 to svn://svn.ffmpeg.org/ffmpeg/trunk
| d38b7b80d136a9fafa649cd0b1a82c9d9e366cd6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d38b7b80d136a9fafa649cd0b1a82c9d9e366cd6 | 2009-09-24 16:54:26+00:00 |
Check offset in flv_probe()
Originally committed as revision 19858 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 37e34df5a5cb3c493123ea18dc3141f9eef13458 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/37e34df5a5cb3c493123ea18dc3141f9eef13458 | 2009-09-15 14:56:09+00:00 |
Improve dxa probe by checking the values for width and height are reasonable.
Originally committed as revision 19897 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 3214db98ea1c71f6e6bb67adf077c695ac572692 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3214db98ea1c71f6e6bb67adf077c695ac572692 | 2009-09-17 18:08:07+00:00 |
Add flags to prevent strdup() on arguments to av_metadata_set2().
I cannot use the same ABI as ffmbc as value 2 is already used in ffmpeg,
besides the name AV_METADATA_NONCONST* makes no sense to me.
Add av_metadata_set2() that takes flags.
Originally committed as revision 20834 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a181981eb49fc20d1a701fcfebda5cec70def295 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a181981eb49fc20d1a701fcfebda5cec70def295 | 2009-12-13 20:22:27+00:00 |
Add missing stdint.h #include to fix 'make checkheaders'.
Originally committed as revision 19484 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b06da1725adb661f59ee91ad35591e5d250c3374 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b06da1725adb661f59ee91ad35591e5d250c3374 | 2009-07-22 15:11:00+00:00 |
Do not check for both CONFIG_VC1_VDPAU_DECODER and CONFIG_WMV3_VDPAU_DECODER,
the former depends upon the latter.
Originally committed as revision 19532 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e0f58e39c45abf4fd830f745d31acc43183ac7e6 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e0f58e39c45abf4fd830f745d31acc43183ac7e6 | 2009-07-29 09:54:00+00:00 |
Avoid divisions by 0 in the ASF demuxer if packet_size is not valid.
Originally committed as revision 19330 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 68a10b40bcba94199f45a975be98d2e12fdcdb75 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/68a10b40bcba94199f45a975be98d2e12fdcdb75 | 2009-07-03 11:18:07+00:00 |
avctx->priv_data is initialized to 0, get rid of useless extra initialization.
Originally committed as revision 19062 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4ad3df9da2f3d247eab186cef4b2793cb355edaf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4ad3df9da2f3d247eab186cef4b2793cb355edaf | 2009-05-31 11:41:49+00:00 |
correctly check for audio streams in mpeg ps muxer, fix multiple audio tracks
Originally committed as revision 18891 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 24dc7776ff4452764d0365b12d0728153f879cf8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/24dc7776ff4452764d0365b12d0728153f879cf8 | 2009-05-21 22:33:17+00:00 |
Check for INIT_VLC_USE_STATIC
Originally committed as revision 18200 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9e793a2462c1509a283e40ddc09d9130750b2f9c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9e793a2462c1509a283e40ddc09d9130750b2f9c | 2009-03-27 03:03:50+00:00 |
typo, fix eof check
Originally committed as revision 18064 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 21c6438f2c353b4e0a5bb16bb5861fb8a799e121 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/21c6438f2c353b4e0a5bb16bb5861fb8a799e121 | 2009-03-20 01:39:55+00:00 |
flacdec: split frame header decoding and validation into a separate
function
Originally committed as revision 18175 to svn://svn.ffmpeg.org/ffmpeg/trunk
| cd98a0302498521917b52386cc60cdaaf610f558 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cd98a0302498521917b52386cc60cdaaf610f558 | 2009-03-24 01:17:55+00:00 |
move max analyze duration check before considering new packet
Originally committed as revision 18051 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 3a5601885b46c2dc97e85afa33075b41236a0170 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3a5601885b46c2dc97e85afa33075b41236a0170 | 2009-03-19 21:54:34+00:00 |
Rename regression test result files from b-libav* to b-lavf* for consistency.
This requires updating the gxf regression checksum since the gxf muxer puts
the filename in files it creates.
Originally committed as revision 18253 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 1b4a516b94d9405130279fa046f0fc50cfbb17fa | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1b4a516b94d9405130279fa046f0fc50cfbb17fa | 2009-03-30 21:32:52+00:00 |
Use av_mallocz() to initialize hwaccel_data_private.
Originally committed as revision 17942 to svn://svn.ffmpeg.org/ffmpeg/trunk
| cd823ff950cf81d54965eceedb64569fee79ab36 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cd823ff950cf81d54965eceedb64569fee79ab36 | 2009-03-11 08:25:00+00:00 |
check for a stuffing byte at the end of a slice
Originally committed as revision 17559 to svn://svn.ffmpeg.org/ffmpeg/trunk
| cd3356ff73bb9ed2ee0190a1d240adcb6d5e9864 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cd3356ff73bb9ed2ee0190a1d240adcb6d5e9864 | 2009-02-24 15:56:53+00:00 |
flacdec: Handle 32 bps data when checking allocated size.
Originally committed as revision 17814 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 549bccdbe43b97f19d276078e6c742549d616aad | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/549bccdbe43b97f19d276078e6c742549d616aad | 2009-03-04 23:16:30+00:00 |
In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos element is initialized on the wrong index (not evenly aligned). This fixes it
Originally committed as revision 28933 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| c662e788ce9eb02f14a689bda2865ac6b46274ca | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c662e788ce9eb02f14a689bda2865ac6b46274ca | 2009-03-11 14:22:53+00:00 |
Use all 32 bits of the timestamp when calculating flv duration.
At the moment, duration is mainly set from the metadata packet. If that is not
available, the fallback is checking the low 24 bits of the last packet. This is
not enough for files over 4,6 hours in length, so read all 32 bits instead.
patch by Martin Storsjö, martin martin st
Originally committed as revision 19791 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b126dee96413730a41362952218ed4796b91f31c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b126dee96413730a41362952218ed4796b91f31c | 2009-09-07 10:49:51+00:00 |
Remove bogus coupling_point assignment for non-CCE as this value is not checked
in this case
Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 17179 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ff587009ae60f6cf76d70879986125696490f99c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ff587009ae60f6cf76d70879986125696490f99c | 2009-02-12 13:22:41+00:00 |
remove check, mxf muxer does not have track number limitation anymore
Originally committed as revision 17124 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c1425a14f13da4a2ed83aedfdc420d17f5f072e9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c1425a14f13da4a2ed83aedfdc420d17f5f072e9 | 2009-02-10 08:35:14+00:00 |
Check return value of ffm_write_write_index and ffm_read_write_index.
Patch by Patrik Kullman, patrik at yes dot nu
Originally committed as revision 17174 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 2779cdad0787ae99d5bb8014d6e4119f7b4c9c8e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2779cdad0787ae99d5bb8014d6e4119f7b4c9c8e | 2009-02-12 02:23:25+00:00 |
Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks around if
statements by merging the CONFIG_MPEG_XVMC_DECODER check into the if condition.
Originally committed as revision 17369 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 83344066d326e6bad20feb66825ace12708eb084 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/83344066d326e6bad20feb66825ace12708eb084 | 2009-02-16 11:49:08+00:00 |
ARM: change alignment of loops in put_pixels*_arm to 32
Originally committed as revision 16820 to svn://svn.ffmpeg.org/ffmpeg/trunk
| fc252eba02a8c95da75b48d26c8bb6a6de3e866e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fc252eba02a8c95da75b48d26c8bb6a6de3e866e | 2009-01-27 16:06:41+00:00 |
Check the return of audio and video encoders.
Originally committed as revision 16538 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 528271ff670651d475cba05aff4ac144977b6296 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/528271ff670651d475cba05aff4ac144977b6296 | 2009-01-11 16:15:34+00:00 |
mingw: don't check for minimum mingw runtime and w32api versions for mingw-w64
there is no vfw in mingw-64, and it has different (not yet stable) version
defines
Originally committed as revision 16827 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b1549d6113980d547c99817a496160742dbdf4fd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b1549d6113980d547c99817a496160742dbdf4fd | 2009-01-27 20:03:22+00:00 |
Use 'enabled' function instead of raw 'test' calls in arch checks.
Originally committed as revision 16552 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 5b6c2cbdc8bc2cf17f08bd23e564ea1a8ae96f56 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5b6c2cbdc8bc2cf17f08bd23e564ea1a8ae96f56 | 2009-01-11 21:55:14+00:00 |
All negative returns are errors not just -1.
Originally committed as revision 16537 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 95af5e1c8158667066e1b39217bbf6e62cedeb4c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/95af5e1c8158667066e1b39217bbf6e62cedeb4c | 2009-01-11 16:11:02+00:00 |
Disable SVQ3 checks if SVQ3 support is not compiled in.
Originally committed as revision 16462 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 8b6871ed4d17d908d1b5fdc1bb916a7b607c8341 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8b6871ed4d17d908d1b5fdc1bb916a7b607c8341 | 2009-01-07 01:58:04+00:00 |
Add missing check on the result of a VIDIOCCAPTURE ioctl.
Originally committed as revision 16316 to svn://svn.ffmpeg.org/ffmpeg/trunk
| fd867ffd432eb3da2403f6fb5e02e90ae4dadbc8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/fd867ffd432eb3da2403f6fb5e02e90ae4dadbc8 | 2008-12-26 09:12:12+00:00 |
Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in
"[PATCH] oops I broke rdt.c" mailinglist thread.
Originally committed as revision 16368 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a9f84821c55b70e48195095d254c78fd5a886f75 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a9f84821c55b70e48195095d254c78fd5a886f75 | 2008-12-28 05:58:23+00:00 |
Reorder ifs in chroma hl_decode_mb to avoid a duplicate transform_bypass
check.
14 cpu cycles speedup on Pentium Dual
Originally committed as revision 16221 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 96465b90a12171daaa5ad20e413196cd710198e2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/96465b90a12171daaa5ad20e413196cd710198e2 | 2008-12-18 18:12:59+00:00 |
check for interrupt when receiving from socket
Originally committed as revision 15824 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 7d0842992a92a81adbe67843145c7e4249a99ead | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7d0842992a92a81adbe67843145c7e4249a99ead | 2008-11-14 19:33:22+00:00 |
Weak deblock filter function for future RV40 loop filter
Originally committed as revision 15827 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 70f42303e7a20aa3e9c9de4837732b29d1c0a06f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/70f42303e7a20aa3e9c9de4837732b29d1c0a06f | 2008-11-15 14:15:24+00:00 |
matroskadec: prevent seeking before the first keyframe of the reference stream
Originally committed as revision 15301 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 5358a81f9c99f915ec5de8f813ee30f0db608eee | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5358a81f9c99f915ec5de8f813ee30f0db608eee | 2008-09-11 22:42:17+00:00 |
Make it possible to disable loop filter in VC-1.
Unlike H.264 it does not affect picture quality on any files I've watched.
Originally committed as revision 15295 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 77298e99b78e268f8e0b7ba8aa5203eeb0e84729 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/77298e99b78e268f8e0b7ba8aa5203eeb0e84729 | 2008-09-11 06:35:37+00:00 |
Add missing FFMPEG_ prefix to multiple inclusion guard.
Originally committed as revision 15047 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9d2526d1b9b70b2cbe9bd97e7481e7f049530515 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9d2526d1b9b70b2cbe9bd97e7481e7f049530515 | 2008-08-30 07:17:36+00:00 |
stop parsing if tag size is wrongly < 8 to avoid infinite loop
Originally committed as revision 15401 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4e240985d8b856e62e4e0377283138cf51cc398e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4e240985d8b856e62e4e0377283138cf51cc398e | 2008-09-24 18:55:00+00:00 |
Call check_back_and_send_rr() function only in case of RTP as a transport.
Don't call it for RDT, since it is unneeded and it doesn't provide a
RTPDemuxContext, leading to some memory errors. See "[PATCH] fix small
memory error in rtsp.c" thread on ML.
Originally committed as revision 15828 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6ff1f6153022821252de615858a6adf0b193eec0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6ff1f6153022821252de615858a6adf0b193eec0 | 2008-11-15 14:44:48+00:00 |
Only check for socklen_t if network support is enabled.
Originally committed as revision 14498 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 668b65bd838daa6178ea72ce5f27056fba9a9e46 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/668b65bd838daa6178ea72ce5f27056fba9a9e46 | 2008-08-01 18:27:59+00:00 |
Decrease severity of 'invalid new backstep' log message to warning
in mpeg audio decoder.
Originally committed as revision 14313 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b000c604f214a5ee4cb2f8c58dbfa6dd92e95415 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b000c604f214a5ee4cb2f8c58dbfa6dd92e95415 | 2008-07-20 15:01:20+00:00 |
check if extradata comes from mp4 and assume bitsteam is already formated, should fix streamcopy
Originally committed as revision 13516 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c2acba13a450869ff749ad2c5077f3902810d204 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c2acba13a450869ff749ad2c5077f3902810d204 | 2008-05-29 00:35:23+00:00 |
Check if there is at least a stream before writing trailer.
Patch by Art Clarke: aclarke vlideshow com
Originally committed as revision 13836 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6919e54c00b750cd3d9d756258d3677df52f96a9 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6919e54c00b750cd3d9d756258d3677df52f96a9 | 2008-06-20 07:27:44+00:00 |
Move arch check before OS check.
Originally committed as revision 13146 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b24dbcbdd6a9c07b0c02d6748698f1f406718aaf | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b24dbcbdd6a9c07b0c02d6748698f1f406718aaf | 2008-05-13 16:32:51+00:00 |
Prevent users from setting -vol and -acodec copy together.
They are incompatible since the frames are not decoded, so they can't be preprocessed.
Originally committed as revision 14178 to svn://svn.ffmpeg.org/ffmpeg/trunk
| d08e3e91af7238db491d9a9b7c83827ac127ccb3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d08e3e91af7238db491d9a9b7c83827ac127ccb3 | 2008-07-12 11:43:21+00:00 |
check for prefix on extern symbols in configure
Originally committed as revision 12484 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b4d96ba2a838d26e469887dfb1c6088005d09f0b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b4d96ba2a838d26e469887dfb1c6088005d09f0b | 2008-03-18 02:01:20+00:00 |
check for inline asm support
Originally committed as revision 12270 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 61d251dbc02bf8449149240a03960ac9cfd97814 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/61d251dbc02bf8449149240a03960ac9cfd97814 | 2008-02-27 22:06:48+00:00 |
Add multiple inclusion guards.
Originally committed as revision 12255 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c91d512b36238cf5496b889f33acf109192428e7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c91d512b36238cf5496b889f33acf109192428e7 | 2008-02-26 23:17:08+00:00 |
remove arbitrary 4096 limit for probing
Originally committed as revision 11145 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 890d2799c19cfece563502c8363d27ad48e26379 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/890d2799c19cfece563502c8363d27ad48e26379 | 2007-12-03 04:50:01+00:00 |
Fix make checkheaders by adding missing #include.
Originally committed as revision 10948 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b0bd01d68a5ed5c9c6fa16808c541771c36587d1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b0bd01d68a5ed5c9c6fa16808c541771c36587d1 | 2007-11-07 23:06:27+00:00 |
rename fps(frame per second) to tb(time base) to prevent
confusion with the average fps and hopefully stop these "wrong framerate"
bug reports
Originally committed as revision 11007 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 5fba300d02f693de3c741e07740a851b2b3a94c7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5fba300d02f693de3c741e07740a851b2b3a94c7 | 2007-11-13 23:43:18+00:00 |
Add FFMPEG_ prefix to all multiple inclusion guards.
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 5b21bdabe43611385d1d55a21d5b1f607b133d29 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5b21bdabe43611385d1d55a21d5b1f607b133d29 | 2007-10-17 09:37:46+00:00 |
fix endian check when cross-compiling
Originally committed as revision 10187 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9eebe6873906bad11a352b2e7f2ac3c4805d7a4f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9eebe6873906bad11a352b2e7f2ac3c4805d7a4f | 2007-08-22 20:42:25+00:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.