Activity
From 11/21/2008 to 12/20/2008
12/20/2008
- 11:11 PM Revision 66c07ca9 (ffmpeg): Optimize get_dct8x8_allowed().
- 30 cpu cycles faster on pentium dual.
Originally committed as revision 16248 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:06 PM Revision 6beb8b26 (ffmpeg): RV30 decoder
- Originally committed as revision 16247 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:33 PM Revision 52476c1b (ffmpeg): Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
- Originally committed as revision 16246 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:09 AM Revision 541e8f3b (ffmpeg): RV30 loop filter
- Originally committed as revision 16245 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:38 AM Revision 3f16ed15 (ffmpeg): Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp: silence handling'
- changeset.
Originally committed as revision 16244 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/19/2008
- 10:37 PM Revision 64e74b68 (ffmpeg): Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions
- av_set_string() and av_set_string2(), they will be dropped at the next
major bump.
Originally committed as revision ... - 10:33 PM Revision 5c548937 (ffmpeg): Cosmetics, change variable name "o2" to "o" in ffserver_opt_default().
- Originally committed as revision 16242 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 PM Revision f16dd7e6 (ffmpeg): Remove calls to deprecated av_set_string2() with calls to
- av_set_string3().
Originally committed as revision 16241 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:49 PM Revision aac8b769 (ffmpeg): H.264 loopfilter speed tweaks
- Originally committed as revision 16240 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:45 PM Revision a22eff36 (ffmpeg): Port x264 deblocking code to libavcodec.
- This includes SSE2 luma deblocking code and both MMXEXT and SSE2 luma
intra deblocking code for H.264 decoding. This ... - 09:59 AM Revision b9263c94 (ffmpeg): Remove pointless malloc.h #include.
- Originally committed as revision 28164 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:59 AM Revision bbea3555 (ffmpeg): Remove pointless malloc.h #include.
- Originally committed as revision 16238 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 AM Revision 6a1846eb (ffmpeg): Document new idct requirements.
- Originally committed as revision 16237 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:21 AM Revision a5805aa9 (ffmpeg): Fix decoding with the plain C idcts of
- FRExt/HPCAMOLQ_BRCM_B
FRExt/HPCAQ2LQ_BRCM_B
FRExt/HPCVMOLQ_BRCM_B
Originally committed as revision 16236 to svn://sv... - 06:29 AM Revision bbc888d0 (ffmpeg): a table for upcoming RV30 loop filtering
- Originally committed as revision 16235 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:01 AM Revision 40c7d0ae (ffmpeg): Add automatic prefix handling to yasm functions. Does nothing now, b...
- be useful for porting x264 asm in the future.
Originally committed as revision 16234 to svn://svn.ffmpeg.org/ffmpeg/... - 02:28 AM Revision a5b807a6 (ffmpeg): Replace /2 by >>1 in decode_cabac_mb_dqp()
- 3 cpu cycles speed up on pentium dual.
Originally committed as revision 16233 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:00 AM Revision 1aea5d35 (ffmpeg): Simplify ctx update in decode_cabac_mb_dqp().
- no speed change
Originally committed as revision 16232 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:50 AM Revision 7cfca0df (ffmpeg): Simplify ctx calculation in decode_cabac_mb_dqp()
- no speed change
Originally committed as revision 16231 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:11 AM Revision d4369630 (ffmpeg): Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of NALs in rbsp_b...
- Fixes valgrind uninitialized value warnings at the end of decoding H.264
frames.
Originally committed as revision 16... - 01:00 AM Revision 1ca610c0 (ffmpeg): Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv
- extradata.
Fixes valgrind invalid read warnings during H.264 extradata parsing.
Originally committed as revision 16... - 12:44 AM Revision 712ca84c (ffmpeg): Move filter_luma_intra into dsputil for later addition of asm.
- Originally committed as revision 16228 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:43 AM Revision b9fe7063 (ffmpeg): Simplify chroma AC in CABAC residual decoding.
- Originally committed as revision 16227 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:05 AM Revision 8955b669 (ffmpeg): Optimize ctx calculation in decode_cabac_mb_mvd(), code by dark shikari.
- The case for 16x16 blocks becomes 10 cpu cycles faster on pentium dual,
i could not find a speed difference in the ca...
12/18/2008
- 11:52 PM Revision 17779f39 (ffmpeg): Remove unacceptable NULL pointer hack from mc code.
- Originally committed as revision 16225 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 PM Revision 04618b98 (ffmpeg): Check ref values in CABAC H.264 for validity.
- Originally committed as revision 16224 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 PM Revision c25ac15a (ffmpeg): Move idct_(dc)add closer to where it is needed.
- Originally committed as revision 16223 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:14 PM Revision aebb5d6d (ffmpeg): indent
- Originally committed as revision 16222 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:12 PM Revision 96465b90 (ffmpeg): 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/t... - 05:42 PM Revision 6456d6d8 (ffmpeg): s/h->cbp_table[mb_xy]/h->cbp/
- Originally committed as revision 16220 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:11 PM Revision 04824298 (ffmpeg): Faster CAVLC decoding of trailing_ones. Based on a patch by dark shik...
- decode_residual is about 3.3% faster.
Originally committed as revision 16219 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:51 PM Revision 93445d16 (ffmpeg): Replace i by trailing_ones, part of a patch by dark shikari.
- No speed change meassureable with START/STOP_TIMER, but this is needed
for future optimizations.
Originally committe... - 03:32 PM Revision c375d87f (ffmpeg): Remove if() surrounding decode_cabac_mb_type() that can never be true.
- Originally committed as revision 16217 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:21 PM Revision c325b505 (ffmpeg): Remove unreachable else clause, found by dark shikari.
- Originally committed as revision 16216 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:17 AM Revision dae006d7 (ffmpeg): Remove useless IS_8x8DCT check i forgot, spotted by dark shikari.
- Originally committed as revision 16215 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 AM Revision 2a5a9c28 (ffmpeg): 10l, svq3 didnt set h->cbp, this broke decoding a little.
- Originally committed as revision 16214 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:18 AM Revision 364df7b7 (ffmpeg): cosmetics, remove useless parenthesis and whitespaces
- Originally committed as revision 16213 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:17 AM Revision a1532824 (ffmpeg): set alac channels from extradata, fix alac mono in m4a
- Originally committed as revision 16212 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:00 AM Revision efeb298e (ffmpeg): cosmetics: remove one unneeded space
- Originally committed as revision 16211 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 AM Revision 1eb96035 (ffmpeg): Do not calculate idct_dc_add/idct_add when the variables are unused.
- Originally committed as revision 16210 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:04 AM Revision 62bc966f (ffmpeg): Remove redundant nnz variable.
- Originally committed as revision 16209 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:56 AM Revision 0a8ca22f (ffmpeg): indent
- Originally committed as revision 16208 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 AM Revision 2fd1f0e0 (ffmpeg): Use the new idct functions (except chroma as it was slower in benchma...
- cathedral +0.5% speed
aladin +0.6% speed [note aladin has been cat-ed 10 times to reduce the influence
of init time]
... - 02:36 AM Revision ac223859 (ffmpeg): H.264 idct functions that include the chroma, inter luma and intra16 ...
- thus avoiding the calling overhead.
New functions are not yet used.
Originally committed as revision 16206 to svn://... - 01:28 AM Revision 1d217cdb (ffmpeg): Make asf_get_packet() and asf_parse_packet() public for use in RTSP-M...
- give them a ff_ prefix. See "[PATCH] asf.c: make functions of interest for
MS-RTSP public" thread on ML.
Originally ... - 01:25 AM Revision d7fb5a18 (ffmpeg): Add a ByteIOContext argument to ASF functions that will be shared wit...
- RTSP stack for RTSP-MS support. This way, they can read input from any given
input source. See discussion in "[PATCH]... - 01:10 AM Revision 49c084a7 (ffmpeg): Skip non intra luma code when there is no coded luma.
- 0.7% speedup for the cathedral sample.
Originally committed as revision 16203 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:05 AM Revision 00794ed0 (ffmpeg): 1.6x faster pred*_vertical_add_c
- Originally committed as revision 16202 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 AM Revision 621561cd (ffmpeg): Skip chroma handling when there is no coded chroma.
- 0.5% overall speedup for the cathedral sample.
Originally committed as revision 16201 to svn://svn.ffmpeg.org/ffmpeg... - 12:13 AM Revision 3749076c (ffmpeg): Fix weird indent.
- Originally committed as revision 16200 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/17/2008
- 11:58 PM Revision 7bbacf9a (ffmpeg): Implement size autodetection if one of the width and height
- AVFormatParameters for grab_read_header() is non-positive.
Originally committed as revision 16199 to svn://svn.ffmpe... - 11:51 PM Revision 406c5808 (ffmpeg): Replace the width and height fields in VideoData with a struct
- video_window video_win field.
Originally committed as revision 16198 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:43 PM Revision 9580ba26 (ffmpeg): Replace frame_rate and frame_rate_base fields in VideoData with an
- AVRational time_base field.
Originally committed as revision 16197 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:21 PM Revision 5c3383e5 (ffmpeg): 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.or... - 08:17 PM Revision 17b17c53 (ffmpeg): add const qualifier to some pointers for input data
- Originally committed as revision 16195 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:10 PM Revision bb39171b (ffmpeg): use precalculated mb_pos where available
- Originally committed as revision 16194 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:04 PM Revision f8c5adaf (ffmpeg): ARM: make FASTDIV() an inline function
- Originally committed as revision 16193 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:00 PM Revision 6c3fca64 (ffmpeg): Merge deblocking pattern with CBP for RV30/40 loop filtering
- Originally committed as revision 16192 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 PM Revision 26bc319c (ffmpeg): Generate correct deblock pattern for RV30
- Originally committed as revision 16191 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:37 PM Revision f610fc81 (ffmpeg): Unfortunately RV30 luma thirdpel MC functions cannot be substituted with
- applying two separate filtering passes, so implement them explicitly.
Originally committed as revision 16190 to svn:... - 05:39 PM Revision 6a4583e9 (ffmpeg): 4l: TIFF stores short strings inside tag, do not interpret it is as a...
- Fixes issue 753
Originally committed as revision 16189 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:44 PM Revision 124c21d7 (ffmpeg): Check function prototype in check_asm function to avoid compiler warn...
- patch by Marc Mason, mpeg.blue free fr
Originally committed as revision 16188 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:22 AM Revision 8b2386dc (ffmpeg): Add jp2 support to img2 demuxer.
- On behalf of Jai Menon
Originally committed as revision 16187 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:47 AM Revision 5f51afd6 (ffmpeg): add AltiVec implementation of int32_to_float_fmul_scalar
- Originally committed as revision 16186 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:09 AM Revision 18cb36fd (ffmpeg): activate jpeg2000 fourcc in mov/mj2
- Originally committed as revision 16185 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:41 AM Revision 54dab661 (ffmpeg): Fix svq3 decoding, is_complex was not initialized.
- Originally committed as revision 16184 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 AM Revision 4080e67c (ffmpeg): Replace != 0 || check by |
- 3 cpu cycles faster
Originally committed as revision 16183 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:35 AM Revision ad9ca7e7 (ffmpeg): Split filter_mb_dir() out of filter_mb().
- 1% overall decoding speed up for cathedral-beta2-400extra-crop-avc.mp4
no speed change for Aladin.mpg
Benchmarks done... - 02:30 AM Revision 6c414bb6 (ffmpeg): AC3: fix strict aliasing violation in parser
- Originally committed as revision 16181 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:30 AM Revision cb56b440 (ffmpeg): AAC: fix strict aliasing violation in parser
- Originally committed as revision 16180 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:54 AM Revision a2fc0f6a (ffmpeg): ARM: replace "armv4l" with "arm"
- Originally committed as revision 16179 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:39 AM Revision 2600f8c8 (ffmpeg): Remove obsolete and misleading comments.
- Originally committed as revision 16178 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/16/2008
- 11:45 PM Revision c9e73264 (ffmpeg): Roundup now works from a ffmpeg.org domain as well, so prefer that.
- Originally committed as revision 16177 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:16 PM Revision ac0623b2 (ffmpeg): Fix indention, also do a little vertical alignment of changed lines.
- Originally committed as revision 16176 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 PM Revision 7b1454c4 (ffmpeg): Implement av_set_string3().
- Originally committed as revision 16175 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 PM Revision 6120a343 (ffmpeg): Factorize 3 multiplications out, code becomes 3 cpu cycles faster.
- (not significant as thats just per MB)
Originally committed as revision 16174 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:43 PM Revision 1dd488e9 (ffmpeg): Move ENABLE_SMALL back to the per MB check, as otherwise gcc wont remove
- the code.
Originally committed as revision 16173 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:26 PM Revision 89db0bae (ffmpeg): Do not recalculate constant part of is_complex for every MB.
- Originally committed as revision 16172 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:09 PM Revision 41e4055b (ffmpeg): Support the new lossless mode.
- Originally committed as revision 16171 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:00 PM Revision 479044ce (ffmpeg): dct-test: add ARM IDCTs
- Originally committed as revision 16170 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:59 PM Revision 875f3125 (ffmpeg): dct-test: add PARTTRANS permutation
- Originally committed as revision 16169 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 PM Revision d358caed (ffmpeg): Horizontal and vertical prediction functions needed for new lossless ...
- of H.264.
Originally committed as revision 16168 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:14 PM Revision ca5b528e (ffmpeg): Fix bug where the avi demxuer lost the first frame of malformed
- ODML avis.
Fixes VS2k5DebugDemo-01-partial.avi
Originally committed as revision 16167 to svn://svn.ffmpeg.org/ffmpeg... - 08:47 AM Revision 27134437 (ffmpeg): check that nb_streams is valid before setting stream, fix crash with ...
- Originally committed as revision 16166 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:02 AM Revision f683ea1c (ffmpeg): Add const qualifiers to decode functions.
- Originally committed as revision 16165 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:56 AM Revision 7d2cc552 (ffmpeg): Fix warning "format not a string literal and no format arguments".
- Originally committed as revision 16164 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:22 AM Revision f86cd761 (ffmpeg): add MPNG fourcc
- fixes http://sceneish.ath.cx/stuff/netmap/netmap.avi
Originally committed as revision 16163 to svn://svn.ffmpeg.org/... - 05:20 AM Revision 4a49a5fd (ffmpeg): two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec list
- Originally committed as revision 16162 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:49 AM Revision a9cf309b (ffmpeg): QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi
- Originally committed as revision 16161 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:42 AM Revision c6340f86 (ffmpeg): add rpza avi fourcc
- Originally committed as revision 16160 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:11 AM Revision 09a76db8 (ffmpeg): Do not skip frames until the first keyframe when stream copying but
- no starttime is set.
Fixes at least -vcodec copy with VS2k5DebugDemo-01-partial.avi.
Originally committed as revisio... - 12:47 AM Revision 2169b79c (ffmpeg): Workaround for shared libs on OS X with Apple gcc 4.0.1
- Originally committed as revision 16158 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/15/2008
- 11:01 PM Revision ac52613c (ffmpeg): Check extradata is large enough.
- Patch by Laurent Aimar fenrir \:/ via ecp fr
Originally committed as revision 16157 to svn://svn.ffmpeg.org/ffmpeg/t... - 10:48 PM Revision 301cc4f3 (ffmpeg): Implement the av_set_number2() internal function, which makes possible
- to distinguish between a not found option failure and a not valid
value failure.
Originally committed as revision 16... - 10:40 PM Revision a59d44fd (ffmpeg): Remove ending period in a log message, which was inconsistent with
- most other messages.
Originally committed as revision 16155 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:24 PM Revision 68178ca9 (ffmpeg): Add xvmc configure support.
- Originally committed as revision 16154 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 PM Revision b24298ba (ffmpeg): Switch xvmc over to a CONFIG_ option.
- Originally committed as revision 16153 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:14 PM Revision 6915cf38 (ffmpeg): whitespace cosmetics
- Originally committed as revision 16152 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 1bf98d19 (ffmpeg): ARM: NEON optimised h264_idct_dc_add
- Originally committed as revision 16151 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision c598cf25 (ffmpeg): ARM: NEON optimised h264_idct_add
- Originally committed as revision 16150 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 5813e05d (ffmpeg): ARM: NEON optimised H.264 8x8 and 16x16 qpel MC
- Originally committed as revision 16149 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision ad74a0f8 (ffmpeg): ARM: NEON optimised H.264 loop filter
- Originally committed as revision 16148 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 1cce897a (ffmpeg): ARM: NEON optimised {put,avg}_h264_chroma_mc[48]
- Originally committed as revision 16147 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 7eec4328 (ffmpeg): ARM: NEON optimised simple_idct
- Originally committed as revision 16146 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 569f5a75 (ffmpeg): ARM: NEON optimised put_pixels functions
- Originally committed as revision 16145 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 PM Revision c4687bf6 (ffmpeg): Avoid invasion of POSIX-reserved _t namespace.
- Originally committed as revision 16144 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:51 PM Revision 40a19c44 (ffmpeg): Fix one peculiar case in Smacker decoding.
- Patch by Daniel Verkamp ($firstname <at> drv <dot> nu)
Thread [PATCH] Smacker video decoder bug fix
Originally commi... - 10:08 AM Revision 9506090d (ffmpeg): Avoid POSIX-reserved _t in identifier names.
- Originally committed as revision 16142 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:24 AM Revision 40f06241 (ffmpeg): Enable filter_mb_fast if CODEC_FLAG2_FAST is set.
- Originally committed as revision 16141 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 AM Revision bf73801b (ffmpeg): vp56: don't reset dimensions to 0 in codec init
- Originally committed as revision 16140 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/14/2008
- 10:26 PM Revision b9b2b8c9 (ffmpeg): Use get_buffer() and url_fskip() for some loops of get_byte()s. See d...
- "[PATCH] rmdec.c: use get_buffer and skip_bytes instead of loops of get_byte".
Originally committed as revision 1613... - 10:24 PM Revision 127ed7b0 (ffmpeg): Reindent something that looks weird.
- Originally committed as revision 16138 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision b965ff35 (ffmpeg): Add comment to indicate why the SDP line buffer is as big as it is.
- Originally committed as revision 16137 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision e322d3f5 (ffmpeg): Increase SDP line buffer size because ASF headers in RTSP-MS are very...
- in "rtsp.c: increase SDP line buffer size" thread.
Originally committed as revision 16136 to svn://svn.ffmpeg.org/ff... - 09:38 PM Revision d0a01fe8 (ffmpeg): Move documentation of avcodec_register_all() from allcodecs.c to
- avcodec.h.
Originally committed as revision 16135 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:34 PM Revision 54c441c8 (ffmpeg): Remove set_all_opt() and its use in av_set_string2(). Make
- av_set_string() and av_set_string2() do not accept as parameter the
name of a named constant.
This avoids av_set_str... - 08:38 PM Revision a3bb564e (ffmpeg): 10l (forgot sample_size)
- Should fix fate.
Originally committed as revision 16133 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:04 PM Revision d1ca187f (ffmpeg): Document register_avcodec().
- Originally committed as revision 16132 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:04 PM Revision 7a961a46 (ffmpeg): Make register_avcodec() call avcodec_init().
- This avoids the possibility to use a registered codec without first
initializing libavcodec, which resulted in unexpe... - 07:36 PM Revision 335a761a (ffmpeg): Use a more explicit "codec" rather than "format" as the parameter of
- register_avcodec().
Originally committed as revision 16130 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:30 PM Revision eedfe222 (ffmpeg): oggflac: fix bitstream reader usage
- Originally committed as revision 16129 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:41 PM Revision 1238fa9f (ffmpeg): indeo3: replace sizeof(struct ...) by sizeof(*var)
- Originally committed as revision 16128 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 PM Revision 25983dcd (ffmpeg): Fix non interleaved variable fps ODML avis.
- Fixed issue738
Originally committed as revision 16127 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:48 PM Revision 39caffeb (ffmpeg): cosmetics: typo/grammar/wording/whitespace fixes
- Originally committed as revision 16126 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:42 PM Revision 46983309 (ffmpeg): Fix the use of Requires.private and Libs.private in generated .pc files.
- Patch by Reinhard Tartler \ siretart ! tauware + de /.
Originally committed as revision 16125 to svn://svn.ffmpeg.or... - 03:02 PM Revision 76bdac6d (ffmpeg): Cosmetics: remove empty comments.
- Originally committed as revision 16124 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:45 PM Revision 3a3ee96c (ffmpeg): Fix files with fps between 0.5 and 0.1.
- Fixes issue749
Originally committed as revision 16123 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:01 PM Revision 492322fc (ffmpeg): Remove silly FIXME comment.
- Originally committed as revision 16122 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:30 PM Revision 31c3a4dc (ffmpeg): Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com.
- Originally committed as revision 16121 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision cac55c91 (ffmpeg): Add a few const qualifiers in appropriate places.
- patch by Anders Grönberg, galileo.m2 gmail com
Originally committed as revision 16120 to svn://svn.ffmpeg.org/ffmpeg... - 03:41 AM Revision 70bbd0ce (ffmpeg): undoing revision 16118 for truemotion1.c; commit was premature
- Originally committed as revision 16119 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:29 AM Revision 02fb2546 (ffmpeg): The POSIX namespace shall be held sacrosanct. To that end,
- continue eliminating _t from structure names in FFmpeg.
Originally committed as revision 16118 to svn://svn.ffmpeg.o... - 12:48 AM Revision 5e660449 (ffmpeg): avoid POSIX reserved _t suffix
- Originally committed as revision 16117 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 AM Revision d08ea32c (ffmpeg): Get rid of mmx_t.
- Originally committed as revision 16116 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/13/2008
- 11:25 PM Revision be73a544 (ffmpeg): Rename rtp_payload_data_t to avoid clashes with the POSIX namespace
- Originally committed as revision 16115 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:20 PM Revision 1afe09d5 (ffmpeg): Remove useless typedef
- Originally committed as revision 16114 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:03 PM Revision d5574b28 (ffmpeg): Remove unused types
- Originally committed as revision 16113 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:58 PM Revision d77ac324 (ffmpeg): Avoid _t in gxf enum type names
- Originally committed as revision 16112 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 PM Revision 1edddc99 (ffmpeg): Split RMContext into RMDemux/MuxContext and make them private in rmde...
- Reason for this is that there are no shared entries in the demuxer/muxer
context, making it a mystery as to why it wa... - 09:37 PM Revision a15ebf34 (ffmpeg): Don't access RMContext directly in rdt.c. Rather, use the return valu...
- ff_rm_parse_packet() to indicate whether more audio packets are available
in the demuxer from the last RM frame, and ... - 06:16 PM Revision 616deed2 (ffmpeg): Do not invade _t POSIX namespace.
- Originally committed as revision 16109 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:18 PM Revision f27544fd (ffmpeg): Separate the packet fetching from the data reading, so that the data ...
- function is assured to parse at most one packet. This makes this function
useful for ASF data packet parsing in a "pu... - 05:04 PM Revision 8a9572c2 (ffmpeg): 100l: Add missing backslashes.
- Originally committed as revision 16107 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:35 PM Revision 6d99b228 (ffmpeg): cosmetics: Break some lines for a more aesthetically pleasing result.
- Originally committed as revision 16106 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:08 PM Revision 3445c799 (ffmpeg): Remove misleading comment, _t is POSIX-reserved namespace.
- Originally committed as revision 16105 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:45 PM Revision 20e0ed95 (ffmpeg): configure: fix $nm
- Originally committed as revision 16104 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:31 PM Revision 93c021a2 (ffmpeg): Remove other shared lib names from linker command line for shared libs
- Originally committed as revision 16103 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 PM Revision 89641463 (ffmpeg): Allow setting a different nm binary from the configure line.
- Originally committed as revision 16102 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:29 PM Revision de3a1240 (ffmpeg): Make mips64 a separate arch with fast_64bit.
- Originally committed as revision 16101 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:39 PM Revision 7f37f568 (ffmpeg): whitespace cosmetics
- Originally committed as revision 16100 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:34 PM Revision bda4e394 (ffmpeg): Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace.
- Originally committed as revision 16099 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:11 PM Revision f98dcded (ffmpeg): Avoid _t in identifier names, _t is reserved by POSIX.
- patch by Jai Menon, jmenon86 gmail com
Originally committed as revision 16098 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:56 PM Revision db95d3bf (ffmpeg): Add img_convert() to imgconvert.h and #include it from imgresample.c.
- This fixes an implicit declaration of img_convert() warning.
taken from a patchset from Anders Grönberg, galileo.m2 g... - 12:46 PM Revision b77aba0a (ffmpeg): Matroska uses tables from isom.c, so add the object file to its depen...
- extracted from a patch by Anders Grönberg, galileo.m2 gmail com
Originally committed as revision 16096 to svn://svn.... - 11:35 AM Revision 6ede266e (ffmpeg): Add mips64 to the architecture list.
- Taken from the OpenBSD ports tree.
Originally committed as revision 16095 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:35 AM Revision 61597a98 (ffmpeg): Add alternative names for sh4 and parisc architectures.
- Taken from the OpenBSD ports tree.
Originally committed as revision 16094 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:53 AM Revision 537db58b (ffmpeg): Let imgresample altivec code build
- Originally committed as revision 16093 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 AM Revision 7a8f36cc (ffmpeg): Cleanup types
- Originally committed as revision 16092 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 AM Revision 006c8e9e (ffmpeg): Unbreak imgresample altivec
- Originally committed as revision 16091 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 AM Revision 644e7acb (ffmpeg): Rename type to be consistent
- Originally committed as revision 16090 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:16 AM Revision eb857782 (ffmpeg): Define _BSD_SOURCE in bktr.c, dev/ic/bt8xx.h needs the u_short etc. t...
- which sys/types.h will not generate without this.
Originally committed as revision 16089 to svn://svn.ffmpeg.org/ffm... - 09:10 AM Revision de40eb8d (ffmpeg): Fix regression.sh to work on OpenBSD which has md5 instead of md5sum
- but it is in the path (/bin), not /sbin.
Originally committed as revision 16088 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:53 AM Revision d88f7df8 (ffmpeg): Remove OpenBSD SLIBNAME magic, it seems unnecessary and breaks compil...
- Originally committed as revision 16087 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:04 AM Revision 8c39a758 (ffmpeg): mpegts: replace Program_t typedef with "struct Program"
- Originally committed as revision 16086 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/12/2008
- 11:02 PM Revision 8f993c67 (ffmpeg): s/#AVClass/AVClass/, consistent with the rest of the doxy.
- Originally committed as revision 16085 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision 96000432 (ffmpeg): Also include sys/types.h when testing for socklen_t, since unfortunately
- OpenBSD 4.4 defines it there (and sys/socket.h does not compile without
it).
Originally committed as revision 16084 ... - 05:17 PM Revision 9377b6ce (ffmpeg): configure: clean up .align detection
- Originally committed as revision 16083 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:46 PM Revision 217d8202 (ffmpeg): Some forgotten eax -> REG_a changes.
- It seems that binutils >= 2.18 just treat eax as rax but older versions fail.
Originally committed as revision 28136... - 04:21 PM Revision fe5c7e58 (ffmpeg): More POSIX _t namespace cleanup.
- Originally committed as revision 16082 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 PM Revision 737dccfc (ffmpeg): matroska: sort codec tags list
- Originally committed as revision 16081 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:55 PM Revision ea2a5dec (ffmpeg): matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free ...
- Originally committed as revision 16080 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 PM Revision 41b0534a (ffmpeg): add another mpeg4 avi fourcc from uncommon codecs list
- Originally committed as revision 16079 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 AM Revision 64adf4f2 (ffmpeg): add Altivec implementation of clear_block
- Originally committed as revision 16078 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:55 AM Revision c0a8f8d4 (ffmpeg): Add sys/time.h header #include, fixes compilation on OS/2.
- patch by Dave Yeo, daveryeo telus net
Originally committed as revision 16077 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:12 AM Revision 05dee1b7 (ffmpeg): Rename all vorbis encoder related typedefs to not use _t for POSIX co...
- Originally committed as revision 16076 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:10 AM Revision bffc76bd (ffmpeg): Update lavf/libnut.c to _tt type names in libnut API
- Originally committed as revision 16075 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 AM Revision 65c127e3 (ffmpeg): fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected,...
- Originally committed as revision 16074 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:51 AM Revision d887151d (ffmpeg): rename Vp56Model to VP56Model for consistency
- Originally committed as revision 16073 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:19 AM Revision 193ce3ab (ffmpeg): dnxhd get_pixels_8x4_sym sse2
- Originally committed as revision 16072 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:12 AM Revision e1b24cfd (ffmpeg): Move get_pixels_8x4 before init func to avoid useless forward declara...
- Originally committed as revision 16071 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 AM Revision 8c9c0ea4 (ffmpeg): rename 4x8 to 8x4 to match widthxheight consistently
- Originally committed as revision 16070 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/11/2008
- 11:00 PM Revision 76025d91 (ffmpeg): cosmetics: vertical alignment
- Originally committed as revision 16069 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 PM Revision 3d52bca6 (ffmpeg): avoid POSIX reserved _t suffix
- Originally committed as revision 16068 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:34 PM Revision e998ba4f (ffmpeg): avoid POSIX reserved _t suffix
- Originally committed as revision 16067 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:24 PM Revision 6da54074 (ffmpeg): parse pasp atom and set sample aspect ratio,
- warn if transformation matrix differs from pasp,
based on a patch by Skal.
Originally committed as revision 16066 to... - 09:45 PM Revision aaf0e267 (ffmpeg): s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with re...
- namespaces of POSIX.
Originally committed as revision 16065 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:05 PM Revision 8615e5a6 (ffmpeg): Add backwards-compatibility typedef for removed _t names under approp...
- version #ifdef since otherwise public API is broken.
Originally committed as revision 16064 to svn://svn.ffmpeg.org/... - 08:06 PM Revision c3e92a6c (ffmpeg): remove _t in typedef for POSIX compatibility
- Originally committed as revision 16063 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:06 PM Revision 7dfea342 (ffmpeg): Drop _t from typedef names for POSIX compatibility.
- Originally committed as revision 16062 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:02 PM Revision 089e1bcf (ffmpeg): Remove comment suggesting using variables ending in _t as this would ...
- Originally committed as revision 16061 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:36 PM Revision c9bea488 (ffmpeg): Avoid POSIX reserved _t suffix.
- Originally committed as revision 16060 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 PM Revision 259037d0 (ffmpeg): Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix.
- Originally committed as revision 16059 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:19 PM Revision b4be9321 (ffmpeg): Avoid _t in typedef type
- Originally committed as revision 16058 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:06 PM Revision 52afa376 (ffmpeg): remove _t for POSIX compatibility.
- Originally committed as revision 16057 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:48 PM Revision 76f940b2 (ffmpeg): Fix indenting.
- Originally committed as revision 16056 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:44 PM Revision fe9e9d60 (ffmpeg): Do not set COMPILE_C if AltiVec is enabled without runtime CPU detect...
- Gets rid of the following warning:
postprocess_template.c:3271: warning: ‘postProcess_C’ defined but not used
Origin... - 10:42 AM Revision 4e5b854e (ffmpeg): Use "struct gxf_stream_info" instead of "st_info_t",
- avoids a typedef that is not really worth it and the
reserved POSIX _t namespace.
Originally committed as revision 1... - 10:35 AM Revision c370a704 (ffmpeg): Remove useless and confusing (since they are also used in gxfenc.c) /...
- Originally committed as revision 16053 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 AM Revision 65fec2d9 (ffmpeg): add 'ACDV' FourCC (which is just complete JPEG files in individual AVI
- frames) and 'azpr' FourCC (which is Apple's 'rpza', encapsulated in AVI
instead)
Originally committed as revision 16... - 01:32 AM Revision 09f6fc6b (ffmpeg): move structure definitions in their own header
- Originally committed as revision 16051 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:16 AM Revision 00d9d0f5 (ffmpeg): cosmetics
- Originally committed as revision 16050 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:15 AM Revision 049a6c8b (ffmpeg): use dsp clear_block
- Originally committed as revision 16049 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:14 AM Revision af5e7fc9 (ffmpeg): use dsp clear_block
- Originally committed as revision 16048 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 AM Revision a1546009 (ffmpeg): Fix compilation with only Theora decoder enabled
- Originally committed as revision 16047 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 AM Revision 5a3e9f2c (ffmpeg): Avoid the 'Claimed bitrate and buffer size mismatch' warning storm.
- - Patch by Kenan Gillet
Originally committed as revision 16046 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/10/2008
- 09:35 PM Revision 5fecfb7d (ffmpeg): clear_block mmx
- Originally committed as revision 16045 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:26 PM Revision 5fac2776 (ffmpeg): fix progressive jpeg:
- support refinement passes
remove intermediate clipping
remove redundant idct
Originally committed as revision 16044 ... - 12:50 AM Revision 8153f144 (ffmpeg): AAC: move scratch array to context to ensure 16-byte alignment
- Originally committed as revision 16043 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/09/2008
- 08:11 PM Revision 7b5e49fe (ffmpeg): Remove useless inline qualifier, fixes linking with gcc 4.3.
- patch by Alexis Ballier, alexis.ballier gmail com
Originally committed as revision 16042 to svn://svn.ffmpeg.org/ffm... - 05:14 PM Revision 4a904903 (ffmpeg): AAC: Use a sign LUT rather than 1-2*get_bits1()
- Patch by Alex Converse (alex converse gmail com)
Originally committed as revision 16041 to svn://svn.ffmpeg.org/ffmp... - 05:08 PM Revision c0893c3a (ffmpeg): AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net ...
- Patch by Alex Converse (alex converse gmail com)
Originally committed as revision 16040 to svn://svn.ffmpeg.org/ffmp... - 11:35 AM Revision 88212105 (ffmpeg): AAC: Remove unnecessary fabsf()
- Patch by Alex Converse (alex converse gmail com)
Originally committed as revision 16039 to svn://svn.ffmpeg.org/ffmp...
12/08/2008
- 09:21 PM Revision dbbec0c2 (ffmpeg): Make av_log_missing_feature an internal function, and change its name
- to ff_log_missing_feature.
Originally committed as revision 16037 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:09 PM Revision 6cffaea8 (ffmpeg): add mpeg2 fourcc and aac format tag from asf
- Originally committed as revision 16036 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:15 AM Revision 20e04726 (ffmpeg): cosmetics: alignment after last commit
- Originally committed as revision 16035 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 AM Revision 72a6244b (ffmpeg): ac3: detect dba errors and prevent writing past end of array
- Originally committed as revision 16034 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/07/2008
- 10:52 PM Revision b9f382c8 (ffmpeg): Remove unnecessary ret variable.
- Originally committed as revision 16033 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:29 PM Revision 36b53281 (ffmpeg): bind to the multicast address if possible
- Originally committed as revision 16032 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:30 PM Revision 0dfcc368 (ffmpeg): Do not attempt to decode RV30/40 B-frames without anchors.
- This fixes issue 747.
Originally committed as revision 16031 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:14 PM Revision 2014b51c (ffmpeg): documentation: update documentation for minimal w32api version.
- Originally committed as revision 16030 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:17 AM Revision bc4b7221 (ffmpeg): mingw: update w32api to 3.13
- Originally committed as revision 16029 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:53 AM Revision 7100376f (ffmpeg): COSMETICS
- Originally committed as revision 16028 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:58 AM Revision c687643c (ffmpeg): mlp: cosmetics: remove {}s over one-lined if.
- Originally committed as revision 16027 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:57 AM Revision ee1a8f62 (ffmpeg): mlp: support bit-depths greater than 16 by default.
- Originally committed as revision 16026 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/06/2008
- 08:28 PM Revision dc50773d (ffmpeg): Remove static variable and a printf using it. See "[PATCH] asf.c: move
- packet_time_start=0 statement" thread on ML.
Originally committed as revision 16025 to svn://svn.ffmpeg.org/ffmpeg/t... - 06:41 PM Revision 7b2a0708 (ffmpeg): Change function prototype of the sdp_parse_a_line in DynamicProtocolH...
- This function is called in rtsp.c for each a= line in the SDP of the Describe
response after m= RTSP stream descripto... - 06:35 PM Revision 022f0b7c (ffmpeg): Do not access s->gb directly in functions that have a local copy of that
- variable. See "[PATCH] asf.c: don't access AVFormatContext->pb" thread on
ML.
Originally committed as revision 16023... - 04:33 PM Revision 2ceccf04 (ffmpeg): ac3dec: simplify exponent bounds checking
- Originally committed as revision 16022 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:28 PM Revision 97679e6e (ffmpeg): mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.
- Patch by Mathieu Velten < matmaul at gmail dot com >
Originally committed as revision 16021 to svn://svn.ffmpeg.org/... - 04:19 PM Revision d98d70d6 (ffmpeg): ac3dec: add missing feature log message for block start info
- Originally committed as revision 16020 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:18 PM Revision 3e7aa8fa (ffmpeg): ac3dec: use skip_bits_long() for block start bits
- Originally committed as revision 16019 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:46 PM Revision 96f229d6 (ffmpeg): ac3dec: unroll inner loop in exponent decoding. 46% faster decode_exp...
- Originally committed as revision 16018 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:38 PM Revision 80670324 (ffmpeg): cosmetics: vertical alignment
- Originally committed as revision 16017 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:37 PM Revision 1cdd567f (ffmpeg): cosmetics: reindent after last commit
- Originally committed as revision 16016 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:36 PM Revision ce7d842f (ffmpeg): ac3dec: detect out-of-range exponents
- Originally committed as revision 16015 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:42 PM Revision d8b66635 (ffmpeg): ARM: remove some useless comments
- Originally committed as revision 16014 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:05 AM Revision 6149cdbe (ffmpeg): Make decoding run of pixels in MS RLE saner.
- This is based on patches by Alex Converse and Mans Rullgard
Thread "[PATCH] Fix MSRLE type punning"
Originally commi... - 09:01 AM Revision ce60c2d1 (ffmpeg): Print out some errors found during MS RLE decoding
- Originally committed as revision 16012 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:57 AM Revision 56da1fd7 (ffmpeg): AASC can contain raw data in addition to MS-RLE
- Originally committed as revision 16011 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/05/2008
- 09:44 PM Revision d23b28c7 (ffmpeg): Check that cpb_count is within the allowed range.
- Originally committed as revision 16010 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 PM Revision 62d6f73e (ffmpeg): add VX1K h263 and DMK2 mpeg4 avi fourccs
- Originally committed as revision 16009 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision 36d5b175 (ffmpeg): Fix FF_OPT_TYPE_INT64 support of defaults.
- Originally committed as revision 16008 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:58 AM Revision 3d5e1bfb (ffmpeg): Fix an overflow in the predictor.
- fixes issue 636
Patch by Jai.
Originally committed as revision 16007 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/04/2008
- 08:24 PM Revision 6e74619e (ffmpeg): Silence some ICC warnings. Patch by Vitor Sessak.
- Originally committed as revision 16006 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:08 PM Revision 87a91736 (ffmpeg): Add expected const qualifier on 'buf' to match AVCodec.decode's decla...
- This change gets rid of another compiler warning.
Originally committed as revision 16005 to svn://svn.ffmpeg.org/ffm... - 03:08 PM Revision 485cfbe8 (ffmpeg): Recognize pnm file as images.
- Originally committed as revision 16004 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:54 PM Revision 9e00c20e (ffmpeg): COSMETICS, add missing remarks crediting Ben and Kenan
- Originally committed as revision 16003 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:43 PM Revision 675f7114 (ffmpeg): Fraps version 3 seems to be the same as Fraps v5
- Originally committed as revision 16002 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:00 AM Revision 4d35964d (ffmpeg): WRAW fourcc
- Originally committed as revision 16001 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 AM Revision 02a5ef53 (ffmpeg): partial WRAW fourcc support, might need image flipping
- Originally committed as revision 16000 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:56 AM Revision f23dc1e1 (ffmpeg): silence gcc warning: ‘n_bands’ may be used uninitialized
- Originally committed as revision 15999 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 AM Revision 75b53b21 (ffmpeg): ac3dec: use uint8_t for band sizes
- Originally committed as revision 15998 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:38 AM Revision b12c7627 (ffmpeg): Removes misleading const qualifier, gets rid of two compiler warnings
- Originally committed as revision 15997 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/03/2008
- 11:04 PM Revision ecfb51d1 (ffmpeg): Add necessary header for av_set_program_name and av_program_add_strea...
- Originally committed as revision 15996 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:44 PM Revision 26e8d342 (ffmpeg): add fourccs from avi files
- Originally committed as revision 15995 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:16 PM Revision b0e8ce55 (ffmpeg): ARM: convert VFP code to UAL syntax
- Originally committed as revision 15994 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:43 PM Revision 289e8fd0 (ffmpeg): Implement complexity estimation parsing and try to detect an incorrec...
- complexity estimation flag.
Originally committed as revision 15993 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:49 PM Revision b8cf645b (ffmpeg): add GEOX fourcc for mpeg4
- Originally committed as revision 15992 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:47 PM Revision bad40637 (ffmpeg): Move declaration of av_set_program_name and av_program_add_stream_index
- to a more sensible place.
Originally committed as revision 15991 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:25 PM Revision 37692458 (ffmpeg): Delete unnecessary 'extern' keywords.
- Originally committed as revision 28082 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:23 PM Revision 9686df2b (ffmpeg): Delete unnecessary 'extern' keywords.
- Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:53 PM Revision 26ae363e (ffmpeg): add FFDS fourcc, ok'd by kostya
- fixes FFDS files in http://tranquillity.ath.cx/uncommon_video_codecs_final.txt
Originally committed as revision 1598... - 01:45 PM Revision c8b43652 (ffmpeg): Remove entry about unsupported QCELP codec, it is now supported.
- Originally committed as revision 15988 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 AM Revision af2272b2 (ffmpeg): ac3dec: skip decoding and use error concealment for remaining blocks in
- the frame after an error occurs.
Originally committed as revision 15987 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:14 AM Revision 7a2efd2e (ffmpeg): mlp: initialize all CRC tables in a common function.
- This way the decoder does not have to depend on the parser being initialized
before.
Patch by Laurent Aimar <fenrir a...
12/02/2008
- 06:26 PM Revision 751ccc48 (ffmpeg): Trivial rephrasing, avoids too long line
- Originally committed as revision 15985 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 PM Revision cf139541 (ffmpeg): Trivial, Cosmetics, mostly brace placement changes
- Originally committed as revision 15984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:14 PM Revision 3e16cde4 (ffmpeg): Fix reading out of buffer during RV30/40 deblock mask calculation
- Originally committed as revision 15983 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:12 PM Revision 958a2b5d (ffmpeg): 34l: forgot to change one case of chroma MC for RV40
- Originally committed as revision 15982 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:39 PM Revision 1799d522 (ffmpeg): Check RV30/40 slice offsets to be inside buffer.
- This fixes issue 738
Originally committed as revision 15981 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:35 PM Revision a1c1c780 (ffmpeg): Update ff_rv34_decode_frame() arguments definition
- Originally committed as revision 15980 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:34 PM Revision 207625ee (ffmpeg): Remove unused RV40 spatial intra prediction function
- Originally committed as revision 15979 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:48 PM Revision 73b458e3 (ffmpeg): Commit last ok'ed parts of QCELP decoder and enable it.
- patch by Kenan Gillet, kenan.gillet gmail com
Originally committed as revision 15978 to svn://svn.ffmpeg.org/ffmpeg/... - 03:43 PM Revision 2ba0cdd5 (ffmpeg): ADTS AAC probe.
- fixes issue400
Originally committed as revision 15977 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:43 AM Revision a6f2c0d6 (ffmpeg): Fix regression test failure with pthreads on multiprocessor systems.
- Fixes issue517
Originally committed as revision 15976 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:26 AM Revision 1599c47c (ffmpeg): Remove commented-out duplicate declarations.
- Originally committed as revision 28058 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:21 AM Revision 2ef8819c (ffmpeg): Remove unused declarations.
- Originally committed as revision 28057 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
12/01/2008
- 10:07 PM Revision 061f407e (ffmpeg): More OKed parts of the QCELP decoder
- patch by Kenan Gillet, kenan.gillet gmail com
Originally committed as revision 15975 to svn://svn.ffmpeg.org/ffmpeg/... - 08:45 PM Revision b8438f5f (ffmpeg): Remove hack added to make "make checkheaders" pass, it is unneeded now
- Originally committed as revision 15974 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:43 PM Revision f28b3eb2 (ffmpeg): More OKed parts of the QCELP decoder
- patch by Kenan Gillet, kenan.gillet gmail com
Originally committed as revision 15973 to svn://svn.ffmpeg.org/ffmpeg/... - 04:24 PM Revision c9c16cac (ffmpeg): Get rid of now unneeded pps/sps correctness code as pps/sps will not
- be used at all when anything fails sanity checks.
Originally committed as revision 15972 to svn://svn.ffmpeg.org/ffm... - 04:04 PM Revision 255d4e71 (ffmpeg): Allocate parameter sets sanely instead of using alloc_parameter_set().
- Avoids ending up with half initialized parameter sets.
Fixes issue282.
Originally committed as revision 15971 to svn... - 08:35 AM Revision 42d1d06e (ffmpeg): Make more informative the error messages regarding the access to the
- 2-pass log file.
Originally committed as revision 15970 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:27 AM Revision c2902c9c (ffmpeg): Improve documentation for the -pass and -passlog options. Add mention
- to how the log file is used and specify the default log file name.
Originally committed as revision 15969 to svn://s... - 06:40 AM Revision 11c0f9ec (ffmpeg): enable RV40 decoder
- Originally committed as revision 15968 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:36 AM Revision 2d8a0815 (ffmpeg): RV40 MC functions
- Originally committed as revision 15967 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:08 AM Revision 7960e18f (ffmpeg): Implement rule-number parsing, the initial step in stream (and bitrate)
- selection. See discussion in ML thread "[PATCH] RDT/Realmedia patches #2".
Originally committed as revision 15966 to...
11/30/2008
- 11:51 PM Revision ff7f75e1 (ffmpeg): Fix segfault due to deallocated entries in delayed_pic after size cha...
- Fixes issue714.
Originally committed as revision 15965 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:24 PM Revision 4f602856 (ffmpeg): Change RDTDemuxContext->st into an array of streams, which will make ...
- patches adding stream-selection easier in code. See discussion in ML thread
"[PATCH] RDT/Realmedia patches #2".
Orig... - 08:40 PM Revision 79a1f3c0 (ffmpeg): document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/Realm...
- patches #2" thread.
Originally committed as revision 15963 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:39 PM Revision e0d1eabf (ffmpeg): Change function prototype from taking an AVStream to taking an index ...
- stream itself, plus a name change to signify that there may be multiple
AVStreams per RDT set. See discussion in "[PA... - 05:18 PM Revision 640760da (ffmpeg): More OKed parts of the QCELP decoder
- patch by Kenan Gillet, kenan.gillet gmail com
Originally committed as revision 15961 to svn://svn.ffmpeg.org/ffmpeg/... - 05:00 PM Revision 6dbdf2f2 (ffmpeg): Handle AltiVec objects in a more elegant fashion, similar to MMX.
- Originally committed as revision 15960 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:57 PM Revision 52ad2f39 (ffmpeg): Remove ineffectual hack that attempts to build ppc/check_altivec.o wi...
- AltiVec flags. The flags are set by configure and used to compile all files
anyway. Setting extra AltiVec options her... - 12:20 AM Revision a4fa192c (ffmpeg): configure: vertical alignment cosmetics.
- Originally committed as revision 15958 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:19 AM Revision 632948bd (ffmpeg): configure: Use check_lib2 for bzlib.
- Functions are exported as WINAPI in win32, so it is not picked up by check_lib.
Originally committed as revision 159...
11/29/2008
- 07:32 PM Revision 13367a46 (ffmpeg): channel layout support for ffmpeg.c
- Originally committed as revision 15956 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 PM Revision 3bff4d8b (ffmpeg): Implement the fields rc_max_available_vbv_use and
- rc_min_vbv_overflow_use in AVCodecContext, and use their values in the
ratecontrol code rather than hardcoded ones.
... - 01:58 PM Revision cd0e37d3 (ffmpeg): Replaces not the anymore valid -flags +trell option with -trellis 2.
- Originally committed as revision 15954 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:55 PM Revision 91cd7eb6 (ffmpeg): Rename functions in sdp.c for consistency's sake.
- Originally committed as revision 15953 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 PM Revision 10ba7404 (ffmpeg): s/FFserver/ffserver/ in the help message invocation synopsis.
- See the thread: "Define cmdline_program_name and use it in show_help".
Originally committed as revision 15952 to svn... - 10:06 AM Revision d041a598 (ffmpeg): Add support for parsing and decoding DCA-HD streams.
- Originally committed as revision 15951 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:24 AM Revision d33ee3f2 (ffmpeg): RV40 loop filter
- Originally committed as revision 15950 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:22 AM Revision de8cac16 (ffmpeg): Invoke future RV30/40 loop filter for already decoded rows instead of
- the whole frame at once.
Originally committed as revision 15949 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/28/2008
- 12:32 AM Revision 10ac3618 (ffmpeg): Do not duplicate AAN DCT tables in dct-test.c.
- Originally committed as revision 15948 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 AM Revision 2d70cc38 (ffmpeg): Add missing '-test' in name of imgresample test.
- Originally committed as revision 15947 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/27/2008
- 09:38 PM Revision 3a25ca18 (ffmpeg): Make rate_emu a global property rather than to be settable for a
- specific input video stream.
See the thread: Fix ffmpeg -re behaviour.
Originally committed as revision 15946 to sv... - 09:30 PM Revision cdd7157b (ffmpeg): Remove AVInputStream frame variable definition and usage, unnecessary
- after the last commit.
Originally committed as revision 15945 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:24 PM Revision cb103a19 (ffmpeg): Make the input realtime framerate emulation code use ist->pts for
- computing the time of the next frame to send to output.
See the thread: fix ffmpeg -re behaviour.
Originally commit... - 07:26 AM Revision f653095b (ffmpeg): Fix RV40 chroma MC
- Originally committed as revision 15943 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/26/2008
- 06:59 PM Revision 5bc8ebd3 (ffmpeg): Use PIX_FMT_NONE to silence icc warning #188:
- enumerated type mixed with another type
Originally committed as revision 15942 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:09 PM Revision 2a023c36 (ffmpeg): Only build the imgresample test if the old scaler was enabled.
- Originally committed as revision 15941 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:07 PM Revision e8ed9b7a (ffmpeg): Automatically check the dependencies for the AAN DCT tables.
- This also makes the AAN DCT tables individually selectable.
Originally committed as revision 15940 to svn://svn.ffmp... - 01:38 PM Revision 8b22017f (ffmpeg): Move aanscales tables to their own file; fixes compilation without en...
- based on a patch by David Geldreich, david.geldreich free fr
Originally committed as revision 15939 to svn://svn.ffm... - 01:28 PM Revision 5bdf124c (ffmpeg): cosmetics: Rename aanscales to ff_aanscales, it will soon be external...
- Originally committed as revision 15938 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 AM Revision f107a02d (ffmpeg): Move encoder-specific quantize_c and related tables to the H.264 enco...
- Originally committed as revision 15937 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/25/2008
- 05:12 PM Revision 085bf69f (ffmpeg): Add udp.c maintainer.
- Originally committed as revision 15936 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:34 AM Revision 35d0c217 (ffmpeg): Replace pushf/popf by explicit pushfl/popfl (32 bit) or pushfq/popfq ...
- to fix generated code on ICC 11.0.
Originally committed as revision 15935 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:20 AM Revision bd2b6b33 (ffmpeg): snow: move scratch buffer from stack to malloced buffer in context
- This is required to ensure 16-byte alignment.
Originally committed as revision 15934 to svn://svn.ffmpeg.org/ffmpeg/...
11/24/2008
- 09:31 PM Revision ab56b321 (ffmpeg): Disable unused code for now to allow 'make checkheaders' to pass.
- Originally committed as revision 15933 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:29 PM Revision 4b5f1907 (ffmpeg): Add missing headers to get 'make checkheaders' closer to passing.
- Originally committed as revision 15932 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:08 PM Revision 819e4dd9 (ffmpeg): svq1enc: move scratch buffer from stack to context to ensure alignment
- Originally committed as revision 15931 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 PM Revision 6b8810d0 (ffmpeg): flashsv: use skip_bits_long() where required
- skip_bits(gb, n) with n > 17 doesn't work with all bitstream readers.
Switch to skip_bits_long() instead.
Originally... - 06:49 PM Revision f4cca718 (ffmpeg): move decoder initialization in separate function, earlier failure det...
- Originally committed as revision 15929 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:33 PM Revision f2e92ad1 (ffmpeg): Make non-void replacement functions actually return a value.
- Originally committed as revision 15928 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:08 PM Revision ce9ff9cc (ffmpeg): Move #defines that are mostly used in h264.c out of h264data.h and in...
- Originally committed as revision 15927 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:53 PM Revision ee2a957f (ffmpeg): Use golomb_to_pict_type instead of its duplicate, slice_type_map.
- Originally committed as revision 15926 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:39 PM Revision 7f8f4b40 (ffmpeg): cosmetics: Align table for better readability.
- Originally committed as revision 15925 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:24 AM Revision c5b2fe16 (ffmpeg): Some BMP files have file size declared in the header equal to headers...
- without image data, so try to correct that value before conducting checks on
declared file size.
Originally committe... - 10:58 AM Revision e282307b (ffmpeg): Give more meaningful message on BMP header parsing error
- Originally committed as revision 15923 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 AM Revision 4a14e666 (ffmpeg): Add known BMP header sizes.
- Now 11B*.bmp from samples repository can be decoded.
Originally committed as revision 15922 to svn://svn.ffmpeg.org/... - 09:28 AM Revision 4deaa946 (ffmpeg): Add shift argument to MULL() macro
- This replaces use of FRAC_BITS in the MULL() definition with a third
argument specifying the shift amount. All uses ... - 12:14 AM Revision 8f5aaa6d (ffmpeg): AAC: Cosmetics after last commit
- Originally committed as revision 15920 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:13 AM Revision 7633a041 (ffmpeg): AAC: Frequency domain prediction and hence Main profile support
- Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 15919 to svn://svn.ffmpeg.org/ff...
11/23/2008
- 07:36 PM Revision e9d0fdef (ffmpeg): Strong filtering function for future RV40 loop filter
- Originally committed as revision 15918 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:11 PM Revision d270cb4a (ffmpeg): ARM: move dct_unquantize_h263_*_armv5te asm to separate file
- Originally committed as revision 15917 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:54 PM Revision 63f412f9 (ffmpeg): Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread...
- Originally committed as revision 15916 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:36 PM Revision 9a5771e9 (ffmpeg): Run regression tests on target system.
- Originally committed as revision 15915 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:36 PM Revision dbad2c29 (ffmpeg): Build regression test data generators using HOSTCC
- Originally committed as revision 15914 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:36 PM Revision a7ada2ba (ffmpeg): configure: set TARGET_EXEC and TARGET_PATH
- TARGET_EXEC specifies a command to execute cross-compiled binaries,
e.g. through a remote shell or an emulator.
TARG... - 12:36 PM Revision 9da6609f (ffmpeg): configure: set HOSTCC to native compiler
- The HOSTCC value defaults to the value of CC if not cross-compiling.
If cross-compiling, HOSTCC defaults to "gcc".
H... - 12:36 PM Revision 88268e94 (ffmpeg): configure: simplify set_default function
- Originally committed as revision 15911 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/22/2008
- 09:24 PM Revision a8e41613 (ffmpeg): Add forgotten file format pgmyuv.
- Originally committed as revision 15910 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 PM Revision 6bbb5bf8 (ffmpeg): Support picture output without -f image2 for most codecs.
- Originally committed as revision 15909 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:36 PM Revision 76de302d (ffmpeg): cosmetics: indentation, prettyprinting
- Originally committed as revision 15908 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:03 PM Revision 7f8205da (ffmpeg): cosmetics: consistent function declarations
- Originally committed as revision 15907 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:57 PM Revision 7d1b1582 (ffmpeg): cosmetics: Put statements after 'if' on their own line.
- Originally committed as revision 15906 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 AM Revision 8372e3d2 (ffmpeg): Trivial, Cosmetics
- Originally committed as revision 15905 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 AM Revision 1b321c5c (ffmpeg): Trivial, Cosmetics
- Originally committed as revision 15904 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/21/2008
- 10:56 PM Revision e178d7fd (ffmpeg): Make ffmpeg print in the error message the exact line of a preset file
- containing an invalid option or value, and also how the option and the
value have been parsed.
Originally committed ... - 10:51 PM Revision b04665ac (ffmpeg): Make ffmpeg print in the error message the exact line of a preset file
- containing an invalid syntax.
Originally committed as revision 15902 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:39 PM Revision 148c31b9 (ffmpeg): More OKed parts of the QCELP decoder
- patch by Kenan Gillet, kenan.gillet gmail com
Originally committed as revision 15901 to svn://svn.ffmpeg.org/ffmpeg/... - 05:38 PM Revision 31fb59ec (ffmpeg): Cosmetic: Fix typo
- Spotted by Jethro Walters
Originally committed as revision 15900 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:00 AM Revision 3c546868 (ffmpeg): Move H.264 tables that are only useful for encoding to h264enc.c.
- Originally committed as revision 15899 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom