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
⌀ |
---|---|---|---|---|---|---|---|
Add a check for strptime().
It's an XSI extension, not available on some supported systems.
| 6379900c533d1e556d484e57166873f3ab2505f5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6379900c533d1e556d484e57166873f3ab2505f5 | 2011-07-13 12:14:27+02:00 |
wma: fix infinite loop
Signed-off-by: Michael Niedermayer <[email protected]>
| 3cb64e327a9861f2c8fff0b3850fcd5d14acdbe3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3cb64e327a9861f2c8fff0b3850fcd5d14acdbe3 | 2011-06-21 13:17:10+02:00 |
put_bits: always use intreadwrite.h macros
This fixes invalid unaligned stores in some ARM configurations.
Signed-off-by: Mans Rullgard <[email protected]>
| 30b05520c8b1d1574d7b62dee59776b50d231590 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/30b05520c8b1d1574d7b62dee59776b50d231590 | 2011-07-02 16:25:27+01:00 |
cmdutils: add missing NULL check in parse_options()
Fix ffplay -i FILE, which was recently broken.
Signed-off-by: Anton Khirnov <[email protected]>
| de859358830cfd1daffb1773f6bb069659027321 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/de859358830cfd1daffb1773f6bb069659027321 | 2011-06-12 14:19:45+02:00 |
ffplay: error out with invalid sample rate or channels.
Fixes Ticket119
Signed-off-by: Michael Niedermayer <[email protected]>
| 33af5335fd8e1b411bb1bdfad93b675033866c2c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/33af5335fd8e1b411bb1bdfad93b675033866c2c | 2011-06-04 00:16:12+02:00 |
h264: fix loopfilter with threading at slice boundaries.
| 0ffc84150599d15b66a3960202e07755f99fe0d0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0ffc84150599d15b66a3960202e07755f99fe0d0 | 2011-05-19 20:32:17-04:00 |
Make sure neither data_size nor sample_count is negative
| 3d922c84622e7bf8603390b154630c3d62b93b12 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3d922c84622e7bf8603390b154630c3d62b93b12 | 2011-05-17 22:19:58+02:00 |
rotozoom: Make init_demo() return int and check for errors on invocation.
| 2131e8590c447575a1c23bbc9f7e0bf9592d8997 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2131e8590c447575a1c23bbc9f7e0bf9592d8997 | 2011-05-11 11:54:57+02:00 |
ffmpeg: In print_report, use int64_t for pts to check for 0 and avoid inf value for bitrate.
Signed-off-by: Michael Niedermayer <[email protected]>
| 1212d5b5e45675701071eed47dbad21ee1a61d6f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1212d5b5e45675701071eed47dbad21ee1a61d6f | 2011-06-03 03:46:13+02:00 |
H264:use av_assert0() for frame num check
Signed-off-by: Michael Niedermayer <[email protected]>
| 7ac85f4be840361d55db302ac476ced28297a061 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7ac85f4be840361d55db302ac476ced28297a061 | 2011-05-01 02:38:29+02:00 |
ffmpeg: factorize resampling condition check in do_video_out()
Simplify and improve readability.
Signed-off-by: Stefano Sabatini <[email protected]>
| 0f230c53df9001023b0c9e35b467096336beed85 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0f230c53df9001023b0c9e35b467096336beed85 | 2011-04-19 12:23:59+02:00 |
Make the h264 loop filter bit depth aware.
Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Ronald S. Bultje <[email protected]>
| 44ca80df3445a59bc065924d8c6110fa10367d01 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/44ca80df3445a59bc065924d8c6110fa10367d01 | 2011-05-10 07:24:32-04:00 |
H264: factor if() out of coef decoding loop of decode_cabac_residual_internal()
Signed-off-by: Michael Niedermayer <[email protected]>
| 179106ed7890600956f95b42279c4c45cda27f7e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/179106ed7890600956f95b42279c4c45cda27f7e | 2011-04-10 22:33:42+02:00 |
configure: check for SDL_Linked_Version instead of SDL_Init
This avoids the main/SDL_main declaration clash caused by SDL on
Windows and other platforms.
| 8f1b06c81c7cc9ffc239bf1752abd9244793a48f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8f1b06c81c7cc9ffc239bf1752abd9244793a48f | 2011-03-19 16:39:54+01:00 |
log:Sanitize string of most control chars before printing.
This may be security relevant depending upon the used terminal.
Signed-off-by: Michael Niedermayer <[email protected]>
| 0a51362b3f3c3a0df09b24fbd9049711bff6fb94 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0a51362b3f3c3a0df09b24fbd9049711bff6fb94 | 2011-03-25 01:16:22+01:00 |
Fix VP3 edge emulation
With negative stride, the start of the edge_emu buffer should be pointing to
the last line, not the end of the buffer.
With positive stride, pointing to the end of the buffer was completely wrong.
(cherry picked from commit a89f4ca005efa5ee82089583c7b8bc00bcee816a)
| 0cfcbf217f7db5156da0acfb114a98c135d9ebfd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0cfcbf217f7db5156da0acfb114a98c135d9ebfd | 2011-02-20 19:05:46+01:00 |
Remove the add bias hack for the C version of DSPContext.float_to_int16_*().
| 9d06d7bce3babb82ed650c13ed13a57f6f626a71 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9d06d7bce3babb82ed650c13ed13a57f6f626a71 | 2011-01-28 00:07:35+00:00 |
aacdec: Convert some loop copies into memcpy()s.
Signed-off-by: Mans Rullgard <[email protected]>
| e5c82df80ef49957fe532d0992985012d6d97955 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e5c82df80ef49957fe532d0992985012d6d97955 | 2011-01-28 17:00:36+00:00 |
configure: remove early check_deps $ARCH_EXT_LIST
The early disabling of irrelevant arch extensions is no longer
required, and removing it makes dependencies involving these
work as expected.
Signed-off-by: Mans Rullgard <[email protected]>
(cherry picked from commit 4b884207eb7319577f8ceb94a56f42c5ac0ab294)
| 3ae4484cdf39f9c2bb160a52736ee90ee68016fa | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3ae4484cdf39f9c2bb160a52736ee90ee68016fa | 2011-02-13 00:52:51+01:00 |
Don't check for DEBUG before using dprintf.
The dprintf macro is no-op when DEBUG is unset, so there is no need to
put it conditional to DEBUG.
Signed-off-by: Mans Rullgard <[email protected]>
| 73a0b19ba39a4aca79a768feeacd83307a62836e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/73a0b19ba39a4aca79a768feeacd83307a62836e | 2011-01-25 00:25:50+00:00 |
In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gp
Originally committed as revision 26255 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 10d8eac98dba2c5652d74df478f0f8dc8f3f57f3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/10d8eac98dba2c5652d74df478f0f8dc8f3f57f3 | 2011-01-07 19:55:08+00:00 |
Check validity of the frame sync code in ff_flac_decode_frame_header().
Patch by Michael Chinen [mchinen at gmail]
Originally committed as revision 25910 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 7f4e432148779b338a6199f50eb70845c78fd060 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7f4e432148779b338a6199f50eb70845c78fd060 | 2010-12-07 13:42:52+00:00 |
Return on negative soff sizes, fixes issue 2515.
Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26288 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a4db272a92a5556ff45ecd15735fe578ec6e81c5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a4db272a92a5556ff45ecd15735fe578ec6e81c5 | 2011-01-09 19:29:39+00:00 |
Log error message in case of invalid parsing.
Originally committed as revision 25765 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 9abf34411a37e6628b529da5686708b3f90a87db | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/9abf34411a37e6628b529da5686708b3f90a87db | 2010-11-18 20:37:22+00:00 |
Partially revert "Simplify code by using av_metadata_set2()."
This reverts snprintf->av_d2str part of r20840.
With it, track number is exported as a float, which is not
desirable.
Originally committed as revision 25845 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 82f19afefe4f28db0e2eefbc2d06eee0def74a53 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/82f19afefe4f28db0e2eefbc2d06eee0def74a53 | 2010-11-29 16:38:12+00:00 |
In video4linux2, in the case the timebase value in ap is 0/0, read the
timebase value already set in the driver, and set it back in the codec
stream, rather than leaving the invalid value of 0/0.
In particular, fix ffmpeg grabbing timestamps when the timebase value
is not set through the CLI.
Originally committed as revision 26224 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 8621a37d9feff940be19e47344cc521adca1fca2 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8621a37d9feff940be19e47344cc521adca1fca2 | 2011-01-05 14:15:11+00:00 |
Add w,h,format back into AVFilterBuffer, these are required for direct rendering.
These fields are needed to be able to know which area of memory is allocated and
which is off limits.
This reverts 24291 and parts of r24424.
Originally committed as revision 26314 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 36dc00de529fb4cd182e02f927597eef9514b886 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/36dc00de529fb4cd182e02f927597eef9514b886 | 2011-01-11 23:53:17+00:00 |
Improve error concealment of lost frames
If a frame is lost, replace it with data from the previous valid frame.
Originally committed as revision 25218 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e2983d6eac7b0bb563886c6f97c4ce0385b2018d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e2983d6eac7b0bb563886c6f97c4ce0385b2018d | 2010-09-27 04:43:41+00:00 |
Only check for for libvpx decoder/encoder if libvpx is enabled.
Originally committed as revision 24744 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 7d07d6f5298fab6dc3ec40b970ff7e9e6286bcdb | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7d07d6f5298fab6dc3ec40b970ff7e9e6286bcdb | 2010-08-08 08:51:15+00:00 |
Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which gets rid
of the d_idx variable and therefore allows for future optimizations. No speed
difference by this commit itself.
Originally committed as revision 25253 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 2c3135f6d3faf764f5df364db00da1b2d4dcb097 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2c3135f6d3faf764f5df364db00da1b2d4dcb097 | 2010-09-29 13:35:24+00:00 |
Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in the
code directly also and remove loop setup. 20% faster in function, 0.8% overall.
See "[PATCH] unroll loop in h264_idct_add8_sse2()" thread on ML.
Originally committed as revision 25171 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4bca677494c7d39753cfbc356e1b8c3988024d16 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4bca677494c7d39753cfbc356e1b8c3988024d16 | 2010-09-24 14:05:45+00:00 |
configure: properly check for mingw-w64 through installed headers.
mingw-w64 can also target 32-bit code.
Originally committed as revision 24156 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 0a4307d6307516d333ce2cde2a2ffa0f50bc176c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0a4307d6307516d333ce2cde2a2ffa0f50bc176c | 2010-07-10 04:08:02+00:00 |
Faster C VP8 normal inner loop filter
Originally committed as revision 23881 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 95275094a527893af040432a6da7afe2ed79c69c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/95275094a527893af040432a6da7afe2ed79c69c | 2010-06-29 04:34:04+00:00 |
vp3: Skip the loop filter when strength is 0 or when requested
Originally committed as revision 23346 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a4501a45dbaf5789dd2abb15bca4c2c3d2fab139 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a4501a45dbaf5789dd2abb15bca4c2c3d2fab139 | 2010-05-27 04:39:12+00:00 |
Cosmetics: Initialize pointers with NULL instead of 0, for consistency
Originally committed as revision 23127 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 2ef9fd8e9ba9ec1ff75bede2a1f9f9570fc60162 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/2ef9fd8e9ba9ec1ff75bede2a1f9f9570fc60162 | 2010-05-13 19:18:27+00:00 |
Ensure that width and height are > 0. avcodec_open() itself only checks that
they are >= 0.
Patch by Sebastian Vater <cdgs basty googlemail com>.
Originally committed as revision 23080 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 59cca5040e8da935833fb78510cfb1db124a9528 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/59cca5040e8da935833fb78510cfb1db124a9528 | 2010-05-10 17:00:56+00:00 |
Make av_strerror() return -1 even in the case when av_strerror_r() is
not defined.
This allows applications to check if av_strerror() cannot provide a
meaningful representation for the provided error code, without having
to actually check the filled string.
Originally committed as revision 23031 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e2959f455850143272f3455a936dfd4d89ae9e03 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e2959f455850143272f3455a936dfd4d89ae9e03 | 2010-05-05 21:44:47+00:00 |
HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.
Originally committed as revision 30961 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| f25b1c4b6b32bbf29e450ce59c8d65172e4e1bb8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f25b1c4b6b32bbf29e450ce59c8d65172e4e1bb8 | 2010-03-26 07:57:54+00:00 |
Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced.
Originally committed as revision 22821 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 01d91b9be978753803fa6f5e73b17ab9f03a5c7b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/01d91b9be978753803fa6f5e73b17ab9f03a5c7b | 2010-04-08 09:02:27+00:00 |
Mask away AVSEEK_FORCE properly in some checks in url_fseek()
Patch by Tomas Härdin $(name).$(s/ä/a/ $(surname)) AT codemill DOT se
Originally committed as revision 22653 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c6a5e087cf619775c18386c48711b7aa5efe059e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c6a5e087cf619775c18386c48711b7aa5efe059e | 2010-03-24 10:41:58+00:00 |
Limit the Rice parameter used for progressive decoding in ALS.
Originally committed as revision 21849 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 114315994bc08812eeef51eaace455d86b5098d5 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/114315994bc08812eeef51eaace455d86b5098d5 | 2010-02-16 14:48:01+00:00 |
Zero palette in case not all entries are initialized later
Originally committed as revision 21384 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 27276496777dce487d6438d93da46095fce82f43 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/27276496777dce487d6438d93da46095fce82f43 | 2010-01-22 18:28:41+00:00 |
Fix playback with invalid files that don't set the continuation flag for
pages that continue packets started in prior pages.
Fixes issue1248
Originally committed as revision 21688 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ecc0027bc6d58536b92003173b0e23504e828472 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ecc0027bc6d58536b92003173b0e23504e828472 | 2010-02-08 10:13:03+00:00 |
configure: Make check_type handle type names containing spaces
Patch by Martin Storsjö <martin at martin st>
Originally committed as revision 21139 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ae550ce9ebfcfd1f9bfdb3a61ac5ddb9f0389899 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ae550ce9ebfcfd1f9bfdb3a61ac5ddb9f0389899 | 2010-01-11 14:22:29+00:00 |
Check for VERSION in source dir.
Originally committed as revision 21067 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 8202d905cd0df4b8fbb29535a1d422f28d204059 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8202d905cd0df4b8fbb29535a1d422f28d204059 | 2010-01-07 19:23:50+00:00 |
Check the URL used for the SDP destination.
Patch by Martin Storsjo (martin AT martin DOT st)
Originally committed as revision 21056 to svn://svn.ffmpeg.org/ffmpeg/trunk
| c47b0738b559c3ded0e2941b89a970f54d73b283 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/c47b0738b559c3ded0e2941b89a970f54d73b283 | 2010-01-07 08:11:56+00:00 |
mlpdec: Split sync word error and MLP sync word check.
The previous code would print the wrong error message for MLP streams with
TrueHD noise type.
Originally committed as revision 18762 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e8d341ce19bf70914b2cc4a61c9e52d607904cd0 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e8d341ce19bf70914b2cc4a61c9e52d607904cd0 | 2009-05-06 15:46:10+00:00 |
Remove "frame size must be a multiple of 2" check.
This check only caught explicitly set sizes from the cmd line and overriding
the users wish seems silly, especially as it seems to work.
Originally committed as revision 20634 to svn://svn.ffmpeg.org/ffmpeg/trunk
| bc7eb330e3d42f6cff3f95432da999bd4538e2e1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/bc7eb330e3d42f6cff3f95432da999bd4538e2e1 | 2009-11-27 20:20:44+00:00 |
Start using intermediate buffers at index 0.
These index variables are incremented before each use, so they should be
initialized to -1.
Originally committed as revision 29977 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| 75084e47ffc24bede7acaf00c5e092ca46f52bbc | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/75084e47ffc24bede7acaf00c5e092ca46f52bbc | 2009-12-06 22:01:25+00:00 |
Switch some ints to unsigned (they can only have positive values, this allows
compiler to optimize some math from mul/div to shr/shl). Also add a cast to
uint32_t when calling decodeplane32(), this silences a compiler warning.
Lastly, in decodeplane8/32(), flatten a double-loop into a single-loop and
calculate the length once before entering the loop instead of during every
iteration (since it doesn't change).
Patch by Sebastian Vater <cdgs.basty googlemail com>.
Originally committed as revision 22974 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 473147bed01c0c6c82d85fd79d3e1c1d65542663 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/473147bed01c0c6c82d85fd79d3e1c1d65542663 | 2010-04-26 22:37:13+00:00 |
Unroll main loop so the edge==0 case is seperate.
This allows many things to be simplified away.
h264 decoder is overall 1% faster with a mbaff sample and
0.1% slower with the cathedral sample, probably because the slow loop
filter code must be loaded into the code cache for each first MB of each
row but isnt used for the following MBs.
Originally committed as revision 21493 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 980bcc554db5f601e0ceaf364f4c032d33e5fbd4 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/980bcc554db5f601e0ceaf364f4c032d33e5fbd4 | 2010-01-28 01:24:25+00:00 |
Use a valid log context for av_log().
Originally committed as revision 20659 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 8aeb33225aed5a0da03f9145a09ca1bbd6ac6532 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/8aeb33225aed5a0da03f9145a09ca1bbd6ac6532 | 2009-11-29 17:40:53+00:00 |
Revert "Add required header #include to fix 'make checkheaders'."
config.h must not be included in that file. The table generator runs
on the host system, but config.h describes the target.
Originally committed as revision 20620 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4f898e77fbd8173ca515c4e65a9242836bd69c54 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4f898e77fbd8173ca515c4e65a9242836bd69c54 | 2009-11-26 10:06:41+00:00 |
Move some variable declarations to inside of loops.
Originally committed as revision 20048 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4e745ea83eee0010c0e2f228f47d1394ed1e2170 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4e745ea83eee0010c0e2f228f47d1394ed1e2170 | 2009-09-27 06:10:36+00:00 |
Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpeg
must be valid UTF-8.
Originally committed as revision 20092 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 19635234b14e3ec80c1142a33642dcac003f41ba | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/19635234b14e3ec80c1142a33642dcac003f41ba | 2009-09-30 09:43:56+00:00 |
lcldec: ensure that the offset for av_memcpy_backptr is valid.
Originally committed as revision 19067 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a7bfbe4e130779e1aefe59abbc1d93944d43bd4e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a7bfbe4e130779e1aefe59abbc1d93944d43bd4e | 2009-05-31 17:44:35+00:00 |
remove unused hack which set AVCodecContext frame_number to pic timestamp
Originally committed as revision 18988 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 87e302bfd8ffbc6cdb20920029013956b10ace63 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/87e302bfd8ffbc6cdb20920029013956b10ace63 | 2009-05-30 00:24:20+00:00 |
Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after
each other so that the second check was pointless.
Originally committed as revision 18844 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4d7d5ede5d78260507973ef45e1042e249cac911 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4d7d5ede5d78260507973ef45e1042e249cac911 | 2009-05-15 17:22:41+00:00 |
Fix a too small CHECK_STREAM_PTR value in interplayvideo.c
Originally committed as revision 18276 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 4472ad2cc444fce9060f1506218b1e45692387ca | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/4472ad2cc444fce9060f1506218b1e45692387ca | 2009-03-31 18:23:52+00:00 |
Add a configure check for lzo1x_999_compress() and compile the lzo test program
in libavutil when this function is available.
Originally committed as revision 18386 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e46736927869057d0df5a785b5683836503409c3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e46736927869057d0df5a785b5683836503409c3 | 2009-04-09 14:55:05+00:00 |
Replace many tiny loops in the interplayvideo decoder by memset, memcpy
or initializers.
Originally committed as revision 18221 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 03b269ddc251f5f532d1303b7786ff7bff82c514 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/03b269ddc251f5f532d1303b7786ff7bff82c514 | 2009-03-29 17:23:40+00:00 |
Add more correct bound checking in filter_mb().
Should fix decoding of CVMAPAQP3_Sony_E.jsv in MinGW
Originally committed as revision 17806 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a66430c0d02178c033d892b96fb84f28665ec96f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a66430c0d02178c033d892b96fb84f28665ec96f | 2009-03-04 16:56:55+00:00 |
mlpdec: Don't overallocate buffers.
Now that max channels and primitive matrices are properly validated, there is
no need to be paranoid that random data will be overwritten.
As a bonus this makes matrix_coeff 16-byte aligned between matrices.
Originally committed as revision 18651 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 420df9303775f40fd5e591c4da05527efce6752b | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/420df9303775f40fd5e591c4da05527efce6752b | 2009-04-21 22:53:46+00:00 |
Make DTS probe more robust against false positives (as e.g. probetest shows).
In particular check that the detected markers clearly indicate a specific DTS
format (a wild mixture of e.g. little- and big-endian markers is unlikely to be
a valid DTS file) and ensure the markers appear with sufficient frequency.
Originally committed as revision 19844 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 05bdd33a128dea4cea31d8b77072901f29e9ffff | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/05bdd33a128dea4cea31d8b77072901f29e9ffff | 2009-09-14 20:28:10+00:00 |
configure: fix return value from check_header
Originally committed as revision 17695 to svn://svn.ffmpeg.org/ffmpeg/trunk
| b77df6377b0701a6519ddcf20466692c237b8b01 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/b77df6377b0701a6519ddcf20466692c237b8b01 | 2009-03-01 17:57:14+00:00 |
Initialize s->gob_index for Intel variant of H.263 too
Originally committed as revision 17153 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 71a3dff9d56b9ddf3aa8179bc4aed9724724068e | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/71a3dff9d56b9ddf3aa8179bc4aed9724724068e | 2009-02-11 12:02:16+00:00 |
Mark as "internal but installed" the avio.h file.
This should prevent its direct inclusion in an external project, which
results broken if avformat.h is not included before.
Originally committed as revision 17626 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 3f4c2bf99be6ab69da3bad021156b1dc16c57900 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3f4c2bf99be6ab69da3bad021156b1dc16c57900 | 2009-02-26 22:34:18+00:00 |
Faster VC-1 C loopfilter using lots of xor magic
Originally committed as revision 16670 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 0a359cf157957f3eb37760f731fa75dd320fd659 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0a359cf157957f3eb37760f731fa75dd320fd659 | 2009-01-18 07:14:36+00:00 |
Move the state field in the xvmc struct to the extensions section.
It has always been a workaround for MPlayer limitations.
Originally committed as revision 17305 to svn://svn.ffmpeg.org/ffmpeg/trunk
| f85190957943777d748ad8fadb8b8a63db4eba83 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f85190957943777d748ad8fadb8b8a63db4eba83 | 2009-02-15 01:28:50+00:00 |
Add missing #include to fix 'make checkheaders'.
Originally committed as revision 16545 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 84f8d1f604a324c074ce2b10397b16b894dda56a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/84f8d1f604a324c074ce2b10397b16b894dda56a | 2009-01-11 20:12:14+00:00 |
AC3: fix strict aliasing violation in parser
Originally committed as revision 16181 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6c414bb6d49b5c797a0cf25b2859281b855b9352 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6c414bb6d49b5c797a0cf25b2859281b855b9352 | 2008-12-17 02:30:26+00:00 |
Fix opt_default(), making it exit immediately in case of an invalid
argument.
See the thread: "[PATCH] Fix opt_default()".
Originally committed as revision 16196 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 5c3383e5b5c7e3e3c1ba86a58d3e0a1ebf521aa7 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5c3383e5b5c7e3e3c1ba86a58d3e0a1ebf521aa7 | 2008-12-17 23:21:33+00:00 |
Replaces not the anymore valid -flags +trell option with -trellis 2.
Originally committed as revision 15954 to svn://svn.ffmpeg.org/ffmpeg/trunk
| cd0e37d3b16c403d922857ffb7df35ed6e89e50d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cd0e37d3b16c403d922857ffb7df35ed6e89e50d | 2008-11-29 13:58:41+00:00 |
Move frame discarding out of the ff_rm_parse_packet() loop, and respect
rm->audio_pkt_cnt in case multiple packets should be read before the next
syncpoint in the file, so that ffplay -an on a file containing AAC audio
works. See "[PATCH] Make RM demuxer behave better with -an option" thread
on mailinglist.
Originally committed as revision 17908 to svn://svn.ffmpeg.org/ffmpeg/trunk
| dc3685e12999f106dd8e576e5b7d5543d4f70fa1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/dc3685e12999f106dd8e576e5b7d5543d4f70fa1 | 2009-03-09 12:42:53+00:00 |
Remove duplicated patch submission checklist entry by putting the more
detailed second entry in place of the first.
Originally committed as revision 15749 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 63d247eadb0b4788749c4220243152ebbfa33d4c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/63d247eadb0b4788749c4220243152ebbfa33d4c | 2008-10-30 10:05:57+00:00 |
simplify sample rate code, flv_set_audio_codec already overrides it for nellymoser 8khz
Originally committed as revision 15687 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 7f8cd075e0f6a83c2d55cffaa5545776602125fd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/7f8cd075e0f6a83c2d55cffaa5545776602125fd | 2008-10-24 23:06:03+00:00 |
Remove unused and invalid code from ffmpeg.c.
Originally committed as revision 15567 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 0093396cff8ffa2d7e20621abf7b62f8018dd1f1 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/0093396cff8ffa2d7e20621abf7b62f8018dd1f1 | 2008-10-05 17:26:09+00:00 |
Globally set LC_ALL=C to prevent locale issues from breaking tests.
Originally committed as revision 15511 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 31e647f8a2997f63b2836ef81f8ca972075a2734 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/31e647f8a2997f63b2836ef81f8ca972075a2734 | 2008-10-02 15:44:24+00:00 |
Convert asm keyword into __asm__.
Neither the asm() nor the __asm__() keyword is part of the C99
standard, but while GCC accepts the former in C89 syntax, it is not
accepted in C99 unless GNU extensions are turned on (with -fasm). The
latter form is accepted in any syntax as an extension (without
requiring further command-line options).
Sun Studio C99 compiler also does not accept asm() while accepting
__asm__(), albeit reporting warnings that it's not valid C99 syntax.
Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk
| be449fca79a3b0394143f0a77c99784e65868d9f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/be449fca79a3b0394143f0a77c99784e65868d9f | 2008-10-16 13:34:09+00:00 |
Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com.
Originally committed as revision 15552 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 95137bbbb472d1c0abf1181cbdfdc6eda4341c20 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/95137bbbb472d1c0abf1181cbdfdc6eda4341c20 | 2008-10-04 11:20:02+00:00 |
remove vorbis dec hack, decoding will be done anyway to get frame size
Originally committed as revision 15035 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 3a25c707fae3c6e99fdda40474c3d74be24cc4c3 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/3a25c707fae3c6e99fdda40474c3d74be24cc4c3 | 2008-08-29 20:04:28+00:00 |
mlp_parser: Initialize crc data in its own function.
Originally committed as revision 14722 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ee5b34d56e7fa9c1eb1a2aeb2bf7b55516c99c8a | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ee5b34d56e7fa9c1eb1a2aeb2bf7b55516c99c8a | 2008-08-13 02:44:38+00:00 |
Fix infinite loop with spline, bug was introduced in r27612 by me.
Originally committed as revision 27669 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
| f830d8244af149f6b1e7f8c7496740ee2c96bb37 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/f830d8244af149f6b1e7f8c7496740ee2c96bb37 | 2008-09-29 01:08:01+00:00 |
check url_fseek return value
Originally committed as revision 14490 to svn://svn.ffmpeg.org/ffmpeg/trunk
| d701934bef6ff6868c0a2179b7b9105c7a49b41f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/d701934bef6ff6868c0a2179b7b9105c7a49b41f | 2008-07-31 18:12:37+00:00 |
check av_open_input_stream error
Originally committed as revision 13874 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e6f0deab806f518f55ee54b970f70de1948bbf5d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e6f0deab806f518f55ee54b970f70de1948bbf5d | 2008-06-22 03:25:20+00:00 |
Follow FFmpeg convention of returning negative values on error in eval_lpc_coeffs()
Originally committed as revision 14362 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 5e65f5df0e0cd91eed74cce87c5d65b19e176595 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/5e65f5df0e0cd91eed74cce87c5d65b19e176595 | 2008-07-24 04:07:50+00:00 |
check that stream is set, fixes CID13 RUN2
Originally committed as revision 13522 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ce651af2b2f5fc45ef93d7537b63a345dd0ac04c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ce651af2b2f5fc45ef93d7537b63a345dd0ac04c | 2008-05-29 02:28:33+00:00 |
remove useless title check
Originally committed as revision 13279 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 570745cc5114ea13d0054f73776533f5e6e538f8 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/570745cc5114ea13d0054f73776533f5e6e538f8 | 2008-05-24 12:55:36+00:00 |
Fix loop filter with CAVLC 8x8dct.
Fixes at least:
FRExt/HPCV_BRCM_A.264
FRExt/HVLCFI0_Sony_B.264
FRExt/HVLCPFF0_Sony_B.264
H264_artifacts_motion.h264
Originally committed as revision 14373 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ac5057c2de1678847f1ce5b508fc18a9126b5e20 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ac5057c2de1678847f1ce5b508fc18a9126b5e20 | 2008-07-24 17:13:37+00:00 |
Prevent segfault due to reading over the end of the input buffer.
Originally committed as revision 12315 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 1a2a1d90775b5be03254d123e4b617145a269572 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1a2a1d90775b5be03254d123e4b617145a269572 | 2008-03-04 21:39:21+00:00 |
Replace hackish CFLAGS 64 bit test by a proper compilation check.
patch by İsmail Dönmez, ismail namtrac org
Originally committed as revision 12620 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 38a05ab6efd39954bb759cbc34a410b7e5ce2c33 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/38a05ab6efd39954bb759cbc34a410b7e5ce2c33 | 2008-03-28 11:53:37+00:00 |
Simplify range checking in eval_refl(). Before the
condition b == 0 could never be true, because it would
have already been caught in the previous ifs. Also the
condition b == 0x1000 could never be true (it would
triggered the return).
Originally committed as revision 14650 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 40812fdcf1dc74c026c93cc5168a2b10a2b0c777 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/40812fdcf1dc74c026c93cc5168a2b10a2b0c777 | 2008-08-06 21:02:56+00:00 |
Move CPU detection code after OS-specific settings and logging system
initialization so that we can use compilation checks inside it.
Originally committed as revision 12602 to svn://svn.ffmpeg.org/ffmpeg/trunk
| e9c192562f9e5e5e43241f748168f9726922e605 | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/e9c192562f9e5e5e43241f748168f9726922e605 | 2008-03-27 11:33:21+00:00 |
check if read child returned error
Originally committed as revision 11570 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 6e3ea4461fa9a77964efd2fa7ed1250dd1c8d43d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/6e3ea4461fa9a77964efd2fa7ed1250dd1c8d43d | 2008-01-19 19:51:55+00:00 |
Initialize "saved" buffer to zero.
Patch by Vincent Penné vpenne wyplay com and Denes Balatoni
Originally committed as revision 11393 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 1234585facce691c079444a85c7fc83e68344a1d | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/1234585facce691c079444a85c7fc83e68344a1d | 2008-01-04 13:18:28+00:00 |
Add portable way to check for the existence of definitions and
apply it to socklen_t.
patch by Dave Yeo, daveryeo telus net
Originally committed as revision 11366 to svn://svn.ffmpeg.org/ffmpeg/trunk
| 72be9e73ae76769d1fa6b11f8086d5ad429ae2ed | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/72be9e73ae76769d1fa6b11f8086d5ad429ae2ed | 2008-01-01 22:54:35+00:00 |
Use filename as multiple inclusion guard.
Originally committed as revision 10762 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ca34b9e61551506aab28a0839999d6caa05dcece | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/ca34b9e61551506aab28a0839999d6caa05dcece | 2007-10-17 09:26:21+00:00 |
Initialize function pointers used by error resilience code before any
potential error return from decode_slice_header.
Fixes issue 284.
Originally committed as revision 11168 to svn://svn.ffmpeg.org/ffmpeg/trunk
| cf653d0811b1468089dbeea745e8019da0fc1e1c | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/cf653d0811b1468089dbeea745e8019da0fc1e1c | 2007-12-05 05:24:54+00:00 |
remove some useless initializations (the whole context is initialized to 0)
Originally committed as revision 10831 to svn://svn.ffmpeg.org/ffmpeg/trunk
| a70a3f0b4dc488ad04f81c16479c74f57b17e06f | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/a70a3f0b4dc488ad04f81c16479c74f57b17e06f | 2007-10-21 22:44:05+00:00 |
revert r10527
There is now a proper vp6a codec, so no need for this hack anymore.
Originally committed as revision 10577 to svn://svn.ffmpeg.org/ffmpeg/trunk
| df63f130c880c078e4b0ab0652fcb86d31ac1cdd | ffmpeg | devign | 0 | https://github.com/ffmpeg/ffmpeg | https://github.com/ffmpeg/ffmpeg/commit/df63f130c880c078e4b0ab0652fcb86d31ac1cdd | 2007-09-25 19:25:59+00:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.