Activity
From 12/15/2009 to 01/13/2010
01/13/2010
- 11:33 PM Revision 49544546 (ffmpeg): do not skip mdat data if it's the last atom, avoids one seek
- Originally committed as revision 21209 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:27 PM Revision 08c8e66a (ffmpeg): restore old buffer content when seek failed in http protocol, fix iss...
- Originally committed as revision 21208 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 PM Revision a1f42882 (ffmpeg): revert wrongly commited hunk in r21205
- Originally committed as revision 21207 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 PM Revision 10061cd6 (ffmpeg): remove useless type declarations
- Originally committed as revision 21206 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:50 PM Revision dcc2220a (ffmpeg): remove useless declarations from mpegts.h
- Originally committed as revision 21205 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision 33931016 (ffmpeg): use codec rc_max_rate if set and warn if bit rate is not set
- Originally committed as revision 21204 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 PM Revision 01d6bd52 (ffmpeg): Do not split audio frames accross pes packets.
- This was not supported by some equipment and cisco analyzer.
Originally committed as revision 21203 to svn://svn.ffm... - 10:06 PM Revision 6f284d19 (ffmpeg): Surprisingly enough, the RTP muxer does not depend on the RTP protocol
- nor on network support.
Originally committed as revision 21202 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:42 PM Revision 907d9166 (ffmpeg): print more debug info about muxing parameters, patch by Mike Scheutzo...
- Originally committed as revision 21201 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 PM Revision c054f372 (ffmpeg): update mpegts_write_pes documentation, patch by Mike Scheutzow, scheu...
- Originally committed as revision 21200 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 PM Revision 4df3bbbc (ffmpeg): Insert null packets to keep pcr values correct, patch by Mike Scheutzow,
- scheutzow at alcatel-lucent dot com and Niobos, niobos at dest-unreach dot be.
Originally committed as revision 2119... - 08:30 PM Revision 49f6fd8f (ffmpeg): move pcr/sdt/pat period computation after ts->mux_rate is set, patch ...
- Originally committed as revision 21198 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:26 PM Revision 6b18a3f5 (ffmpeg): output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow ...
- Originally committed as revision 21197 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:20 PM Revision 906c16a1 (ffmpeg): fix ts packet header size computation, patch by Niobos, niobos at des...
- Originally committed as revision 21196 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:14 PM Revision 080cabff (ffmpeg): fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-u...
- Originally committed as revision 21195 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:27 PM Revision fad9a42a (ffmpeg): The RTP muxer does not need rtp_asf.c
- Originally committed as revision 21194 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:18 PM Revision 3f60d2d3 (ffmpeg): Remove the inclusion of unneeded headers
- Originally committed as revision 21193 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:48 PM Revision fbb6c6c2 (ffmpeg): Define !CONFIG_FOO in config.make if feature disabled
- Originally committed as revision 21192 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:46 PM Revision 2ef21b91 (ffmpeg): AAC: Reduce depth of vlc_spectral tables to 2
- Up to 6% faster overall on i7, no change on A8.
Originally committed as revision 21191 to svn://svn.ffmpeg.org/ffmpe... - 04:46 PM Revision 95dff4ac (ffmpeg): AAC: Unswitch loop over window groups in decode_spectrum_and_dequant()
- GCC should be able to do this, but doesn't. Slightly faster code.
Originally committed as revision 21190 to svn://s... - 04:46 PM Revision 05f9d8fc (ffmpeg): AAC: simplify some calculations in decode_spectrum_and_dequant()
- Simplify cur_band_type, group_len, and coef/offset calculations. This
makes the code easier to read and slightly fas... - 04:46 PM Revision c816d3d0 (ffmpeg): AAC: Compress codebook tables and optimise sign bit handling
- The codebooks each consist of small number of values repeated in
groups of 2 or 4. Storing the codebooks as a packed... - 03:55 PM Revision 9d50d396 (ffmpeg): Fix issue1658 (trailing space in rtpmap descriptor).
- Originally committed as revision 21187 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:32 PM Revision 094a63f1 (ffmpeg): Check there is a stream before writing header.
- Patch by Tomas Härdin: $(name) punto hardin chez codemill dot se
Originally committed as revision 21186 to svn://svn... - 04:35 AM Revision ef5e7fb2 (ffmpeg): Remove needless use of log2f()
- Originally committed as revision 21185 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:29 AM Revision 1c3c129b (ffmpeg): Remove the struct SiprModeParam of the context. This will simplify sp...
- the file for future 16k mode decoder code.
Originally committed as revision 21184 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:11 AM Revision f3da24c4 (ffmpeg): SIPR: kill variable-length arrays
- Two of these are in fact constant size, so use the constant instead of
a variable in the declarations. The remaining... - 02:44 AM Revision 0cd73b6c (ffmpeg): remove unused variable
- Originally committed as revision 21182 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:35 AM Revision cc51b282 (ffmpeg): Split cabac decoding code out of h264.c.
- not slower according to benchmarks.
Originally committed as revision 21181 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:17 AM Revision 8e71d89a (ffmpeg): Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.
- Yes i did compile&test, no svq3.c was not recompiled.
Originally committed as revision 21180 to svn://svn.ffmpeg.org... - 02:16 AM Revision 0752cd39 (ffmpeg): More av_cold for infrequently called functions.
- Originally committed as revision 21179 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:59 AM Revision e1e94902 (ffmpeg): Split cavlc out of h264.c.
- Seems to speed the code up a little...
The placement of many generic functions between h264.c and h264.h is still ope... - 12:16 AM Revision 08f8b51f (ffmpeg): Make avfilter_insert_filter() log the names of the filters between
- which it inserts the new filter.
Originally committed as revision 21177 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:09 AM Revision f37c934d (ffmpeg): Make query_formats() print an error message if an auto-inserted scale
- filter cannot convert between input and output formats.
Originally committed as revision 21176 to svn://svn.ffmpeg.o...
01/12/2010
- 11:02 PM Revision 1460c790 (ffmpeg): Use MULH instead of 64x64 multiplication, around 5% overall speedup o...
- Patch by myself and Yuriy Kaminskiy [yumkam mail ru]
Originally committed as revision 21175 to svn://svn.ffmpeg.org/... - 09:36 PM Revision 188d3c51 (ffmpeg): Split motion vector prediction off h264.c/h.
- Originally committed as revision 21174 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:17 PM Revision 2bedc0e8 (ffmpeg): Move check_intra4x4_pred_mode() back from h264.h to h264.c, the funct...
- called once per MB in worst case and doesnt seem to benefit from static inline.
Actually the code might be a hair fas... - 08:59 PM Revision ea6f00c4 (ffmpeg): Split all the reference picture handling off h264.c.
- Originally committed as revision 21172 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 PM Revision 099809d1 (ffmpeg): Reindent after last commit.
- Originally committed as revision 21171 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 PM Revision ff9ea0b7 (ffmpeg): Replace variable length array with an allocated buffer
- in the context to increase compatibility.
Originally committed as revision 21170 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:33 PM Revision 889fce8e (ffmpeg): Split (picture|seq) parameter set decoding out of h264.c.
- no speedloss meassured, also its really not touching anything that is speed relevant.
Originally committed as revisi... - 07:03 PM Revision 28b2866f (ffmpeg): /nop is illegal with Apple's older version of gas, this was fixed els...
- but not here since it was unused before now.
Originally committed as revision 30289 to svn://svn.mplayerhq.hu/mplaye... - 06:54 PM Revision 9c095463 (ffmpeg): Split SEI code off h264.c.
- Originally committed as revision 21168 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:36 PM Revision 2edabfdf (ffmpeg): Reindent after r21166.
- Originally committed as revision 21167 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:36 PM Revision 08f7a8ac (ffmpeg): Use chunked encoding for HTTP uploads. Patch by Tomas Härdin
- <$firstname.$lastname()codemill,se>.
Originally committed as revision 21166 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:32 PM Revision 943f69a6 (ffmpeg): Split direct mode (macro)block decoding off h264.c.
- No speedloss meassured (its slightly faster here but that may be random fluctuations)
Originally committed as revisi... - 01:54 PM Revision 9514a084 (ffmpeg): Align mb_bit_buffer and vs_bit_buffer as their alignment is checked b...
- Originally committed as revision 21164 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 AM Revision 51a269cd (ffmpeg): Make sure the destination address is written as an IP address in the SDP
- Patch by Martin Storsjo (martin AT martin DOT st)
Originally committed as revision 21163 to svn://svn.ffmpeg.org/ffm... - 09:13 AM Revision a7494872 (ffmpeg): Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer
- instead. Avoid a crash on MinGW.
Originally committed as revision 21162 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:10 AM Revision 56e29bf2 (ffmpeg): Correct timestamps inside FLV data received by RTMP.
- Patch by Sergiy (gmail(piratfm))
Originally committed as revision 21161 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:44 AM Revision e2ee11e8 (ffmpeg): Use old-style RTMP handshake for old servers.
- This fixes issue streaming from Red5 server.
Patch by Art Clarke (aclarke@`echo xyzzy|sed s/y/u/|sed s/y/le/|tr z g`.... - 06:01 AM Revision 082cf971 (ffmpeg): Split h264 loop filter off h264.c.
- No meassureable speed difference on pentium dual & cathedral sample.
Originally committed as revision 21159 to svn:/... - 05:34 AM Revision 419276c5 (ffmpeg): Move svq3.o to the correct spot.
- Originally committed as revision 21158 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:30 AM Revision 903d58f6 (ffmpeg): Get rid of #include "svq3.c"
- functions called more than per mb are moved into the header, scan8 is also
as it must be known at compiletime.
The co... - 04:49 AM Revision a6836813 (ffmpeg): Better title for the file.
- Originally committed as revision 21156 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 AM Revision 845e37e7 (ffmpeg): Make sure that sfence is used after any non temporal stores.
- Originally committed as revision 30287 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:19 AM Revision 6b7c7703 (ffmpeg): Add replacements for log2f(), exp2() and exp2f() for platforms that l...
- Should fix build breakage on some platforms introduced in r21125.
Originally committed as revision 21155 to svn://sv... - 12:29 AM Revision 0941ee0f (ffmpeg): Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) f...
- Originally committed as revision 21154 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/11/2010
- 08:21 PM Revision dc0d86fa (ffmpeg): AAC: use table for cbrtf(n)*n
- The maximum length of escape_sequence is 21 bits, so adjust limit in
code to match this.
Up to 10% faster on Cortex-... - 07:55 PM Revision 4bf0faaa (ffmpeg): Remove the inclusion of unneeded headers
- Originally committed as revision 21152 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:02 PM Revision 7c8af53f (ffmpeg): AAC: escape_sequence is 21 bits max
- The maximum length of escape_sequence is 21 bits, so adjust limit in
code to match this. Also fix the comment.
Orig... - 05:45 PM Revision 5d629b72 (ffmpeg): Provide a fallback for getnameinfo() also. Patch by Martin Storsjö
- <$firstname()$firstname,st>.
Originally committed as revision 21150 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:42 PM Revision 34a65f1f (ffmpeg): Implement a fallback for struct sockaddr_storage if not available.
- Patch by Martin Storsjö <$firstname()$firstname,st>.
Originally committed as revision 21149 to svn://svn.ffmpeg.org/... - 05:42 PM Revision 33a4dbdd (ffmpeg): Check for struct sockaddr_storage. Patch by Martin Storsjö
- <$firstname()$firstname,st>.
Originally committed as revision 21148 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:32 PM Revision fdcdd539 (ffmpeg): Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsjö
- <$firstname()$firstname,st>.
Originally committed as revision 21147 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:28 PM Revision f1888474 (ffmpeg): Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$first...
- Originally committed as revision 21146 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:27 PM Revision fa053ca7 (ffmpeg): Provide fallback implementations of getaddrinfo() and freeaddrinfo().
- Patch by Martin Storsjö <$firstname()$firstname,st>.
Originally committed as revision 21145 to svn://svn.ffmpeg.org/... - 05:17 PM Revision c0018613 (ffmpeg): Check for struct addrinfo availability. Patch by Martin Storsjö
- <$firstname()$firstname,st>.
Originally committed as revision 21144 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:14 PM Revision 7e43f74a (ffmpeg): Use getaddrinfo(), if available, in resolve_host(). Patch by Martin
- Storsjö <$firstname()$firstname,st>.
Originally committed as revision 21143 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:01 PM Revision 84882df6 (ffmpeg): Check for getaddrinfo(), patch by Martin Storsjö <$firstname()$firstn...
- Originally committed as revision 21142 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:41 PM Revision c460833d (ffmpeg): fft-test: Add RDFT/IRDFT support.
- Originally committed as revision 21141 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:40 PM Revision 5b37ef8e (ffmpeg): fft-test: Replace do_mdct with a tf_transform enum and switch on it.
- Originally committed as revision 21140 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:22 PM Revision ae550ce9 (ffmpeg): 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/... - 02:21 PM Revision eebece46 (ffmpeg): Fix two RLE buffer size calculations in TSCC decoder.
- Spotted by Zhongtuan Ma.
Originally committed as revision 21138 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:36 PM Revision fd07f803 (ffmpeg): configure: allow names with spaces in enable/disable_safe
- Originally committed as revision 21137 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:07 PM Revision 63f580ea (grapes): Fix memleak
- 12:08 PM Revision f56f4149 (ffmpeg): add myself as the electronicarts demuxer maintainer
- Originally committed as revision 21136 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 AM Revision 3b3a676a (ffmpeg): 10l: Fix forgotten variable rename from r14893 (fixes issue 1675).
- Originally committed as revision 21135 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:21 AM Revision 52c0fcaf (ffmpeg): Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included...
- multiple times.
Originally committed as revision 30273 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 07:30 AM Revision 996de2fe (ffmpeg): cosmetics: {} placement.
- Originally committed as revision 30272 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:51 AM Revision 2d4970d8 (ffmpeg): oggdec: Set dts when known
- Originally committed as revision 21134 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:57 AM Revision 7ffd8332 (ffmpeg): Add missing internal.h to files calling ff_match_2uint16().
- Fixes warnings:
libavcodec/mpegvideo_enc.c:574: warning: implicit declaration of function
'ff_match_2uint16'
libavcod... - 02:52 AM Revision 2c807762 (ffmpeg): Optimize ff_snow_horizontal_compose97i.
- this makes the 9/7 C wavelet at the decoder side 22% faster.
The old code is changed to match the new in terms of the... - 01:00 AM Revision 233a8b3d (ffmpeg): Merge vertical_compose53iL0*()
- 8% faster C 5/3 wavelet at the decoder side.
Originally committed as revision 21131 to svn://svn.ffmpeg.org/ffmpeg/t... - 12:54 AM Revision 2a84512a (ffmpeg): Optimize horizontal_compose53i() by inlining inv_lift() and optimizin...
- resulting code slightly. ~30% faster C 5/3 wavelet at the decoder side.
Originally committed as revision 21130 to sv... - 12:31 AM Revision 18ca491b (ffmpeg): mkvdec: Avoid divide-by-zero crash on invalid real audio tracks
- Originally committed as revision 21129 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:31 AM Revision 24ca518b (ffmpeg): Add support for dirac in ogg
- Originally committed as revision 21128 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:31 AM Revision 66b02552 (ffmpeg): Add a function to parse Dirac's sequence header
- Originally committed as revision 21127 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:31 AM Revision c4dffe7e (ffmpeg): Export fullrange flag and color information for h.264
- Originally committed as revision 21126 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/10/2010
- 09:38 PM Revision 7bd3096f (ffmpeg): SIPR decoder for modes 8k5, 6k5 and 5k0.
- Patch by Vladimir Voroshilov and myself.
Originally committed as revision 21125 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:34 PM Revision 81e17b78 (ml): git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/G...
- 02:23 PM Revision 9ea97721 (ffmpeg): Make query_formats() increment the scaler_count after each scaler
- insertion.
Originally committed as revision 21124 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:45 PM Revision 999c23a1 (ffmpeg): Make avfilter_insert_filter() print the instance name of the
- auto-inserted scale filter, rather than the filter name, as this
provides more information.
Originally committed as ... - 01:42 PM Revision 2d187e23 (ffmpeg): Add an entry for the addition of a parameter log_ctx to
- avfilter_graph_config_links().
Originally committed as revision 21122 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:39 PM Revision 3fb8e77a (ffmpeg): Add a log context to avfilter_graph_config_links().
- Originally committed as revision 21121 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:40 AM Revision 54c5848d (ffmpeg): Remove extra empty line.
- Originally committed as revision 21120 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:57 AM Revision e6a9dd6a (ffmpeg): Use enum CodecID where appropriate.
- Originally committed as revision 21119 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:47 AM Revision e6565055 (ffmpeg): Deluxe Paint Animation demuxer
- Originally committed as revision 21118 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:41 AM Revision a1ae40fd (ffmpeg): Deluxe Paint Animation decoder
- Originally committed as revision 21117 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:08 AM Revision add5badb (ffmpeg): do not create Electronic Arts audio stream when unsupported revision2...
- Originally committed as revision 21116 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:06 AM Revision 9e2e8214 (ffmpeg): Doxy for ff_match_2uint16().
- Originally committed as revision 21115 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 AM Revision 6c060b55 (ffmpeg): Fix implicit declaration warning.
- Originally committed as revision 21114 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/09/2010
- 06:33 PM Revision c46eeae2 (ffmpeg): Add a function to match a 2 element vector of uint16_t and use it in ...
- instead of custom and bloated code to find an index into a w/h array.
Originally committed as revision 21113 to svn:... - 06:12 PM Revision aa11ce65 (ffmpeg): Make inter_level/run global again, msmpeg4 uses them.
- ... I did test but it wasnt recompiled ...
Originally committed as revision 21112 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:22 PM Revision 0366b6e1 (ffmpeg): Make some tables static again, i mistakely thought they would be used...
- places.
Originally committed as revision 21111 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:20 PM Revision 23b0072a (ffmpeg): MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as i...
- swaps R and B inputs for the existing yuv420->bgr24 routine.
Originally committed as revision 30254 to svn://svn.mpl... - 04:20 PM Revision 75dd6938 (ffmpeg): Export get_slice_type() as ff_h264_get_slice_type().
- Patch by Laurent Aimar <fenrir at videolan dot org>.
Originally committed as revision 21110 to svn://svn.ffmpeg.org/... - 02:59 PM Revision fc53b6af (ffmpeg): Split H263 encoder and decoder from common code.
- Originally committed as revision 21109 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:44 PM Revision 4b190455 (ffmpeg): Remove unused PREFETCHW macro
- Originally committed as revision 30253 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:25 PM Revision ec807410 (grapes): Add some test cases, improving the test coverage
- 02:25 PM Revision 98bc2380 (grapes): Some fixes
- 02:15 PM Revision 0940b7ec (grapes): First shot at a real config implementation
- 01:57 PM Revision ced82324 (grapes): Avoid memory overallocation for the config tags
- 01:49 PM Revision 410fd7f8 (grapes): Add Chunk Buffer test
- 01:28 PM Revision 14b86070 (ffmpeg): Add support for hard-coded MDCT-related ff_sine_windows tables.
- Originally committed as revision 21108 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:14 PM Revision c3ed3606 (grapes): Add a "destroy" call, + some random fixes (logical error in
- insert sorting, etc...)
- 12:13 PM Revision 03dddbe7 (grapes): Fix logical error in the tag searching routine
- 07:57 AM Revision b090930d (ffmpeg): Always initialize bit_depth_luma and bit_depth_chroma in the H264
- decoder which allows their usage without checking profile_idc.
Patch by Laurent Aimar (fenrir (AT) videolan org)
Or... - 03:31 AM Revision 8600106a (ffmpeg): update my email address
- Originally committed as revision 21106 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/08/2010
- 11:51 PM Revision 359e99fc (grapes): Simple insertion sort... Can be changed in shell sort later
- 11:48 PM Revision 27d8f6b6 (ffmpeg): Make the scale filter set in the input and output links only the
- respective pixel formats effectively supported by libswscale.
Originally committed as revision 21105 to svn://svn.ff... - 07:59 PM Revision a7ac9c2f (ffmpeg): Move 3 direct MV related functions that i left out from h263.c to mpe...
- Originally committed as revision 21104 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:53 PM Revision b2f4b043 (ffmpeg): Change local variable type from unsigned int to int in order to
- fix a fate test error for gcc 4.1.x introduced in revision 21069.
Originally committed as revision 21103 to svn://sv... - 07:40 PM Revision 261a3c2d (ffmpeg): Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode...
- Originally committed as revision 21102 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:31 PM Revision 1b168a42 (ffmpeg): Ignore 0-height slice in sws_scale, otherwise a final 0-height slice ...
- cause libswscale to assume the incorrect slice order and complain about
slices starting in the middle.
Originally co... - 07:10 PM Revision 7213abf6 (ffmpeg): Use h263 tables in msmpeg4v1 dont duplicate them halfway.
- Originally committed as revision 21101 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:54 PM Revision 0219e99e (ffmpeg): Release cyuv/aura decoder buffer
- Originally committed as revision 21100 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:52 PM Revision 3963a17d (ffmpeg): AAC: add a const to decode_spectrum_and_dequant() args
- Originally committed as revision 21099 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:51 PM Revision 101ada9a (ffmpeg): Rename most non static h263 tables so their name contains h263.
- Originally committed as revision 21098 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:41 PM Revision fef59a5b (ffmpeg): Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves ...
- of msmpeg4 code (one now knows where that table comes from).
Originally committed as revision 21097 to svn://svn.ffm... - 05:28 PM Revision 05b858b0 (ffmpeg): Rename DCtab_*, its a global variable and it helps understanding if m...
- is in its name.
Originally committed as revision 21096 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:15 PM Revision f9664ca0 (ffmpeg): Use the correct ByteIOContext in extradata parsing.Fixes half of issue
- 1658.
Originally committed as revision 21095 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:37 PM Revision 4536c8e6 (ffmpeg): Snow : re-indent after r21093.
- Originally committed as revision 21094 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:34 PM Revision a4bd5985 (ffmpeg): Snow : remove pointless 'if(1)'.
- Originally committed as revision 21093 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:26 PM Revision 28fbbee1 (ffmpeg): Remove useless line.
- Originally committed as revision 21092 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 PM Revision e75d2335 (ffmpeg): Fix indention.
- Originally committed as revision 21091 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:50 PM Revision 4ad04da2 (ffmpeg): Log unknown NAL code from correct context
- Originally committed as revision 21090 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:36 PM Revision 9c41353a (grapes): Update
- 02:45 PM Revision 2da16f28 (ffmpeg): Snow : use non-NULL context for av_log.
- Originally committed as revision 21089 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:33 PM Revision 8ec5a042 (ffmpeg): Cosmetics : remove duplicated comment.
- Originally committed as revision 21088 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:00 AM Revision 49d2d1c3 (ffmpeg): Explain why the level variable is magically inceased in mpeg4_encode_...
- It must be in a certain range to avoid DC overflows.
Originally committed as revision 21087 to svn://svn.ffmpeg.org/... - 08:19 AM Revision d3c01751 (ffmpeg): Fix compilation on gcc 2.95.3 (still supported) broken by r21077,
- which was due to declaring variable after code.
Originally committed as revision 21086 to svn://svn.ffmpeg.org/ffmpe... - 06:53 AM Revision 4f4687b8 (ml): tests/NVTEST1 added
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@329 a72f678d-4428-462c-85b4-08f063ced704
- 06:11 AM Revision d987a9e9 (ffmpeg): fft-test: whitespace cosmetics
- Originally committed as revision 21085 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:09 AM Revision e8c6411c (ffmpeg): Snow : release buffers allocated using avctx->get_buffer.
- Originally committed as revision 21084 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:08 AM Revision 8456462f (ffmpeg): Set bits_per_coded_sample in the raw video encoder.
- Aside from being the correct thing to do, this also
fixes issue 1299.
Originally committed as revision 21083 to svn:... - 04:00 AM Revision 51ce2207 (ffmpeg): Add a few CONFIG_MPEG4_DECODER that should be there.
- Originally committed as revision 21082 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 AM Revision f2e77e4b (ffmpeg): Improve avformat_version() doxy.
- Patch by Art Clarke.
Originally committed as revision 21081 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:04 AM Revision b827f4eb (ffmpeg): Currently, the replacement which is used if inet_aton isn't available,
- only works correctly on little-endian. The attached patch makes it endian
independent.
Patch by Martin Storsjö <$fir...
01/07/2010
- 11:53 PM Revision ca334dd1 (ffmpeg): Split the mpeg4 encoder and decoder off h263.c
- Originally committed as revision 21079 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:05 PM Revision 84f0aba1 (ffmpeg): handler can be NULL if we did not support this dynamic format (codec).
- Fixes issue 1658 (the crasher), although the format itself is obviously
still unsupported.
Originally committed as r... - 10:59 PM Revision 063e7692 (ffmpeg): Make avfilter_formats_unref(AVFilterFormats **ref) handle the case
- when *ref is NULL.
Originally committed as revision 21077 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:52 PM Revision fe592585 (ffmpeg): Use the @return doxy command, and extend documentation for the return
- value of AVFilter.query_formats.
Originally committed as revision 21076 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:51 PM Revision c4d2e41c (ffmpeg): Avoid the use of the modal auxiliary "should" in the
- AVFilter.query_formats doxy.
The doxy expresses what a function does, not what it should do.
Originally committed as... - 10:48 PM Revision e38215f2 (ffmpeg): Add multi-channel correlation support for ALS.
- Originally committed as revision 21074 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 PM Revision 516841ef (ffmpeg): Fix doxy, use third person.
- Originally committed as revision 21073 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 PM Revision 8f3c87f3 (ffmpeg): Add correct log context to av_log() calls in parse_rtpmap().
- Originally committed as revision 21072 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 PM Revision c8965800 (ffmpeg): Re-indent to more closely follow general coding standards used in other
- parts of FFmpeg. Also change a starting condition; while (condition) {
... bla = bla->next; } loop into a proper for(... - 10:33 PM Revision 59043195 (ffmpeg): Fix red/blue swap for 4xa files.
- Originally committed as revision 21070 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision 99c5f5cc (ffmpeg): Optimize short-term prediction by reducing index arithmetic.
- Originally committed as revision 21069 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:25 PM Revision 9a02c3e1 (ffmpeg): Silence calls to git in version.sh.
- Originally committed as revision 21068 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:23 PM Revision 8202d905 (ffmpeg): Check for VERSION in source dir.
- Originally committed as revision 21067 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:11 PM Revision 715cff9a (ffmpeg): Add an entry for the sws_isSupportedInput() and
- sws_isSupportedOutput() functions addition.
Originally committed as revision 21066 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:07 PM Revision 8e9767f6 (ffmpeg): Implement sws_isSupportedInput() and sws_isSupportedOutput().
- Originally committed as revision 30236 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:54 PM Revision 31c194e7 (ffmpeg): Check for snapshot_version in source dir.
- Originally committed as revision 21065 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:01 PM Revision 40be1074 (grapes): first shot at a chunkbuffer API...
- 03:46 PM Revision 46244c64 (ffmpeg): Add some const qualifiers.
- Originally committed as revision 21064 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 PM Revision 616251c9 (ffmpeg): Document decide_ac_pred() and restore_ac_coeffs().
- Originally committed as revision 21063 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:31 PM Revision d6856c57 (ffmpeg): Move restore_ac_coeffs() call into decode_ac_pred().
- This makes decode_ac_pred() easier to understand.
Originally committed as revision 21062 to svn://svn.ffmpeg.org/ffm... - 03:24 PM Revision 0dc5dc08 (ffmpeg): Move restore_ac_coeffs() up so its declared before its use.
- Originally committed as revision 21061 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 PM Revision 64f716b4 (ffmpeg): More doxy
- Originally committed as revision 21060 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:56 PM Revision 7cd9fe48 (ffmpeg): Document ff_h263_show_pict_info().
- Originally committed as revision 21059 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision 4fea0482 (ffmpeg): Factorize if() surrounding every ff_h263_show_pict_info() call.
- Originally committed as revision 21058 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:24 AM Revision 9ea7f03a (ffmpeg): Always set the destination address even if no port was found.
- Patch by Martin Storsjo (martin AT martin DOT st)
Originally committed as revision 21057 to svn://svn.ffmpeg.org/ffm... - 08:11 AM Revision c47b0738 (ffmpeg): 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/ffm... - 07:13 AM Revision bb34acd8 (ffmpeg): Remove const to avoid a bunch of GCC warnings against discarded quali...
- incompatible pointer type.
Originally committed as revision 30234 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 06:32 AM Revision 0b60f3bd (ffmpeg): 2 more if(CONFIG_*_DECODER)
- Originally committed as revision 21055 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 AM Revision d7525cba (ffmpeg): Split out intel H263 decoder.
- Originally committed as revision 21054 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:20 AM Revision 515a5438 (ffmpeg): flv.h should ideally be included in flvdec.c
- Originally committed as revision 21053 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:41 AM Revision 6a14a157 (ffmpeg): Move forgotton "AVCodec flv_encoder" over to flvenc.c.
- Originally committed as revision 21052 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:36 AM Revision a0b0d753 (ffmpeg): Split flv decoding out.
- Originally committed as revision 21051 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:42 AM Revision eb523769 (ffmpeg): Split out flv encoding.
- Originally committed as revision 21050 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:01 AM Revision f8673787 (ffmpeg): Document aspect_to_info().
- Originally committed as revision 21049 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 AM Revision f0161594 (ffmpeg): Cleanup aspect_to_info().
- Originally committed as revision 21048 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:54 AM Revision 214cb565 (ffmpeg): Document several more things.
- Originally committed as revision 21047 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:40 AM Revision b0704443 (ffmpeg): Document *VLC_BITS.
- Originally committed as revision 21046 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:36 AM Revision 046be929 (ffmpeg): Simplify h263_get_picture_format().
- Originally committed as revision 21045 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 AM Revision 5149048b (ffmpeg): Mark h263_get_picture_format() av_const to indicate that it has no funny
- sideeffects and reads no global memory.
Originally committed as revision 21044 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:30 AM Revision 7a05b0a6 (ffmpeg): Document h263_get_picture_format().
- Originally committed as revision 21043 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:15 AM Revision 036c1382 (ffmpeg): Fix stream copy & transcoding one stream at the same time.
- Fixes issue1660.
Originally committed as revision 21042 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:50 AM Revision 9f907d85 (ffmpeg): Correct indention.
- Originally committed as revision 21041 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:47 AM Revision 8157483d (ffmpeg): Move the definitions of data_buf and data_size closer to where they a...
- Originally committed as revision 21040 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/06/2010
- 11:15 PM Revision 07f2a575 (ffmpeg): 100l: Fix compilation after r21037.
- Originally committed as revision 21039 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:40 PM Revision 2efcf292 (ffmpeg): Stop the approximation in bessel() once it does no longer improve.
- This is faster.
Originally committed as revision 21038 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:51 PM Revision 9df9b810 (ffmpeg): Handle more ADPCM codecs in av_get_bits_per_sample().
- This removes some special-case code from riff.c.
CODEC_ID_ADPCM_G726 is still handled in riff.c as before because it ... - 04:22 PM Revision 1e289b09 (ffmpeg): Add an entry for the avfilter_add_colorspace() API change.
- Originally committed as revision 21036 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:19 PM Revision c1d662fd (ffmpeg): Change avfilter_add_colorspace() to make it accept **avff rather than
- *avff, so that an AVFilterFormats struct is created and returned by
the function if *avff is NULL.
Make the function... - 01:49 PM Revision 76597127 (ffmpeg): Fix entry on concatenating multiple yuv4mpegpipe streams.
- patch by John Van Sickle, john.vansickle gmail com
Originally committed as revision 21033 to svn://svn.ffmpeg.org/ff...
01/05/2010
- 08:14 PM Revision 418a287c (ffmpeg): add another mjpeg fourcc to riff.c list
- Originally committed as revision 21032 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:25 PM Revision 643bae38 (ffmpeg): Use correct context for av_log(), should prevent a crash for malforme...
- Patch by Francesco Lavra (francescolavra at interfree dot it).
Originally committed as revision 21031 to svn://svn.f... - 10:18 AM Revision 50fe1696 (ffmpeg): Add a few explanatory comments to cornercase workarounds.
- Originally committed as revision 21030 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:16 AM Revision 71fe4573 (ffmpeg): Replace array operator [] with direct access via pointer.
- Solves issue 1657.
Originally committed as revision 21029 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:14 AM Revision 6698d139 (ffmpeg): Cosmetics: Fix indentation and comment after r21027.
- Originally committed as revision 21028 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:11 AM Revision 4235c98e (ffmpeg): Support decoding raw 2bpp in mov, fixes issue 1528.
- Originally committed as revision 21027 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 0a1e1510 (ffmpeg): Improve readability of 4bpp raw decoder and prepare for supporting 2bpp.
- Originally committed as revision 21026 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/04/2010
- 10:59 PM Revision 7b1312fa (ffmpeg): cosmetics, remove useless parentheses, add space
- Originally committed as revision 21025 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 PM Revision a510991c (ffmpeg): simplify error handling in mov_read_default
- Originally committed as revision 21024 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 PM Revision cb41b2b6 (ffmpeg): remove no more needed MOVAtom.offset field
- Originally committed as revision 21023 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 PM Revision 7ead7e21 (ffmpeg): remove useless code skipping data at end of hdlr atom, already done i...
- Originally committed as revision 21022 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 PM Revision 2e87e714 (ffmpeg): Register myself as libdirac libschroedinger and libtheora maintainer
- Originally committed as revision 21021 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:55 PM Revision 0e59034e (ffmpeg): Remove forward declarations.
- Originally committed as revision 21020 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision 0e426b7a (ffmpeg): Reindent after last commit
- Originally committed as revision 21019 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:25 PM Revision 846b2316 (ffmpeg): Add missing "static" qualifier
- Originally committed as revision 21018 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:55 PM Revision 7f6a384a (ffmpeg): Mark http_log() as static; it is only used in this file.
- Originally committed as revision 21017 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:29 PM Revision abf649c7 (ffmpeg): Fix VDPAU check to avoid printing spurious messages to the console.
- Originally committed as revision 21016 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 PM Revision f3b93c46 (ml): fixing repoclient getPeers bug
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@313 a72f678d-4428-462c-85b4-08f063ced704
- 03:52 PM Revision a2e6a14b (ffmpeg): Add myself as HTTP maintainer.
- Originally committed as revision 21015 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:06 PM Revision 68d7cb0b (ffmpeg): Do not print libvdpau upgrade advice on platforms without vdpau
- headers installed.
Originally committed as revision 21014 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:21 PM Revision b02e9c96 (ffmpeg): The H.263 wrong_run table is only for encoding; only enable it in suc...
- patch by avcoder, ffmpeg gmail com
Originally committed as revision 21013 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:23 AM Revision 81774dd0 (ffmpeg): VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks ...
- Originally committed as revision 21012 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:19 AM Revision 5716aec3 (ffmpeg): Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,
- so we can't use SSE-optimized routines.
Originally committed as revision 21011 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:52 AM Revision 2cf9c7ef (ffmpeg): Add support for these widely-used iTunes metadata fields: Album Artist,
- Grouping, and Lyrics.
Originally committed as revision 21010 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:08 AM Revision 5ff84183 (ffmpeg): Make avfilter_all_colorspaces() add to the returned list of pixel
- formats only the non-HW-accelerated formats, for which there is no
sense in filtering.
Originally committed as revis...
01/03/2010
- 10:29 PM Revision a2b16627 (ffmpeg): Add an entry for the avfilter_add_colorspace() API addition.
- Originally committed as revision 21008 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision 4fd1f187 (ffmpeg): Implement avfilter_add_colorspace().
- Originally committed as revision 21007 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:21 PM Revision fa4dc9f0 (ffmpeg): Document avcodec_pix_fmt_to_codec_tag().
- Originally committed as revision 21006 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:20 PM Revision 634116df (ffmpeg): Prefer enum PixelFormat over int for the type of the format parameter
- of getSubSampleFactors().
Originally committed as revision 30184 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 02:35 PM Revision 997980f0 (ffmpeg): Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
- swscale_configuration() and swscale_license() functions, consistent
with the rest of FFmpeg.
Originally committed as... - 02:31 PM Revision 41600690 (ffmpeg): Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
- XXX_license() functions, consistent with the rest of FFmpeg.
Originally committed as revision 21005 to svn://svn.ffm... - 10:43 AM Revision 8040c3b2 (ffmpeg): Define device_try_init() as static in libavdevice/v4l2.c.
- Patch by Reinhard Tartler (siretart AT tauware DOT de).
Originally committed as revision 21004 to svn://svn.ffmpeg.o... - 12:22 AM Revision f412d5e9 (ffmpeg): Simplify usePal() macro, make it use av_pix_fmt_descriptors.
- Originally committed as revision 30172 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:09 AM Revision b3cf7cb1 (ffmpeg): Simplify getSubSampleFactors(), make it use the values provided by
- av_pix_fmt_descriptors().
Originally committed as revision 30171 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
01/02/2010
- 05:48 PM Revision 4a128945 (ffmpeg): Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 sin...
- causes no significant speed difference and can avoid compilation issues with
--enable-pic.
Originally committed as r... - 12:29 PM Revision cd44b2e3 (ffmpeg): 10l, my last commit (r21001) broke regression tests.
- FATE tests might need updating too.
Originally committed as revision 21002 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:15 PM Revision 4e2c08c5 (ffmpeg): Small ELBG optimization: use last pixel as a initial guess for the co...
- entry.
Originally committed as revision 21001 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/01/2010
- 11:56 PM Revision aa13b573 (ffmpeg): Use av_match_ext() in place of the deprecated match_ext() function.
- Originally committed as revision 21000 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:53 PM Revision 79c2f2d3 (ffmpeg): Add an entry for the av_match_ext() addition.
- Originally committed as revision 20999 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 PM Revision 8eb631fa (ffmpeg): Deprecate match_ext() in favor of av_match_ext(), and mark it for
- deletion at the next major bump.
Originally committed as revision 20998 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:32 PM Revision 24b207b5 (ffmpeg): Adjust threshold for xvid packed b frame detection.
- Also add xvid_build check.
If you note any packed bitstream regression, check this commit first and report it.
Fixes ... - 09:07 PM Revision 6c587587 (ffmpeg): It appears s->bitstream_buffer_size has to be 0 at the end so rather ...
- Originally committed as revision 20996 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:07 PM Revision 7a78bc85 (ffmpeg): Update this_year value.
- Originally committed as revision 20995 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:58 PM Revision 0f52ef1a (ffmpeg): Use av_guess_format() in place of the deprecated guess_format().
- Originally committed as revision 20994 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 PM Revision 94b1f338 (ffmpeg): Reindent.
- Originally committed as revision 20993 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:50 PM Revision bb1a8793 (ffmpeg): Add an entry for the av_guess_format() addition.
- Originally committed as revision 20992 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 PM Revision a1f547b9 (ffmpeg): Deprecate guess_format() in favor of av_guess_format().
- Originally committed as revision 20991 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 PM Revision debe86bf (ffmpeg): Fix typo.
- Originally committed as revision 20990 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:28 PM Revision 702d0a9e (ffmpeg): Remove residual use of the doxygen markup which is deprecated,
- consistent with r19122.
Originally committed as revision 20989 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:46 AM Revision f514b4f9 (ffmpeg): Do not needlessly use the BP register in x86_64-specific code, there are
- enough other registers available that are less likely to cause issues.
Originally committed as revision 30160 to svn...
12/31/2009
- 04:38 PM Revision f48b0fa2 (ffmpeg): Document guess_format().
- Originally committed as revision 20988 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:12 PM Revision 1642ee43 (ffmpeg): Deprecate and mark for deletion the function guess_stream_format(),
- and clone its code to ffserver_guess_format() in ffserver.c.
guess_stream_format() is hackish since it relies on som... - 01:27 AM Revision f9310cbb (ffmpeg): Remove unused function msmpeg4_memsetw().
- It is an exact duplicate of memsetw() in h263.c.
Originally committed as revision 20986 to svn://svn.ffmpeg.org/ffmp... - 01:08 AM Revision f27fd362 (ffmpeg): Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-...
- Originally committed as revision 20985 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/30/2009
- 10:58 PM Revision e1bd945b (ffmpeg): Support raw black&white in mov, fixes issue 1654.
- Originally committed as revision 20984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:12 PM Revision 759dc2b6 (ffmpeg): Remove outdated comments.
- Originally committed as revision 20983 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:19 PM Revision d7250724 (ffmpeg): Rename internal function
- sdp_read_packet -> rtsp_fetch_packet
This way describes slightly better what it does.
Originally committed as revis... - 04:10 PM Revision 20390e31 (ffmpeg): cosmetics: Move MPEG-4 encoding functions around to avoid forward dec...
- Originally committed as revision 20981 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:08 PM Revision df8d98c4 (ffmpeg): 10l: Move ff_mpeg4_pred_dc() to an appropriate place.
- It is used by both encoders and decoders and should not be below
a CONFIG_ENCODERS preprocessor check.
Originally co... - 02:51 PM Revision 2a992f46 (ffmpeg): cosmetics: Move MPEG-4 decoding functions around to avoid forward dec...
- Originally committed as revision 20979 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 PM Revision 1436f317 (ffmpeg): cosmetics: Move H.263-related functions around to avoid forward decla...
- Originally committed as revision 20978 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 PM Revision 8380edd9 (ffmpeg): cosmetics: Reorder functions to avoid forward declarations.
- Originally committed as revision 20977 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:48 PM Revision 941870cd (ffmpeg): Remove unnecessary forward declaration for msmpeg4_memsetw().
- Originally committed as revision 20976 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:33 AM Revision 4052cbf1 (ffmpeg): Get rid of pointless CONFIG_ANY_H263 preprocessor definition.
- Originally committed as revision 20975 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 AM Revision af818f7a (ffmpeg): Add required header #includes for mpegvideo.h and config.h.
- Originally committed as revision 20974 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:07 AM Revision 716d1c2a (ffmpeg): Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.
- It is just a logical OR of several decoder definitions, all of which depend on
CONFIG_H263_DECODER. So it can just be... - 02:09 AM Revision af8a008a (ffmpeg): Get rid of pointless CONFIG_WMV_DECODER definition.
- Originally committed as revision 20972 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 AM Revision d702a2e6 (ffmpeg): Get rid of pointless CONFIG_WMV2 definition.
- Originally committed as revision 20971 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:01 AM Revision b928b1bb (ffmpeg): Simplify CONFIG_ANY_H263_DECODER preprocessor definition:
- There is no need to list decoders that enable the H.263 decoder anyway.
Originally committed as revision 20970 to sv...
12/29/2009
- 06:26 PM Revision 7c5417ef (ffmpeg): Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER.
- Originally committed as revision 20969 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:20 PM Revision 547fc46c (ffmpeg): Remove pointless CONFIG_MLP_DECODER preprocessor check.
- The file is only ever compiled if the MLP decoder is enabled.
Originally committed as revision 20968 to svn://svn.ff... - 05:16 PM Revision c46b024e (ffmpeg): Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser.
- Originally committed as revision 20967 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:18 PM Revision 2cca233b (ffmpeg): The MLP decoder depends on the MLP parser.
- Originally committed as revision 20966 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:48 PM Revision aec09a00 (ffmpeg): Enable the TrueHD decoder when the MLP decoder is enabled.
- They share all code, there is no point in enabling one but not the other.
Originally committed as revision 20965 to ... - 01:14 PM Revision 5b423887 (ffmpeg): Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in c...
- Originally committed as revision 20964 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 PM Revision a80459fd (ffmpeg): Fix colours for QT JPEG2000, fixes issue 1540.
- Originally committed as revision 20963 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:53 AM Revision 484d1464 (ffmpeg): Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes is...
- Originally committed as revision 20962 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:42 AM Revision f1e94694 (ffmpeg): Declare AAC parser dependencies in configure.
- This affects the AAC decoder, S/PDIF muxer and ADTS to ASC bitstream filter.
Originally committed as revision 20961 ... - 11:40 AM Revision 997f0e20 (grapes): Move the prototypes of the chunk ID set encoding/decoding functions
- to a separate header file (trade_sig_la.h)
- 11:33 AM Revision 0788ac67 (ffmpeg): The S/P-DIF muxer depends on mpeg4audio.o.
- Originally committed as revision 20960 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 AM Revision f95bfab0 (ffmpeg): Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in con...
- Originally committed as revision 20959 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:13 AM Revision 9caa7ba4 (ffmpeg): Add myself as VAAPI maintainer.
- Originally committed as revision 20958 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:48 AM Revision 07c9f6f6 (ffmpeg): Add H.264 bitstream decoding through VAAPI.
- Originally committed as revision 20957 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 AM Revision 5f000d5f (ffmpeg): vc1_parser.o does not depend on h263dec.o and intrax8.o.
- Originally committed as revision 20956 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/28/2009
- 10:46 PM Revision 322aa1e2 (ffmpeg): Do not explicitely set thread_count in the codec context.
- This is already done by avcodec_thread_init().
Patch by Michael Dorr <dorr <at> inb.uni-luebeck.de>.
Originally com... - 09:49 PM Revision de4898a2 (ffmpeg): Set thread_count in the decoder before to open it.
- This is safer since avcodec_open() may initialize some structure using
the thread_count default value which will be c... - 06:05 PM Revision a8beb22f (ffmpeg): Declare dependencies of RV10/RV20 decoders on the H.263 decoder in co...
- Originally committed as revision 20953 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:00 PM Revision 4414137e (ffmpeg): Declare dependencies for H.263 family decoders in configure.
- Originally committed as revision 20952 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:45 PM Revision 7f647ae0 (ffmpeg): Declare the dependency of the H.263 decoder on the H.263 parser in co...
- Originally committed as revision 20951 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:36 PM Revision f34121f3 (ffmpeg): Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.
- CONFIG_ANY_H263_ENCODER is just a logical OR of H.263 family definitions,
for which the build system enables CONFIG_H... - 03:27 PM Revision 3f35415d (ffmpeg): cosmetics: Remove pointless '#if 1' preprocessor directives.
- Originally committed as revision 20949 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 PM Revision e6d3534f (ffmpeg): Use VA_INVALID_ID instead of hard coded values.
- Originally committed as revision 20948 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:56 PM Revision 4b771966 (grapes): Merge branch 'chunkidset'
- 02:53 PM Revision fbf9b525 (grapes): Add support for metadata in the chunk ID set encoding
- 02:17 PM Revision 0188740e (grapes): Some small changes to the tests makefile
- 02:17 PM Revision 7d421984 (grapes): Add a simple Makefile for the som directory
- 02:00 PM Revision c373f61d (ffmpeg): Add "Hardware acceleration" section to MAINTAINERS. Move vdpau* to th...
- Originally committed as revision 20947 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 PM Revision d3d1eae6 (ffmpeg): Remove a useless local variable.
- Originally committed as revision 20946 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:38 PM Revision cd7bfe40 (ffmpeg): Remove outdated comment
- Originally committed as revision 20945 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 PM Revision b3fbe02c (ffmpeg): Remove an unneeded local variable.
- Originally committed as revision 20944 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:05 PM Revision c887b30d (ffmpeg): Remove unused variable, fixes the warning:
- libswscale/swscale_template.c:2575: warning: unused variable ‘srcFormat’
Originally committed as revision 30132 to s... - 12:01 PM Revision 78638628 (ffmpeg): Mark conditionally used variable as av_unused, fixes the warning:
- cmdutils.c:576: warning: unused variable ‘filter’
Originally committed as revision 20943 to svn://svn.ffmpeg.org/ffm... - 11:37 AM Revision 416441e9 (grapes): Merge branch 'chunkidset'
- 11:24 AM Revision 412fbdcc (grapes): ChunkID set encoding/decoding functions
- 11:01 AM Revision 286ee331 (grapes): Beginning of a chunk ID set implementation
- 09:28 AM Revision bfd2c457 (grapes): Chunk sending test
- 09:20 AM Revision 6774d943 (grapes): Merge branch 'master' into chunktrading
- 09:14 AM Revision 48e3960d (grapes): Move the net_helper in a more common place
- 09:06 AM Revision 7818ee58 (grapes): Import the chunk delivery stuff
- 09:03 AM Revision 8b086712 (ffmpeg): Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param().
- Originally committed as revision 20942 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 AM Revision 36ad2b3e (ffmpeg): Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().
- Originally committed as revision 20941 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/27/2009
- 09:31 PM Revision 6399c17d (ffmpeg): Use different dynamic payload types for audio and video.
- Originally committed as revision 20940 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:40 PM Revision bac24dd2 (ffmpeg): 2nd try on documenting av_gcd().
- Originally committed as revision 20939 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:32 PM Revision 43ad88e5 (ffmpeg): Remove commented-out debug console output.
- Originally committed as revision 20938 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:28 PM Revision 5ddd075d (ffmpeg): cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODE...
- This avoids a bunch of "‘foo’ declared ‘static’ but never defined" warnings
when compiling with encoders disabled.
O... - 02:07 PM Revision da937668 (ffmpeg): 16-bit Interplay video does not need palette control
- Originally committed as revision 20936 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:20 PM Revision 03703cb3 (ffmpeg): Document av_gcd().
- Originally committed as revision 20935 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:12 AM Revision a69be798 (ffmpeg): Add missing opcodes for 16-bit Interplay Video decoding and finally e...
- Originally committed as revision 20934 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 AM Revision dcfb0cad (ffmpeg): 16-bit Interplay Video stores motion vector data at the end of frame,
- so initialize data pointers for 16-bit variant and read motion vectors
as supposed in corresponding opcodes.
Origina... - 08:56 AM Revision e09cdc72 (ffmpeg): 10l trocadero: forgot one case where picture linesize should be used
- Originally committed as revision 20932 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:53 AM Revision 5b8ebb3f (ffmpeg): cosmetics: reindent and break long lines after last commits
- Originally committed as revision 20931 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 AM Revision 5a8cf39e (ffmpeg): Add 16-bit image data handling (but not decoding yet) to Interplay Video
- Originally committed as revision 20930 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:38 AM Revision 80fec3ff (ffmpeg): Use frame linesize in Interplay Video block copying function
- Originally committed as revision 20929 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:31 AM Revision 80ca19f7 (ffmpeg): Make CHECK_STREAM_PTR macro in Interplay Video decoder usable with
- non-default pointers, it will be useful for checking motion values
data in 16-bit variant of this codec.
Originally ... - 08:21 AM Revision 8badb23e (ffmpeg): Recognize 16-bit Interplay Video variant
- Originally committed as revision 20927 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:15 AM Revision 9156a5ad (ffmpeg): Change main loop in Interplay Video decoder, so variables x and y rea...
- coordinates, not offsets.
Originally committed as revision 20926 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/26/2009
- 11:33 AM Revision 66d23c96 (ffmpeg): Use common regression test functions in ffserver regression test script.
- This makes the ffserver regression test more portable.
Originally committed as revision 20925 to svn://svn.ffmpeg.or... - 11:24 AM Revision 3d147064 (ffmpeg): Replace ` ` syntax by $( ) in regression test shell scripts.
- The latter syntax variant is more readable and easier to nest.
Originally committed as revision 20924 to svn://svn.f... - 11:07 AM Revision b03a63d1 (ffmpeg): Fix cdg reference and buffer_hints value:
- reference must be 3 because both "fields" are used as reference,
and buffer_hints must include readable since we migh... - 10:59 AM Revision f877954f (ffmpeg): Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.
- Originally committed as revision 20922 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/25/2009
- 09:01 PM Revision 37ce3d6b (ffmpeg): Do not copy codec_tag in stream copy case if it is associated with a ...
- fixes issue1568
Originally committed as revision 20921 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:32 PM Revision a6831e88 (ffmpeg): Use positive logic, improve readability, consistent with r20877.
- Originally committed as revision 20920 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:13 PM Revision 0fb669ae (ffmpeg): cosmetics: reindent
- Originally committed as revision 20919 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/24/2009
- 12:13 PM Revision 43a6ca2c (ffmpeg): cosmetics: Reformat some function declarations.
- Originally committed as revision 20918 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision 25182289 (ffmpeg): Remove some unused variables, fixes the warnings:
- libavformat/rtmppkt.c:350: warning: unused variable ‘i’
libavformat/rtmppkt.c:349: warning: unused variable ‘base’
O...
12/23/2009
- 09:23 PM Revision 76faff6e (ffmpeg): Add support for mp3 over RTP in rtpdec.c
- Originally committed as revision 20916 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:01 PM Revision ce293510 (ffmpeg): Auravision Aura 2 decoder
- Originally committed as revision 20915 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 PM Revision 588f8cd8 (ffmpeg): Add Auravision Aura decoding support
- Originally committed as revision 20914 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 AM Revision c5879106 (ffmpeg): There is no need to print FFmpeg or codec name in error message
- Originally committed as revision 20913 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 AM Revision 55903423 (ffmpeg): cosmetics: correct formatting a bit
- Originally committed as revision 20912 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/22/2009
- 08:09 AM Revision 1a91f1a0 (ffmpeg): ARM: use ALT_BITSTREAM_READER on cores with fast unaligned access
- Originally committed as revision 20911 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/21/2009
- 10:44 PM Revision f69d394f (ffmpeg): Satisfy grammatical nits.
- Originally committed as revision 20910 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:53 PM Revision 3f7bb426 (ffmpeg): Implement a -pix_fmts option for listing all the supported pixel
- formats.
Originally committed as revision 20909 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:50 PM Revision dc7f38f5 (ffmpeg): Re-add missing "@end table" which was erroneously removed in the
- previous commit.
Originally committed as revision 20908 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:32 PM Revision 5f6cb6eb (ffmpeg): Factorize common options documentation.
- Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:20 AM Revision 870e0150 (ffmpeg): Add -?, -help, and --help as alternative options to get help.
- Originally committed as revision 20906 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 AM Revision 7f11e745 (ffmpeg): Print usage instead of help when no files are specified.
- Originally committed as revision 20905 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:12 AM Revision 0c2a18cb (ffmpeg): Split show_usage() out of show_help().
- Originally committed as revision 20904 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:10 AM Revision 8319aefe (ffmpeg): Add a general [options] to the basic usage string.
- Originally committed as revision 20903 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:09 AM Revision 27daa420 (ffmpeg): First print the program description and then the basic usage line.
- Originally committed as revision 20902 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:59 AM Revision aaba7e6c (ffmpeg): Remove parameters no longer used in h[yc]scale().
- Originally committed as revision 30099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:54 AM Revision a1f4b4bb (ffmpeg): Move fast bilinear scaler code to the existing h[yc]scale_fast() func...
- Originally committed as revision 30098 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:41 AM Revision bb53e1d1 (ffmpeg): Rename function pointers used to convert from the input pixel format ...
- intermediate YV12 to a more descriptive name.
Originally committed as revision 30097 to svn://svn.mplayerhq.hu/mplay... - 01:34 AM Revision e7a47515 (ffmpeg): Check if chroma horizontal scaler is needed in sws_init_swScale().
- Originally committed as revision 30096 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:30 AM Revision 6f9771d7 (ffmpeg): Remove unused fields from SwsContext.
- Originally committed as revision 30095 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
12/20/2009
- 05:42 PM Revision d3243d14 (ffmpeg): Indentation.
- Originally committed as revision 30087 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:15 PM Revision e77ddfa2 (ffmpeg): Indent.
- Originally committed as revision 30086 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:09 PM Revision b501a1f5 (ffmpeg): Set fast_bilinear functions in sws_init_swScale().
- Originally committed as revision 30085 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 04:32 PM Revision bae76dc3 (ffmpeg): Set horizontal scaler's range conversion in context in sws_init_swSca...
- Originally committed as revision 30082 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 04:31 PM Revision c1977fbb (ffmpeg): Add new fields for the VDPAU/MPEG-4 back-end.
- Originally committed as revision 20901 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:21 PM Revision 84011f10 (ffmpeg): Set horizontal scaler's src offsets in context in sws_init_swScale().
- Originally committed as revision 30081 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
12/19/2009
- 06:41 PM Revision cb397689 (ffmpeg): Add long_name for Xxan codec.
- Originally committed as revision 20900 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:04 PM Revision 0080402d (ffmpeg): Improve handling allocated buffers in Xan decoder
- Originally committed as revision 20899 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:39 PM Revision 2628f515 (ffmpeg): cosmetics: reindent a bit
- Originally committed as revision 20898 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:05 PM Revision a8eb8de4 (ffmpeg): Add tables used by both AMR-NB and SIPR
- Originally committed as revision 20897 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:34 AM Revision da8af938 (ffmpeg): Cosmetic: indent after last change.
- Originally committed as revision 20896 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:33 AM Revision e6e32bdc (ffmpeg): Optimize unpack_vectors() by not shuffling around redundant vectors.
- Inspired by guidance from Dark Shikari. On a Core 2 Duo 2.0 GHz, this
change decodes the 10-minute Big Buck Bunny 108...
12/18/2009
- 03:50 PM Revision b2cc8111 (ffmpeg): More sane error message when extradata has not been set.
- Originally committed as revision 20894 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:42 AM Revision 646eb551 (ffmpeg): Swap red and blue when decoding r210.
- Originally committed as revision 20893 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:03 AM Revision 2c2a167c (ffmpeg): It appears that waveformatextensible is mandatory for more cases than
- just channels>2. The 16bit case is from MSDN, the 48khz is from less a reliable
www page (sorry i cant find the URL a...
12/17/2009
- 06:56 PM Revision 4aaab0a3 (ffmpeg): Add decoder for R210 (uncompressed 10-bit RGB) codec.
- Originally committed as revision 20891 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:25 PM Revision a3d995c1 (ffmpeg): CD+G demuxer and decoder
- Patch by Michael Tison (gmail address: blackspike@....)
Originally committed as revision 20890 to svn://svn.ffmpeg.o... - 01:05 PM Revision 8993535c (ffmpeg): 10l : make sure probe buffer is large enough.
- Originally committed as revision 20889 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 AM Revision 118b1b87 (ml): code cleanup
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@291 a72f678d-4428-462c-85b4-08f063ced704
12/16/2009
- 09:24 PM Revision 134271c2 (ffmpeg): Only add 1 index entry per keyframe.
- Idea from a patch by samsung.
Originally committed as revision 20888 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:46 PM Revision c3abb551 (ffmpeg): Set bits_per_raw_sample appropriately in dpx decoder.
- Originally committed as revision 20887 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:18 PM Revision 22ff3361 (ffmpeg): Parse ID3v[12] metadata from TTA files.
- As a side-effect, this commit also fixes issue 1310.
Originally committed as revision 20886 to svn://svn.ffmpeg.org/... - 05:15 PM Revision 5c910fca (ffmpeg): Cosmetics: make celp_filters.* formatting more consistent with the re...
- FFmpeg
Originally committed as revision 20885 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:09 PM Revision 6ef607c2 (ffmpeg): Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests.
- Originally committed as revision 20884 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:08 PM Revision 5ad14c6c (ffmpeg): List myself as the maintainer of celp_filters.*
- Originally committed as revision 20883 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision 18eb23db (ffmpeg): Update ffm reference checksums as a result of r20869.
- Originally committed as revision 20882 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:49 PM Revision 4aaebf78 (ffmpeg): Reply to RTMP ping with the same value as received by client.
- Patch by Martin Storsjö ($name at $name dot \163\164)
Originally committed as revision 20881 to svn://svn.ffmpeg.org... - 12:08 PM Revision 0fc2c0f6 (ffmpeg): Add -vlang option to set ISO 639 video stream language code.
- This is similar to existing -alang & -slang options.
Patch by Matthieu Crapet m${surname} ^ gmail com.
Originally c... - 11:39 AM Revision b0bc928b (ffmpeg): Undo r20874: It broke AAC decoding.
- Originally committed as revision 20879 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/15/2009
- 11:41 PM Revision 18a49f11 (ffmpeg): Remove unused variable, fixes the warning:
- libavformat/apetag.c:38: warning: unused variable `l'
Originally committed as revision 20878 to svn://svn.ffmpeg.org... - 11:25 PM Revision 06a3c9c4 (ffmpeg): Use positive logic in opt_target() for selecting the PAL/others
- options, make its semantics mildly easier to compile by human minds.
Originally committed as revision 20877 to svn:/... - 08:36 PM Revision e6db28ce (ffmpeg): Simplify freeing of audio_language and subtitle_language.
- Patch by Matthieu, mcrapet gmail com
Originally committed as revision 20875 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:29 PM Revision 1a0053fd (ml): fixed compile issue in ml Makefile
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@285 a72f678d-4428-462c-85b4-08f063ced704
- 06:29 PM Revision 69727bb9 (ml): fix stun.c compilation error on amd64
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@284 a72f678d-4428-462c-85b4-08f063ced704
- 03:57 PM Revision 257c7147 (ffmpeg): Use enum and constant to avoid three icc warnings.
- Originally committed as revision 20874 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:46 PM Revision 798e589d (ffmpeg): Fix a typo in documentation.
- Originally committed as revision 20873 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom