Activity
From 03/14/2009 to 04/12/2009
04/12/2009
- 10:49 PM Revision cc3a2486 (ffmpeg): Move addition of MMX-OBJS to OBJS into common.mak instead of duplicat...
- Originally committed as revision 29175 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:48 PM Revision c5662879 (ffmpeg): Move addition of MMX-OBJS to OBJS into common.mak instead of duplicat...
- Originally committed as revision 18478 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision 457eed72 (ffmpeg): whitespace cosmetics: Reindent a few lines and break a few excessivel...
- Originally committed as revision 29174 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:48 PM Revision 8bf7a510 (ffmpeg): Fix wrong size computation for buffer. Patch is part of
- netgem's changeset.
Originally committed as revision 18477 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:45 PM Revision 5137235e (ffmpeg): Remove gcc_fixes.h. It only contains workarounds for unsupported gcc ...
- Originally committed as revision 18476 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:42 PM Revision 788cca41 (ffmpeg): Remove AltiVec optimizations for Snow. They are hindering the develop...
- of Snow, which is still in flux.
Originally committed as revision 18475 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:43 PM Revision d225a1e2 (ffmpeg): Fix 2 access units in a packet mp4s.
- Fixes issue944 and possibly others.
Originally committed as revision 18474 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:40 PM Revision ead79335 (ffmpeg): Get rid of the non sensical idea of using the current picture for mis...
- reference pictures.
Originally committed as revision 18473 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:21 PM Revision 256299d3 (ffmpeg): Factorize field_end() out.
- Originally committed as revision 18472 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 PM Revision 7824b129 (ffmpeg): Assert that the first list1 entry is a reference frame.
- Originally committed as revision 18471 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:17 PM Revision 238ef6da (ffmpeg): Add a av_fast_malloc function and replace several uses of av_fast_rea...
- thus avoiding potential memleaks and pointless memcpys.
Originally committed as revision 18470 to svn://svn.ffmpeg.o... - 12:25 PM Revision 9bf993a5 (ffmpeg): Use void * instead of uint8_t * for the destination buffer for dsp.bs...
- where easily possible (mimic, eatqi, 4xm).
This allows to avoid a typecast.
Originally committed as revision 18469 t... - 12:03 PM Revision 0c13bbf5 (ffmpeg): av_destruct_packet_nofree deprecation explained in APIchanges
- Originally committed as revision 18468 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 AM Revision 55775b09 (ffmpeg): Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic ...
- Originally committed as revision 18467 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:06 AM Revision 53bd67ec (ffmpeg): Document pbBufPtr().
- Originally committed as revision 18466 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 AM Revision c950c25a (ffmpeg): remove useless wrapper
- Originally committed as revision 18465 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:53 AM Revision c96495e7 (ffmpeg): Move ea demuxer messages that are irrelevant to ordinary users from
- AV_LOG_INFO to AV_LOG_DEBUG.
Originally committed as revision 18464 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:52 AM Revision 7b9677f6 (ffmpeg): remove useless wrapper
- Originally committed as revision 18463 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 AM Revision f28c4e75 (ffmpeg): Slightly improve/correct description of wc3_pal_lookup
- Originally committed as revision 18462 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 AM Revision b2755007 (ffmpeg): Split bitstream.h, put the bitstream writer stuff in the new file
- put_bits.h.
Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:01 AM Revision 77daaf67 (ffmpeg): Disable metadata reading. Yes, I would like to know what this code is...
- and this is the easiest way to. It would be a lot of messy code we can drop
if it is useless.
As a sideeffect this fi... - 03:26 AM Revision f79e331f (ffmpeg): Add names for 5.0 and 5.1 back speaker channel layouts.
- Originally committed as revision 18459 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:08 AM Revision ebcf352a (ffmpeg): replace DEBUG_SI with DEBUG and use dprintf
- Originally committed as revision 18458 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:39 AM Revision 495b3766 (ffmpeg): Set stream type to ac3 if registration descriptor is present.
- Based on patch by Nico Sabi, nicola dot sabbi at poste dot it
Originally committed as revision 18457 to svn://svn.ff... - 02:32 AM Revision 4f1db48e (ffmpeg): simplify registration descriptor parsing with bytestream get functions
- Originally committed as revision 18456 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:19 AM Revision a4d2af9b (ffmpeg): Ok, ts demuxer is more complicated than I thought
- Revert r18454 and fix correctly #700
Stop parsing if end of buffer is reached while reading
patch by Björn Axelsson, ... - 01:37 AM Revision 2b97246e (ffmpeg): fix end of buffer check, fix hang_read_header.h264.ts
- Originally committed as revision 18454 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision a3d23e15 (ffmpeg): fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of ...
- Originally committed as revision 18453 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/11/2009
- 10:38 PM Revision d2e63e8b (ffmpeg): Simplify packet duplication code in ff_interleave_add_packet.
- Behaviour only changes if pkt->destuct neither av_destruct_packet,
av_destruct_packet_nofree nor NULL, in which case ... - 10:04 PM Revision 031e14ea (ffmpeg): Fix initialization of avpkt in output_packet().
- Patch by Thilo Borgmann thilo.surname AT googlemaildotcom.
Originally committed as revision 18451 to svn://svn.ffmpe... - 09:45 PM Revision 7ce04209 (ffmpeg): Fix "unrecognized WC3 chunk" debug output which was broken r18444 due...
- Originally committed as revision 18450 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:14 PM Revision dae24349 (ffmpeg): Fix documentation for avcodec_encode_audio(), in the case of PCM audio
- the output buffer size may be less than FF_MIN_BUFFER_SIZE.
Patch by John Fletcher john.surname AT rd . bbc . co . u... - 09:04 PM Revision 4af615b8 (ffmpeg): Document the 'size' parameter of set_put_bits_buffer_size().
- Originally committed as revision 18448 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:01 PM Revision 930cab59 (ffmpeg): Document ff_put_string().
- Originally committed as revision 18447 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:48 PM Revision cfb9b355 (ffmpeg): wc3movie: return partial packets if not all data can be read.
- This is consistent with other demuxer's behaviour and avoids a memleak.
It also returns the error from av_get_packet ... - 08:08 PM Revision cdbe3798 (ffmpeg): Explain the purpose of the wc3_pal_lookup and the formula that was us...
- calculate it.
Originally committed as revision 18445 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:58 PM Revision f6a708f0 (ffmpeg): Use get_le32/get_be32 in wc3movie demuxer instead of reading everythi...
- a buffer first.
Originally committed as revision 18444 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:12 PM Revision 147a90a3 (ffmpeg): Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.
- Originally committed as revision 18443 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:54 PM Revision 54b02ccd (ffmpeg): Rename the 'put_zero' parameter of ff_put_string() to
- 'terminate_string'.
Originally committed as revision 18442 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:49 PM Revision 980f5451 (ffmpeg): Add documentation for skip_put_bytes().
- Originally committed as revision 18441 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:47 PM Revision 093364da (ffmpeg): Doxygenate ff_copy_bits().
- Originally committed as revision 18440 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:19 PM Revision 86755e82 (ffmpeg): Factorize declaration for the two variants of put_bits().
- Originally committed as revision 18439 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:16 PM Revision 1b923aa4 (ffmpeg): Two INIT_VLC_USE_STATIC cases Carl missed.
- Originally committed as revision 18438 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 PM Revision 78435e99 (ffmpeg): get rid of INIT_VLC_USE_STATIC in h261.
- Originally committed as revision 18437 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:53 PM Revision 76ac7198 (ffmpeg): Get rid of INIT_VLC_USE_STATIC in rv10/rv20.
- Originally committed as revision 18436 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:43 PM Revision 2a0241ae (ffmpeg): Get rid of INIT_VLC_USE_STATIC in 4xm.
- Originally committed as revision 18435 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision 5338bec6 (ffmpeg): Get rid of INIT_VLC_USE_STATIC in asv1.
- Originally committed as revision 18434 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:29 PM Revision 5cf4331b (ffmpeg): Get rid of INIT_VLC_USE_STATIC in msmpeg4
- Originally committed as revision 18433 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 PM Revision 0a73e94f (ffmpeg): Clarify documentation for put_bits_count().
- Originally committed as revision 18432 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 PM Revision 80d403fc (ffmpeg): Get rid of av_destruct_packet_nofree and use NULL instead.
- It is still used in comparisons to keep ABI compatibility.
Originally committed as revision 18431 to svn://svn.ffmpe... - 11:47 AM Revision e161e007 (ffmpeg): Use INIT_VLC_USE_STATIC and not its value "1".
- Originally committed as revision 18430 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 AM Revision 46e97dc3 (ffmpeg): Reindent
- Originally committed as revision 18429 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 AM Revision f772b7fa (ffmpeg): Make electronicarts demuxer return partial frames, this is the default
- behaviour of av_get_packet and should not be override without good reason.
As a side effect this fixes the memleak de...
04/10/2009
- 10:29 PM Revision facf521d (ffmpeg): Document align_put_bits().
- Originally committed as revision 18427 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:27 PM Revision fc660a01 (ffmpeg): Doxygenate flush_put_bits() documentation.
- Originally committed as revision 18426 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:14 PM Revision e46ddebd (ffmpeg): Doxygenate put_bits_count() documentation.
- Originally committed as revision 18425 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:46 PM Revision f77dddfc (ffmpeg): Fix comment: gcc 2.95.3 binaries decode ac3 fine if SSE is available and
- not disabled.
Originally committed as revision 18424 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:30 PM Revision f7a2aab7 (ffmpeg): Doxygenate init_put_bits().
- Originally committed as revision 18423 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:23 PM Revision 64bde197 (ffmpeg): cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
- Originally committed as revision 18422 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 PM Revision ee30cdab (ffmpeg): Add support to CorePNG P-frames.
- Patch by Thilo Borgmann thilo DOT borgmann A googlemail com.
Originally committed as revision 18421 to svn://svn.ffm... - 05:12 PM Revision cc7b62af (ffmpeg): Replace rand() usage by av_lfg_get().
- Originally committed as revision 18420 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:16 PM Revision a2085ccc (ffmpeg): cosmetics: Align output columns.
- Originally committed as revision 18419 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:30 PM Revision 6752dd5a (ffmpeg): Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free th...
- contexts, this avoids a crash when freeing the H.264 parser context introduced in
r18406, since h->s.avctx is NULL th... - 12:53 PM Revision ede0e475 (ffmpeg): Use the new avcodec_decode_* API.
- Patch by Thilo Borgmann th_lo.borgm_n_@goog_email.co_.
Originally committed as revision 18417 to svn://svn.ffmpeg.or... - 12:49 PM Revision ed54ae08 (ffmpeg): remove useless duplication of what av_new_stream() already does
- Originally committed as revision 18416 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:18 PM Revision 0dccbba0 (ffmpeg): Add 'PNG1' to PNG fourcc codes.
- Patch by Thilo Borgmann thilo DOT borgmann _AT_ gXXglemail.cXm.
Originally committed as revision 18415 to svn://svn.... - 12:07 PM Revision bea18375 (ffmpeg): Use the new avcodec_decode_* API.
- Patch by Thilo Borgmann thilo.borgmann * googlemail ! com.
Originally committed as revision 18414 to svn://svn.ffmpe... - 11:33 AM Revision 222ab26c (ffmpeg): Remove unused variables along with the related warnings.
- Originally committed as revision 18413 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 AM Revision cbf1eae9 (ffmpeg): Add forgotten void return type to ff_h264_free_context
- Originally committed as revision 18411 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:29 AM Revision e4732ba9 (ffmpeg): Fix sigill on non-MMX2 CPUs.
- Originally committed as revision 18410 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:07 AM Revision 4f313925 (ffmpeg): Use the new avcodec_decode_* API.
- Patch by Thilo Borgmann name.surname AT googlemail.com.
Originally committed as revision 18409 to svn://svn.ffmpeg.o... - 11:03 AM Revision 655d47c2 (ffmpeg): Make try_decode_frame() use the new avcodec_decode_* API.
- Patch by Thilo Borgmann thilo.borgmann AT g00glemail dot com.
Originally committed as revision 18408 to svn://svn.ff... - 07:17 AM Revision b6b66760 (ffmpeg): Make sure error resilience does not try to use unavailable reference ...
- Fixes the crash described in issue 706.
Originally committed as revision 18407 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:01 AM Revision 15861962 (ffmpeg): Add a ff_h264_free_context function and call it from the H.264 parser.
- This ensures that the parser will no longer leak memory for all SPS/PPS it encounters.
Originally committed as revis... - 12:09 AM Revision c81185a1 (ffmpeg): Make sure mpeg2 has its height rounded up to 32 as that is needed
- for interlaced stuff.
This might have been exploitable when emu edge was not set though
note this bug has been introd...
04/09/2009
- 09:53 PM Revision cfe67526 (ffmpeg): Do not use SSE2 SAD for snow as it requires more alignment than can be
- easily provided.
Fixes issue315.
Originally committed as revision 18404 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:52 PM Revision 2b12317a (ffmpeg): Fix documentation for the "-ps" option
- Patch by Martin Storsjö (martin AT martin DOT st)
Originally committed as revision 18403 to svn://svn.ffmpeg.org/ffm... - 09:48 PM Revision 93319670 (ffmpeg): AAC packetiser cleanup: use consts instead of #defines
- Originally committed as revision 18402 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:39 PM Revision ddffcb2d (ffmpeg): AAC packetiser cleanup: remove check for a condition that cannot happen
- Originally committed as revision 18401 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:37 PM Revision d2ce53b7 (ffmpeg): Fix two checks in the AAC packetiser, which were too conservative
- Patch by Martin Storsjö (martin AT martin DOT st)
Originally committed as revision 18400 to svn://svn.ffmpeg.org/ffm... - 09:19 PM Revision cc024128 (ffmpeg): Make sure the next used frame is released so get_buffer() wont fail.
- Originally committed as revision 18399 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:17 PM Revision 38fd076c (ffmpeg): Move release_buffer() up so it is prior to a future call to it.
- Originally committed as revision 18398 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 PM Revision 0a08b573 (ffmpeg): Factorize release_buffer()
- Originally committed as revision 18397 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:23 PM Revision eebbb33a (ffmpeg): Make sure spatial_decomposition_count is not too large for picture size.
- this led to an infinite loop in mirror().
Originally committed as revision 18396 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:13 PM Revision 69409ccb (ffmpeg): Skip non intra frames that have no reference frames.
- Originally committed as revision 18395 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:45 PM Revision 440882f7 (ffmpeg): Make sure spatial_decomposition_count is >0.
- Originally committed as revision 18394 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:47 PM Revision dc7f45a0 (ffmpeg): Make sure the block array is of the correct size.
- This might have been exploitable.
Originally committed as revision 18393 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:37 PM Revision bc4350a3 (ffmpeg): Check spatial_decomposition_count too, fixes another crash.
- Originally committed as revision 18392 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:29 PM Revision 45d1d979 (ffmpeg): 10l, forgot to remove old code, which broke snow.
- Originally committed as revision 18391 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:21 PM Revision 158f189f (ffmpeg): Factorize check of read symbols.
- Originally committed as revision 18390 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:33 PM Revision a7943566 (ffmpeg): Fix spatial_decomposition_type validity check.
- Fixes infinite loop (did no investigate why exactly it got stuck).
Originally committed as revision 18389 to svn://s... - 03:17 PM Revision f0812be8 (ffmpeg): Fix crash when max_ref_frames was out of range.
- This might have been exploitable.
Fixes first crash of issue840.
Originally committed as revision 18388 to svn://svn... - 03:11 PM Revision 985fdd53 (ffmpeg): Give liblzo benchmark conditionals more descriptive names and add con...
- definitions along with instructions for changing them.
Originally committed as revision 18387 to svn://svn.ffmpeg.or... - 02:55 PM Revision e4673692 (ffmpeg): Add a configure check for lzo1x_999_compress() and compile the lzo te...
- in libavutil when this function is available.
Originally committed as revision 18386 to svn://svn.ffmpeg.org/ffmpeg/... - 02:16 PM Revision ef12ec23 (ffmpeg): Fix memleak in nuv demuxer: free packet already allocated packet when
- returning an error in nuv_packet.
Originally committed as revision 18385 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:54 AM Revision 7a709548 (ffmpeg): Remove unnecessary gcc_fixes.h #include.
- Originally committed as revision 18384 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:06 AM Revision 952f18ff (ffmpeg): cosmetics: Reformat comment paragraph and fix a few typos in it.
- Originally committed as revision 18383 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:13 AM Revision cdf38a17 (ffmpeg): Fix -ss / -t interaction with -acodec copy.
- Fixes issue203
Originally committed as revision 18382 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/08/2009
- 08:48 PM Revision 0127b861 (ffmpeg): Fix mb_height for interlaced mpeg2.
- This correctly fixes issue961, thanks to steven warren for spotting my mistake.
Originally committed as revision 183... - 08:26 PM Revision e90f5b5a (ffmpeg): configure: Add --enable-runtime-cpudetect
- Originally committed as revision 18380 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:21 PM Revision 10a7d216 (ffmpeg): Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always defin...
- Originally committed as revision 29154 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:20 PM Revision 94705111 (ffmpeg): Correctly set packet size for partial video packets in nuv demuxer.
- Originally committed as revision 18379 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:19 PM Revision feb993e5 (ffmpeg): Add av_shrink_packet function for use in av_get_packet that reduces p...
- and ensures the following padding is correctly initialized to 0.
Originally committed as revision 18378 to svn://svn... - 04:01 PM Revision c81604f8 (ffmpeg): Reduce code duplication.
- Patch by Zhentan Feng, spyfeng gmail
Originally committed as revision 18377 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:37 PM Revision 2851d225 (ffmpeg): Document addition of new avcodec_decode_video2/audio3/subtitle2() API...
- the deprecation of the old API calls.
Originally committed as revision 18376 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:16 AM Revision 08e696c0 (ffmpeg): Add support for AMR audio in the RTP muxer
- patch by Martin Storsjö (martin AT martin DOT st)
Originally committed as revision 18375 to svn://svn.ffmpeg.org/ffm... - 03:38 AM Revision 17ad7b24 (ffmpeg): force sample for qcelp when not stored in mov, fix #968
- Originally committed as revision 18374 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:06 AM Revision 4bce3ba4 (ffmpeg): Reindent after r18372.
- Originally committed as revision 18373 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:04 AM Revision 6e9f56c1 (ffmpeg): Add waveformat-extensible support in the wav muxer.
- Patch (GSoC qualfication task) by Zhentan Feng spyfeng gmail com, see
"[FFmpeg-devel] Add waveformat extensible suppo... - 01:45 AM Revision 7b356d39 (ffmpeg): Clarify which time_base the relevant members of AVPacket use
- Originally committed as revision 18371 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/07/2009
- 10:34 PM Revision 3c8d1447 (ffmpeg): move codec tag tables near corresponding code
- Originally committed as revision 18370 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:31 PM Revision 08680ab8 (ffmpeg): cosmetics, reindent
- Originally committed as revision 18369 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:31 PM Revision 0872acc4 (ffmpeg): cosmetics, add empty line and remove useless braces
- Originally committed as revision 18368 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:28 PM Revision b6cb9946 (ffmpeg): fix compilation, add missing parenthesis
- Originally committed as revision 18367 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision 130ba4b1 (ffmpeg): comment the ipod subtitle check
- Originally committed as revision 18366 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:25 PM Revision 6452af7a (ffmpeg): invert condition to simplify code
- Originally committed as revision 18365 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision cf9ce6a3 (ffmpeg): remove no more needed code, tag is set by default
- Originally committed as revision 18364 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 PM Revision 2ab57c04 (ffmpeg): cosmetics, reindent, add empty lines
- Originally committed as revision 18363 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:19 PM Revision 6b600285 (ffmpeg): split mov_find_codec_tag in separate per format functions
- Originally committed as revision 18362 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 PM Revision f3370e14 (ffmpeg): Improve grammar/comprehensibility of the lavu 50.2.0 entry.
- Originally committed as revision 18361 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:25 PM Revision b0723c8a (ffmpeg): Always return 0 if read_packet is successful.
- Originally committed as revision 18360 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:16 PM Revision ac2b2226 (ffmpeg): Do not uselessly read version string into a buffer.
- Originally committed as revision 18359 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 PM Revision 6883ebe4 (ffmpeg): Describe read_alloc return value and required pkt handling to avoid m...
- Originally committed as revision 18358 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:52 PM Revision 4e5735f7 (ffmpeg): Error out also when reading nuv header returns with partial data and ...
- AVERROR(EIO) then.
Originally committed as revision 18357 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:47 PM Revision 2fa6bc78 (ffmpeg): set bits_per_coded_sample for rawvideo
- Originally committed as revision 18356 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 PM Revision 50d2d05d (ffmpeg): override mov fourcc for pcm audio, this is safer when stream copying
- Originally committed as revision 18355 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:29 PM Revision f0ed92df (ffmpeg): Fix second amr_nb_decode_frame() to also use the new AVPacket argument
- Originally committed as revision 18354 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:31 PM Revision cdd8930e (ffmpeg): Move av_packet_*() functions from libavformat/ to libavcodec/, where the
- AVPacket structure now resides also.
Patch by Thilo Borgmann thilo.borgmann googlemail com, see the mailinglist
thre... - 06:24 PM Revision 012f9308 (ffmpeg): fix vp5/vp6 decoding by using new prototype for decode function
- Originally committed as revision 18352 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:59 PM Revision 7a00bbad (ffmpeg): Implement avcodec_decode_video2(), _audio3() and _subtitle2() which t...
- AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows
passing of packet-specific flags from ... - 03:37 PM Revision 18c915ee (ffmpeg): Move AVPacket up a bit, so that structs/functions that include AVPack...
- themselves be reasonably positioned.
Patch by Thilo Borgmann thilo.borgmann googlemail com, see mailinglist thread
"... - 12:31 PM Revision b02d3aef (ffmpeg): use av_freep() instead of av_free() + =NULL.
- Originally committed as revision 18349 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:28 PM Revision 0f55f341 (ffmpeg): Fix the copyright year
- Originally committed as revision 18348 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:41 AM Revision 9edfaf3c (ffmpeg): Add support for H.263 video in the RTP muxer
- patch by Martin Storsjö (martin AT martin DOT st)
Originally committed as revision 18347 to svn://svn.ffmpeg.org/ffm... - 06:37 AM Revision 21503788 (ffmpeg): Do not return payload type 34 for H.263 (it is deprecated)
- Originally committed as revision 18346 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:39 AM Revision 809e07c6 (ffmpeg): Move scale factor computation to its own function. Patch by Kenan
- Gillet.
Originally committed as revision 18345 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/06/2009
- 09:45 PM Revision 38d5647a (ffmpeg): Try to honor even completely invalid motion vectors as far as is
- easy.
Fixes issue961.
Originally committed as revision 18344 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:04 PM Revision 99f373f3 (ffmpeg): Only insert the SPS and PPS NALs in sprop-parameter-sets
- Patch by Martin Storsjö (martin AT martin DOT st)
Originally committed as revision 18343 to svn://svn.ffmpeg.org/ffm... - 05:44 PM Revision 5a43bbc3 (ffmpeg): Add missing entry corresponding to r18163.
- Originally committed as revision 18342 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:41 PM Revision 26f3f291 (ffmpeg): Cosmetics: remove empty line.
- Originally committed as revision 18341 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:39 PM Revision b4656e6b (ffmpeg): Fix minor version for the r18116 entry: minor was not bumped in that
- revision.
Originally committed as revision 18340 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:07 AM Revision 8613af0a (ffmpeg): Add convenience macros for 5.0/5.1 back speaker configurations.
- Originally committed as revision 18339 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:58 AM Revision 75428fa4 (ffmpeg): mlpdec: Filters and matrices may change only once per substream per a...
- Originally committed as revision 18338 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/05/2009
- 08:54 PM Revision 89e39be3 (ffmpeg): mlpdec: There must be no extraword for MLP.
- Originally committed as revision 18337 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:46 PM Revision cc9c5126 (ffmpeg): mlpdec: Validate non-restart bit from the substream header.
- Originally committed as revision 18336 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:11 PM Revision 0091d8a1 (ffmpeg): mlpdec: matrix_out_ch must not be greater than max_matrix_channel, an...
- Originally committed as revision 18335 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 PM Revision dd409025 (ffmpeg): swscale: Remove X86 commented out code.
- Originally committed as revision 29149 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:02 PM Revision 300a3d0d (ffmpeg): Make sure the last bits of huffyuv frames are zeroed.
- Fixes issue946
Originally committed as revision 18334 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/04/2009
- 10:45 PM Revision 40fa5140 (ffmpeg): swscale: Use function pointers for swScale functions.
- Originally committed as revision 29145 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:43 PM Revision 14d5c18c (ffmpeg): swscale: {}-related cosmetics.
- Originally committed as revision 29144 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:41 PM Revision 7ac40327 (ffmpeg): swscale: Add const to some swScale functions' parameters.
- Originally committed as revision 29143 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:02 PM Revision cc2e5554 (ffmpeg): ARM: NEON optimized put_signed_pixels_clamped
- Originally committed as revision 18333 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision 08e12b22 (ffmpeg): ARM: NEON optimised add_pixels_clamped
- Based on patch by David Conrad.
Originally committed as revision 18332 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:27 PM Revision 3c00556f (ffmpeg): Add missing static qualifier from function declaration. Patch by Kenan
- Gillet.
Originally committed as revision 18331 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:20 PM Revision 6b434361 (ffmpeg): Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency
- with libswscale.
Originally committed as revision 18330 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/03/2009
- 09:28 PM Revision 1b2120c3 (ffmpeg): Remove JACK input device addition entry.
- The addition of a new component is not considered an API change.
Originally committed as revision 18329 to svn://svn... - 03:32 PM Revision 634b927f (ffmpeg): Do not fail on zero packets.
- Originally committed as revision 18328 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:03 PM Revision 0be9e73e (ffmpeg): Mark line_skip3 asm argument as output-only instead of using av_uninit.
- Originally committed as revision 18327 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:02 PM Revision d7460a9c (ffmpeg): Mark put_signed_pixels_clamped_mmx output operands as early-clobber b...
- they are. Hopefully fixes some FATE errors, too.
Originally committed as revision 18326 to svn://svn.ffmpeg.org/ffmp... - 02:01 PM Revision 531a3d27 (ffmpeg): Use DECLARE_ASM_CONST for non-global ff_vector128 constant used via M...
- Originally committed as revision 18325 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 AM Revision 68367bde (ffmpeg): Add VC-1 bitstream decoding through VA API.
- Originally committed as revision 18324 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:06 AM Revision b1516707 (ffmpeg): Update after the last two commits.
- Originally committed as revision 18323 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/02/2009
- 11:53 PM Revision 80ff8a16 (ffmpeg): Implement JACK input device.
- Patch by Olivier Guilyardi list samalyse com.
See the thread: "[FFmpeg-devel] [PATCH] libavdevice: JACK demuxer".
Or... - 11:22 PM Revision 7b09db35 (ffmpeg): Implement av_fifo_space().
- Patch by Olivier Guilyardi list et samalyse DOT c0m.
Originally committed as revision 18321 to svn://svn.ffmpeg.org/... - 10:41 PM Revision a8f9e7f6 (ffmpeg): Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS.
- Originally committed as revision 18320 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 PM Revision 3dd65312 (ffmpeg): Rewrite put_signed_pixels_clamped_mmx() to eliminate mmx.h from dsput...
- Originally committed as revision 18319 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:24 PM Revision dd3bbb49 (ffmpeg): Update after the last API change.
- Originally committed as revision 18318 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:53 PM Revision fabd2469 (ffmpeg): Move AVPacket declaration from avformat.h to avcodec.h.
- Patch by Thilo Borgmann thilo dot borgmann at googlemail _dot_ com.
Originally committed as revision 18317 to svn://... - 06:34 PM Revision 95b5770b (ffmpeg): swscale: Remove mmx2 params from h[yc]scale().
- Originally committed as revision 29129 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:32 PM Revision 392b6567 (ffmpeg): swscale: Split h[yc]scale_fast() into their own functions.
- Originally committed as revision 29128 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:31 PM Revision 5b7c7dd3 (ffmpeg): swscale: Execute sfence and emms depending on runtime flags.
- Originally committed as revision 29127 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:15 PM Revision 3dd2f87e (ffmpeg): Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
- Patch by Jai Menon
Originally committed as revision 18316 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:27 AM Revision 3dd36041 (ffmpeg): Reindent
- Originally committed as revision 18315 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:26 AM Revision fb9ac654 (ffmpeg): Support DVD subtitles in mov/mp4 as created by Nero.
- See also http://samples.mplayerhq.hu/sub/NeroMP4/unsupported-embedded-subs-2.mp4
Originally committed as revision 18... - 08:53 AM Revision e103e6db (ffmpeg): Register VA API HW accelerators.
- Pending bits from earlier approved patches:
https://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-March/066111.html
... - 08:49 AM Revision ff418735 (ffmpeg): Add VA API deps.
- Originally committed as revision 18312 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:48 AM Revision 5666fd73 (ffmpeg): Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCEL
- from registered HW accelerated codecs with REGISTER_HWACCEL().
Originally committed as revision 18311 to svn://svn.f... - 08:15 AM Revision 82a6ef20 (ffmpeg): Replace manual setting of the removed av_log_level variable by the
- corresponding call to av_log_set_level().
Originally committed as revision 18310 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:08 AM Revision da425800 (ffmpeg): Add VA API pixfmt (only VLD is available ATM).
- Originally committed as revision 18309 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:02 AM Revision d326cf7f (ffmpeg): Add an empty line in front of configure debug instructions.
- This makes the actual error message that configure prints be more noticeable.
Originally committed as revision 18308... - 07:30 AM Revision b4df9736 (ffmpeg): Add MPEG-4 / H.263 bitstream decoding through VA API.
- Originally committed as revision 18307 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:52 AM Revision fcb4228c (ffmpeg): skip empty data packets in flv, fix input.flv
- Originally committed as revision 18306 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/01/2009
- 10:56 PM Revision 60c703ac (ffmpeg): ARM: START/STOP_TIMER support for ARMv7
- Originally committed as revision 18305 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 PM Revision 439ccc4e (ffmpeg): Split libavutil/timer.h per architecture
- Originally committed as revision 18304 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:07 PM Revision 0a47f60a (ffmpeg): Extend read_line() to make it take a read_pal_component parameter.
- Originally committed as revision 18303 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:11 AM Revision 710441c2 (ffmpeg): Add SSE4 detection support
- Originally committed as revision 18302 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:55 AM Revision 41913a35 (ffmpeg): Add 16cif video frame size abbreviation. i.e. -s alias for 1408x1152.
- Originally committed as revision 18301 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:06 AM Revision 828775e1 (ffmpeg): Remove unused FILTSIGN macro
- Originally committed as revision 18300 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:22 AM Revision e5d0dbf5 (ffmpeg): Remove aandcttab.o from dct-test dependencies, the lib includes it
- Originally committed as revision 18299 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:54 AM Revision 99cc563f (ffmpeg): Make examples and test progs depend on libraries
- Originally committed as revision 29119 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:53 AM Revision 33afad54 (ffmpeg): Add $(ELIBS) to example/test app link command
- Originally committed as revision 18298 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 AM Revision bbba084b (ffmpeg): Make examples and test progs depend on libraries
- Originally committed as revision 18297 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 AM Revision 92c093c1 (ffmpeg): Link tests/examples with -lfoo instead of libfoo.a
- Originally committed as revision 18296 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 AM Revision bdc2cc16 (ffmpeg): Always use -L flags for all subdirs
- Originally committed as revision 18295 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 AM Revision 3fd422ff (ffmpeg): Move make rules applicable only to subdirs into subdir.mak
- Originally committed as revision 18294 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 AM Revision 13b47b40 (ffmpeg): add another dv fourcc CDVH
- Originally committed as revision 18293 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/31/2009
- 10:53 PM Revision 59b05350 (ffmpeg): Reindent after the last patch.
- Originally committed as revision 18292 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 PM Revision c95dd8d3 (ffmpeg): Add/fix support for bitstream formats reading in read_line().
- Originally committed as revision 18291 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 PM Revision 21010f6b (ffmpeg): Make the step and offset fields of the component descriptor express a
- number of bits for bitstreams formats.
Originally committed as revision 18290 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:28 PM Revision 8514f842 (ffmpeg): Fix ipvideo_decode_block_opcode_0xD again.
- Originally committed as revision 18289 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 PM Revision 9b34899e (ffmpeg): Document read_line().
- Originally committed as revision 18286 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:57 PM Revision f9f74ab9 (ffmpeg): Add a notice telling that the behavior of skip_put_bits() is undefined
- if n is 0.
Originally committed as revision 18285 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:39 PM Revision dd9630e4 (ffmpeg): Cosmetics: remove some pointless {}
- Originally committed as revision 18284 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:36 PM Revision 993a4423 (ffmpeg): Slightly simplify ipvideo_decode_block_opcode_0xD
- Originally committed as revision 18283 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:18 PM Revision 49a20ffa (ffmpeg): One more simplification for ipvideo_decode_block_opcode_0xA
- Originally committed as revision 18282 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:52 PM Revision bcbd9a14 (ffmpeg): Cosmetics: reorder the pixel format descriptors to make them match the
- same order in pixfmt.h.
Originally committed as revision 18281 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:48 PM Revision 5e8b83ac (ffmpeg): Slightly simplify first part of ipvideo_decode_block_opcode_0xA,
- hopefully allows for further simplifications in the future.
Originally committed as revision 18280 to svn://svn.ffmp... - 06:41 PM Revision f938cbf9 (ffmpeg): Change the order of the components for RGB565LE and RGB565BE,
- to make them resemble the order in the name: BGR <-> RGB.
Originally committed as revision 18279 to svn://svn.ffmpeg... - 06:36 PM Revision eb39fb51 (ffmpeg): Add comments specifying the name of the components in the descriptors.
- Originally committed as revision 18278 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:35 PM Revision 283531a8 (ffmpeg): Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pi...
- in a more natural order.
Originally committed as revision 18277 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:23 PM Revision 4472ad2c (ffmpeg): Fix a too small CHECK_STREAM_PTR value in interplayvideo.c
- Originally committed as revision 18276 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:18 PM Revision 30266c92 (ffmpeg): Make read_line() take as parameter a const AVPixFmtDescriptor * rathe...
- (non const) AVPixFmtDescriptor *.
Originally committed as revision 18275 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:52 PM Revision e7f98e4e (ffmpeg): Add missing $(EXESUF) to example/test program dependency declaration.
- Originally committed as revision 29114 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:50 PM Revision 3ba153f8 (ffmpeg): Replace MPEG group reference DCT implementation by newly rewritten ve...
- patch by Dylan Yudaken, dyudaken gmail com
Originally committed as revision 18274 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:48 PM Revision 41b4dbbb (ffmpeg): Replacement reference DCT implementation.
- patch by Dylan Yudaken, dyudaken gmail com
Originally committed as revision 18273 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:48 PM Revision f02bd7e4 (ffmpeg): Avoid the last two uses of bitmasks in interplayvideo
- Originally committed as revision 18272 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:44 PM Revision 3f300d7e (ffmpeg): 100l, fix FATE test broken by r18264
- Originally committed as revision 18271 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:10 PM Revision 9aaacc24 (ffmpeg): Reindent
- Originally committed as revision 18270 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:06 PM Revision 1548839e (ffmpeg): Deduplicate code by moving it outside the if/else
- Originally committed as revision 18269 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:04 PM Revision 268a618b (ffmpeg): Rearrange how the different cases are checked to reduce the number of
- comparisons and allow further simplifications.
Originally committed as revision 18268 to svn://svn.ffmpeg.org/ffmpeg... - 02:00 PM Revision 168fffdf (ffmpeg): Fix warnings in tree.c test code.
- Originally committed as revision 18267 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 PM Revision 0448b78b (ffmpeg): Avoid "reloading" code by using a 64 bit type for the flags and loadi...
- Originally committed as revision 18266 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:33 PM Revision 3766b9e0 (ffmpeg): Remove now pointless temporary pix variables.
- Originally committed as revision 18265 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:30 PM Revision 0312b77c (ffmpeg): Slightly simplify part of ipvideo_decode_block_opcode_0x8
- Originally committed as revision 18264 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:21 PM Revision 51e35028 (ffmpeg): Fix indentation
- Originally committed as revision 18263 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:21 PM Revision 9be06a0e (ffmpeg): Avoid code duplication by using ?: and array indexing instead of if.....
- Originally committed as revision 18262 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:57 PM Revision 32eea24e (ffmpeg): Prettify some assignments
- Originally committed as revision 18261 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:44 PM Revision e3114eb1 (ffmpeg): Get rid of some pointless bitmask/shifter variables in interplayvideo.c
- Originally committed as revision 18260 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 AM Revision 504ffed1 (ffmpeg): Mark non-exported functions in test and example programs as static.
- Originally committed as revision 18259 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:18 AM Revision cafe71c6 (ffmpeg): Remove inclusion of va.h, not needed anymore after r18256.
- Originally committed as revision 18258 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:55 AM Revision 0de74546 (ffmpeg): Give better names to reference DCT functions.
- patch by Dylan Yudaken, dyudaken gmail com
Originally committed as revision 18257 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:33 AM Revision a3d636af (ffmpeg): Improve VA API buffers allocation logic. This also reduces struct vaa...
- down to ~60 bytes vs. a few KBs before, and gets rid of explicit VA data types.
Originally committed as revision 182... - 07:37 AM Revision ccc745cd (ffmpeg): Move declaration of prn before any assignment.
- Originally committed as revision 18255 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/30/2009
- 09:37 PM Revision b89894ab (ffmpeg): matroska: add support for MLP and TRUEHD codec tags
- Originally committed as revision 18254 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 PM Revision 1b4a516b (ffmpeg): Rename regression test result files from b-libav* to b-lavf* for cons...
- This requires updating the gxf regression checksum since the gxf muxer puts
the filename in files it creates.
Origin... - 09:12 PM Revision 13cbe2c0 (ffmpeg): Quote stored configure arguments containing spaces
- Originally committed as revision 18252 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:57 PM Revision 67c447a6 (ffmpeg): Fix running regression tests on remote targets
- Originally committed as revision 18251 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:39 PM Revision 11b93979 (ffmpeg): Record MPEG-4 sprite trajectory points [up to num_sprite_warping_poin...
- Originally committed as revision 18250 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:36 PM Revision 7f7b04af (ffmpeg): Add required va/va.h header, should fix 'make checkheaders'.
- Originally committed as revision 18249 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:29 PM Revision 7a8d0e97 (ffmpeg): Skip creation of tests/data directory in individual regression test s...
- It is already being taken care of by the Makefile.
Originally committed as revision 18248 to svn://svn.ffmpeg.org/ff... - 01:09 PM Revision bbbb8856 (ffmpeg): Fix timefilter test program build without previously building libavfo...
- The test program depends on symbols from this library.
Originally committed as revision 18247 to svn://svn.ffmpeg.or... - 12:27 PM Revision d7167f05 (ffmpeg): Move generated file aynth1.sw to the data subdirectory. Thus it does...
- to be removed separately and there is less clutter in the tests directory.
Originally committed as revision 18246 to... - 12:23 PM Revision 4ed88643 (ffmpeg): Use correct PRId64 instead of "lld" in printf string, fixes compiler ...
- Originally committed as revision 29107 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:00 PM Revision 6117ffbe (ffmpeg): Rename regression.sh --> codec-regression.sh. Now all regression test...
- carry the regression test they run as prefix in their name.
Originally committed as revision 18245 to svn://svn.ffmp... - 10:39 AM Revision 52760ed7 (ffmpeg): The definition of rate and distortion is not conditional of lambda being
- fixed (at least the current text sounded odd to me).
Originally committed as revision 18244 to svn://svn.ffmpeg.org/... - 10:05 AM Revision 767e14c3 (ffmpeg): Rename server-regression.sh --> ffserver-regression.sh for consistency.
- Originally committed as revision 18243 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:24 AM Revision 996a92c0 (ffmpeg): Rename servertest target to ffservertest.
- Originally committed as revision 18242 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:22 AM Revision 0bb5f0fa (ffmpeg): cosmetics: Rename 'do_libav' function to 'do_lavf'.
- Originally committed as revision 18241 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:46 AM Revision ab79fa44 (ffmpeg): mlpdec: Simplify check for substream_parity_present.
- Originally committed as revision 18240 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 AM Revision 01aaf092 (ffmpeg): mlpdec: Simplify no restart header seen error.
- Originally committed as revision 18239 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:42 AM Revision d7952be3 (ffmpeg): mlpdec: Simplify substream length mismatch error.
- Originally committed as revision 18238 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:37 AM Revision d544dcdf (ffmpeg): mlpdec: Prettify substream parity check.
- Originally committed as revision 18237 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 AM Revision 7b18e13a (ffmpeg): mlpdec: Cleaner and better termination word check.
- Originally committed as revision 18236 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:20 AM Revision 125cf771 (ffmpeg): mlpdec: More validation for read_channel_params()
- Originally committed as revision 18235 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 AM Revision 06e34be8 (ffmpeg): mlpdec: whitespace cosmetics.
- Originally committed as revision 18234 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:08 AM Revision a44b9f95 (ffmpeg): mlpdec: Simplify &foo[0] to foo and use index (which has just been in...
- to MAX_BLOCKSIZE) instead of MAX_BLOCKSIZE, so both copies to/from state data
look alike.
Originally committed as re... - 03:05 AM Revision e71365f4 (ffmpeg): mlpdec: Split filter_state_buffer into [fi]irbuf and fp to [fi]ir.
- Originally committed as revision 18232 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 AM Revision 0ae59bb0 (ffmpeg): mlpdec: Unroll copying filter state data and filtering for the two fi...
- Originally committed as revision 18231 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:54 AM Revision 0c5670a0 (ffmpeg): mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.
- Originally committed as revision 18230 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/29/2009
- 09:29 PM Revision 209b9d56 (ffmpeg): Rename libav.regression.ref --> lavf.regression.ref.
- This matches the new name of the test target.
Originally committed as revision 18229 to svn://svn.ffmpeg.org/ffmpeg/... - 09:27 PM Revision f1f66d3a (ffmpeg): Rename libav.regression.ref --> lavf.regression.ref.
- This matches the new name of the test target.
Originally committed as revision 18228 to svn://svn.ffmpeg.org/ffmpeg/... - 09:24 PM Revision 1cde611d (ffmpeg): Rename libavtest target to lavftest to better express what it tests.
- Also rename related variables to match the new name.
Originally committed as revision 18227 to svn://svn.ffmpeg.org/... - 08:17 PM Revision 688a4773 (ffmpeg): Rename test.conf --> ffserver.conf, the new name is more meaningful.
- Originally committed as revision 18226 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:15 PM Revision aadf8811 (ffmpeg): Merge the 3 COPY_FROM_* macros with lots of duplicated code into a si...
- copy_from function.
Originally committed as revision 18225 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:50 PM Revision a1f6ffd4 (ffmpeg): Change CHECK_STREAM_PTR macro to correctly handle the (extremely unli...
- overflow case.
Originally committed as revision 18224 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:42 PM Revision 3017d8e9 (ffmpeg): Simplify check for leftover bytes after decoding for interplayvideo.
- Originally committed as revision 18223 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:35 PM Revision 49da3b7d (ffmpeg): Get rid of pointless "B" array in interplayvideo decoder.
- Originally committed as revision 18222 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:23 PM Revision 03b269dd (ffmpeg): Replace many tiny loops in the interplayvideo decoder by memset, memcpy
- or initializers.
Originally committed as revision 18221 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:22 PM Revision 62cb577e (ffmpeg): Rename seek_test.sh --> seek-regression.sh for greater consistency.
- Originally committed as revision 18220 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:15 PM Revision fff60779 (ffmpeg): Make ipvideo_decode_block array constant, compile-time initialized in...
- of initializing it each time the decoder is initialized.
Originally committed as revision 18219 to svn://svn.ffmpeg.... - 02:35 PM Revision 4b086e7f (ffmpeg): Generalize example target rule in common.mak so that it sets a -examp...
- suffix for all example files instead of doing this in individual Makefiles.
Originally committed as revision 29100 t... - 02:35 PM Revision 43a0cb7c (ffmpeg): Generalize example target rule in common.mak so that it sets a -examp...
- suffix for all example files instead of doing this in individual Makefiles.
Originally committed as revision 18217 t... - 02:28 PM Revision 7c17abaf (ffmpeg): Rename apiexample.c --> api-example.c to be consistent with other exa...
- Originally committed as revision 18216 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:18 PM Revision 009d2d74 (ffmpeg): Move swscale AltiVec template code to ppc subdirectory.
- Originally committed as revision 29099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:48 PM Revision b2184b9c (ffmpeg): AltiVec optimizations in libswscale are no longer GPL.
- Originally committed as revision 18215 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:47 PM Revision 4d02387f (ffmpeg): Relicense file to LGPL with the permission of Romain Dolbeau, the aut...
- Originally committed as revision 29097 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:42 AM Revision 4b51fb1c (ffmpeg): mingw32: Restore creation of import libraries. They are still not being
- installed, but they're good for creating -dev packages.
Originally committed as revision 18214 to svn://svn.ffmpeg.o...
03/28/2009
- 03:54 AM Revision be039510 (ffmpeg): Don't strip the first three characters off of any metadata in ASF file.
- See "[FFmpeg-devel] [PATCH] asf fix" thread. Patch contributed by
David DeHaven <dave sagetv com>.
Originally commit... - 12:53 AM Revision fa937fab (ffmpeg): mlpdec: Remove few random dprintf()s.
- Originally committed as revision 18212 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/27/2009
- 11:55 PM Revision b864098c (ffmpeg): mlpdec: Check for blocksize in proper range.
- Originally committed as revision 18211 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:48 PM Revision 8e9ee714 (ffmpeg): mlpdec: quant_step_size can be any value from 0 to 0xF.
- Originally committed as revision 18210 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:47 PM Revision 6fae7cbd (ffmpeg): mlpdec: output_shift can be any value from -8 to 7.
- Originally committed as revision 18209 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:45 PM Revision af048026 (ffmpeg): mlpdec: output_shift is signed
- Originally committed as revision 18208 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:42 PM Revision 43ee5fe0 (ffmpeg): mlpdec: Split read_channel_params() into its own function.
- Originally committed as revision 18207 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:32 PM Revision f8e6293b (ffmpeg): mlpdec: Split read_matrix_params() into its own function.
- Originally committed as revision 18206 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:27 PM Revision 17a86e87 (ffmpeg): Add myself as mlp* maintainer.
- Originally committed as revision 18205 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 PM Revision d5e9bc06 (ffmpeg): Move bfin specific code to its subdir.
- Originally committed as revision 29079 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:36 PM Revision 0766c3ee (ffmpeg): Make rtp_write_header() fail in case of unsupported payload type
- Originally committed as revision 18204 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:06 PM Revision 5b00e88b (ffmpeg): Move output-example dependency declaration after subdir.mak include s...
- not the first (and thus default) target and output-example is not always built.
Originally committed as revision 182... - 04:31 PM Revision 6b78a77a (ffmpeg): Merge some cases for reading raw data with different bit depths in BMP
- Originally committed as revision 18202 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:24 AM Revision 888facff (ffmpeg): Fix seek test build, by undefining printf and fprintf.
- Originally committed as revision 18201 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:03 AM Revision 9e793a24 (ffmpeg): Check for INIT_VLC_USE_STATIC
- Originally committed as revision 18200 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:01 AM Revision d95a0c67 (ffmpeg): Move output_example.c --> libavformat/output-example.c.
- The libavformat directory is a better place for a libavformat API example.
Originally committed as revision 18199 to...
03/26/2009
- 09:46 PM Revision b6fec3eb (ffmpeg): Make static the list of registered filters.
- Originally committed as revision 18198 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 PM Revision 3ec88c74 (ffmpeg): Remove unnecessary CFLAGS variable from output_example link command.
- Originally committed as revision 18197 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:37 PM Revision 219a7185 (ffmpeg): Removing example programs is already handled by the generic clean com...
- so there is no need to remove output_example individually.
Originally committed as revision 18196 to svn://svn.ffmpe... - 02:20 PM Revision 66e6aec5 (ffmpeg): Rename cs_test.c --> colorspace-test.c. This is more consistent with...
- of other test programs and more descriptive of what the program does.
Originally committed as revision 29067 to svn:... - 02:15 PM Revision e2eb0f52 (ffmpeg): Fix a warning on an uninitialized variable.
- Originally committed as revision 18195 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 AM Revision 3344cf85 (ffmpeg): Use a wildcard match instead of a list to remove test programs.
- This is robust against renames and also removes test programs not
(yet) hooked up in the main Makefiles.
Originally ... - 01:34 AM Revision d4efacff (ffmpeg): Use intptr_t when casting pointers to int.
- Originally committed as revision 18192 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:30 AM Revision befa8e66 (ffmpeg): Move yuv2rgb code to subdirs.
- Originally committed as revision 29063 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:29 AM Revision b2cfd7e3 (ffmpeg): Create swscale subdirs for out-of-tree builds.
- Originally committed as revision 18191 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/25/2009
- 07:00 PM Revision c04e5fa8 (ffmpeg): fft-test does not depend on fdctref.o.
- Originally committed as revision 18190 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:19 PM Revision 7304c2c4 (ffmpeg): Move adding the '-test$(EXESUF)' suffix to test programs into common....
- Originally committed as revision 18189 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:14 PM Revision 6ccf540f (ffmpeg): prettyprinting cosmetics
- Originally committed as revision 18188 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:08 PM Revision e43f34bd (ffmpeg): swscale-example is an API example, not a test program.
- Originally committed as revision 29056 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:46 PM Revision 0a7ee3ef (ffmpeg): cosmetics: Group all path variables together in config.mak.
- Originally committed as revision 18187 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:19 PM Revision 1f306496 (ffmpeg): typo: beomes --> becomes
- Originally committed as revision 18186 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:05 PM Revision aae9c405 (ffmpeg): Move licensing information into a separate file called LICENSE and
- rewrite it for greater clarity in the process.
Originally committed as revision 18185 to svn://svn.ffmpeg.org/ffmpeg... - 10:28 AM Revision e03b4618 (ffmpeg): Clarify that our LGPL/GPL licenses come with an explicit "or later" c...
- Originally committed as revision 18184 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:18 AM Revision c8f742ca (ffmpeg): The Mersenne Twister PRNG was removed, mention replacement.
- Originally committed as revision 18183 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 AM Revision 889cdae8 (ffmpeg): cosmetics: Reformat paragraphs and other cosmetic changes.
- Originally committed as revision 18182 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:07 AM Revision f03a081d (ffmpeg): set wrong_dts for iMovie created files which has huge ctts delay, fix...
- Originally committed as revision 18181 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:50 AM Revision 1bbeb233 (ffmpeg): Clear some more variables that are used on subdir Makefiles.
- Originally committed as revision 18180 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/24/2009
- 10:44 PM Revision d7520f21 (ffmpeg): cosmetics: add an @return to documentation for decode_frame_header()
- Originally committed as revision 18179 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:28 PM Revision 6510c453 (ffmpeg): Add _XOPEN_SOURCE #define. This is necessary for (s)random(), which a...
- extensions of POSIX. Avoids implicit declaration warnings on some systems.
Originally committed as revision 18178 to... - 07:11 AM Revision 4626ee1a (ffmpeg): Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion
- Originally committed as revision 29048 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:10 AM Revision 08218e6d (ffmpeg): Fix some places where "non-alpha to YUVA420P" do not fill the alpha p...
- Originally committed as revision 29047 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:09 AM Revision 0928f1eb (ffmpeg): Simpler and more elegant fix to the x86_32/OSX+PIC build failure
- Originally committed as revision 29046 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:24 AM Revision da1e126e (ffmpeg): strchr(string, '\0') returns non-NULL, and is thus not suited for use in
- redir_isspace(char) to check if '\0' is a space or not. Therefore, we now
use memchr(), since then we can give the le... - 02:26 AM Revision 29e45508 (ffmpeg): Update apiexample.c to use the newer avcodec_decode_audio2() API. Thi...
- fixes compilation.
Originally committed as revision 18176 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:17 AM Revision cd98a030 (ffmpeg): flacdec: split frame header decoding and validation into a separate
- function
Originally committed as revision 18175 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/23/2009
- 11:01 PM Revision 77544e5b (ffmpeg): Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros.
- Originally committed as revision 18174 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 PM Revision 1cee4eaf (ffmpeg): Make the PIX_FMT_NE() macro more generic.
- Originally committed as revision 18173 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:09 PM Revision 3c32bac8 (ffmpeg): Add MPEG-2 bitstream decoding through VA API.
- Originally committed as revision 18172 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:43 PM Revision fbf1b885 (ffmpeg): Move declaration of 'pict' closer to where it is used and initialize it.
- Patch by avcoder: gmail(ffmpeg)
Originally committed as revision 18171 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:58 AM Revision 6d69a653 (ffmpeg): Move av_class to AVResampleContext instead of ReSampleContext.
- Fixes issue 852.
Originally committed as revision 18170 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:13 AM Revision 04964ee8 (ffmpeg): AAC: Ignore cc_domain for independent (time domain) coupling.
- Originally committed as revision 18169 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/22/2009
- 11:42 PM Revision 620bba16 (ffmpeg): Add pcxenc.o to the $OBJS list, it was erroneously removed from it in
- r18164.
Fix compilation.
Originally committed as revision 18168 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:22 PM Revision e8b03952 (ffmpeg): flacdec: cosmetics: white space
- Originally committed as revision 18167 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:19 PM Revision fbc4d9c9 (ffmpeg): flacdec: cosmetics: separate the pure frame header parsing code from
- other frame header decoding code
Originally committed as revision 18166 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:15 PM Revision 9e12268c (ffmpeg): Rename 'tests' target to 'testprogs'. It is too easily confused with the
- 'test' target and a directory named tests exists.
Originally committed as revision 29039 to svn://svn.mplayerhq.hu/m... - 11:13 PM Revision 661ce289 (ffmpeg): Rename 'tests' target to 'testprogs'. It is too easily confused with the
- 'test' target and a directory named tests exists.
Originally committed as revision 18165 to svn://svn.ffmpeg.org/ffm... - 11:09 PM Revision f1c5438f (ffmpeg): Remove unnecessary CLEANFILES declaration. Test programs do not requi...
- Originally committed as revision 29038 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:50 PM Revision fd8e28b7 (ffmpeg): Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and en...
- so that they can be enabled and disabled individually.
Originally committed as revision 18164 to svn://svn.ffmpeg.or... - 10:50 PM Revision 6e08ca9c (ffmpeg): Make the pixel formats which were defined as macros:
- PIX_FMT_ARGB
PIX_FMT_RGBA
PIX_FMT_ABGR
PIX_FMT_BGRA
defined as enum PixelFormat values, and viceversa make:
PIX_FMT_... - 10:38 PM Revision e7e6b068 (ffmpeg): flacdec: allow sample rate to change mid-stream, but log a warning
- message when it does
Originally committed as revision 18162 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:33 PM Revision 6708cfc4 (ffmpeg): Add rule for building API example programs.
- Originally committed as revision 18161 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:13 PM Revision 326e9eaa (ffmpeg): Factorize: use the X_NE() macro in avcodec_get_pix_fmt().
- Originally committed as revision 18160 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 14489074 (ffmpeg): flacdec: cosmetics: indentation
- Originally committed as revision 18159 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision 8199ea3b (ffmpeg): Implement X_NE() macro.
- Originally committed as revision 18158 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision e2a38af9 (ffmpeg): flacdec: change frame bps validation to return an error value if bps
- changes since this is not currently supported by the decoder.
Originally committed as revision 18157 to svn://svn.ff... - 09:53 PM Revision f91eaf5d (ffmpeg): flacdec: cosmetics: add some braces to if/else statements
- Originally committed as revision 18156 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:31 PM Revision b6fa746e (ffmpeg): flacdec: skip frame when allocated data size is too small
- Originally committed as revision 18155 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:13 PM Revision 492cc392 (ffmpeg): 10l: don't check against current layout until after validating ch_mode.
- should have been in last commit.
Originally committed as revision 18154 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:07 PM Revision 7660dc6f (ffmpeg): flacdec: give a more accurate error message when validating channel
- layout. differentiates between invalid values and unsupported values.
Originally committed as revision 18153 to svn:... - 09:01 PM Revision d2863e72 (ffmpeg): Export to pixdesc.h the av_pix_fmt_descriptors array.
- Originally committed as revision 18152 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:19 PM Revision 02b26d2d (ffmpeg): flacdec: move data size check to flac_decode_frame()
- Originally committed as revision 18151 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:12 PM Revision 4285c292 (ffmpeg): flacdec: comments and white space.
- move skipping of frame header to decode_frame()
Originally committed as revision 18150 to svn://svn.ffmpeg.org/ffmpe... - 06:59 PM Revision d1d9945f (ffmpeg): cosmetics: vertical alignment
- Originally committed as revision 18149 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 PM Revision 5c3e0340 (ffmpeg): flacdec: remove unneeded local variable
- Originally committed as revision 18148 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:56 PM Revision 3b4d96fa (ffmpeg): flacdec: cosmetics: rename 3 variables
- Originally committed as revision 18147 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:52 PM Revision 7e00bd84 (ffmpeg): flacdec: use a local variable for GetBitContext in decode_frame()
- Originally committed as revision 18146 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:10 PM Revision bd51c013 (ffmpeg): handle id3v2 'genre' tag formated as '%d'
- Originally committed as revision 18145 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:05 PM Revision 2121b160 (ffmpeg): Remove alpha channel from default colorspace tables, since it is unus...
- "qtpalette.h" thread on mailinglist.
Originally committed as revision 18144 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:00 PM Revision 3c3e0680 (ffmpeg): Use $< automatic variable to simplify some commands.
- Originally committed as revision 18143 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:47 PM Revision e6b09f43 (ffmpeg): Add a @todo with a comment from Kostya so we don't forget to optimize...
- some point in the future.
Originally committed as revision 18142 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:40 AM Revision c21fbefb (ffmpeg): Add AURA 1 and 2 codec IDs and register their FOURCCs
- Originally committed as revision 18141 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:52 AM Revision 5c5776e1 (ffmpeg): allocate tracks instead of using MAX_STREAMS
- Originally committed as revision 18140 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 AM Revision 44dff005 (ffmpeg): init ext sample rate to 0 if not present
- Originally committed as revision 18139 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:47 AM Revision 08a5b4e9 (ffmpeg): since code now use get_bits_long, allocate padding buffer
- Originally committed as revision 18138 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:04 AM Revision 5f01c125 (ffmpeg): avoid creating a new stream not referenced in pmt since it cannot be ...
- Originally committed as revision 18137 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:32 AM Revision b38d7298 (ffmpeg): Add common VA API data structures and helpers.
- Originally committed as revision 18136 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/21/2009
- 11:59 PM Revision ff8084cf (ffmpeg): Enable unscaled packed422 -> planar 420 converters by default as the
- imgconvert inherited quality issues should be fixed.
Originally committed as revision 29031 to svn://svn.mplayerhq.h... - 11:52 PM Revision 3d99e069 (ffmpeg): 10l (C code was buggy and untested)
- Originally committed as revision 29030 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:45 PM Revision 870a4adb (ffmpeg): Average chroma of 2 lines in packed 422 -> planar 420.
- Originally committed as revision 29029 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:44 PM Revision bb691a6d (ffmpeg): Add support for HW accelerated VC-1 decoding through the new
- AVHWAccel infrastructure.
Originally committed as revision 18135 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:29 PM Revision a0dd3c00 (ffmpeg): reset codec width/height for h264 forcing decoder to parse extradata
- Originally committed as revision 18134 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:08 PM Revision f82674e5 (ffmpeg): Change the RGB5X5/BGR5X5 pixel format defines so that we have little
- endian and big endian variants instead of native-endian ones.
This patch breaks API/ABI backward-compatibility.
Ori... - 10:50 PM Revision 31a79497 (ffmpeg): Use PIX_FMT_NE() macro.
- Originally committed as revision 18132 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 PM Revision a1a05abe (ffmpeg): Implement PIX_FMT_NE() macro.
- Originally committed as revision 18131 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision d89f692f (ffmpeg): Extend the behavior of avcodec_get_pix_fmt(), if it cannot find a
- pixel format for the provided name, make it look for the native endian
variant of the name.
Originally committed as ... - 10:24 PM Revision a61ec8e7 (ffmpeg): Globally prefer enum PixelFormat over int when it makes sense.
- Originally committed as revision 18129 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 PM Revision cc9aced3 (ffmpeg): Remove slash-skipping code because the function called right after that
- statement (get_word_sep()) already does that all by itself. See summary in
"[PATCH] rtsp.c small cleanups" thread on ... - 09:00 PM Revision 78f731de (ffmpeg): Reindent something where a if () --> { <-- is on a newline rather tha...
- same line as the if. See summary in "[PATCH] rtsp.c small cleanups" thread on
mailinglist.
Originally committed as r... - 08:59 PM Revision 7d09a993 (ffmpeg): Free metadata if already allocated; fixes a memleak if the header occ...
- in a stream (e.g. malicious input, broken file, etc.). See summary in "[PATCH]
rtsp.c small cleanups" thread on maili... - 08:58 PM Revision 6a8c8b36 (ffmpeg): Fix silly bug in hex_to_data() where it compares a string pointer for...
- it is '\0' rather than its content (char *p; if (p == '\0') instead of if
(*p == '\0')). See summary in "[PATCH] rtsp... - 08:56 PM Revision 64917dd3 (ffmpeg): Remove useless comment about something that is deprecated. See summar...
- "[PATCH] rtsp.c small cleanups" thread on mailinglist.
Originally committed as revision 18124 to svn://svn.ffmpeg.or... - 08:55 PM Revision 36aa7bc2 (ffmpeg): Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&...
- See summary in "[PATCH] rtsp.c small cleanups" thread on mailinglist.
Originally committed as revision 18123 to svn:... - 08:54 PM Revision 1ef36a70 (ffmpeg): Merge functional code from get_word() and get_word_sep() into a single
- function, since they both do approximately the same thing. At the same time,
remove redir_isspace() altogether since ... - 08:46 PM Revision 7e726132 (ffmpeg): Allow (and parse) incoming server messages (notices) interleaved with...
- data packets or in addition to UDP data packets, over the RTSP/TCP connection.
See discussion in [PATCH] rtsp.c: read... - 08:44 PM Revision 9c610b76 (ffmpeg): Add a @todo item to use ByteIOContext instead of URLContext at some p...
- the future, requested by Luca in "[PATCH] rtsp.c: read TCP server
notifications/messages" thread.
Originally committ... - 08:34 PM Revision 8b9794e5 (ffmpeg): Remove index writing in RM muxer, since it is broken (multiple stream...
- single index chunk) and is always empty anyway. See "[PATCH] rmenc.c: remove
index writing" thread.
Originally commi... - 07:19 PM Revision 83c0ba3d (ffmpeg): Don't allow to sync on packets of zero-size length, since these are n...
- valid. See "[PATCH] rmdec.c: prevent zero-length packets" thread.
Originally committed as revision 18118 to svn://sv... - 07:18 PM Revision e75e603c (ffmpeg): Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-le...
- packets" thread.
Originally committed as revision 18117 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:28 PM Revision ee6624ef (ffmpeg): Remove deprecated and now unused Mersenne Twister PRNG.
- Originally committed as revision 18116 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:01 PM Revision 6a03a34b (ffmpeg): Register myself as Smacker maintainer
- Originally committed as revision 18115 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:16 PM Revision 9f5da4d1 (ffmpeg): When warning about forbidden pseudo random number generation functions,
- suggest the correct replacement functions.
Originally committed as revision 18114 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:14 PM Revision 573e0118 (ffmpeg): Fix reference to av_random_init where av_lfg_init was meant.
- Originally committed as revision 18113 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 PM Revision 0e4cb6cb (ffmpeg): Fix reference to av_random where av_lfg_get was meant.
- Originally committed as revision 18112 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:52 PM Revision e1dc16ae (ffmpeg): Make Smacker audio decoder output audio in original bit depth
- Patch by Daniel Verkamp
($firstname) at (three-letter file extension for drivers in Win 3.1) dot (nu)
Thread: [PATCH... - 01:51 PM Revision 2bbd8571 (ffmpeg): Remove deprecated functions and structures on next version bump.
- Originally committed as revision 18110 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:16 PM Revision 986b6f8f (ffmpeg): Fix build failure on x86_32 Mac OS X with PIC enabled
- Originally committed as revision 29022 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:32 AM Revision 64159a58 (ffmpeg): check if feed max file size is too small
- Originally committed as revision 18109 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 AM Revision 1f611549 (ffmpeg): cosmetics, reindent and remove empty line
- Originally committed as revision 18108 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:28 AM Revision 861ec13a (ffmpeg): new Truncate option which will make feeder truncate feed file
- Originally committed as revision 18107 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:25 AM Revision 899a8fa1 (ffmpeg): Fix avpicture_get_size for non-paletted formats with a helper palette
- to not include the size of that palette.
Also clarify its documentation.
Originally committed as revision 18106 to s... - 10:20 AM Revision 6f348086 (ffmpeg): Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest ...
- Originally committed as revision 29021 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:03 AM Revision 31e2d5d3 (ffmpeg): update ffserver regression ref
- Originally committed as revision 18105 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:58 AM Revision 85fe4ae0 (ffmpeg): do not call av_find_stream_info if stream is ffm, should fix stalling
- Originally committed as revision 18104 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:56 AM Revision 0bdd8b85 (ffmpeg): send busy reply if max connections number is exceeded
- Originally committed as revision 18103 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:22 AM Revision 1a4ab332 (ffmpeg): Reindent
- Originally committed as revision 18102 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:22 AM Revision 6e6abd02 (ffmpeg): Fix Speex header parsing in ogg demuxer
- Originally committed as revision 18101 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:03 AM Revision 1fa9726c (ffmpeg): Document ogg_codec's header function
- Originally committed as revision 18100 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:36 AM Revision be2a6e2f (ffmpeg): fix compilation when DEBUG_SEEK is defined
- Originally committed as revision 18099 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 AM Revision 92a0f338 (ffmpeg): fix valid seeking range
- Originally committed as revision 18098 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:52 AM Revision 7e24aa0c (ffmpeg): adjust write index if not set
- Originally committed as revision 18097 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:03 AM Revision a9c6fc7b (ffmpeg): update seek regression ref due to 18063
- Originally committed as revision 18096 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:14 AM Revision d7687763 (ffmpeg): Take over sole maintainership for all FLAC-related stuff
- Originally committed as revision 18095 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:06 AM Revision 59f60d05 (ffmpeg): Fix the ogg regression test, which was broken by r18092. This is an
- expected change because the ogg muxer with FLAC encoder uses the maximum
frame size estimate since it cannot rewrite ... - 01:55 AM Revision 0e442b84 (ffmpeg): add myself as maintainer for new FLAC files
- Originally committed as revision 18093 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:54 AM Revision 0fb2182d (ffmpeg): add a function to calculate a more accurate estimate for maximum FLAC
- frame size and use the function in the FLAC decoder and FLAC encoder
Originally committed as revision 18092 to svn:/... - 01:27 AM Revision f5187c7f (ffmpeg): flacdec: account for frame and subframe header overhead when calculating
- estimate for maximum frame size
Originally committed as revision 18091 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:20 AM Revision f1216221 (ffmpeg): revert accidental unrelated change in last commit
- Originally committed as revision 18090 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:16 AM Revision d4df4e50 (ffmpeg): share sample rate and blocksize tables between the FLAC encoder and FLAC
- decoder
Originally committed as revision 18089 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:50 AM Revision b4800b8b (ffmpeg): protect realloc overflow
- Originally committed as revision 18088 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:50 AM Revision b9b4fc5e (ffmpeg): flacenc: remove unneeded variable, 'min_encoded_framesize' and use
- 'min_framesize' instead
Originally committed as revision 18087 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:49 AM Revision 29b0d168 (ffmpeg): seek backwards 4 bytes if 'fLaC' marker is not found
- Originally committed as revision 18086 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:48 AM Revision d9e7fa80 (ffmpeg): flacdec: remove unneeded variable, 'assignment'
- Originally committed as revision 18085 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:47 AM Revision 2a346725 (ffmpeg): flacdec: cosmetics: rename 'decorrelation' to 'ch_mode'
- Originally committed as revision 18084 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 AM Revision ad52941f (ffmpeg): flacenc: remove unneeded context variable, 'ch_code'
- Originally committed as revision 18083 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:44 AM Revision 3159780b (ffmpeg): share channel mode constants between the FLAC decoder and FLAC encoder
- Originally committed as revision 18082 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/20/2009
- 11:36 PM Revision c15020dd (ffmpeg): Hostile takeover of the ogg demuxer, agreed to by Mans on irc
- Originally committed as revision 18081 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 PM Revision 432603e3 (ffmpeg): Remove declaration of the removed function img_convert().
- Originally committed as revision 18080 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 PM Revision 39b60944 (ffmpeg): Get rid of av_random in cook.c
- Originally committed as revision 18079 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:15 PM Revision 3b0b8479 (ffmpeg): Get rid of av_random in nellymoserdec.c
- Originally committed as revision 18078 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:23 PM Revision effcedf7 (ffmpeg): PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
- Patch by Daniel Verkamp, daniel drv nu
Originally committed as revision 18077 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:22 PM Revision 20ddf5a8 (ffmpeg): Avoid crash on planarCopy to a destination without alpha.
- Makes regression tests run again, though the results are still wrong.
Originally committed as revision 29018 to svn:... - 04:29 PM Revision 1cd98da8 (ffmpeg): Initialize pointer arrays which may be freed before being initialized.
- Originally committed as revision 29017 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 04:23 PM Revision 04ef1d3f (ffmpeg): Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides it
- added completely pointless code.
Originally committed as revision 29016 to svn://svn.mplayerhq.hu/mplayer/trunk/libs... - 04:12 PM Revision d55ef636 (ffmpeg): Fix swscale compilation with Altivec enabled.
- Originally committed as revision 29015 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:44 PM Revision 3164d25e (ffmpeg): Reindent after last commit
- Originally committed as revision 29014 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:33 PM Revision b3b5946c (ffmpeg): Add a changelog entry for the alpha scaler support
- Originally committed as revision 18076 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:17 PM Revision 110f147a (ffmpeg): Also test the alpha channel in swscale-example
- Originally committed as revision 29013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:16 PM Revision 6268f55b (ffmpeg): YUVA420P is now supported as output format
- Originally committed as revision 29012 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:15 PM Revision 6858492e (ffmpeg): Add alpha channel scaling
- Originally committed as revision 29011 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:14 PM Revision 3acd545f (ffmpeg): Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters
- Originally committed as revision 29010 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:12 PM Revision a9ddb5b1 (ffmpeg): Add a CONFIG_SWSCALE_ALPHA option for alpha channel scaling (enabled ...
- Originally committed as revision 18075 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:01 PM Revision f6cf4ed0 (ffmpeg): Use a simpler and more general check for the gray case in the planarC...
- Originally committed as revision 29009 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:07 PM Revision 9731e7f1 (ffmpeg): mlp, truehd: support non 1:1 channel mapping.
- Originally committed as revision 18074 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 PM Revision cbf3cf19 (ffmpeg): Support "next parameter flags present" flag.
- Originally committed as revision 18073 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:02 PM Revision 932cee5d (ffmpeg): truehd: support up to 3 substreams.
- Originally committed as revision 18072 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:04 PM Revision 952e2083 (ffmpeg): Rename hwaccel_data_private to hwaccel_picture_private.
- Originally committed as revision 18071 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:48 AM Revision 294eaa26 (ffmpeg): Replace random() usage in test programs by av_lfg_*().
- Originally committed as revision 18070 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:43 AM Revision c7594e07 (ffmpeg): Only build motion-test if MMX is enabled.
- Originally committed as revision 18069 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:40 AM Revision 578f90a8 (ffmpeg): Align test program output columns.
- Originally committed as revision 18068 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 AM Revision fa7aec5c (ffmpeg): Remove unused libavutil/random.h #include.
- Originally committed as revision 18067 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:47 AM Revision e814a59f (ffmpeg): Use correct header for struct AVLFG.
- Originally committed as revision 18066 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:44 AM Revision 7c45723a (ffmpeg): resync ffm if error in stream
- Originally committed as revision 18065 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:39 AM Revision 21c6438f (ffmpeg): typo, fix eof check
- Originally committed as revision 18064 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:23 AM Revision b9edbe99 (ffmpeg): do not write ffm write index by default, detect if file is being writ...
- Originally committed as revision 18063 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:22 AM Revision cf16c17a (ffmpeg): Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR...
- try #2" thread. Patch originally by Vladimir Voroshilov.
Originally committed as revision 18062 to svn://svn.ffmpeg.... - 01:11 AM Revision e9fce261 (ffmpeg): Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a
- SDP line handler that parses the streamID in the SDP so that ASF stream
data can be matched to their respective strea... - 01:07 AM Revision 20f93c3c (ffmpeg): check av_find_stream_info return value
- Originally committed as revision 18060 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:05 AM Revision 77553ae3 (ffmpeg): uniformize log messages and add some more
- Originally committed as revision 18059 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:00 AM Revision 042819c5 (ffmpeg): use lfg and ff_random_get_seed instead of deprecated av_random
- Originally committed as revision 18058 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 AM Revision 637af098 (ffmpeg): check if feed and stream already exist before registering new one
- Originally committed as revision 18057 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 73493925 (ffmpeg): Make softfloat test program compile again: Setting the av_log_level v...
- needs to be replaced by a call to av_log_set_level().
Originally committed as revision 18056 to svn://svn.ffmpeg.org... - 12:18 AM Revision b56e34c5 (ffmpeg): Make AES test program compile again: Setting the av_log_level variable
- needs to be replaced by a call to av_log_set_level().
Originally committed as revision 18055 to svn://svn.ffmpeg.org...
03/19/2009
- 11:33 PM Revision 54ea7736 (ffmpeg): Initialize *srcContext, *dstContext, *outContext to NULL, avoids the ...
- libswscale/swscale-example.c:60: warning: 'outContext' may be used uninitialized in this function
libswscale/swscale-... - 11:29 PM Revision e29c3f93 (ffmpeg): Remove useless casting in asm "m" operand.
- Patch by Matthieu Castet, castet D matthieu A free D fr
Originally committed as revision 29007 to svn://svn.mplayerh... - 11:29 PM Revision ecf05a59 (ffmpeg): Remove useless casting in asm "m" operand.
- Patch by Matthieu Castet, castet D matthieu A free D fr
Originally committed as revision 18054 to svn://svn.ffmpeg.o... - 10:29 PM Revision 90da2b50 (ffmpeg): Make ffmpeg fail if the argument provided to the -pix_fmt option is
- invalid.
Originally committed as revision 18053 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:57 PM Revision 87657891 (ffmpeg): set avi fsize to INT64_MAX if riff tag end is not set and file size i...
- Originally committed as revision 18052 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:54 PM Revision 3a560188 (ffmpeg): move max analyze duration check before considering new packet
- Originally committed as revision 18051 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:52 PM Revision dd35beb2 (ffmpeg): Allocate executable memory with VirtualAlloc() in Windows.
- Originally committed as revision 29006 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:52 PM Revision 7c5bfe7a (ffmpeg): Check for VirtualAlloc() so it may be used to allocate executable mem...
- Windows.
Originally committed as revision 18050 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:50 PM Revision 16a3717f (ffmpeg): Drop unnecessary cast and cosmetically align.
- Originally committed as revision 29005 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:46 PM Revision 23d9cc45 (ffmpeg): Support raw TrueHD files
- Originally committed as revision 18049 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:36 PM Revision 45bae968 (ffmpeg): Fix indentation after r18047.
- Originally committed as revision 18048 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision c9d6e847 (ffmpeg): Change linesize alignment method to ensure that linesize[0] == 2*line...
- for YUV420P and YUV422P always.
Fixes MPEG-2 4:2:2 encoding on PPC and ARM, and should fix mxf_d10 regression.
Origi... - 09:31 PM Revision b435725b (ffmpeg): Do not set linesize for palette data, it does not make sense and creates
- problems with following patch to fix linesize alignment.
Originally committed as revision 18046 to svn://svn.ffmpeg.... - 09:23 PM Revision 9ba4821d (ffmpeg): Split TrueHD decoder from MLP
- Originally committed as revision 18045 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:13 PM Revision 5c3d507f (ffmpeg): MOV: Use the AOT enum for the mp4_audio_types mapping.
- Originally committed as revision 18044 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:02 PM Revision 9326d3f3 (ffmpeg): Revert
- Date: Wed Mar 18 23:11:50 2009
New Revision: 28996
Log:
Fix libswscale compilation on non-x86, hopefully without ... - 02:49 PM Revision 8e3d8a82 (ffmpeg): typedef int x86_reg on non x86
- Originally committed as revision 18043 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:04 PM Revision 72ef3dd7 (ffmpeg): Fix 10l typo.
- Originally committed as revision 29002 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:53 AM Revision 2029e934 (ffmpeg): Nicely align output columns.
- Originally committed as revision 18042 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:45 AM Revision 0411072e (ffmpeg): Unscaled converters for
- YUYV->YUV420P
YUYV->YUV422P
UYVY->YUV420P
UYVY->YUV422P
Originally committed as revision 28997 to svn://svn.mplayerh... - 03:04 AM Revision 07d16e2e (ffmpeg): share some constants between the FLAC encoder and FLAC decoder
- Originally committed as revision 18041 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:10 AM Revision bb504ac4 (ffmpeg): Fix compilation of adler32 test program: Use av_log_set_level()
- instead of assigning a value to the av_log_level variable.
Originally committed as revision 18040 to svn://svn.ffmpe... - 01:04 AM Revision 23869b4a (ffmpeg): Fix copy and paste typo in input/output devices section.
- Originally committed as revision 18039 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/18/2009
- 10:11 PM Revision 62651fa7 (ffmpeg): Fix libswscale compilation on non-x86, hopefully without breaking Min...
- Originally committed as revision 28996 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:38 PM Revision 29c66386 (ffmpeg): Use read_yesno() in opt_output_file().
- Originally committed as revision 18038 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 PM Revision 090b61b2 (ffmpeg): Implement read_yesno().
- Originally committed as revision 18037 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision eab5168c (ffmpeg): Flush the remaning chars in the input buffer after reading the
- response to the "Overwrite ? [y/N]" question.
Fix the behaviour when the question is asked more than one time.
Orig... - 08:10 PM Revision 1e896640 (ffmpeg): Implement a name field for AVPixFmtDescriptor.
- Originally committed as revision 18035 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:12 PM Revision 9a034dde (ffmpeg): swscale-example: use LFG instead of random()
- Originally committed as revision 28993 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:07 PM Revision d0ce212a (ffmpeg): Do not assume long is same width as x86 register.
- Originally committed as revision 28992 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:14 PM Revision 2b823a52 (ffmpeg): Fix typo in AOT_ER_AAC_ELD
- Originally committed as revision 18034 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:11 PM Revision d3487e47 (ffmpeg): Update the MPEG-4 AOT table.
- Originally committed as revision 18033 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:03 PM Revision b8b00d94 (ffmpeg): Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure
- (GUID is also defined, but differently, in Windows headers).
Originally committed as revision 18032 to svn://svn.ffm... - 01:52 PM Revision f650e4d3 (ffmpeg): Move MPEG-4 AOT enum to mpeg4audio.h.
- Originally committed as revision 18031 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:17 PM Revision 4d0c3dc0 (ffmpeg): Add a special guidcmp function to compare ASF guids, to avoid the many
- duplicated sizeof(GUID).
Originally committed as revision 18030 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:06 AM Revision 780daf2b (ffmpeg): Consistently use ff_ prefixes for internal symbols.
- Originally committed as revision 28988 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:55 AM Revision fa3f2a35 (ffmpeg): Add list of supported input/output devices.
- Originally committed as revision 18029 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 AM Revision 000bbebb (ffmpeg): Adjust @columnfractions settings to reflect the number of columns in ...
- Originally committed as revision 18028 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/17/2009
- 08:47 PM Revision e05c8d06 (ffmpeg): use intptr_t to cast pointers to int in codecs maintained by benjamin...
- Originally committed as revision 18027 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:53 PM Revision d4da3e47 (ffmpeg): Add a fillPlane function to fill a plane with one constant value
- Originally committed as revision 28986 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:51 PM Revision 4c01b868 (ffmpeg): Don't write outside of the picture buffer in planarCopy in the gray case
- Originally committed as revision 28985 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:35 PM Revision 79ff11d7 (ffmpeg): Fix wrong @file tag.
- Originally committed as revision 18026 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:43 PM Revision 1aea7018 (ffmpeg): Amend AVCodecContext with hwaccel_context (HW accelerator context).
- This is needed for some HW accelerators that require a context that
FFmpeg can't instantiate itself. e.g. display-dep... - 12:35 PM Revision c4a3d032 (ffmpeg): Reindent after r18023.
- Originally committed as revision 18024 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 PM Revision 1a30d541 (ffmpeg): Add RTP/ASF header parsing, which is part of the SDP of these streams...
- patch discussion in "[PATCH] RTSP-MS 10/15: ASF header parsing" thread.
Originally committed as revision 18023 to sv... - 12:27 PM Revision 6d050dd6 (ffmpeg): cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com
- Originally committed as revision 18022 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:05 PM Revision 852ca0e5 (ffmpeg): Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_p...
- mismatch. The function is now called sws_yuv2rgb_get_func_ptr_bfin().
Originally committed as revision 28982 to svn:... - 11:52 AM Revision 7f5ee4ea (ffmpeg): whitespace cosmetics: Consistently format function calls without space
- between name and parentheses; shorten some overly long lines.
Originally committed as revision 28981 to svn://svn.mp... - 01:43 AM Revision 137707e5 (ffmpeg): Add documentation about missing E-AC-3 features.
- Originally committed as revision 18021 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/16/2009
- 10:38 PM Revision 9e85f9c5 (ffmpeg): Fix SEIs when splitting H264 input.
- Patch by John Cox, jc A kynesim D co D uk
Originally committed as revision 18020 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:49 PM Revision 2ac736a6 (ffmpeg): Extend mov edit list support to work for a first padding entry with
- time == -1 and duration. Complicated since time is relative to stream,
duration relative to container time base.
Ori... - 08:22 PM Revision c3df4a3b (ffmpeg): rmdec: fix crash at end of file
- Originally committed as revision 18018 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:04 PM Revision 9a10a076 (ffmpeg): Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming ...
- Originally committed as revision 28978 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 04:24 PM Revision d0dab0ec (ffmpeg): Cosmetics: Re-indent after last commit
- Originally committed as revision 18017 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 PM Revision bd27eed6 (ffmpeg): MOV: Support stz2 "Compact Sample Size Box"
- Originally committed as revision 18016 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:11 PM Revision 4a39ccb4 (ffmpeg): AAC: IEEE-754 type punning for 16-bit floating point rounding.
- Originally committed as revision 18015 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:23 PM Revision 508fe07a (ffmpeg): More reindent, forgotten in previous commit.
- Originally committed as revision 18014 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:03 PM Revision 2d6f3014 (ffmpeg): Parse index chunk so that seeking in modern .rm files becomes a lot f...
- Has been tested against streamed / non-seekable input and passes make
seektest. See "[PATCH] rmdec.c: parse INDX chun... - 01:03 PM Revision aa0bd992 (ffmpeg): Revert the alphabetical reordering which made me owner of Baptiste's ...
- Originally committed as revision 18012 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:01 PM Revision c8829279 (ffmpeg): Reindent after r18010.
- Originally committed as revision 18011 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:59 PM Revision 55d330f9 (ffmpeg): Mark the first output audio frame as keyframe (separate patch from pr...
- as requested by Kostya). See "[PATCH] rmdec.c: remove cache access
duplication".
Originally committed as revision 18... - 12:57 PM Revision c5efef7b (ffmpeg): Remove packet returning in ff_rm_parse_packet() if we're using the pa...
- cache, since this can already be accessed through ff_rm_retrieve_cache().
See "[PATCH] rmdec.c: remove cache access d... - 12:56 PM Revision 748a4312 (ffmpeg): Fix alphabetical order.
- Originally committed as revision 18008 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:50 PM Revision 7268f0bd (ffmpeg): Reindent after r18005.
- Originally committed as revision 18007 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:47 PM Revision 8127c420 (ffmpeg): Fix an assert().
- Patch by Daniel Verkamp daniel drv nu
Originally committed as revision 18006 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:47 PM Revision 6a2d3fc3 (ffmpeg): Merge code for packet reading in "old" (.ra, audio-only) Realmedia fi...
- the newer (.rm, audio/video) files. See "[PATCH] rmdec.c: merge old/new
packet reading code" thread on mailinglist.
... - 08:29 AM Revision 2816ce4c (ffmpeg): Split YUV2RGB operands declaration into a separate macro
- Originally committed as revision 28972 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:46 AM Revision f05783c2 (ffmpeg): cosmetics, remove useless braces
- Originally committed as revision 18004 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:46 AM Revision 9bf1b268 (ffmpeg): simplify printing
- Originally committed as revision 18003 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:44 AM Revision f584386d (ffmpeg): reindent
- Originally committed as revision 18002 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 AM Revision c6026e43 (ffmpeg): fix trkn metadata parsing
- Originally committed as revision 18001 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:06 AM Revision 0fb44a4e (ffmpeg): move read_udta_string up to avoid forward declaration
- Originally committed as revision 18000 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:03 AM Revision 873358e5 (ffmpeg): more generic metadata handling
- Originally committed as revision 17999 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:13 AM Revision 2229a5c6 (ffmpeg): do not set isom if ctype is not set, happens in mov
- Originally committed as revision 17998 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:56 AM Revision 170e6b14 (ffmpeg): Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef; all other refe...
- to it were removed in r6606
Originally committed as revision 17997 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/15/2009
- 11:54 PM Revision df8843c6 (ffmpeg): search for hdlr atom in meta, some files do not store version+flags
- Originally committed as revision 17996 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:15 PM Revision 06abe7f5 (ffmpeg): mingw32: call lib.exe instead of lib to facilitate running it through...
- Originally committed as revision 17995 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 PM Revision 337cee68 (ffmpeg): Disallow out-of-tree builds with config.h in the source tree.
- A config.h present in the source tree takes precedence over a config.h
in the build tree, which can possibly result i... - 08:14 PM Revision 7a160bca (ffmpeg): Fix index generation in the way that it was supposed to be used. See the
- discussion in the ML thread "[PATCH] rmdec.c: merge old/new packet reading
code".
Over time, this code broke somewha... - 07:36 PM Revision b2170247 (ffmpeg): Add cook channel count function, part of multichannel cook
- Originally committed as revision 17992 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:34 PM Revision 0eec2875 (ffmpeg): Add max allowed subpackets in multichannel cook
- Originally committed as revision 17991 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:20 PM Revision 3cf6adaf (ffmpeg): Remove code that was disabled by the recent major version bump.
- Originally committed as revision 17990 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:36 PM Revision 323a8230 (ffmpeg): Fix typo: 'conjuction' -> 'conjunction'.
- Originally committed as revision 17989 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:11 PM Revision d4b3d040 (ffmpeg): save avctx in cook decoder context and use it for av_log
- Originally committed as revision 17988 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:04 PM Revision 7c119ced (ffmpeg): memset when category is >=7, part of cook multichannel
- Originally committed as revision 17987 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:38 PM Revision 16473c13 (ffmpeg): 1 km^3 cola, timecode_frame_start is a 64 bit integer, this resulted in
- complete nonsense if timecode_frame_start was used on big-endian systems.
Originally committed as revision 17986 to ... - 01:22 PM Revision be2cf98a (ffmpeg): Force ebp_available for icc.
- See discussion:
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/86209
Originally committed as revision 17985 t... - 12:46 PM Revision 60a847b5 (ffmpeg): cosmetics: Remove file name from file header.
- Originally committed as revision 17984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:21 AM Revision 3c6547be (ffmpeg): add my gpg key fingerprint
- Originally committed as revision 17983 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:18 AM Revision 08519772 (ffmpeg): add my gpg key fingerprint
- Originally committed as revision 17982 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 AM Revision 7c4502c8 (ffmpeg): typo in the mail, the 4am commit is always the worst
- Originally committed as revision 17981 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 AM Revision 4909e517 (ffmpeg): cosmetics
- Originally committed as revision 17980 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 AM Revision 983bdd37 (ffmpeg): add my copyright in mov de/muxer
- Originally committed as revision 17979 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:37 AM Revision 78679783 (ffmpeg): Expand "lsb" to "least significant bits".
- Originally committed as revision 17978 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:33 AM Revision e5681ba0 (ffmpeg): Rename the (yet not defined) macros:
- PIX_FMT_RGB565_BE -> PIX_FMT_RGB565BE
PIX_FMT_RGB565_LE -> PIX_FMT_RGB565LE
for consistency with the other pixfmts ma... - 09:44 AM Revision e49da827 (ffmpeg): allocate palette in codec directly
- Originally committed as revision 17976 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:06 AM Revision 6c00a9de (ffmpeg): cosmetics, add some whitespaces and empty lines
- Originally committed as revision 17975 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:21 AM Revision 0304109d (ffmpeg): Correct MV prediction for B-frame blocks in RV4 decoder
- Originally committed as revision 17974 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:23 AM Revision 3d45a83a (ffmpeg): add loglevel option to set libav* logging level, -v does not set it a...
- Originally committed as revision 17973 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:21 AM Revision f0f2218d (ffmpeg): do not modify sample_count, check against index entries
- Originally committed as revision 17972 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/14/2009
- 11:39 PM Revision ed6ae6a5 (ffmpeg): use utc time for timestamp and do not set it if not specified
- Originally committed as revision 17971 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 PM Revision 9bceffef (ffmpeg): Fix ff_random_get_seed() prototype
- Originally committed as revision 17970 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 PM Revision 36a12218 (ffmpeg): swf timestamps are 16 bits
- Originally committed as revision 17969 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 PM Revision 40a1d41f (ffmpeg): remove unused fields in swf context
- Originally committed as revision 17968 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision 2261a952 (ffmpeg): do not parse timestamp if bitexact is set, should fix regression tests
- Originally committed as revision 17967 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:07 PM Revision 881dad9e (ffmpeg): Enable generic index creation and seeking for NUV demuxer.
- Originally committed as revision 17966 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:46 PM Revision 74f5ae84 (ffmpeg): Add AVFMT_GENERIC_INDEX support also for formats that do not use a pa...
- Originally committed as revision 17965 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:50 PM Revision bd36f175 (ffmpeg): Make pcm_read_seek treat negative time stamps as 0, this avoids incor...
- seeking before data_offset and is more consistent with how the generic index
seeking code handles it.
Originally com... - 07:14 PM Revision 2f2cabef (ffmpeg): Add av_uninit to vbA[1-8], vbB[1-8] variables to work around
- some 'may be used uninitialized' warnings.
Originally committed as revision 17963 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:12 PM Revision 6d79971e (ffmpeg): prettyprinting cosmetics
- Originally committed as revision 17962 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:11 PM Revision f5b2476f (ffmpeg): Add av_uninit to vsrcBuc variable to work around some
- 'may be used uninitialized' warnings.
Originally committed as revision 17961 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:20 PM Revision b91813b6 (ffmpeg): Improve description of next_free_data_block_num struct member.
- Originally committed as revision 17960 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:30 PM Revision 85b4230f (ffmpeg): Do not lose user flags when passing calls from the new to the old see...
- Originally committed as revision 17959 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:24 PM Revision 4ed29207 (ffmpeg): Switch ffplay to new seeking API.
- Originally committed as revision 17958 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:53 PM Revision b82744c9 (ffmpeg): Switch regression test to the new seeking API.
- Originally committed as revision 17957 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:51 PM Revision 32d88592 (ffmpeg): add avformat_seek_file()
- Originally committed as revision 17956 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:18 AM Revision c73d3996 (ffmpeg): Add an example showing how to create a video from many images.
- Originally committed as revision 17955 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:11 AM Revision 786dcfef (ffmpeg): Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA ...
- Originally committed as revision 28943 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Also available in: Atom