Activity
From 02/01/2011 to 03/02/2011
03/02/2011
- 11:25 PM Revision d667be2c (ffmpeg): Attribute used is correctly supported by the Intel C compiler since v...
- 05:15 PM Revision 8cf9a09d (ffmpeg): vp3-mt: fix deadlock when first frame is not a keyframe.
- 02:06 PM Revision ff1efc52 (ffmpeg): threads: allow thread count of zero
- This moves setting the thread count to a minimum of 1 to
frame_thread_init(), allowing a value of zero to propagate
t... - 01:32 PM Revision fb985071 (ffmpeg): vc1: fix decoding when end sequence is present
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 12:38 PM Revision a5b13b14 (ffmpeg): Use macro __INTEL_COMPILER instead of __ICC.
- __ICC is not supported on all platforms, this is an Intel documentation
bug that is supposed to be fixed in a future ... - 10:29 AM Revision 863c4716 (ffmpeg): libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameter
- This removes a fixme issue, by allowing the av_pkt_dump functions
to use the correct time base.
Signed-off-by: Luca ... - 10:29 AM Revision 5e33e7bd (ffmpeg): ffmpeg: Use av_pkt_dump_log2
- This makes dumped packet timestamps proper for streams with
timebases other than AV_TIME_BASE.
Signed-off-by: Luca B... - 10:16 AM Revision e360ada2 (ffmpeg): aviobuf: Write new data at s->buf_end in fill_buffer
- In most cases, s->buf_ptr will be equal to s->buf_end when
fill_buffer is called, but this may not always be the case... - 09:27 AM Revision 3730fda0 (streamers): making the playout delay limit configurable (--playout_limit)
- 09:27 AM Revision 4e247338 (streamers): Set chunk ID before calling chunkise() (fixes chunk_log.txt)
- Conflicts:
input-grapes.c - 09:04 AM Revision 5d20a6a7 (streamers): Enable stats output
- 09:04 AM Revision d263a301 (streamers): limiting chunk delay to fixed 4 sec
- 09:03 AM Revision 2d4a594b (streamers): adding get_chunk_timestamp function
- Conflicts:
streaming.c - 08:57 AM Revision 70921454 (streamers): moving am_i_source up to streamer.c
- otherwise it gets initialized too late
- 08:56 AM Revision dceef344 (streamers): added am_i_source()
- Conflicts:
streaming.c - 08:56 AM Revision b88c9f4a (streamers): adding cb_size to metadata
- 08:56 AM Revision cc0cd459 (streamers): changing metadata to a structure
- 08:55 AM Revision 65626579 (streamers): just some debug
- 08:55 AM Revision 82e914fb (streamers): start chunk ID from 0
- 08:53 AM Revision af0e363a (streamers): output=grapes: add dummy config with "dummy:"
- 08:53 AM Revision 2c77ce17 (streamers): input-grapes: adding "ipb:" config
- 12:23 AM Revision 06ed4873 (ffmpeg): movenc: use correct tag for dvcpro hd
- Signed-off-by: Mans Rullgard <mans@mansr.com>
03/01/2011
- 11:55 PM Revision 99bbc781 (ffmpeg): dnxhd: allow encoding with Avid Nitris compatibility.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:45 PM Revision fffdee89 (ffmpeg): movenc: fix tkhd height for imx
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 05:27 PM Revision 0300db8a (ffmpeg): avio: deprecate url_fskip
- avio_seek should be used instead
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 05:22 PM Revision e356fc57 (ffmpeg): lavf: replace all uses of url_fskip with avio_seek
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 05:12 PM Revision 6b4aa5da (ffmpeg): avio: avio_ prefix for url_fseek
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 04:39 PM Revision 76d8846c (ffmpeg): huffyuv: Add multithreading support
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 04:39 PM Revision ad9791e1 (ffmpeg): pthreads: Fix bug introduced with thread_safe_callbacks
- For intra codecs, ff_thread_finish_setup() is called before decoding starts
automatically. However, get_buffer can on... - 02:36 PM Revision 52120966 (ml): removed bogus debug messages
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2567 c54fac2e-1815-407e-9b96...
- 02:36 PM Revision 32c04c21 (napa-baselibs): removed bogus debug messages
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2567 c54fac2e-1815-407e-9b96-08...
- 02:36 PM Revision e3923e27 (ml): improved sendmsg failed debug information
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2566 c54fac2e-1815-407e-9b96...
- 02:36 PM Revision a158bd24 (napa-baselibs): improved sendmsg failed debug information
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2566 c54fac2e-1815-407e-9b96-08...
- 12:55 PM Revision 42ccd2fc (ffmpeg): Use --sysroot flag for clang
- Although not documented, clang does support the --sysroot flag, and it
does the right thing. Use this flag intead of... - 10:34 AM Revision 2cc0687c (grapes): Merge remote branch 'abeni/chunkiser' into NOSSDAV-IPB
02/28/2011
- 08:39 PM Revision 3774aeeb (grapes): Frame indexes should be 0-based
- 01:05 PM Revision 2c62639a (grapes): Print the chunk type in chunk_log.txt
- 09:02 AM Revision 342922ca (chunker-player): build script fix
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2562 c54fa...
- 02:55 AM Revision 00ba041c (ffmpeg): Use --sysroot flag for clang
- Although not documented, clang does support the --sysroot flag, and it
does the right thing. Use this flag intead of... - 12:29 AM Revision 65ad2c61 (ffmpeg): In mov muxer, fix adpcm mono muxing, patch by Alex Converse
- 12:20 AM Revision 4ea02a9a (ffmpeg): In mpegts demuxer, do not output known sized packet if an unbounded p...
- is already queued. Fix issue #2624.
02/27/2011
- 11:34 PM Revision e9634db1 (ffmpeg): ARM: VP8: fix build on systems with global symbol prefix
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 0b32da90f893b3e04ead18a546252e241a6a0988) - 11:34 PM Revision bbd289aa (ffmpeg): configure: document FATE_SAMPLES env var in --help text
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 52b3cc6047e2b93e8a798734c65904243c1a7be3) - 11:34 PM Revision cf9c227e (ffmpeg): ARM: fix vp8 neon with pic enabled
- The assembler emits literal pools too far from the load instructions,
so we must do it explicitly at a suitable locat... - 11:34 PM Revision 1a9fc2b9 (ffmpeg): fate: get samples location from env var if not explicitly set
- Use the FATE_SAMPLES environment variable if samples location
is not set with the --samples configure option or on th... - 04:55 PM Revision 083d93f4 (grapes): Merge branch 'chunk-attribs' into test-local
- 03:14 PM Revision 94e9ae98 (grapes): Merge branch 'chunkiser' into test-local
- 03:12 PM Revision 734f6960 (grapes): Fix statistics
- 01:53 PM Revision 0b32da90 (ffmpeg): ARM: VP8: fix build on systems with global symbol prefix
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 01:53 PM Revision 8b454c35 (ffmpeg): ARM: fix vp8 neon with pic enabled
- The assembler emits literal pools too far from the load instructions,
so we must do it explicitly at a suitable locat...
02/26/2011
- 12:52 PM Revision 52b3cc60 (ffmpeg): configure: document FATE_SAMPLES env var in --help text
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:51 AM Revision aa3805a4 (ffmpeg): fate: get samples location from env var if not explicitly set
- Use the FATE_SAMPLES environment variable if samples location
is not set with the --samples configure option or on th... - 02:16 AM Revision eea04021 (ffmpeg): reindent after tapt patch
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(cherry picked from commit 77d207cbe64710b7b34865f347e608b9c0e15968) - 02:16 AM Revision aaa71a3e (ffmpeg): store pasp atom for all types of quicktime movie
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(cherry picked from commit d184c86cd309bbd61c5d1a1dfcf60d133da4c1e3) - 02:16 AM Revision 4e815a8b (ffmpeg): movenc: remove uses of deprecated API.
- Replace put_tag() with ffio_wfourcc() and ByteIOContext with AVIOContext.
(cherry picked from commit 13ff92d19706d17f... - 02:16 AM Revision 3b2c4ce1 (ffmpeg): use tapt atom for sample aspect ratio
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
(cherry picked from commit ea1afa124cb58c7eebd4fd3706434fafb58b00c0) - 02:16 AM Revision c3afa4db (ffmpeg): bink: prevent overflows within binkidct by using int-sized intermedia...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit e211e255aa399d68239ffa42c9cc7a52eb3d5... - 02:16 AM Revision 4913af0c (ffmpeg): Bink version 'b' audio decoder
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit ccfcddb3f287545a20831f266c2a2f734d6a9... - 02:16 AM Revision 6a22f82c (ffmpeg): bink: decode audio track identifiers into AVStream.id
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 588a3ffd9687cbef60cc26d5b3a247b8ecdbf... - 02:16 AM Revision 8d09fc19 (ffmpeg): binkaudio: simplify frame_len_bits and frame_len calculation
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 8a8c283edd0da5863eb729a31a94b70820400... - 02:16 AM Revision 408ee5a9 (ffmpeg): binkaudio: remove unnecessary loop
- decode_init sets bands[0] == 2, so this loop always sets the band table
index (k) to zero.
Signed-off-by: Ronald S. ... - 02:16 AM Revision f183cfeb (ffmpeg): OS/2: lxlite should use stdout
- This causes lxlite to use stdout instead of vioXXX
functions. This improves fate and build logs readability.
Affects ... - 02:16 AM Revision 777b365c (ffmpeg): bink: set audio stream codec_tag such that binkaudio decoder can iden...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit f0ca29eb5f476a281c8066214e3745244656d... - 02:16 AM Revision 22c679d3 (ffmpeg): bink: use LOCAL_ALIGNED for aligned stack data
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 8997bb8807336dd6d6c96364952bb71c161ac3b2) - 02:16 AM Revision a63ba973 (ffmpeg): dxva2: define required feature selection macros
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 04973f8082c5a822112d2e42d535b7f3f59dccc0) - 02:16 AM Revision 23d82139 (ffmpeg): binkaudio: perform band table scaling in decode_init
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 582ac86d19c61ad73c2e1a2d5ed54a5fe1e20... - 02:16 AM Revision 3308ddfb (ffmpeg): avio: deprecate put_tag
- it's not used internally anymore and shouldn't be public.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cher... - 02:16 AM Revision a1b79792 (ffmpeg): lavf: replace remaining uses of put_tag with avio_write
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit bbc413f943b53d96aa85fe272ec413c857940... - 02:16 AM Revision 32442930 (ffmpeg): lavf: use a new ffio_wfourcc macro instead of put_tag() where possible
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 0abdb2931719d96dee725e555e9b46b2b2f8a... - 02:16 AM Revision f3618b01 (ffmpeg): vmdaudio: remove unnecessary fields from VmdAudioContext and use the ...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 2ec7862db8b782020cc220dae827c3438d108... - 02:16 AM Revision 853daff6 (ffmpeg): dca: use EXT_AUDIO_ID field to determine core extensions
- This avoids the core substream extensions scan when the EXT_AUDIO_ID
field indicates no extensions or only unsupporte... - 02:16 AM Revision 1e898e7d (ffmpeg): vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.
- There is no need to expand to 16-bits. Just use memcpy() to copy the raw data.
Signed-off-by: Ronald S. Bultje <rsbu... - 02:16 AM Revision eac4e4d9 (ffmpeg): avienc: replace &tag[0] with tag.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 99f42c27abfe916fa19ac0c18489c8bbf8525... - 02:16 AM Revision 5e7c422d (ffmpeg): vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-c...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 1e86d685e0935077766c645e49b8533d41ca1... - 02:16 AM Revision 504dff8e (ffmpeg): vmdaudio: simplify vmdaudio_decode_frame() by handling block_type fir...
- This also adds output buffer size checks for AUDIO and SILENCE block types.
Signed-off-by: Ronald S. Bultje <rsbultj... - 02:16 AM Revision 83e94d50 (ffmpeg): cosmetics: reindent after previous commit
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit ba9516cca845f8d3fb7ac08ef53a996c3ee0d... - 02:16 AM Revision fb0e3c2b (ffmpeg): vmdaudio: move all silence chunk handling to vmdaudio_loadsound().
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 762b386e4aafc7bbdbec367bc652cf1199e81... - 02:16 AM Revision 6f3c837f (ffmpeg): cosmetics: remove debugging cruft
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 8e9027d266ef39ab9f88b4bbad5cf9e425d06... - 02:16 AM Revision 684512e1 (ffmpeg): cosmetics: reindent after previous commit
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 868f2f4d90e07edd9a65bd9b917bb5940643e... - 02:16 AM Revision aa236250 (ffmpeg): vmdaudio: simplify buffer pointer and header size handling.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 2d213695fce86e740800ddcf43d8d0864d2ec... - 02:16 AM Revision b4b5e922 (ffmpeg): vmdaudio: set *data_size to zero when skipping small packets and add ...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 7a4fb3fd9357dfdd27431a0a8d7250dab54a9... - 02:16 AM Revision ebed7b68 (ffmpeg): vmdaudio: validate block type
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 22f893e1c9f9387f0a021f775757130fa48e0... - 02:16 AM Revision 149d3687 (ffmpeg): vmdaudio: use macros and a local variable for block type.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit dd1af5136fe7767f2f18ac943efe994946864... - 02:16 AM Revision 2be17a71 (ffmpeg): vmdaudio: correct the silent chunk count in the first block.
- This fixes A/V sync with several samples, notably:
http://samples.mplayerhq.hu/game-formats/sierra-vmd/swat_*.vmd
Si... - 02:16 AM Revision 2ac19b75 (ffmpeg): vmdaudio: remove duplicated code by merging mono and stereo decoding.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 1328d433137c055df06f99772b243ceec2bbf... - 02:16 AM Revision c11c7922 (ffmpeg): vmdaudio: output audio samples for standalone silent blocks.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 9b73f786005f31429d7c88092edfeef6696a5... - 02:15 AM Revision 994e445a (ffmpeg): vmdaudio: fix raw_block_size calculation.
- The size should depend on the output sample size, not the internal bit depth.
Signed-off-by: Ronald S. Bultje <rsbul...
02/25/2011
- 10:41 PM Revision 13ff92d1 (ffmpeg): movenc: remove uses of deprecated API.
- Replace put_tag() with ffio_wfourcc() and ByteIOContext with AVIOContext.
- 09:31 PM Revision 77d207cb (ffmpeg): reindent after tapt patch
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 09:31 PM Revision d184c86c (ffmpeg): store pasp atom for all types of quicktime movie
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 09:31 PM Revision ea1afa12 (ffmpeg): use tapt atom for sample aspect ratio
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 08:24 PM Revision 588a3ffd (ffmpeg): bink: decode audio track identifiers into AVStream.id
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 08:24 PM Revision e211e255 (ffmpeg): bink: prevent overflows within binkidct by using int-sized intermedia...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 08:24 PM Revision f0ca29eb (ffmpeg): bink: set audio stream codec_tag such that binkaudio decoder can iden...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 08:24 PM Revision 8a8c283e (ffmpeg): binkaudio: simplify frame_len_bits and frame_len calculation
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 08:24 PM Revision a304def1 (ffmpeg): binkaudio: remove unnecessary loop
- decode_init sets bands[0] == 2, so this loop always sets the band table
index (k) to zero.
Signed-off-by: Ronald S. ... - 08:24 PM Revision 582ac86d (ffmpeg): binkaudio: perform band table scaling in decode_init
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 08:24 PM Revision ccfcddb3 (ffmpeg): Bink version 'b' audio decoder
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 07:50 PM Revision 8997bb88 (ffmpeg): bink: use LOCAL_ALIGNED for aligned stack data
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 07:48 PM Revision 04973f80 (ffmpeg): dxva2: define required feature selection macros
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 07:48 PM Revision cc4e9d2a (ffmpeg): OS/2: lxlite should use stdout
- This causes lxlite to use stdout instead of vioXXX
functions. This improves fate and build logs readability.
Affects ... - 07:38 PM Revision 61840b43 (ffmpeg): avio: deprecate put_tag
- it's not used internally anymore and shouldn't be public.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 07:38 PM Revision bbc413f9 (ffmpeg): lavf: replace remaining uses of put_tag with avio_write
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 07:38 PM Revision 99f42c27 (ffmpeg): avienc: replace &tag[0] with tag.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 07:38 PM Revision 0abdb293 (ffmpeg): lavf: use a new ffio_wfourcc macro instead of put_tag() where possible
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 04:04 PM Revision 3d0b7d26 (grapes): Merge branch 'bsearch' into test-local
- 02:39 PM Revision dca85c84 (ffmpeg): Mark MS-MPEG4v1 encoder as experimental.
- The encoder has never produced files that could be decoded
with any software. - 02:34 PM Revision 82142490 (ffmpeg): Add libmpcodecs to the list of libavfilter subdirectories.
- 02:09 PM Revision 64d4ad7b (napa-baselibs): the PMTU timeout is now 1s by default
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2559 c54fac2e-1815-407e-9b96-08...
- 02:09 PM Revision 5adbab1f (ml): the PMTU timeout is now 1s by default
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2559 c54fac2e-1815-407e-9b96...
- 02:00 AM Revision b01e0862 (grapes): Merge branch 'fixes2' into test-local
02/24/2011
- 11:36 PM Revision df7b3cef (grapes): fix: send topo message even if there is no space for all
- 09:22 PM Revision 7e06e0ed (ffmpeg): dca: use EXT_AUDIO_ID field to determine core extensions
- This avoids the core substream extensions scan when the EXT_AUDIO_ID
field indicates no extensions or only unsupporte... - 07:00 PM Revision a1c4b65b (ffmpeg): lavf: update documentation of AVOutputFormat.flags
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 06:08 PM Revision 16803f4c (grapes): Fix statistics
- 05:31 PM Revision 6226c5bc (grapes): flush dummy output afte reach write
- 04:26 PM Revision 9eb43dc1 (grapes): flush dummy output afte reach write
- 02:52 AM Revision 1108f899 (ffmpeg): vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.
- There is no need to expand to 16-bits. Just use memcpy() to copy the raw data.
Signed-off-by: Ronald S. Bultje <rsbu... - 02:52 AM Revision 2ec7862d (ffmpeg): vmdaudio: remove unnecessary fields from VmdAudioContext and use the ...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:51 AM Revision 1e86d685 (ffmpeg): vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-c...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:51 AM Revision 1574eff3 (ffmpeg): vmdaudio: simplify vmdaudio_decode_frame() by handling block_type fir...
- This also adds output buffer size checks for AUDIO and SILENCE block types.
Signed-off-by: Ronald S. Bultje <rsbultj... - 02:49 AM Revision ba9516cc (ffmpeg): cosmetics: reindent after previous commit
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:49 AM Revision 762b386e (ffmpeg): vmdaudio: move all silence chunk handling to vmdaudio_loadsound().
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:49 AM Revision 8e9027d2 (ffmpeg): cosmetics: remove debugging cruft
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:48 AM Revision 868f2f4d (ffmpeg): cosmetics: reindent after previous commit
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:41 AM Revision 7c640de1 (grapes): fill chunk attribute with priority in IPB chunkiser
- 02:41 AM Revision 59e03a8f (grapes): add chunkiser chunk attribute support
- 02:41 AM Revision f487e2d1 (grapes): chunkiser: adding attributes support to chunkise
- 02:12 AM Revision 2d213695 (ffmpeg): vmdaudio: simplify buffer pointer and header size handling.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:11 AM Revision 7a4fb3fd (ffmpeg): vmdaudio: set *data_size to zero when skipping small packets and add ...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:10 AM Revision 22f893e1 (ffmpeg): vmdaudio: validate block type
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:08 AM Revision dd1af513 (ffmpeg): vmdaudio: use macros and a local variable for block type.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:06 AM Revision 6989cb2d (ffmpeg): vmdaudio: correct the silent chunk count in the first block.
- This fixes A/V sync with several samples, notably:
http://samples.mplayerhq.hu/game-formats/sierra-vmd/swat_*.vmd
Si... - 02:04 AM Revision 9b73f786 (ffmpeg): vmdaudio: output audio samples for standalone silent blocks.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:02 AM Revision 1328d433 (ffmpeg): vmdaudio: remove duplicated code by merging mono and stereo decoding.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 01:58 AM Revision a58bcb40 (ffmpeg): vmdaudio: fix raw_block_size calculation.
- The size should depend on the output sample size, not the internal bit depth.
Signed-off-by: Ronald S. Bultje <rsbul...
02/23/2011
- 10:42 PM Revision 83111506 (ffmpeg): Make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just vi...
- This allows the values to be used without changing C code and is closer to how
the other DEBUG flags work.
If this ca... - 06:55 PM Revision 3d4e45f6 (grapes): Merge branch 'master' into chunkiser
- 06:29 PM Revision e6621dbf (grapes): fix some compile warnings on 64-bit
- 06:27 PM Revision 01e6098b (grapes): Allow to disable or enable timed mode
- 06:20 PM Revision bde413fe (grapes): 0 is a valid timestamp
- 05:22 PM Revision 374eb2ba (ffmpeg): lavf: postpone removal of deprecated avio functions
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 05:22 PM Revision 1f5e9ede (ffmpeg): lavf: postpone removal of public metadata conversion API
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 05:22 PM Revision ebb92e07 (ffmpeg): avio: rename url_fopen/fclose -> avio_open/close.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 22a3212e32b696028e21f00871f3cb48c0440... - 05:22 PM Revision 4c262dc1 (ffmpeg): avienc: fix AVI stream index for files with >10 streams
- Fixes issue 2563.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 4acc94e97a9551d11e... - 05:22 PM Revision c24a4034 (ffmpeg): libavformat: Remove FF_NETERRNO()
- Map EAGAIN and EINTR from ff_neterrno to the normal AVERROR()
error codes. Provide fallback definitions of other errn... - 05:22 PM Revision 8e35f5d4 (ffmpeg): Add more AVC Intra FOURCCs
- Also change the comments a bit since the FOURCCs aren't specific to Flip4Mac
and different ones are used for 720 vers... - 03:44 PM Revision 4acc94e9 (ffmpeg): avienc: fix AVI stream index for files with >10 streams
- Fixes issue 2563.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 03:18 PM Revision 22a3212e (ffmpeg): avio: rename url_fopen/fclose -> avio_open/close.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 03:03 PM Revision 31c9346c (grapes): chunkid_set: fix: faster int_cmp
- 12:21 PM Revision 28c4741a (ffmpeg): libavformat: Remove FF_NETERRNO()
- Map EAGAIN and EINTR from ff_neterrno to the normal AVERROR()
error codes. Provide fallback definitions of other errn... - 10:54 AM Revision f6e93568 (grapes): Add some timing logic to the chunkiser test
- an option to disable this logic will be added later
- 10:07 AM Revision a83e9f0b (grapes): Log the frames contained in each chunk
- 08:56 AM Revision e669aa38 (grapes): First (mostly untested) draft of an IPB chunkiser
- 06:56 AM Revision 952cb7b7 (grapes): Merge branch 'chunkiser' of http://www.disi.unitn.it/~abeni/PublicGit...
- 06:13 AM Revision 8672d309 (grapes): Allow to output stats and chunk numbers to files
- 06:05 AM Revision d72492e1 (grapes): Print the ratio of lost chunks (untested)
02/22/2011
- 11:47 PM Revision 62e7dd69 (streamers): fix a compile warning in transaction.c
- 11:43 PM Revision 9d93c942 (streamers): fix: change an fprintf to dprintf in transmission.c
- 11:43 PM Revision fbd478bb (streamers): fix: use directly the nodeID to register accepts, without passing ...
- 11:40 PM Revision 62751d0c (streamers): Added QueueDelay and OffersInFlight measure.to measures-monl
- Signed-off-by: Stefano Traverso <stefano.traverso@polito.it>
Conflicts:
measures-monl.c
measures.c
Conflicts:
... - 11:35 PM Revision c7c42215 (streamers): changing transaction.c to do garbage collection in itself
- 11:34 PM Revision 50f1ec20 (streamers): register transactions
- Conflicts:
streaming.c - 10:53 PM Revision 84ec8c3a (streamers): adding sender side transaction handling code
- 10:53 PM Revision 016307fa (streamers): send back ack instead of just a bmap
- Conflicts:
streaming.c - 10:50 PM Revision b947607c (streamers): integrate bmap from ack message to local knowledge
- 10:49 PM Revision 37ba82c3 (streamers): send back ack instead of just a bmap
- Conflicts:
streaming.c - 10:32 PM Revision 0ebdcf82 (streamers): add support for explicit ack
- Conflicts:
chunk_signaling.c - 10:03 PM Revision 9e5d52d5 (grapes): Dummy dechunkiser, first draft!
- 02:47 PM Revision d22618ac (grapes): ranaming base net_helper to net_helper-udp
- 02:42 PM Revision f67d6628 (grapes): fix: add missing NH_INCARNATION for topology_test_sh
- 02:25 PM Revision 13aa736d (grapes): chunkidset: if not a list, order the set and use binary search
- 02:25 PM Revision 9350bf76 (grapes): Merge branch 'fixes2' into bsearch
- 02:24 PM Revision 4b56ab42 (grapes): fix: chunkidset: we use "int" chunk_id, so elements should be int as ...
- 02:08 PM Revision 997c2b68 (grapes): First shot at PCR handling
- 12:21 PM Revision 8f935b92 (ffmpeg): Add more AVC Intra FOURCCs
- Also change the comments a bit since the FOURCCs aren't specific to Flip4Mac
and different ones are used for 720 vers... - 01:44 AM Revision 4f84e728 (ffmpeg): aacdec: Reduce the size of buf_mdct.
- It was doubled in size for the LTP implementation. This brings it back
down to its original size.
(cherry picked from... - 01:44 AM Revision ad9b2a41 (ffmpeg): Remove old VCSs from version.sh
- (cherry picked from commit 203df50d1013ea59e558d63f3ea69ffae1249124)
- 01:44 AM Revision 352cb0da (ffmpeg): mpegtsenc: use correct PES stream_id for AAC
- This adds the AAC codec to the list of audio codecs that results
in a PES stream_id of 0xc0 (audio stream).
Signed-o... - 01:44 AM Revision 51e7c932 (ffmpeg): spdifenc.c: fix compile because of missing include avio_internal.h.
- (cherry picked from commit 0f86fcabdf74f658323140111dfd4de83f7f2eee)
- 01:44 AM Revision e407f417 (ffmpeg): ppc: fix vc1 inverse transform, unbreak build
- GCC 4.3 and later are more particular about signedness matching
in vector operations. The operations under if(ranger... - 01:44 AM Revision 644b66cd (ffmpeg): vp8: ppc: fix invalid reads in altivec epel mc
- The 4-tap filters should only access one row/column before the
reference block.
Signed-off-by: Mans Rullgard <mans@m... - 01:44 AM Revision 2df9d000 (ffmpeg): avio: make put_nbyte internal.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 0ac8e2bf2bf3d636241bf2811018d9974687a... - 01:44 AM Revision e9eb8d0b (ffmpeg): avio: avio: avio_ prefixes for put_* functions
- In the name of consistency:
put_byte -> avio_w8
put_<type> -> avio_w<type>
put_buffer -> av... - 01:44 AM Revision e48fe14a (ffmpeg): targa: prevent integer overflow in bufsize check.
- (cherry picked from commit 78e2380a6d09e7a8b2a74d090abfb0a922e046f6)
- 01:44 AM Revision e63a3628 (ffmpeg): avio: avio_ prefixes for get_* functions
- In the name of consistency:
get_byte -> avio_r8
get_<type> -> avio_r<type>
get_buffer -> av... - 01:44 AM Revision d4e321d9 (ffmpeg): avio: make get_partial_buffer internal.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit b3db9ceef13037f2b6963a84b7abf8871a1e0... - 01:44 AM Revision 34bb0575 (ffmpeg): dsputil: make {add/put/put_signed}_pixels_clamped() non-static.
- (cherry picked from commit 484a337cd7cd8bb180c4a1bd3321881f1c874a92)
- 01:44 AM Revision 90ed2776 (ffmpeg): avio: rename av_alloc_put_byte -> avio_alloc_context for consistency
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 8d9ac969cb4ac3e3e18f6425703af4d7aec6c... - 01:44 AM Revision 6a786b15 (ffmpeg): VC1: merge idct8x8, coeff adjustments and put_pixels.
- Merging these functions allows merging some loops, which makes the
results (particularly after SIMD optimizations) mu... - 01:44 AM Revision 713f4904 (ffmpeg): VC1: inline vc1_put_block() in vc1_decode_i_blocks().
- Advantage is that it allows us to combine several loops into a single
one, and these can eventually be merged into th... - 01:38 AM Revision 5effda08 (ffmpeg): Makefile: include deps from tools directory
- This ensures the tools are rebuilt when necessary. Specifically,
lavfi-showfiltfmts was sometimes not rebuilt causin... - 01:38 AM Revision f1f79211 (ffmpeg): x86: use raw opcode for xgetbv instruction
- This allows the CPU detection to work with assemblers not supporting
the xgetbv mnemonic. These include clang and so... - 01:38 AM Revision 46382ae2 (ffmpeg): amrnb: use correct size when copying lsf_r array
- lsf_r is an array of int16_t, not float.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 1e... - 12:49 AM Revision f9c61974 (ffmpeg): Add shadow support to the drawtext filter
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:49 AM Revision a64a2c5f (ffmpeg): factor draw_glyphs out of drawtext filter
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:49 AM Revision bccea088 (ffmpeg): Fix and optimize yuv blend in the drawtext filter
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:49 AM Revision 7d279022 (ffmpeg): get rid of divisions in the inner loop of the drawtext filter
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:49 AM Revision edbaedf7 (ffmpeg): Simplify chroma blend in the drawtext filter
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:49 AM Revision 476aaec6 (ffmpeg): fix chroma alpha in the drawtext filter
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:49 AM Revision bd8e7503 (ffmpeg): Port drawtext filter by Hemanth from the libavfilter soc repo, with
- the following additions:
* support to anti-aliased glyph rendering
* support to UTF-8 text and Unicode chars renderin... - 12:35 AM Revision e22910b2 (ffmpeg): aacdec: Reduce the size of buf_mdct.
- It was doubled in size for the LTP implementation. This brings it back
down to its original size. - 12:18 AM Revision 203df50d (ffmpeg): Remove old VCSs from version.sh
02/21/2011
- 11:57 PM Revision 6c065f0a (ffmpeg): mpegtsenc: use correct PES stream_id for AAC
- This adds the AAC codec to the list of audio codecs that results
in a PES stream_id of 0xc0 (audio stream).
Signed-o... - 08:49 PM Revision 0f86fcab (ffmpeg): spdifenc.c: fix compile because of missing include avio_internal.h.
- 08:28 PM Revision e0e46cae (ffmpeg): vp8: ppc: fix invalid reads in altivec epel mc
- The 4-tap filters should only access one row/column before the
reference block.
Signed-off-by: Mans Rullgard <mans@m... - 08:28 PM Revision 381efba0 (ffmpeg): ppc: fix vc1 inverse transform, unbreak build
- GCC 4.3 and later are more particular about signedness matching
in vector operations. The operations under if(ranger... - 07:25 PM Revision 0ac8e2bf (ffmpeg): avio: make put_nbyte internal.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 07:25 PM Revision 77eb5504 (ffmpeg): avio: avio: avio_ prefixes for put_* functions
- In the name of consistency:
put_byte -> avio_w8
put_<type> -> avio_w<type>
put_buffer -> av... - 06:44 PM Revision 78e2380a (ffmpeg): targa: prevent integer overflow in bufsize check.
- 06:40 PM Revision b3db9cee (ffmpeg): avio: make get_partial_buffer internal.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 04:23 PM Revision b7effd4e (ffmpeg): avio: avio_ prefixes for get_* functions
- In the name of consistency:
get_byte -> avio_r8
get_<type> -> avio_r<type>
get_buffer -> av... - 03:23 PM Revision f8bed30d (ffmpeg): VC1: merge idct8x8, coeff adjustments and put_pixels.
- Merging these functions allows merging some loops, which makes the
results (particularly after SIMD optimizations) mu... - 03:23 PM Revision 8d9ac969 (ffmpeg): avio: rename av_alloc_put_byte -> avio_alloc_context for consistency
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 03:23 PM Revision 484a337c (ffmpeg): dsputil: make {add/put/put_signed}_pixels_clamped() non-static.
- 03:23 PM Revision bbfd2e7a (ffmpeg): VC1: inline vc1_put_block() in vc1_decode_i_blocks().
- Advantage is that it allows us to combine several loops into a single
one, and these can eventually be merged into th... - 02:09 PM Revision c8c0189d (ffmpeg): lavfi: put color source in a dedicated file
- Move the color source code from vf_pad.c to vsrc_color.c.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 02:09 PM Revision 5ad06110 (ffmpeg): lavfi: add drawutils
- Add drawutils.h and drawutils.c, and use them in the pad filter.
The new functions are going to be shared by other fi... - 12:56 PM Revision 704865fc (ffmpeg): lavfi: add fade filter
- Port fade filter from libavfilter soc repo, with minor fixes by
Stefano.
Signed-off-by: Michael Niedermayer <michael... - 12:45 PM Revision fd0b42cc (ffmpeg): lavfi: put color source in a dedicated file
- Move the color source code from vf_pad.c to vsrc_color.c.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 12:44 PM Revision bcfd9e82 (ffmpeg): lavfi: add drawutils
- Add drawutils.h and drawutils.c, and use them in the pad filter.
The new functions are going to be shared by other fi... - 11:27 AM Revision eec3bc24 (grapes): Merge branch 'next' into test-local
- 11:27 AM Revision d05a15e1 (grapes): Merge branches 'config' and 'bsearch' into next
- 11:23 AM Revision 7a673aa5 (streamers): fix: initializing rand
- 09:42 AM Revision 8c4ad616 (grapes): Merge branch 'bsearch' into test-local
- 09:06 AM Revision f31ebd3b (grapes): First draft of a TS chunkiser
- 12:12 AM Revision 9c3d2b9e (grapes): faster insert with binary search
02/20/2011
- 11:52 PM Revision ee18ff79 (grapes): faster insert
- 11:25 PM Revision 7b60aa43 (grapes): peerset: implement faster (binary) search
- TODO: insert became slower, it could be made somewhat faster
- 10:49 PM Revision 4cf7f313 (grapes): temporary fix: disable format warning
- 10:47 PM Revision 3bb247c8 (streamers): measures: simplify print code
- 10:16 PM Revision 4fec81f0 (streamers): fix offer-accept measure start
- 07:16 PM Revision 5f72f6b3 (streamers): added topology config (-t)
- 07:13 PM Revision 5232d493 (grapes): temporary patch: register send and receive events
- to be cleaned
- 06:05 PM Revision bbcaaf75 (ffmpeg): Update version and APIchanges.
- Update libavformat/version.h and doc/APIChanges after renaming
init_put_byte() and ByteIOContext to ffio_init_context... - 06:05 PM Revision ae99313a (ffmpeg): avio: move init_put_byte() to a new private header and rename it
- init_put_byte should never be used outside of lavf, since
sizeof(AVIOContext) isn't part of public ABI.
Signed-off-b... - 06:05 PM Revision 471fe57e (ffmpeg): avio: rename ByteIOContext to AVIOContext.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit ae628ec1fd7f54c102bf9e667a3edd404b9b9... - 06:05 PM Revision a8858ee1 (ffmpeg): VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().
- Advanced profile never uses "range reduction", so vc1_put_block() quite
literally just calls put_pixels_clamped() fro... - 06:05 PM Revision cdeba2de (ffmpeg): x86: check for AVX support
- This adds configure and runtime checks for AVX support on x86 CPUs.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(c... - 06:05 PM Revision 91861ce2 (ffmpeg): MMS: also discover streams in extended stream properties object
- Allows playback of nonprimary audio streams in multiple bitrate sources,
such as mmsh://wmscr1.dr.dk/e02ch03m
Signed... - 06:05 PM Revision 0cfcbf21 (ffmpeg): Fix VP3 edge emulation
- With negative stride, the start of the edge_emu buffer should be pointing to
the last line, not the end of the buffer... - 06:05 PM Revision c614d32e (ffmpeg): Fix invalid reads in VC1 decoder
- Patch discussed and taken from https://roundup.ffmpeg.org/issue2584
(cherry picked from commit 2bbec1eda46d907605772a... - 06:05 PM Revision 6a717eb4 (ffmpeg): dsputil_mmx.c: remove ff_vector128.
- Remove ff_vector128, it is identical to ff_pb_80.
(cherry picked from commit bf6fa732459399fac215bdfa44dd39a6fb1d1e01) - 06:05 PM Revision 695f39c8 (ffmpeg): aacdec: dsputilize the scalar multiplication in intensity stereo
- (cherry picked from commit 9707f84fa73c23352937fc7e4e0a85eaf3135cbc)
- 06:05 PM Revision d1472386 (ffmpeg): VP3: fix decoding of videos with stride > 2048
- Also remove qscale_table code; this didn't make sense anyways as VP3 doesn't
use an MPEG-like quantizer scale.
(cherr... - 06:04 PM Revision 08df7f86 (ffmpeg): Makefile: include deps from tools directory
- This ensures the tools are rebuilt when necessary. Specifically,
lavfi-showfiltfmts was sometimes not rebuilt causin... - 05:31 PM Revision 1efa772e (ffmpeg): amrnb: use correct size when copying lsf_r array
- lsf_r is an array of int16_t, not float.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 05:31 PM Revision ef669538 (ffmpeg): x86: use raw opcode for xgetbv instruction
- This allows the CPU detection to work with assemblers not supporting
the xgetbv mnemonic. These include clang and so... - 02:59 PM Revision ef4061e4 (grapes): net_helper: add nodeid_cmp function
- 01:46 PM Revision d2bbf82e (ffmpeg): Update version and APIchanges.
- Update libavformat/version.h and doc/APIChanges after renaming
init_put_byte() and ByteIOContext to ffio_init_context... - 01:37 PM Revision e731b8d8 (ffmpeg): avio: move init_put_byte() to a new private header and rename it
- init_put_byte should never be used outside of lavf, since
sizeof(AVIOContext) isn't part of public ABI.
Signed-off-b... - 01:37 PM Revision ae628ec1 (ffmpeg): avio: rename ByteIOContext to AVIOContext.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 01:31 PM Revision 70aa916e (ffmpeg): VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().
- Advanced profile never uses "range reduction", so vc1_put_block() quite
literally just calls put_pixels_clamped() fro... - 01:20 PM Revision 87f1355f (ffmpeg): x86: check for AVX support
- This adds configure and runtime checks for AVX support on x86 CPUs.
Signed-off-by: Mans Rullgard <mans@mansr.com>
02/19/2011
- 10:51 PM Revision 74d6871d (ffmpeg): MMS: also discover streams in extended stream properties object
- Allows playback of nonprimary audio streams in multiple bitrate sources,
such as mmsh://wmscr1.dr.dk/e02ch03m
Signed... - 04:31 PM Revision 5c20c81b (ffmpeg): Fix issue2619.
- regression introduced in 1762d9ced70ccc46c5d3e5d64e56a48d0fbbd4f7
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 03:51 PM Revision bf6fa732 (ffmpeg): dsputil_mmx.c: remove ff_vector128.
- Remove ff_vector128, it is identical to ff_pb_80.
- 02:13 PM Revision c8a9504f (grapes): added chunkIDs_set_trim
- 11:41 AM Revision 8996031d (grapes): config: adding versions with default values
- 11:12 AM Revision cc8a901b (grapes): ncast: making more parameters configurable
- 10:33 AM Revision 2bbec1ed (ffmpeg): Fix invalid reads in VC1 decoder
- Patch discussed and taken from https://roundup.ffmpeg.org/issue2584
- 09:42 AM Revision a89f4ca0 (ffmpeg): Fix VP3 edge emulation
- With negative stride, the start of the edge_emu buffer should be pointing to
the last line, not the end of the buffer... - 08:57 AM Revision 9707f84f (ffmpeg): aacdec: dsputilize the scalar multiplication in intensity stereo
02/18/2011
- 10:40 PM Revision 902685b8 (ffmpeg): VP3: fix decoding of videos with stride > 2048
- Also remove qscale_table code; this didn't make sense anyways as VP3 doesn't
use an MPEG-like quantizer scale. - 06:52 PM Revision 7782cb20 (ffmpeg): targa: fix potential buffer overreads
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 351423ae1f861da1c647d30c73503fde2b1f3dad) - 06:52 PM Revision 56cbc5f1 (ffmpeg): Fix PPC build.
- (cherry picked from commit ed040f35f298b39f1ddd45a133c82cb5d6d79dda)
- 06:52 PM Revision 1d37e908 (ffmpeg): VP8: init one less near_mv
- This one didn't actually need to be initialized.
(cherry picked from commit 891b1f15a7e45a2a5f91cb4c27d11259ef8e012f) - 06:52 PM Revision 545dc699 (ffmpeg): Force inlining of avutil common routines
- On some versions of gcc, these weren't always getting inlined due to hitting
the inline cap limit in some files. Thi... - 06:52 PM Revision 8e624c1c (ffmpeg): VP8: split out declarations to new header
- (cherry picked from commit bcf4568f183055331415ba230e82af6d59faac1c)
- 06:52 PM Revision 625e9309 (ffmpeg): VP8: faster MV clipping
- (cherry picked from commit 7634771e70575b2a5abaeb420c5b3c2f9948c693)
- 06:52 PM Revision 9a1ced32 (ffmpeg): dsputil: move VC1-specific stuff into VC1DSPContext.
- (cherry picked from commit 12802ec0601c3bd7b9c7a2503518e28fd5e7d744)
- 06:52 PM Revision 6c0d9369 (ffmpeg): VC1: simplify a calculation in a loop.
- (cherry picked from commit 0b16cdc3fa1d73056649abf43288be0a7624fdcc)
- 06:52 PM Revision 2739dc5d (ffmpeg): VC1: transpose IDCT 8x8 coeffs while reading.
- (cherry picked from commit 1da6ea39542424ddb691dc6cf08d611a4c6db247)
- 06:52 PM Revision b2f893ac (ffmpeg): Add SHA1s to APIChanges for av_dump_format, av_parse_time and av_find...
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit c3dbfa1afd7d989e3bba4c6bfc492a52c012... - 06:52 PM Revision 003c32e7 (ffmpeg): ffserver: Try matching the RTSP url without a trailing slash
- If the client sends PLAY/PAUSE requests with the same url as
specified in Content-Base, these requests may have urls ... - 06:52 PM Revision 0ef52334 (ffmpeg): lavf, lavu: bump minor versions and add an APIChanges entry for av_ p...
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 09d171b98879f58be1a766d5f277e131b18e... - 06:52 PM Revision 1b98107c (ffmpeg): Move find_info_tag to lavu and add av_ prefix to it
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit ab0287fcbdebc8ff416214535d7ee8424406... - 06:52 PM Revision 9c9912b9 (ffmpeg): mdct: remove unnecessary multiplication
- 3*n4 was already calculated in n3.
(cherry picked from commit 979395bbbb9381b522b44c3448c24aef9c819ffc) - 06:52 PM Revision 6159bd0d (ffmpeg): ac3enc: fix bug in stereo rematrixing decision.
- The rematrixing strategy reuse flags are not reset between frames, so they
need to be initialized for all blocks, not... - 06:52 PM Revision ee60e04c (ffmpeg): Replace remaining uses of parse_date with av_parse_time.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 9fcae9735e3b97366dcee9ca3c2f6cf4faf6756f) - 06:52 PM Revision 40c3fe2c (ffmpeg): Deprecate parse_date() in favor of av_parse_time().
- The new av_parse_time() is created in libavutil/parseutils.h, all the
internal functions used by parse_date are moved... - 06:52 PM Revision 0ebf4754 (ffmpeg): lavf: add av_ prefix to dump_format()
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 610219a598095f938705f200dfe3946455ef871a) - 06:52 PM Revision 34c340d4 (ffmpeg): ffserver: set the sample aspect ratio
- Hi.
It seems that ffserver sets sample_aspect_ratio to an invalid value and lavf
rejects it.
I am not sure what I a... - 06:52 PM Revision 09e22efc (ffmpeg): rtsp: udp_read_packet returning 0 doesn't mean success
- If udp_read_packet returns 0, rtsp_st isn't set and we shouldn't
treat it as a successfully received packet (which is... - 06:52 PM Revision 728d56e8 (ffmpeg): documentation: add encoders chapter
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 0fa904c9d845d4a47372e619067e21991bb3... - 06:52 PM Revision 5d329e2e (ffmpeg): In graph2dot, print more specific audio information for audio links.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 009026efb1e3b3a5f05fd9934019a6300b25... - 06:52 PM Revision 2613c811 (ffmpeg): spdifenc: set flag AVFMT_NOTIMESTAMPS
- There are no timestamps in IEC 61937.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from comm... - 06:39 PM Revision 02d08035 (ffmpeg): Reduce picture size for yadif.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 06:39 PM Revision bad82d3d (ffmpeg): Change yadif to not use out of picture lines.
- Fixes issue2272.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 03:04 PM Revision 351423ae (ffmpeg): targa: fix potential buffer overreads
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 02:05 PM Revision 6b94c603 (grapes): Fix outdated doc for chunk_write.
- Removed the no-more-existing "data" and "size" parameters' description,
and changed "chunk_id" to "c" as the second p... - 11:50 AM Revision 668ff5a8 (grapes): Merge remote branch 'abeni/master'
- 11:50 AM Revision 6c044fa9 (grapes): Merge branch 'transactions'
- 11:50 AM Revision 7bcfc98d (grapes): Update the tests according to the new API
- 11:42 AM Revision 90b7deba (grapes): Modified test script to be compatibile with OSX and to support more o...
- 11:40 AM Revision 88f5c397 (grapes): Added simple programs to test cloudcast topology and monitor cloud "v...
- 11:35 AM Revision 36dc16e0 (grapes): Introduced peer sampling protocol "cloudcast"
- 11:32 AM Revision 43945663 (grapes): Added function to log a cache to stderr
- 11:23 AM Revision b71e9607 (grapes): Added cloud_helper_utils
- 11:17 AM Revision 0e334129 (grapes): Fixed bug in cloud_test (reported wrong header size) and improved fil...
- 11:15 AM Revision dd3024b0 (grapes): Fixed a typo in the documentation header and added licence
- 01:22 AM Revision ed040f35 (ffmpeg): Fix PPC build.
02/17/2011
- 11:25 PM Revision 891b1f15 (ffmpeg): VP8: init one less near_mv
- This one didn't actually need to be initialized.
- 11:25 PM Revision eb3755a5 (ffmpeg): Force inlining of avutil common routines
- On some versions of gcc, these weren't always getting inlined due to hitting
the inline cap limit in some files. Thi... - 11:25 PM Revision bcf4568f (ffmpeg): VP8: split out declarations to new header
- 11:23 PM Revision 7634771e (ffmpeg): VP8: faster MV clipping
- 10:35 PM Revision 1da6ea39 (ffmpeg): VC1: transpose IDCT 8x8 coeffs while reading.
- 10:35 PM Revision 0b16cdc3 (ffmpeg): VC1: simplify a calculation in a loop.
- 10:35 PM Revision 12802ec0 (ffmpeg): dsputil: move VC1-specific stuff into VC1DSPContext.
- 10:18 PM Revision c2ca851b (ffmpeg): ffserver: Try matching the RTSP url without a trailing slash
- If the client sends PLAY/PAUSE requests with the same url as
specified in Content-Base, these requests may have urls ... - 08:49 PM Revision c3dbfa1a (ffmpeg): Add SHA1s to APIChanges for av_dump_format, av_parse_time and av_find...
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 02:40 PM Revision 09d171b9 (ffmpeg): lavf, lavu: bump minor versions and add an APIChanges entry for av_ p...
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 02:35 PM Revision ab0287fc (ffmpeg): Move find_info_tag to lavu and add av_ prefix to it
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 11:59 AM Revision 979395bb (ffmpeg): mdct: remove unnecessary multiplication
- 3*n4 was already calculated in n3.
- 09:37 AM Revision 3c2c6c29 (grapes): Merge branch 'csaba'
- 08:59 AM Revision 4dea7ec0 (grapes): Update the tests according to the new API
- 08:27 AM Revision 7c80831d (grapes): Merge branch 'chunkiser'
- 07:30 AM Revision 1bba9285 (grapes): Do not link libavcore if it does not exist
- 07:25 AM Revision 26e69d1e (grapes): Honor LDFLAGS when checking for a linker option or a library
02/16/2011
- 11:43 PM Revision e8338957 (streamers): Merge branch 'x264'
- 11:42 PM Revision b3cd616d (streamers): adding x264 support to Makefile
- 11:39 PM Revision 5b54d4b3 (ffmpeg): ac3enc: fix bug in stereo rematrixing decision.
- The rematrixing strategy reuse flags are not reset between frames, so they
need to be initialized for all blocks, not... - 11:39 PM Revision 9fcae973 (ffmpeg): Replace remaining uses of parse_date with av_parse_time.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:39 PM Revision f6c7375a (ffmpeg): Deprecate parse_date() in favor of av_parse_time().
- The new av_parse_time() is created in libavutil/parseutils.h, all the
internal functions used by parse_date are moved... - 11:39 PM Revision 610219a5 (ffmpeg): lavf: add av_ prefix to dump_format()
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:37 PM Revision 2c35a6bd (ffmpeg): rtsp: udp_read_packet returning 0 doesn't mean success
- If udp_read_packet returns 0, rtsp_st isn't set and we shouldn't
treat it as a successfully received packet (which is... - 11:37 PM Revision 6741f7c9 (ffmpeg): ffserver: set the sample aspect ratio
- Hi.
It seems that ffserver sets sample_aspect_ratio to an invalid value and lavf
rejects it.
I am not sure what I a... - 11:04 PM Revision 0fa904c9 (ffmpeg): documentation: add encoders chapter
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 11:02 PM Revision 009026ef (ffmpeg): In graph2dot, print more specific audio information for audio links.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 10:59 PM Revision 6c60fcf8 (ffmpeg): spdifenc: set flag AVFMT_NOTIMESTAMPS
- There are no timestamps in IEC 61937.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> - 10:11 PM Revision 84451bea (streamers): Merge branch 'fixes4' into next
- 10:08 PM Revision 397f3860 (streamers): fix transid type
- 10:07 PM Revision 43dd1a10 (streamers): fix some const struct chunk*
- 10:05 PM Revision 50a82c2c (ffmpeg): vbv_delay AVOption for ABI compatibility
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> - 10:05 PM Revision 2e3c56a2 (ffmpeg): Set maximum lowres value for the MJPEG decoder to 3.
- While 4 works for some samples, 3 is the correct value since 8x8
DCT is used by (m)jpeg.
Signed-off-by: Janne Grunau... - 10:04 PM Revision dbb7fac8 (grapes): Merge branch 'sched-peer' into next
- 10:03 PM Revision adb39af9 (grapes): schedule based on peer* instead of noedID*
- avoid some lookups
- 10:00 PM Revision 20a2a3da (ffmpeg): ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 1f004fc512babe8215e2aa31fa4770aa27812... - 10:00 PM Revision c4461aa8 (ffmpeg): fix nsvdec.c compilation if DEBUG macro defined
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 41cdc1ff1e86f1bfb935e1bde53ccc9c645ff... - 10:00 PM Revision 33af787d (ffmpeg): Fix av_find_best_stream when using a program
- The current implementation has a bug, it is returning the stream index
in the found program, and not the stream index... - 10:00 PM Revision 20bc55ce (ffmpeg): Document audio_resample_close().
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 10:00 PM Revision 438198e7 (ffmpeg): Document that av_write_header sets stream time_base to a value of it ...
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 10:00 PM Revision fabb93e3 (ffmpeg): spdifenc: update 482d98f69b2eb7a7b0b5054101a43db384e9432b to the late...
- "spdifenc: IEC 61937 encapsulation of DTS-HD for HDMI"
(cherry picked from commit ec25f83bd98e10c023e6c7b07da1dcfc4d8... - 10:00 PM Revision 660ab0e6 (ffmpeg): ac3enc: change default floor code to 7.
- This is to match the value in every (E-)AC-3 file from commercial sources.
It has a negligible effect on audio qualit... - 10:00 PM Revision a41aebf1 (ffmpeg): os_support: fix poll() implementation
- Our poll implementation does not iterate over the pollfd array properly
while setting the revents.
Signed-off-by: Lu... - 10:00 PM Revision 7ffe76e5 (ffmpeg): Merge libavcore into libavutil
- Done to keep ABI compatible. Otherwise this is just silly
- 10:00 PM Revision 1b3836ab (grapes): Merge branch 'transactions' into next
- 09:58 PM Revision 71175cc4 (grapes): fix: includes in int_coding.h
- 09:58 PM Revision b223cba2 (grapes): add parseChunkMsg call (with transaction ID)
- make the trade_msg_ha interface symmetric, thus allowing transaction IDs
- 09:29 PM Revision 8de3cb39 (streamers): remove useless conversion to peer*
- TODO: a check could be useful here anyway
- 09:29 PM Revision 0f012715 (streamers): fix trans_id type
- 09:28 PM Revision 01608efd (streamers): fix some return values in transition/topmanager.h
- 09:21 PM Revision 3b69d299 (streamers): Merge branch 'win' into merge-wine-0.9.9
- 09:21 PM Revision 8fde809b (streamers): Merge branches 'merge-wine', 'fixes3', 'monl' and 'httpio' into me...
- 07:08 PM Revision 1f004fc5 (ffmpeg): ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 05:45 PM Revision cbd3919d (streamers): changing name to streamer
- 05:44 PM Revision 0adbb1ef (streamers): Merge remote branch 'svn/tags/Streamer/winestreamer-0.9.2' into me...
- Conflicts:
Chunkiser/input-stream-avs.c
chunk_signaling.c
out-stream-avf.c
streaming.c - 04:58 PM Revision 96e30de6 (streamers): fix problem with source sending old chunks
- after adding the buffer to the source, it was sometimes sending old chunks to peers. Fixed it by limiting
scheduler i... - 04:58 PM Revision feaec543 (streamers): source sends out an offer as well
- TODO: synch with loop-mt
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/portablestreamer... - 04:58 PM Revision 14893aa5 (streamers): adding buffer to the source
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/portablestreamer-win/Applications/Streamer...
- 04:50 PM Revision 4082048b (streamers): UL-winestreamer http channel: resolved issue with persistent conne...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/portablestreamer-win/Applications/Streamer...
- 04:49 PM Revision d662c7ff (streamers): modify to Streamer Makefile by UL components for windows compilati...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/portablestreamer/Applications/Streamer@238...
- 04:48 PM Revision ddb26495 (streamers): measures-monl: fixed parameter setting in (commented) capacity mea...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/Streamer@2508 c54fac2e-1815-407e...
- 04:48 PM Revision 1e71f9f6 (streamers): added the SUM_PERIOD to the RxBytes and TxBytes in the measure-monl.c
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/portablestreamer-win/Applications/Streamer...
- 04:47 PM Revision 45395cd8 (streamers): changing MONL measure names and stats to better ones
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/portablestreamer-win/Applications/Streamer...
- 04:47 PM Revision 461946de (streamers): disabling loss burst size measurement
- it was useless in its current form
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/portab... - 04:47 PM Revision 28402571 (streamers): measure IP hopcount on signaling packets, and not on chunks
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/portablestreamer-win/Applications/Streamer...
- 04:47 PM Revision f63a7825 (streamers): turning off capacity measurements
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/portablestreamer-win/Applications/Streamer...
- 04:47 PM Revision f15c9b7a (streamers): add win_avg stats for ChunksPlayed
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/portablestreamer-win/Applications/Streamer...
- 04:46 PM Revision 95e6fe96 (streamers): moving some Windows specific stuff from GRAPES to Streamer
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/Streamer@2528 c54fac2e-1815-407e...
- 04:46 PM Revision 63ebb93d (streamers): moving Windows specific defintion of timeradd to a separate header
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/Streamer@2527 c54fac2e-1815-407e...
- 04:44 PM Revision 98c28f0f (streamers): minor fix to source/peer separation at init
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/portablestreamer-win/Applications/Streamer...
- 04:44 PM Revision 5331023a (streamers): print own NodeID at startup
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/portablestreamer-win/Applications/Streamer...
- 04:44 PM Revision 91857f0b (streamers): fixing ALTO server URL to use IP address instead of FQN
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/portablestreamer-win/Applications/Streamer...
- 04:43 PM Revision 6d7e52bd (streamers): fix a compile warning
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/portablestreamer/Applications/Streamer@238...
- 04:43 PM Revision 8253c8ea (streamers): fix problem with channel setting
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/portablestreamer/Applications/Streamer@238...
- 03:51 PM Revision 1494311a (streamers): fix: make it link both to installed and to non-installed ffmpeg ve...
- 03:47 PM Revision 8781f611 (streamers): Merge remote branch 'svn/branches/Streamer/winestreamer-0.9' into ...
- Conflicts:
Chunkiser/input-stream-avs.c
streamer.c
streaming.c
topology.c - 02:33 PM Revision 49133316 (streamers): Merge remote branch 'abeni2/grapes-io' into next
- 01:42 PM Revision 6b7566df (streamers): Merge branch 'new-grapes-old-topo' into grapes-parseChunkMsg
- 01:41 PM Revision a1c01ccf (streamers): use the parseChunkMsg call of GRAPES
- 01:41 PM Revision 033319c7 (streamers): add transaction ID to chunk sending
- 01:41 PM Revision 8e750be6 (streamers): fix: change trans_id to uint16_t
- Conflicts:
chunk_signaling.c
streaming.c
streaming.h - 12:33 PM Revision 41cdc1ff (ffmpeg): fix nsvdec.c compilation if DEBUG macro defined
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 11:47 AM Revision 22ec6b73 (ffmpeg): Fix av_find_best_stream when using a program
- The current implementation has a bug, it is returning the stream index
in the found program, and not the stream index... - 09:34 AM Revision 938b6253 (ffmpeg): Document audio_resample_close().
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 09:33 AM Revision 54955283 (ffmpeg): Apply minor cosmetics fixes to the av_audio_resample_init() doxy.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> - 09:33 AM Revision 5d820db2 (ffmpeg): Document that av_write_header sets stream time_base to a value of it ...
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 08:51 AM Revision ec25f83b (ffmpeg): spdifenc: update 482d98f69b2eb7a7b0b5054101a43db384e9432b to the late...
- "spdifenc: IEC 61937 encapsulation of DTS-HD for HDMI"
- 01:10 AM Revision fad8143f (ffmpeg): vbv_delay AVOption for ABI compatibility
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:08 AM Revision 2f6c6a34 (ffmpeg): APIchanges: update for 55bad0c: vbv_delay
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 8ed4cc65a19b5a6cc7ae6ed5072be2d3836dbeb2)
S... - 01:07 AM Revision b6d07000 (ffmpeg): Pass VBV delay to the calling application via ctx
- VBV delay is useful for T-STD compliance in some TS muxers. It is
certainly possible to retrieve it by parsing the ou...
02/15/2011
- 09:40 PM Revision 50d71404 (ffmpeg): ac3enc: change default floor code to 7.
- This is to match the value in every (E-)AC-3 file from commercial sources.
It has a negligible effect on audio qualit... - 05:11 PM Revision 9ac2085d (ffmpeg): os_support: fix poll() implementation
- Our poll implementation does not iterate over the pollfd array properly
while setting the revents.
Signed-off-by: Lu... - 03:32 PM Revision c4c9fb46 (ffmpeg): binkaudio: remove unused copy of AVCodecContext*
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 71f88b1f3843fdb676d6f72181da0c8c460341d8) - 03:32 PM Revision 13690156 (ffmpeg): binkaudio: fix channel count check
- Perform validity check on AVFormatContext.channels instead of
uninitialised field.
This fixes issue 2001.
Signed-of... - 03:32 PM Revision 73b3b522 (ffmpeg): fix nsvdec.c compilation if DEBUG defined
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit d06497f316ed819ea0ca0fad2535342ec42c7... - 03:32 PM Revision ece6cca1 (ffmpeg): aacdec: Implement LTP support.
- Ported from gsoc svn.
(cherry picked from commit ead15f1dc196ad164d105e31c8c9025f8a4ee4e7) - 03:32 PM Revision d3c4829a (ffmpeg): APIchanges: update for 12c14cd
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 77c330a046d668373cbd9542f3e1d4746916b02f) - 03:32 PM Revision 5c878d4b (ffmpeg): mpegtsenc: whitespace cosmetics
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 2dd1ee4bfe85f41b771bf8fe1c2cfa2d833b5de3) - 03:32 PM Revision 932a45a5 (ffmpeg): mpegtsenc: set audio_type according to st->disposition
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 3f2d3a1904c1ccdfdc3bd03a6dd6567986f681d9) - 03:32 PM Revision e2db6b59 (ffmpeg): mpegts: set st->disposition according to ISO 639 language descriptor
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 60e7306643054e93dfc1962f89b24554bb76e18a) - 03:32 PM Revision 3c9fcab5 (ffmpeg): apichanges: update for 24a83bd: add AV_DISPOSITION_CLEAN_EFFECTS flag
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 935ee1b9bba3d2fa1bf0d48eef278956307478cb) - 03:32 PM Revision 2ea7e1f0 (ffmpeg): lavf: add AV_DISPOSITION_CLEAN_EFFECTS flag
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 24a83bd10a1ed56cadd2c475b839887752f23183) - 03:18 PM Revision 737eb597 (ffmpeg): Merge libavcore into libavutil
- It is pretty hopeless that other considerable projects will adopt
libavutil alone in other projects. Projects that ne... - 02:20 PM Revision 8ed4cc65 (ffmpeg): APIchanges: update for 55bad0c: vbv_delay
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 02:20 PM Revision 55bad0c6 (ffmpeg): Pass VBV delay to the calling application via ctx
- VBV delay is useful for T-STD compliance in some TS muxers. It is
certainly possible to retrieve it by parsing the ou... - 02:20 PM Revision 71f88b1f (ffmpeg): binkaudio: remove unused copy of AVCodecContext*
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 02:20 PM Revision 9806fbd5 (ffmpeg): binkaudio: fix channel count check
- Perform validity check on AVFormatContext.channels instead of
uninitialised field.
This fixes issue 2001.
Signed-of... - 02:15 PM Revision d06497f3 (ffmpeg): fix nsvdec.c compilation if DEBUG defined
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 12:37 PM Revision feaa6e2c (streamers): Remove some code that has been moved in GRAPES
- 11:11 AM Revision 61042ab2 (grapes): Remove useless include
- 11:10 AM Revision 0f79759c (grapes): Use int_coding in the chunkiser
- 05:43 AM Revision ead15f1d (ffmpeg): aacdec: Implement LTP support.
- Ported from gsoc svn.
- 03:19 AM Revision e24c05cd (ffmpeg): Better threshold for the gcd based r_frame_rate calculation.
- Fixes Gilmore Girls_Net 5_2011_01_08_16_10_53.wtv and RTL GP- WK Superbike - Qatar_RTL7_2009_03_14_15_49_23.wtv.
Sig...
02/14/2011
- 11:59 PM Revision 77c330a0 (ffmpeg): APIchanges: update for 12c14cd
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:18 PM Revision 2dd1ee4b (ffmpeg): mpegtsenc: whitespace cosmetics
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:18 PM Revision 60e73066 (ffmpeg): mpegts: set st->disposition according to ISO 639 language descriptor
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:18 PM Revision 3f2d3a19 (ffmpeg): mpegtsenc: set audio_type according to st->disposition
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:17 PM Revision 935ee1b9 (ffmpeg): apichanges: update for 24a83bd: add AV_DISPOSITION_CLEAN_EFFECTS flag
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:16 PM Revision 24a83bd1 (ffmpeg): lavf: add AV_DISPOSITION_CLEAN_EFFECTS flag
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 10:59 PM Revision ee028bbd (ffmpeg): Fix spelling error.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit b08f59dca493e7582ddfd08097c594bfb0ae6... - 10:59 PM Revision e8431451 (ffmpeg): mmst: fix reading uninitialized data for ping packets.
- Fixes errors after a few minutes (first ping) when playing back
mmst://wm.bbc.co.uk/wms/bbc7coyopa/bbc7_-_friday_0430... - 10:59 PM Revision 30391c6b (ffmpeg): Update APIchanges for 910b5b8
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 08a459f096106f13c03182eed4b7cb725dc4a0ae) - 10:58 PM Revision 9d375bf5 (ffmpeg): Remove disabled legacy code in ffplay.
- The code was setting aspect ratio from the DTG active format, and was
present and disabled since the creation of ffpl... - 10:58 PM Revision 4a7d9924 (ffmpeg): aac: remove dead SBR input scaling
- It has been unused since 9d06d7bce3babb82ed650c13ed13a57f6f626a71
Signed-off-by: Mans Rullgard <mans@mansr.com>
(che... - 10:58 PM Revision 288b62b1 (ffmpeg): asfdec: fix build for big endian targets
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit aabc2682fcb70417abda0e78d27a425269a82fc8) - 10:58 PM Revision 7539a1fe (ffmpeg): ac3enc: Add x86-optimized function to speed up log2_tab().
- AC3DSPContext.ac3_max_msb_abs_int16() finds the maximum MSB of the absolute
value of each element in an array of int1... - 10:58 PM Revision e590448c (ffmpeg): wtv: ignore empty data_guid chunks
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 1a973feb45826a1998b4286ecfe1fa7a602b8... - 10:58 PM Revision 607f5fe5 (ffmpeg): asfdec: split reading stream properties out of asf_read_header()
- This contains a rename from gsize->size
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from com... - 10:58 PM Revision 2594d75f (ffmpeg): mmst: print packet type with error status code message
- Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry p... - 10:58 PM Revision e0099fda (ffmpeg): configure: fix non-standard regex used with expr
- The colon operator of expr always anchors the pattern at the start
of the string. An explicit ^ in the pattern has u... - 10:58 PM Revision 48e05567 (ffmpeg): configure: report full gcc version string
- This makes the cc_ident value, which is used in FATE reports, include
all interesting parts of the gcc version string... - 10:58 PM Revision 8429368d (ffmpeg): configure: add cleanws() function
- This function removes leading and trailing spaces and collapses
multiple spaces into one.
Signed-off-by: Mans Rullga... - 10:58 PM Revision 11ab1e40 (ffmpeg): FFT: factor a shuffle out of the inner loop and merge it into fft_per...
- 6% faster SSE FFT on Conroe, 2.5% on Penryn.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked fr... - 10:58 PM Revision 709946b3 (ffmpeg): lavf: print stream disposition in dump_stream_format
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 3c33c0e26325f189dbf7f212f8e9042feb83... - 10:58 PM Revision af1e8ffd (ffmpeg): spdifenc: fix byte order on big-endian systems
- There is a check for HAVE_BIGENDIAN when outputting the IEC 61937
stream. On big-endian systems the payload data is n... - 10:58 PM Revision ec0a6889 (ffmpeg): spdifenc: IEC 61937 encapsulation of DTS-HD for HDMI
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 482d98f69b2eb7a7b0b5054101a43db384e9... - 10:58 PM Revision f20886e4 (ffmpeg): bink: permute Bink version 'b' quant matrices by inverse scan order
- This fixes visual glitches in Bink version 'b' files, as the quantization
tables were not being permuted.
Signed-off... - 10:58 PM Revision a093650b (ffmpeg): bink: simplify how quantization matrices are passed to read_dct_coeffs()
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit cb62510cab8b745e65eb966c72ab7e9b122d564b) - 10:58 PM Revision 4064d770 (ffmpeg): Fix MMX rgb24 to yuv conversion with gcc 4.6
- When built with gcc 4.6, the MMX rgb24 to yuv conversion gives
wrong output. The compiler produces this warning:
li... - 10:58 PM Revision 62bacc4e (ffmpeg): movenc: Force first sample as SYNC
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 44b11207248c6ca6edb7d3469c0fbdca45dbfa70) - 10:37 PM Revision 6985d7bf (ffmpeg): Make avfilter_config_links() propagate audio information of the sourc...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:03 PM Revision 1762d9ce (ffmpeg): Restructure video filter implemenattion in ffmpeg.c.
- This fixes several bugs like multiple outputs and -aspect mixed with -vf
Signed-off-by: Michael Niedermayer <michael... - 08:00 PM Revision 70c275f8 (ffmpeg): Make avfilter_config_links() propagate audio information of the sourc...
- 05:20 PM Revision b08f59dc (ffmpeg): Fix spelling error.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:55 PM Revision 275189a2 (ffmpeg): mmst: fix reading uninitialized data for ping packets.
- Fixes errors after a few minutes (first ping) when playing back
mmst://wm.bbc.co.uk/wms/bbc7coyopa/bbc7_-_friday_0430... - 01:45 PM Revision 499c2d41 (ffmpeg): Make truncated mpeg4 GOP header check a bit more specific.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:08 PM Revision 08a459f0 (ffmpeg): Update APIchanges for 910b5b8
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 01:07 PM Revision 910b5b82 (ffmpeg): Add sample_aspect_ratio to AVFilterLink
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 12:11 PM Revision b7ec5cc4 (ffmpeg): Remove disabled legacy code in ffplay.
- The code was setting aspect ratio from the DTG active format, and was
present and disabled since the creation of ffpl... - 11:50 AM Revision 49d57a82 (ffmpeg): Apply minor cosmetics fixes to the av_audio_resample_init() doxy.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:50 AM Revision 7562101a (ffmpeg): Document audio_resample_close().
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:35 AM Revision e41a6092 (grapes): Add a FIXME
- 10:10 AM Revision b4d038cb (grapes): add ACK message
- 10:07 AM Revision 77947fd5 (grapes): changing transaction IDs to uint16
- 10:02 AM Revision 38a61cd6 (grapes): adding support for 16bit fields to int_coding
- 09:57 AM Revision 7ec144d2 (grapes): Merge branch 'csaba'
- 09:57 AM Revision a8720f56 (grapes): Merge branch 'win32'
- 09:57 AM Revision 41a549b0 (grapes): Merge branch 'makefiles'
- 09:57 AM Revision eab96fdb (grapes): Merge branch 'chunkiser'
- 09:46 AM Revision 916dee9f (ffmpeg): aac: remove dead SBR input scaling
- It has been unused since 9d06d7bce3babb82ed650c13ed13a57f6f626a71
Signed-off-by: Mans Rullgard <mans@mansr.com>
02/13/2011
- 10:10 PM Revision aabc2682 (ffmpeg): asfdec: fix build for big endian targets
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 09:49 PM Revision fbb6b49d (ffmpeg): ac3enc: Add x86-optimized function to speed up log2_tab().
- AC3DSPContext.ac3_max_msb_abs_int16() finds the maximum MSB of the absolute
value of each element in an array of int1... - 09:49 PM Revision 1a973feb (ffmpeg): wtv: ignore empty data_guid chunks
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 09:49 PM Revision 5cbd3b5d (ffmpeg): asfdec: don't export empty metadata
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 09:49 PM Revision 70630e35 (ffmpeg): mmst: print packet type with error status code message
- Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 09:49 PM Revision 8bf6db1b (ffmpeg): asfdec: split reading stream properties out of asf_read_header()
- This contains a rename from gsize->size
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 09:00 PM Revision 3ad464bf (ffmpeg): configure: fix non-standard regex used with expr
- The colon operator of expr always anchors the pattern at the start
of the string. An explicit ^ in the pattern has u... - 04:22 PM Revision 7a4abe59 (ffmpeg): mpeg4video: ignore broken GOP headers
- Some MPEG4 cameras produce files with empty GOP headers.
This patch makes the decoder ignore such broken headers and ... - 04:22 PM Revision 5d57846b (ffmpeg): configure: report full gcc version string
- This makes the cc_ident value, which is used in FATE reports, include
all interesting parts of the gcc version string... - 04:22 PM Revision bb7a22b5 (ffmpeg): configure: add cleanws() function
- This function removes leading and trailing spaces and collapses
multiple spaces into one.
Signed-off-by: Mans Rullga... - 04:20 PM Revision 2034ba08 (ffmpeg): Detect null gop headers.
- Fix issue2592. / mpeg4-bad-gvop.raw
- 02:36 PM Revision e6b1ed69 (ffmpeg): FFT: factor a shuffle out of the inner loop and merge it into fft_per...
- 6% faster SSE FFT on Conroe, 2.5% on Penryn.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> - 02:21 PM Revision 3c33c0e2 (ffmpeg): lavf: print stream disposition in dump_stream_format
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 02:16 PM Revision 57f2c9ae (ffmpeg): spdifenc: fix byte order on big-endian systems
- There is a check for HAVE_BIGENDIAN when outputting the IEC 61937
stream. On big-endian systems the payload data is n... - 02:16 PM Revision 482d98f6 (ffmpeg): spdifenc: IEC 61937 encapsulation of DTS-HD for HDMI
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 01:39 PM Revision 23153921 (ffmpeg): bink: permute Bink version 'b' quant matrices by inverse scan order
- This fixes visual glitches in Bink version 'b' files, as the quantization
tables were not being permuted.
Signed-off... - 12:34 PM Revision cb62510c (ffmpeg): bink: simplify how quantization matrices are passed to read_dct_coeffs()
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 01:42 AM Revision f344903c (ffmpeg): Fix MMX rgb24 to yuv conversion with gcc 4.6
- When built with gcc 4.6, the MMX rgb24 to yuv conversion gives
wrong output. The compiler produces this warning:
li... - 01:16 AM Revision 44b11207 (ffmpeg): movenc: Force first sample as SYNC
- Signed-off-by: Mans Rullgard <mans@mansr.com>
02/12/2011
- 11:54 PM Revision 0a18b645 (ffmpeg): Make tables generation insensitive to floating-point implementation
- Using doubles make the double -> int cast well defined for all the values
used, with the exception of when s[i]==1.0,... - 11:54 PM Revision c906d974 (ffmpeg): Fix script command in a FAQ entry
- In the FAQ section "How do I encode single pictures into movies?", use
-s for generating symbolic links with the ln c... - 11:54 PM Revision 32fea0f9 (ffmpeg): Add lavfi-showfiltfmts and graph2dot to $(TOOLS)
- Allow make clean to remove the corresponding binaries.
Fix issue 2162.
Signed-off-by: Mans Rullgard <mans@mansr.com... - 11:54 PM Revision b8a613de (ffmpeg): Allow "make clean" to clean files in tools
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 40321376d8aea3347bec9c4d09925e8c5b8edb55) - 11:54 PM Revision 31df5cb6 (ffmpeg): Fix qtrle regression test, actually test qtrle.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 646739a0a8368bd234ff077c093bbf01e9e7f44a) - 11:54 PM Revision b7195837 (ffmpeg): Add check for Athlon64 and similar AMD processors with slow SSE2.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 74b1f96859eb967222fcb3eb4c72d949b5165... - 11:54 PM Revision ae9c5ea2 (ffmpeg): rtsp/rdt: Assign the RTSPStream index to AVStream->id
- This is used for mapping AVStreams back to their corresponding
RTSPStream. Since d9c0510, the RTSPStream pointer isn'... - 11:52 PM Revision 3ae4484c (ffmpeg): configure: remove early check_deps $ARCH_EXT_LIST
- The early disabling of irrelevant arch extensions is no longer
required, and removing it makes dependencies involving... - 11:52 PM Revision 4ae3ee4a (ffmpeg): VP8: ARM optimised decode_block_coeffs_internal
- Approximately 5% faster on Cortex-A8.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit a7878... - 11:52 PM Revision 5da7494d (ffmpeg): ARM optimised vp56_rac_get_prob()
- Approximately 3% faster on Cortex-A8.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 7da48... - 11:52 PM Revision b423996b (ffmpeg): Update overlay documentation after movie syntax update.
- Overlay documentation is still using the old unsupported syntax.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cher... - 11:52 PM Revision 35b88696 (ffmpeg): bink: reindent after last commit
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit adb1ad0d8005dfcbae863bccdda8fdd26bb6... - 11:52 PM Revision 547c67c9 (ffmpeg): Bink version 'b' video decoder
- Based on original patch by Kostya Shishkov
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from... - 11:52 PM Revision b845252d (ffmpeg): lavf: deprecate AVFormatContext.index_built
- it's not touched anywhere in ffmpeg, the code setting it was removed
over two years ago (e9b78eeba22b050810a507e69df1... - 11:25 PM Revision 4f036b9f (ffmpeg): Clarify that pts_correction* fields are internal to libavcodec
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:47 PM Revision 47d62c96 (ffmpeg): Make tables generation insensitive to floating-point implementation
- Using doubles make the double -> int cast well defined for all the values
used, with the exception of when s[i]==1.0,... - 02:38 PM Revision 27a275e4 (ffmpeg): Set maximum lowres value for the MJPEG decoder to 3.
- While 4 works for some samples, 3 is the correct value since 8x8
DCT is used by (m)jpeg. - 01:17 PM Revision e063f588 (ffmpeg): Fix script command in a FAQ entry
- In the FAQ section "How do I encode single pictures into movies?", use
-s for generating symbolic links with the ln c... - 12:58 PM Revision 40321376 (ffmpeg): Allow "make clean" to clean files in tools
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 12:55 PM Revision cd6a5a57 (ffmpeg): Add lavfi-showfiltfmts and graph2dot to $(TOOLS)
- Allow make clean to remove the corresponding binaries.
Fix issue 2162.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 10:32 AM Revision 49b99aeb (grapes): Cleaned files of trailing whitepaces and empty lines
- 10:28 AM Revision 6e764e0e (grapes): Fixed a name clash that prevent compilation on OSX
- 10:25 AM Revision 0e9bde83 (grapes): Modified cloud_helper interface to support cloud node variants and ti...
- Updated cloud_test and test cloud implementation to conform to the new interface
02/11/2011
- 11:47 PM Revision 646739a0 (ffmpeg): Fix qtrle regression test, actually test qtrle.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 09:58 PM Revision b2dd842d (ffmpeg): rtsp/rdt: Assign the RTSPStream index to AVStream->id
- This is used for mapping AVStreams back to their corresponding
RTSPStream. Since d9c0510, the RTSPStream pointer isn'... - 09:58 PM Revision 74b1f968 (ffmpeg): Add check for Athlon64 and similar AMD processors with slow SSE2.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 09:58 PM Revision 2a03e873 (ffmpeg): Add missing terminating backslash
- 06:45 PM Revision 4b884207 (ffmpeg): configure: remove early check_deps $ARCH_EXT_LIST
- The early disabling of irrelevant arch extensions is no longer
required, and removing it makes dependencies involving... - 05:59 PM Revision d6705a27 (ffmpeg): ffplay: stats: do not dereference NULL video
- Also: cosmetic: split this overly long line
- 03:48 PM Revision a7878c9f (ffmpeg): VP8: ARM optimised decode_block_coeffs_internal
- Approximately 5% faster on Cortex-A8.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 03:48 PM Revision 7da48fd0 (ffmpeg): ARM optimised vp56_rac_get_prob()
- Approximately 3% faster on Cortex-A8.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 03:05 PM Revision 72e6b456 (chunker-player): UL player: channels.conf ratio of channels set to 1.22 or 1.2...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2541 c54fa...
- 02:01 PM Revision aa8ac53b (ffmpeg): Update overlay documentation after movie syntax update.
- Overlay documentation is still using the old unsupported syntax.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 12:47 PM Revision adb1ad0d (ffmpeg): bink: reindent after last commit
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 12:47 PM Revision e00f41d5 (ffmpeg): Bink version 'b' video decoder
- Based on original patch by Kostya Shishkov
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> - 08:34 AM Revision 8e0afb75 (grapes): Added config_value_double()
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@2207 c54fac2e-1815-407e-9b96-088d06743913
- 08:24 AM Revision e8c1ddb2 (grapes): Disable compilation of stuff that is not supported under win32
- 07:36 AM Revision 88cde4b2 (grapes): fix: no need for winsock in net-helper.h, sys/time is enough
- 02:34 AM Revision b0294c80 (ffmpeg): lavf: deprecate AVFormatContext.index_built
- it's not touched anywhere in ffmpeg, the code setting it was removed
over two years ago (e9b78eeba22b050810a507e69df1... - 02:34 AM Revision 0605cb43 (ffmpeg): vorbis dec: Remove obsolete comment
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 02:34 AM Revision 4f03c5d7 (ffmpeg): vorbis dec: cosmetics: Indent consistently
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 02:34 AM Revision 97f5f971 (ffmpeg): vorbis dec: cosmetics: Indent CPP cond properly
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 02:34 AM Revision 07f06540 (ffmpeg): vorbis dec: Delete useless scopes, and reindent after scope deletion
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 01:54 AM Revision 95234e05 (ffmpeg): ac3enc: remove right shifting from lshift_tab() and make lshift unsig...
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit d4582889eefeee4dd23face9e74b2829dbaaeae5) - 01:54 AM Revision 943dc942 (ffmpeg): ac3enc: Remove unneeded clipping of shift amount.
- s->windowed_samples will always have a range of [-32767,32767] due to the
window function, so the return value from l... - 01:54 AM Revision ccba4f4c (ffmpeg): VP8: optimized mv prediction and decoding
- Merge find_near_mvs and mv bitstream decoding: don't do prediction steps
until absolutely necessary.
(cherry picked f... - 01:54 AM Revision 4ca29c65 (ffmpeg): asfdec: deobfuscate reading video properties size
- This code will be later split out into a function which takes a 'size'
argument, so I'm keeping the name 'sizeX' here... - 01:54 AM Revision e5d4a953 (ffmpeg): asfdec: split asf_read_header()
- Only trivial splits are done here -- i.e. copy/paste + reindent +
missing variable declarations.
Signed-off-by: Rona... - 01:54 AM Revision fe175286 (ffmpeg): wtv: mark streams intended for hearing or visual impaired persons
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 68137ba386933243a84fc65f0deb3ad0ce5f... - 01:54 AM Revision d43d2197 (ffmpeg): make av_find_best_stream() ignore streams marked with AV_DISPOSITION_...
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 52091491575f015c09a32a745de4f7f7592f... - 01:54 AM Revision 41bb47bf (ffmpeg): dvbsubenc: Fix placement of the object version
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit df211c3ab73b36208ac4511a9cd7feb817f551fa) - 01:54 AM Revision 98ec8287 (ffmpeg): Remove final semicolon from some macros
- This avoids double semicolons after macro expansion.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked fr... - 01:54 AM Revision 8270db38 (ffmpeg): add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIRED
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 12c14cd4a8bf844f6f3d16ae18999bdb4799... - 01:54 AM Revision 4c2ce590 (ffmpeg): document passing the fate samples location via make variable
- (cherry picked from commit 5c19f64c600ece050a1deb27f53963e4416beb31)
- 01:54 AM Revision 1a089285 (ffmpeg): dvbsubdec: check against buffer overreads
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 493aa30adf88baf5bc734072592a22db586f... - 01:54 AM Revision 20708223 (ffmpeg): Do not fail DVB sub decoding because of a few padding bytes
- Instead of returning an error when bytes are left over, just return
the number of actually used bytes as other decode... - 01:54 AM Revision a30ac54a (ffmpeg): Add x86-optimized versions of exponent_min().
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit dda3f0ef48aa5c3b03566b60b6bf63211e1fe... - 01:54 AM Revision 952f2315 (ffmpeg): Remove incorrect return statement from avcodec_thread_free()
- The function return type is void, so a return statement with an
expression is forbidden (and pointless).
Signed-off-... - 01:54 AM Revision 7e1e8bf3 (ffmpeg): ivi_dsp: remove semicolons after function definitions
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit dbb09ec23f16cb5e4ec3d4e0911dae0beb95869b) - 01:54 AM Revision 5e81cb58 (ffmpeg): mov: remove stray semicolon
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 628b16f45f79aa5eb7514f11026d85e8aa34387f) - 01:54 AM Revision d9286510 (ffmpeg): asfdec: skip the stream bitrate list
- Its contents aren't used for anything.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from comm... - 01:54 AM Revision 56a67a8d (ffmpeg): asfdec: use an ASFContext array for storing stream bitrates
- This will be useful for splitting asf_read_header()
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry pic... - 01:54 AM Revision 26783e85 (ffmpeg): asfdec: move DAR list to ASFContext
- This will be useful for splitting asf_read_header()
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry pic... - 01:54 AM Revision 9087a46d (ffmpeg): udp: Enable address reuse by default for multicast
- Keep the original corner case behaviour, where reuse is enabled
for the case where no argument is given to the reuse ... - 01:54 AM Revision c3052f1d (ffmpeg): asfdec: remove some write-only values from the context
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 569ff02168dfe618599db5d5a327caf8b3051dd5) - 01:54 AM Revision 043d2ff2 (ffmpeg): Deprecate avcodec_thread_init()
- As a side effect of the last commit, avcodec_open() now calls it automatically,
so there is no longer any need for cl... - 01:54 AM Revision 74711b72 (ffmpeg): w32thread: add missing #include thread.h
- This should fix building with win32 threads.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commi... - 01:54 AM Revision 83120e3b (ffmpeg): asf: split ASFContext into muxer and demuxer parts.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 4bc328a2bdf96d01afd3cf4532efb9db41f00... - 01:54 AM Revision 7ade06cc (ffmpeg): check sample_fmt in avcodec_open
- check AVCodecContext->sample_fmt against AVCodec->sample_fmts[] to ensure
that the encoder supports the specified sam... - 01:54 AM Revision 6ff532b9 (ffmpeg): mpegts: remove unused macro MAX_SCAN_PACKETS
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit f4c79d1e0b2e797012304db57903e4091b0c2d7c) - 01:54 AM Revision 4a5a1689 (ffmpeg): vp3: Frame-based multithreading support
- Decode times for big_buck_bunny_720p_stereo:
1 thread:
real 1m14.227s
user 1m13.104s
sys 0m1.108s
2 threa... - 01:54 AM Revision f94317fd (ffmpeg): Add missing git rev hash.
- (cherry picked from commit f2146944fcd00a0a7918931c6f0f5c3f88cd6f1d)
- 01:54 AM Revision ee5bb31f (ffmpeg): Fix build with threading disabled
- The avcodec_thread_free() compatibility wrapper calls ff_thread_free(),
which is not defined when threading is disabl... - 01:54 AM Revision 03e3cb87 (ffmpeg): Add missing git rev hash.
- (cherry picked from commit 8e8cc52be3b515bc91cd9452daca7a65feaea5ad)
- 01:53 AM Revision b38f008e (ffmpeg): Frame-based multithreading framework using pthreads
- See doc/multithreading.txt for details on use in codecs.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 01:43 AM Revision b9afb044 (ffmpeg): asf: make ff_guidcmp inline and move it to asf.h
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit e4e234fad77daa8628fc56155563248165d51ab4) - 01:43 AM Revision 8a278ad3 (ffmpeg): Add missing git revision hask.
- (cherry picked from commit c2bd7578af069206831a9c25fa68c9bbd5004619)
- 12:18 AM Revision f3d09d44 (ffmpeg): VP8: optimized mv prediction and decoding
- Merge find_near_mvs and mv bitstream decoding: don't do prediction steps
until absolutely necessary.
02/10/2011
- 11:16 PM Revision 626264b1 (ffmpeg): ac3enc: Remove unneeded clipping of shift amount.
- s->windowed_samples will always have a range of [-32767,32767] due to the
window function, so the return value from l... - 11:16 PM Revision d4582889 (ffmpeg): ac3enc: remove right shifting from lshift_tab() and make lshift unsig...
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:05 PM Revision 0b1d291a (ffmpeg): asfdec: deobfuscate reading video properties size
- This code will be later split out into a function which takes a 'size'
argument, so I'm keeping the name 'sizeX' here... - 11:03 PM Revision c1fea230 (ffmpeg): asfdec: split asf_read_header()
- Only trivial splits are done here -- i.e. copy/paste + reindent +
missing variable declarations.
Signed-off-by: Rona... - 09:55 PM Revision 12c14cd4 (ffmpeg): add AV_DISPOSITION_HEARING_IMPAIRED and AV_DISPOSITION_VISUAL_IMPAIRED
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 09:55 PM Revision 52091491 (ffmpeg): make av_find_best_stream() ignore streams marked with AV_DISPOSITION_...
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 09:55 PM Revision 68137ba3 (ffmpeg): wtv: mark streams intended for hearing or visual impaired persons
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 09:45 PM Revision df211c3a (ffmpeg): dvbsubenc: Fix placement of the object version
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 09:45 PM Revision 44adbebe (ffmpeg): Remove final semicolon from some macros
- This avoids double semicolons after macro expansion.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 08:37 PM Revision 5c19f64c (ffmpeg): document passing the fate samples location via make variable
- 08:37 PM Revision 493aa30a (ffmpeg): dvbsubdec: check against buffer overreads
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 08:37 PM Revision 4a72765a (ffmpeg): Do not fail DVB sub decoding because of a few padding bytes
- Instead of returning an error when bytes are left over, just return
the number of actually used bytes as other decode... - 08:32 PM Revision dda3f0ef (ffmpeg): Add x86-optimized versions of exponent_min().
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 05:50 PM Revision a7db1572 (napa-baselibs): changing checks from WIN32 to the standard _WIN32
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2536 c54fac2e-1815-407e-9b96-08...
- 05:50 PM Revision c35a59c4 (chunker-player): changing checks from WIN32 to the standard _WIN32
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2536 c54fa...
- 05:50 PM Revision 372c2c31 (ml): changing checks from WIN32 to the standard _WIN32
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2536 c54fac2e-1815-407e-9b96...
- 02:17 PM Revision b4668274 (ffmpeg): Remove incorrect return statement from avcodec_thread_free()
- The function return type is void, so a return statement with an
expression is forbidden (and pointless).
Signed-off-... - 02:17 PM Revision dbb09ec2 (ffmpeg): ivi_dsp: remove semicolons after function definitions
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 02:17 PM Revision 628b16f4 (ffmpeg): mov: remove stray semicolon
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 01:28 PM Revision a34ed273 (streamers): Remove some hacks
- 12:03 PM Revision d7a5106e (ffmpeg): asfdec: skip the stream bitrate list
- Its contents aren't used for anything.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 08:31 AM Revision f14985ba (streamers): Enable to use the UDP (de)chunkiser
- to use UDP, use
udp:port0=...,port1=...,port2=...
as input or output file name - 07:16 AM Revision 23748bc9 (streamers): Do not strictly require ffmpeg for compiling grapes IO
- 03:26 AM Revision 7c725380 (ffmpeg): asfdec: use an ASFContext array for storing stream bitrates
- This will be useful for splitting asf_read_header()
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 03:26 AM Revision d42b0972 (ffmpeg): asfdec: move DAR list to ASFContext
- This will be useful for splitting asf_read_header()
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 03:03 AM Revision 00952be4 (ffmpeg): udp: Enable address reuse by default for multicast
- Keep the original corner case behaviour, where reuse is enabled
for the case where no argument is given to the reuse ...
02/09/2011
- 10:41 PM Revision 569ff021 (ffmpeg): asfdec: remove some write-only values from the context
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 08:52 PM Revision 9a77a92c (ffmpeg): Fix build with threading disabled
- The avcodec_thread_free() compatibility wrapper calls ff_thread_free(),
which is not defined when threading is disabl... - 08:52 PM Revision aef669cd (ffmpeg): w32thread: add missing #include thread.h
- This should fix building with win32 threads.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 08:31 PM Revision 4bc328a2 (ffmpeg): asf: split ASFContext into muxer and demuxer parts.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 08:30 PM Revision 2cfa2d92 (ffmpeg): check sample_fmt in avcodec_open
- check AVCodecContext->sample_fmt against AVCodec->sample_fmts[] to ensure
that the encoder supports the specified sam... - 04:56 PM Revision f4c79d1e (ffmpeg): mpegts: remove unused macro MAX_SCAN_PACKETS
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 02:17 PM Revision d23845f3 (ffmpeg): vp3: Frame-based multithreading support
- Decode times for big_buck_bunny_720p_stereo:
1 thread:
real 1m14.227s
user 1m13.104s
sys 0m1.108s
2 threa... - 02:17 PM Revision f2146944 (ffmpeg): Add missing git rev hash.
- 02:17 PM Revision c0b102ca (ffmpeg): Deprecate avcodec_thread_init()
- As a side effect of the last commit, avcodec_open() now calls it automatically,
so there is no longer any need for cl... - 02:17 PM Revision 8e8cc52b (ffmpeg): Add missing git rev hash.
- 02:17 PM Revision 37b00b47 (ffmpeg): Frame-based multithreading framework using pthreads
- See doc/multithreading.txt for details on use in codecs.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 02:17 PM Revision c2bd7578 (ffmpeg): Add missing git revision hask.
- 12:33 PM Revision e4e234fa (ffmpeg): asf: make ff_guidcmp inline and move it to asf.h
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 10:51 AM Revision 4272d37c (streamers): Loop support
- 09:34 AM Revision 8dabc599 (grapes): Allow to properly test the UDP (de)chunkiser
- 02:33 AM Revision a97b9325 (ffmpeg): Update qmin/qmax values for libx264 presets
- Also allow qmin/qmax to go up to 69 (the current max value for libx264). This
will have to increase when we add 9/10... - 02:33 AM Revision a1b0a3c8 (ffmpeg): VP8: idct_mb optimizations
- Currently uses AV_RL32 instead of AV_RL32A, as the latter doesn't exist yet.
(cherry picked from commit 62457f9052ea1... - 02:33 AM Revision 2c855cea (ffmpeg): Fix broken vbv_buffer_init handling in libx264.c
- Due to being pants-on-head retarded, libavcodec defaults this to zero, which
results in broken output. This didn't a... - 02:33 AM Revision a239d534 (ffmpeg): Fix ff_emu_edge_core_sse() on Win64.
- Fix emu_edge_v_extend_15 to be <128 bytes on Win64, by being more strict
on the size of registers and which registers... - 02:33 AM Revision 070e5ba5 (ffmpeg): lavf: rename ff_probe_input_buffer to make it public
- It is useful for applications that hand input data directly to lavf via
a ByteIOContext.
Signed-off-by: Ronald S. Bu... - 02:33 AM Revision e74c01db (ffmpeg): lavf: simplify pb parameter of ff_probe_input_buffer
- There is no need to pass the ByteIOContext via a pointer to a pointer
anymore.
Signed-off-by: Ronald S. Bultje <rsbu... - 02:33 AM Revision 68b2336d (ffmpeg): Fix HOSTLIBS on Haiku
- Haiku does not have a separate libm, so do not try to link to it.
Signed-off-by: François Revol <revol@free.fr>
Sign... - 02:33 AM Revision 94dfea71 (ffmpeg): oggdec: Fix incorrect assumption about header/data interleaving
- Currently (since the data_offset fix) the ogg demuxer assumes that
after the first non-header packets in any stream n... - 02:33 AM Revision 2e47df70 (ffmpeg): lavf: update ff_probe_input_buffer documentation
- It never reopens the bytestream anymore.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from co... - 02:33 AM Revision 2eed5288 (ffmpeg): Documentation updates for the git migration
- This cleanup patch updates the developer documentation with respect to
the migration to the git scm.
(cherry picked f... - 02:33 AM Revision 3e2a4e91 (ffmpeg): logging: downgrade recoverable errors to warnings
- In all 3 cases, the decoding continues and thus a warning would be sufficient.
Helps application that catch them with... - 02:33 AM Revision 17a19190 (ffmpeg): add APIChanges entry for fe9a3fb
- (cherry picked from commit 7ab8758baf743b3d525c07a770e13038b0885461)
- 02:33 AM Revision 154f7bb0 (ffmpeg): h264: define FF_PROFILE_H264_HIGH_444 to the correct value
- It was removed in fe9a3fb since it had the wrong value. Add profile name
for it.
(cherry picked from commit 440b61691... - 02:33 AM Revision 9b8bb626 (ffmpeg): libavfilter: add video movie source
- See thread:
Subject: [PATCH] movie video source
Date: 2010-12-31 15:35:30 GMT
Signed-off-by: Janne Grunau <janne-ffm... - 02:31 AM Revision a1cdf548 (ffmpeg): Apply misc fixes to the image2 muxer documentation.
- The fixes were pointed out by Diego.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commi... - 02:31 AM Revision 20a4b9e9 (ffmpeg): Add documentation for the framecrc muxer.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 77d4ed7a127b88f9b8ddd741c65e678198fe... - 02:31 AM Revision ea67c951 (ffmpeg): Add documentation for the crc muxer.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit a4effe432f4aa59d52465b88589f92addf3a... - 02:31 AM Revision 7e7afb3d (ffmpeg): Document null muxer.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit f4acb837eb4af74996b678f3f55eaa66c47a... - 02:31 AM Revision ef15d71c (ffmpeg): VP8: ARM NEON optimisations for dsp functions
- This adds NEON optimised versions of all functions in VP8DSPContext.
Based on initial work by Rob Clark.
Signed-off-... - 02:31 AM Revision fff6c212 (ffmpeg): Remove Xan WC4 cruft from xan.c
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 90e8a9c34f641d0cb9137190c1912a3da3095... - 02:31 AM Revision abb5f2b7 (ffmpeg): Xan4 decoder
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 44ddfd47d671d2587903d94c8b565f68f45bd... - 02:31 AM Revision cb9f7fd3 (ffmpeg): Fix compile warning.
- Change int64_t into a int, which caused this compiler warning:
libavformat/oggparseskeleton.c:64: warning: passing ar... - 02:31 AM Revision 14d735bd (ffmpeg): matroskadec: add generic element length validation.
- This validate the length of a mkv element directly after reading
it.
This has the advantage that it is easy to add ne... - 02:31 AM Revision 2f35beae (ffmpeg): Make av_set_pts_info keep previous time base if new one is invalid.
- Fixes issue 2475.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit b3190529dfefe32263... - 02:31 AM Revision f8194672 (ffmpeg): lavf: move internal functions from avformat.h to internal.h
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 19711af5cdc364f9e02ea8103dd6e1e09dc28... - 02:31 AM Revision f8d33a36 (ffmpeg): avidec: simplify read_gab2_sub
- Use avio functions instead of bytestream ones (also drops dependency on
lavc and removes a bunch of warnings).
Drop c... - 02:30 AM Revision e11afd71 (ffmpeg): pass QDMC extradata to the decoder
- Makes playing QDMC files in MPlayer work when using the libavformat demuxer.
Problem was that the extradata was not p... - 02:30 AM Revision 5fb06ffa (ffmpeg): configure: check yasm/nasm for working pextrd opcode
- NASM versions older than 2.08 fail to build ffmpeg with several
"error: operation size not specified" errors but this...
02/08/2011
- 11:59 PM Revision c7ac200d (ffmpeg): Update qmin/qmax values for libx264 presets
- Also allow qmin/qmax to go up to 69 (the current max value for libx264). This
will have to increase when we add 9/10... - 11:59 PM Revision f7f8120f (ffmpeg): Fix broken vbv_buffer_init handling in libx264.c
- Due to being pants-on-head retarded, libavcodec defaults this to zero, which
results in broken output. This didn't a... - 11:59 PM Revision 62457f90 (ffmpeg): VP8: idct_mb optimizations
- Currently uses AV_RL32 instead of AV_RL32A, as the latter doesn't exist yet.
- 11:25 PM Revision 3940caad (ffmpeg): lavf: rename ff_probe_input_buffer to make it public
- It is useful for applications that hand input data directly to lavf via
a ByteIOContext.
Signed-off-by: Ronald S. Bu... - 11:25 PM Revision 17cf7c68 (ffmpeg): Fix ff_emu_edge_core_sse() on Win64.
- Fix emu_edge_v_extend_15 to be <128 bytes on Win64, by being more strict
on the size of registers and which registers... - 11:25 PM Revision aad216fd (ffmpeg): lavf: simplify pb parameter of ff_probe_input_buffer
- There is no need to pass the ByteIOContext via a pointer to a pointer
anymore.
Signed-off-by: Ronald S. Bultje <rsbu... - 11:25 PM Revision 4d016dd4 (ffmpeg): lavf: update ff_probe_input_buffer documentation
- It never reopens the bytestream anymore.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 09:40 PM Revision 6bd69e6a (ffmpeg): oggdec: Fix incorrect assumption about header/data interleaving
- Currently (since the data_offset fix) the ogg demuxer assumes that
after the first non-header packets in any stream n... - 09:16 PM Revision f59c4bd6 (ffmpeg): Fix HOSTLIBS on Haiku
- Haiku does not have a separate libm, so do not try to link to it.
Signed-off-by: François Revol <revol@free.fr>
Sign... - 09:07 PM Revision 87800dc2 (ffmpeg): Documentation updates for the git migration
- This cleanup patch updates the developer documentation with respect to
the migration to the git scm. - 08:26 PM Revision 21b032c4 (ffmpeg): vorbis dec: Remove obsolete comment
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:26 PM Revision 6d173dae (ffmpeg): vorbis dec: cosmetics: Indent consistently
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:26 PM Revision 350b2bb1 (ffmpeg): vorbis dec: cosmetics: Indent CPP cond properly
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:26 PM Revision b2a51e3d (ffmpeg): vorbis dec: cosmetics: Indent after scope deletion
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:26 PM Revision 21494e55 (ffmpeg): vorbis dec: Delete useless scopes
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 05:49 PM Revision ae210479 (ffmpeg): logging: downgrade recoverable errors to warnings
- In all 3 cases, the decoding continues and thus a warning would be sufficient.
Helps application that catch them with... - 02:11 PM Revision 54f6182b (grapes): Fail if the avf (de)chunkiser is selected and is not available
- 02:07 PM Revision eb837bb3 (grapes): Explicitly ask for the avf chunkiser/dechunkiser when needed
- 02:05 PM Revision 09f0b4a3 (grapes): Allow to select the loop option
- 02:05 PM Revision 53abf41e (grapes): Loop support
- 01:46 PM Revision 4f4dbedb (grapes): Properly signal the end of file
- 01:18 PM Revision 71ce3f9c (grapes): Do not check non-existing options (fix a crash when non-blocking is n...
- 12:38 PM Revision 7ab8758b (ffmpeg): add APIChanges entry for fe9a3fb
- 12:20 PM Revision f4acb837 (ffmpeg): Document null muxer.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 12:20 PM Revision 9409c381 (ffmpeg): libavfilter: add video movie source
- See thread:
Subject: [PATCH] movie video source
Date: 2010-12-31 15:35:30 GMT
Signed-off-by: Janne Grunau <janne-ffm... - 12:20 PM Revision 0cad24ce (ffmpeg): Apply misc fixes to the image2 muxer documentation.
- The fixes were pointed out by Diego.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> - 12:20 PM Revision 77d4ed7a (ffmpeg): Add documentation for the framecrc muxer.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 12:20 PM Revision a4effe43 (ffmpeg): Add documentation for the crc muxer.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 12:20 PM Revision 440b6169 (ffmpeg): h264: define FF_PROFILE_H264_HIGH_444 to the correct value
- It was removed in fe9a3fb since it had the wrong value. Add profile name
for it. - 07:42 AM Revision 327fc1a6 (streamers): GRAPES IO, first draft
- 07:26 AM Revision c06e5505 (grapes): Link libavcore only if really needed
02/07/2011
- 06:32 PM Revision 76ad67ca (ffmpeg): Implement guessed_pts in avcodec_decode_video2
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 04:08 PM Revision a1c1d3c0 (ffmpeg): VP8: ARM NEON optimisations for dsp functions
- This adds NEON optimised versions of all functions in VP8DSPContext.
Based on initial work by Rob Clark.
Signed-off-... - 03:56 PM Revision 52b2e95c (ffmpeg): dvdsubdec.c: prevent input buffer overflow
- In some places, dvbsubdec passes improper input buffer size to
bitstream reading functions, not accounting for readin... - 02:21 PM Revision 5bea615d (ffmpeg): dvbsubdec: pass correct input buffer size
- In some places, dvbsubdec passes improper input buffer size to
bitstream reading functions, not accounting for readin... - 01:06 PM Revision 90e8a9c3 (ffmpeg): Remove Xan WC4 cruft from xan.c
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 01:03 PM Revision 44ddfd47 (ffmpeg): Xan4 decoder
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 11:20 AM Revision e852cb42 (napa-baselibs): MONL: adding local/remote to debug filename
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2510 c54fac2e-1815-407e-9b96-08...
- 11:20 AM Revision faf560e3 (napa-baselibs): MONL: fixing filename used in debug mode
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2509 c54fac2e-1815-407e-9b96-08...
- 02:36 AM Revision 95ec3d4c (ffmpeg): matroskadec: add generic element length validation.
- This validate the length of a mkv element directly after reading
it.
This has the advantage that it is easy to add ne... - 01:33 AM Revision 69ff1492 (ffmpeg): Fix compile warning.
- Change int64_t into a int, which caused this compiler warning:
libavformat/oggparseskeleton.c:64: warning: passing ar... - 01:30 AM Revision 47fdf00a (ffmpeg): avidec: simplify read_gab2_sub
- Use avio functions instead of bytestream ones (also drops dependency on
lavc and removes a bunch of warnings).
Drop c...
02/06/2011
- 09:35 PM Revision 19711af5 (ffmpeg): lavf: move internal functions from avformat.h to internal.h
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 09:12 PM Revision b3190529 (ffmpeg): Make av_set_pts_info keep previous time base if new one is invalid.
- Fixes issue 2475.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 09:08 PM Revision a351110e (ffmpeg): Always use av_set_pts_info to set the stream time base.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 09:05 PM Revision ed19fafd (ffmpeg): pass QDMC extradata to the decoder
- Makes playing QDMC files in MPlayer work when using the libavformat demuxer.
Problem was that the extradata was not p... - 07:31 PM Revision 6a495e98 (ffmpeg): Make inter_rvlc and intra_rvlc static tables.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 84ae8936f642042fe7ad3466ce3a26dec7701... - 07:31 PM Revision 561ca020 (ffmpeg): Fill in missing date.
- (cherry picked from commit ae0f8a1a33158397c5014745424389ba1f543cfd)
- 07:31 PM Revision fbdcdaee (ffmpeg): Replace remaining occurrences of deprecated CH_* with AV_CH_*
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit c2fcd0a7a4d0bda1a3306e40b70ce281a987d... - 07:31 PM Revision 340a20ea (ffmpeg): Update MINOR and set git rev for non-blocking flag API addition.
- (cherry picked from commit efdd67cb00ad770c16c47161c023121e1ae53ae9)
- 07:31 PM Revision 6e59474b (ffmpeg): Non-blocking protocol: TCP
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(c... - 07:31 PM Revision 3ce3b498 (ffmpeg): Non-blocking protocol: core wrapper functions
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(c... - 07:31 PM Revision f4bd5800 (ffmpeg): Non-blocking protocols: flag and documentation
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(c... - 07:31 PM Revision 9979dcd4 (ffmpeg): reindent after last commit
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 74571e333cc9abf3fe3fde3735698def1547d... - 07:31 PM Revision 4a355654 (ffmpeg): mp3enc: write ISO8859-1 instead of UTF-16 when possible
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 5a6de4e7e8d81169be9b6909b71e42a9ece59... - 07:31 PM Revision e10976eb (ffmpeg): Set channel_layout for mpegaudio
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit f4a86bc981d6743778dd1037fea243d36229e... - 07:31 PM Revision 699d55fb (ffmpeg): wtv: do not use flag in stream_guid chunk to determine if stream is v...
- This fixes roundup issue 2556.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit e4f85... - 07:31 PM Revision 42f97696 (ffmpeg): Use avformat_free_context for cleaning up muxers
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit b22dbb291d41e9fb038884bcebad2394c501c... - 07:31 PM Revision dc4a1883 (ffmpeg): vp3: Factor out expression
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit e8dcd730583a0aa69c33a17fc27d65fa55f5e... - 07:31 PM Revision 3f171f5a (ffmpeg): cmdutils: fix codec-specific options from preset
- Using a preset file caused the address of a stack variable to be stored
in opt_names/values. This change causes the s... - 07:31 PM Revision ba3517aa (ffmpeg): cmdutils: fix opt_values leak
- Add free to uninit_opts and relocate opt_names to same
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry ... - 07:31 PM Revision fd0ae17a (ffmpeg): Adopt pkt_dts/pkt_pts in lavc clients
- No behavior change; this makes DTS reliable with the next patch.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com... - 07:31 PM Revision 105ba7dc (ffmpeg): applehttp: Handle absolute paths relative to the current server
- This fixes roundup issue 2583.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 185a1... - 07:31 PM Revision 861aab56 (ffmpeg): movenchint: Use rtpenc_chain for setting up the chained RTP muxer
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 5306bf41a619cb757ef0e0092ea4f6bc1087e... - 07:31 PM Revision 118f0911 (ffmpeg): rtpenc_chain: Don't copy the time_base back to the caller
- If required, the caller can do this itself. ff_write_chained rescales
timestamps as necessary, and all current caller... - 07:31 PM Revision 3c90abf4 (ffmpeg): vp3: Move table allocation code into a new function
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit edbb0c07081e78a4c7b6d999d641183bf30f1... - 07:31 PM Revision 8cf2d3d3 (ffmpeg): Add an APIchanges entry for avformat_free_context
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit ff1974897778942180c1d4f95b0b7b45a4fbb... - 07:31 PM Revision 4ed68fdf (ffmpeg): libavformat: Add a function for freeing an AVFormatContext
- This function is useful for freeing data structures allocated by
muxers, which currently have to be freed manually by... - 07:31 PM Revision b9004bd5 (ffmpeg): Remove a few if (p) av_freep(&p) forms
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 523d9407d57e9210428b6d962f0ebf48aae55638) - 07:31 PM Revision e9266a2b (ffmpeg): VP8: slightly faster loopfilter sharpness logic
- (cherry picked from commit 8a2c99b48688008dd0a01c4826161ad4f7c25436)
- 07:31 PM Revision 9efa368f (ffmpeg): VP8: faster deblock strength calculation
- Convert hev_thresh logic to a LUT, simplify mbedge_lim calculation.
(cherry picked from commit 79dec1541bf83fb587aee9... - 07:31 PM Revision bffad70c (ffmpeg): Remove forgotten if (p) av_free(p) forms
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 290849e2a4e76484f1a34506782e8dbfe7bbe406) - 07:31 PM Revision 173f19be (ffmpeg): libavformat: Use avcodec_copy_context for chained muxers
- This avoids having the chained AVStream->codec point to the same
AVCodecContext owned by the outer AVStream. The down... - 07:31 PM Revision c54ac7a8 (ffmpeg): VP8: faster filter_level clip
- (cherry picked from commit a1b227bb533f173354795124e0b966277c251b56)
- 07:31 PM Revision 8cde1b79 (ffmpeg): VP8: simplify lf_delta mb mode logic
- (cherry picked from commit dd18c9a050ac1f1437151ceb2d2afbc96c5602d8)
- 07:31 PM Revision ab543afe (ffmpeg): Make avfilter_graph_free() free the graph.
- Make avfilter_graph_free() free not only the internal structures, but
also the allocated graph, and set the graph poi... - 07:31 PM Revision c68be8e1 (ffmpeg): Make avfilter_graph_parse() not free the input graph
- Make avfilter_graph_parse() only release the internal structures
allocated during the parsing, and leave to free the ... - 07:31 PM Revision 2d9fd181 (ffmpeg): add ff_index_search_timestamp and ff_add_index_entry
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit e6fb5a4f78a67ed815e39ba8ac3893fd631b9... - 07:31 PM Revision 566f17b6 (ffmpeg): TCP: factor the poll() call
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(c... - 07:31 PM Revision d3c0de86 (ffmpeg): wtv: filesystem implementation
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit f61dee2fe4bc6a614079f37c25af1f92e90bc... - 04:43 PM Revision 48545a8f (ffmpeg): configure: check yasm/nasm for working pextrd opcode
- NASM versions older than 2.08 fail to build ffmpeg with several
"error: operation size not specified" errors but this... - 02:53 PM Revision 84ae8936 (ffmpeg): Make inter_rvlc and intra_rvlc static tables.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:46 PM Revision ae0f8a1a (ffmpeg): Fill in missing date.
- 02:19 PM Revision efdd67cb (ffmpeg): Update MINOR and set git rev for non-blocking flag API addition.
- 01:26 PM Revision c2fcd0a7 (ffmpeg): Replace remaining occurrences of deprecated CH_* with AV_CH_*
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 01:31 AM Revision ad3cffb6 (ffmpeg): Non-blocking protocol: TCP
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 01:29 AM Revision 90441276 (ffmpeg): Non-blocking protocol: core wrapper functions
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 01:28 AM Revision fe174fc8 (ffmpeg): Non-blocking protocols: flag and documentation
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 01:25 AM Revision f4a86bc9 (ffmpeg): Set channel_layout for mpegaudio
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 01:13 AM Revision 5a6de4e7 (ffmpeg): mp3enc: write ISO8859-1 instead of UTF-16 when possible
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 01:10 AM Revision 74571e33 (ffmpeg): reindent after last commit
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 01:09 AM Revision e4f85b84 (ffmpeg): wtv: do not use flag in stream_guid chunk to determine if stream is v...
- This fixes roundup issue 2556.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 01:00 AM Revision edbb0c07 (ffmpeg): vp3: Move table allocation code into a new function
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 12:57 AM Revision e8dcd730 (ffmpeg): vp3: Factor out expression
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
02/05/2011
- 11:34 PM Revision 60ff9de6 (ffmpeg): cmdutils: fix codec-specific options from preset
- Using a preset file caused the address of a stack variable to be stored
in opt_names/values. This change causes the s... - 10:18 PM Revision 3a6a9cdf (ffmpeg): cmdutils: fix opt_values leak
- Add free to uninit_opts and relocate opt_names to same
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 09:37 PM Revision 6b474953 (ffmpeg): Adopt pkt_dts/pkt_pts in lavc clients
- No behavior change; this makes DTS reliable with the next patch.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 05:17 PM Revision 81c4ddf3 (napa-baselibs): MONL: fixed debug parameter setting
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2507 c54fac2e-1815-407e-9b96-08...
- 08:55 AM Revision 5603df39 (ffmpeg): Always use av_set_pts_info to set the stream time base.
02/04/2011
- 05:23 PM Revision 185a155e (ffmpeg): applehttp: Handle absolute paths relative to the current server
- This fixes roundup issue 2583.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 04:42 PM Revision 5306bf41 (ffmpeg): movenchint: Use rtpenc_chain for setting up the chained RTP muxer
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 04:41 PM Revision 397ffde1 (ffmpeg): rtpenc_chain: Don't copy the time_base back to the caller
- If required, the caller can do this itself. ff_write_chained rescales
timestamps as necessary, and all current caller... - 04:39 PM Revision b22dbb29 (ffmpeg): Use avformat_free_context for cleaning up muxers
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 04:38 PM Revision ff197489 (ffmpeg): Add an APIchanges entry for avformat_free_context
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 04:29 PM Revision f124b087 (ffmpeg): libavformat: Add a function for freeing an AVFormatContext
- This function is useful for freeing data structures allocated by
muxers, which currently have to be freed manually by... - 04:28 PM Revision 1338dc08 (ffmpeg): libavformat: Use avcodec_copy_context for chained muxers
- This avoids having the chained AVStream->codec point to the same
AVCodecContext owned by the outer AVStream. The down... - 12:51 PM Revision 8a2c99b4 (ffmpeg): VP8: slightly faster loopfilter sharpness logic
- 12:51 PM Revision 79dec154 (ffmpeg): VP8: faster deblock strength calculation
- Convert hev_thresh logic to a LUT, simplify mbedge_lim calculation.
- 10:35 AM Revision 74310610 (chunker-player): reducing naming confusion
- GRAPES was used for too many things, now it is only used to refer to the GRAPES libary
git-svn-id: https://repositor... - 10:35 AM Revision 507372bb (napa-baselibs): reducing naming confusion
- GRAPES was used for too many things, now it is only used to refer to the GRAPES libary
git-svn-id: https://repositor... - 10:00 AM Revision 290849e2 (ffmpeg): Remove forgotten if (p) av_free(p) forms
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 10:00 AM Revision 523d9407 (ffmpeg): Remove a few if (p) av_freep(&p) forms
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 03:55 AM Revision a1b227bb (ffmpeg): VP8: faster filter_level clip
- 03:55 AM Revision dd18c9a0 (ffmpeg): VP8: simplify lf_delta mb mode logic
- 02:55 AM Revision 4359288c (ffmpeg): Make avfilter_graph_free() free the graph.
- Make avfilter_graph_free() free not only the internal structures, but
also the allocated graph, and set the graph poi... - 02:55 AM Revision e8e5dde7 (ffmpeg): Make avfilter_graph_parse() not free the input graph
- Make avfilter_graph_parse() only release the internal structures
allocated during the parsing, and leave to free the ... - 02:50 AM Revision e6fb5a4f (ffmpeg): add ff_index_search_timestamp and ff_add_index_entry
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:10 AM Revision d947bce1 (ffmpeg): tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit a9d921cbad7ec7e88bdb81b046faa9c1c6ac6d3d) - 02:10 AM Revision 7cb52584 (ffmpeg): Rename remaining occurrences of SAMPLE_FMT_* to AV_SAMPLE_FMT_*
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 151595fe2e06969a83654564a15feb5b9e8aa2c4) - 02:10 AM Revision 4d9c044d (ffmpeg): Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*
- Tested to compile with lavc major bump.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit b2e... - 02:10 AM Revision ea468763 (ffmpeg): rtmpproto: rename URLContext* argument in rtmp_write()
- Now the first argument is URLContext *h. However, the function logs to
LOG_CONTEXT, which is #defined as 's' for new ... - 02:10 AM Revision a991b8de (ffmpeg): sapenc: Free AVStream->info on cleanup
- This fixes yet another memory leak, present since SVN rev 25418.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cher... - 02:10 AM Revision b9dab113 (ffmpeg): Add ProRes FOURCCs to isom.c
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit e65b1934bf4f2fbde611b75ea6c0c871daaf0b56) - 02:10 AM Revision e3bf3d53 (ffmpeg): Add APIchanges entry for lavc 52.109.0
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 75fd0668df64c4b7140be5ac829dee4e327a3e57) - 02:10 AM Revision 6cd67b9f (ffmpeg): Add CODEC_ID_PRORES and bump lavc minor version
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit f5b82f45dce8b734074a5e72e22ae42078ae9ce9) - 02:10 AM Revision e31a7441 (ffmpeg): Remove a few if (p) av_free(p) forms
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 437fb1c87d7b4b0730db97d0858b4f39fffff2a9) - 02:10 AM Revision d25d1d06 (ffmpeg): Add AVC-Intra identifiers used by Flip4Mac for mov files
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit aa42cce57ddf34b4e2c365859206eb52e2415ff5) - 02:10 AM Revision 0c8eb72e (ffmpeg): Avoid pointless check before calling free
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit dc75d6dbf2af3c03b33d3159e1dadccf22c076ea) - 02:10 AM Revision cf96cce7 (ffmpeg): Set pkt_pts in avcodec_default_reget_buffer()
- This was missed when pkt_pts was first added.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-o... - 02:10 AM Revision d0d8a9b1 (ffmpeg): Free AVStream->info in chained muxers
- This fixes memory leaks in the RTSP muxer and RTP hinting in the
mov muxer present since SVN rev 25418.
Signed-off-b... - 02:10 AM Revision c6347bdf (ffmpeg): rtsp: Don't store RTSPStream in AVStream->priv_data
- For mpegts in RTP, there isn't a direct mapping between RTSPStreams
and AVStreams, and the RTSPStream isn't ever stor... - 02:10 AM Revision 4a908866 (ffmpeg): ffmpeg.c: rename map_meta_data option to map_metadata
- It's consistent with the -metadata option and easier to write.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>... - 02:09 AM Revision e921bd57 (ffmpeg): Add forgotten minor API bumps and APIChanges entries
- The bumps are for adding version.h and avio_{get/put}_str functions in
lavf and making av_dlog public in lavu.
Signe... - 02:08 AM Revision 10030226 (ffmpeg): ac3enc: Change EXP_DIFF_THRESHOLD to 500.
- This patch changes the exponent difference threshold in the exponent
strategy decision function of the AC-3 encoder. ... - 02:08 AM Revision 8904a0f1 (ffmpeg): ffplay: factorize code from video_thread() into configure_video_filte...
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 75ea596de1145878a7603d5a3f269a9aac9ae30e) - 02:08 AM Revision 057f3d27 (ffmpeg): Log debug information in filter_samples().
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 5fce60c3a9fbb21e580bad9165bf19d86ee7d96f) - 02:08 AM Revision a35d782d (ffmpeg): Fix ff_imdct_calc_sse() on gcc-4.6
- Gcc 4.6 only preserves the first value when using an array with an "m"
constraint.
Signed-off-by: Mans Rullgard <man... - 02:08 AM Revision fe2ff6d2 (ffmpeg): Separate format conversion DSP functions from DSPContext.
- This will be beneficial for use with the audio conversion API without
requiring it to depend on all of dsputil.
Sign... - 02:08 AM Revision 01b75fa9 (ffmpeg): ARM: add helper macro for declaring constant data
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit b9a639ddd6e102edbf94a26b5106386792e2e4c8) - 01:58 AM Revision 51b317d2 (ffmpeg): TCP: factor the poll() call
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 01:55 AM Revision f61dee2f (ffmpeg): wtv: filesystem implementation
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
02/03/2011
- 01:41 PM Revision a9d921cb (ffmpeg): tty.c: rename PKT_FLAG_KEY to AV_PKT_FLAG_KEY.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 01:38 PM Revision 151595fe (ffmpeg): Rename remaining occurrences of SAMPLE_FMT_* to AV_SAMPLE_FMT_*
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 01:37 PM Revision b2ed95ec (ffmpeg): Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE*
- Tested to compile with lavc major bump.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 01:21 PM Revision 1f56f5ed (ffmpeg): sapenc: Free AVStream->info on cleanup
- This fixes yet another memory leak, present since SVN rev 25418.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 11:43 AM Revision 9ad4c65f (ffmpeg): rtmpproto: rename URLContext* argument in rtmp_write()
- Now the first argument is URLContext *h. However, the function logs to
LOG_CONTEXT, which is #defined as 's' for new ... - 11:40 AM Revision e65b1934 (ffmpeg): Add ProRes FOURCCs to isom.c
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:40 AM Revision 75fd0668 (ffmpeg): Add APIchanges entry for lavc 52.109.0
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:38 AM Revision f5b82f45 (ffmpeg): Add CODEC_ID_PRORES and bump lavc minor version
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 10:21 AM Revision aa42cce5 (ffmpeg): Add AVC-Intra identifiers used by Flip4Mac for mov files
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 10:04 AM Revision e8bcd06d (chunker-player): changed the runme.[sh|bat] and channels.conf to remove the wo...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2505 c54fa...
- 01:37 AM Revision 437fb1c8 (ffmpeg): Remove a few if (p) av_free(p) forms
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 01:36 AM Revision dc75d6db (ffmpeg): Avoid pointless check before calling free
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 12:25 AM Revision 62ecd363 (ffmpeg): Set pkt_pts in avcodec_default_reget_buffer()
- This was missed when pkt_pts was first added.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-o... - 12:03 AM Revision ce41c51b (ffmpeg): Free AVStream->info in chained muxers
- This fixes memory leaks in the RTSP muxer and RTP hinting in the
mov muxer present since SVN rev 25418.
Signed-off-b...
02/02/2011
- 11:49 PM Revision d9c0510e (ffmpeg): rtsp: Don't store RTSPStream in AVStream->priv_data
- For mpegts in RTP, there isn't a direct mapping between RTSPStreams
and AVStreams, and the RTSPStream isn't ever stor... - 10:04 PM Revision e11386c0 (chunker-player): Merge portablestreamer-win into trunk
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2503 c54fa...
- 10:04 PM Revision 6575ae37 (ml): Merge portablestreamer-win into trunk
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2503 c54fac2e-1815-407e-9b96...
- 10:04 PM Revision 792465fa (napa-baselibs): Merge portablestreamer-win into trunk
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2503 c54fac2e-1815-407e-9b96-08...
- 09:44 PM Revision 87e4d9b2 (ffmpeg): ffmpeg.c: rename map_meta_data option to map_metadata
- It's consistent with the -metadata option and easier to write.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> - 09:42 PM Revision 4868bebe (ffmpeg): Add forgotten minor API bumps and APIChanges entries
- The bumps are for adding version.h and avio_{get/put}_str functions in
lavf and making av_dlog public in lavu.
Signe... - 08:06 PM Revision b9e6f879 (chunker-player): reverting trunk head to r2142
- changes in trunk were cleaned and ported first to winestreamer-0.9.x, then to portablestreamer, finally to portablest...
- 08:06 PM Revision e8e85bba (ml): reverting trunk head to r2142
- changes in trunk were cleaned and ported first to winestreamer-0.9.x, then to portablestreamer, finally to portablest...
- 08:06 PM Revision 5f3adef4 (napa-baselibs): reverting trunk head to r2142
- changes in trunk were cleaned and ported first to winestreamer-0.9.x, then to portablestreamer, finally to portablest...
- 08:00 PM Revision c3beafa0 (ffmpeg): ac3enc: Change EXP_DIFF_THRESHOLD to 500.
- This patch changes the exponent difference threshold in the exponent
strategy decision function of the AC-3 encoder. ... - 12:12 PM Revision 5fce60c3 (ffmpeg): Log debug information in filter_samples().
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 12:09 PM Revision 75ea596d (ffmpeg): ffplay: factorize code from video_thread() into configure_video_filte...
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:35 AM Revision b9a639dd (ffmpeg): ARM: add helper macro for declaring constant data
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 02:44 AM Revision c73d99e6 (ffmpeg): Separate format conversion DSP functions from DSPContext.
- This will be beneficial for use with the audio conversion API without
requiring it to depend on all of dsputil.
Sign... - 02:40 AM Revision 850e9c6d (ffmpeg): Makefile: build docs only for enabled tools; fix docs dependencies
- This makes "make documentation" build the man/html pages only for
the tools enabled in the build. It also fixes the ... - 02:40 AM Revision 45eaec30 (ffmpeg): h264: add profile names for the existing defines
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 71e0bee9eabe8eea030e210f1ad74c380b8b... - 02:40 AM Revision 94e3e83f (ffmpeg): h264: Add Intra and Constrained Baseline profiles to avctx.profile
- (cherry picked from commit fe9a3fbe42ebe5debd57550313ed4c3a065f1770)
- 02:40 AM Revision 8a92ec71 (ffmpeg): dca: avoid C99 declaration in for() expression
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit e86e858111501650bb9ce8e39282e20c57bac913) - 02:40 AM Revision 10ed02eb (ffmpeg): Makefile: remove unused variable ALLHTMLPAGES
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit f3619680a7b14415479376b2c35a481c8f43927e) - 02:40 AM Revision 2aaa2a17 (ffmpeg): Free the RTSPStreams in ff_rtsp_close_streams
- This plugs a small memory leak
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit ea7f... - 02:40 AM Revision 5ad4335c (ffmpeg): VP8: merge chroma MC calls
- Adds some duplicated code, but avoids duplicate edge checks and similar.
~0.5% faster overall on Parkjoy test sample.... - 02:40 AM Revision baffa091 (ffmpeg): Implement a SIMD version of emulated_edge_mc() for x86.
- From ~550 cycles (C version) to 170 (SSE/x86-64), 206 (MMX/x86-32)
and 196 (SSE2/x86-32) cycles.
(cherry picked from ... - 02:40 AM Revision 389b5bfa (ffmpeg): cosmetics: indentation
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit d19b744a36987e1dd0c3239a2e1baa1e71d07a77) - 02:40 AM Revision c0f88eed (ffmpeg): Auto-generate dependencies for documentation
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit a0f9c8ce372c3943104672f8fd7ba2bcf9a5e157) - 02:40 AM Revision 403fa3cf (ffmpeg): Ogg: discard non-essential metadata from Vorbis header when creating ...
- The first part of the metadata, the "vendor" string, is required by
libvorbis, it will refuse to play when it is not ... - 02:40 AM Revision a8ae4e0e (ffmpeg): Remove unneeded add bias from 3 functions.
- DSPContext.vector_fmul_window()
DCADSPContext.lfe_fir()
SynthFilterContext.synth_filter_float()
Signed-off-by: Mans ... - 02:40 AM Revision 770c410f (ffmpeg): Fix ff_imdct_calc_sse() on gcc-4.6
- Gcc 4.6 only preserves the first value when using an array with an "m"
constraint.
Signed-off-by: Mans Rullgard <man... - 02:12 AM Revision e98b8e2f (ffmpeg): Implement av_samples_alloc() and av_samples_fill_arrays().
- With minor changes by michael
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
02/01/2011
- 07:40 PM Revision ea7f0807 (ffmpeg): Free the RTSPStreams in ff_rtsp_close_streams
- This plugs a small memory leak
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> - 07:37 PM Revision 71e0bee9 (ffmpeg): h264: add profile names for the existing defines
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 07:37 PM Revision fe9a3fbe (ffmpeg): h264: Add Intra and Constrained Baseline profiles to avctx.profile
- 12:38 PM Revision e86e8581 (ffmpeg): dca: avoid C99 declaration in for() expression
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 12:33 PM Revision f3619680 (ffmpeg): Makefile: remove unused variable ALLHTMLPAGES
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 12:33 PM Revision 7f939f55 (ffmpeg): Makefile: build docs only for enabled tools; fix docs dependencies
- This makes "make documentation" build the man/html pages only for
the tools enabled in the build. It also fixes the ... - 11:19 AM Revision 40222b92 (ffmpeg): Provide monotone revission numbers in version.sh
- 09:58 AM Revision 004f49eb (streamers): remove dependence on mathlib from topology module
- 09:29 AM Revision 59ad7d83 (streamers): fix: don't call tmanChangeMetadata if TMAN is not yet active
- 09:28 AM Revision f65d0ef5 (streamers): add transitional topologymanager header from old GRAPES to new GRAPES
- 09:28 AM Revision 7c933932 (streamers): adding transition folder to Makefile
- 04:46 AM Revision 64233e70 (ffmpeg): VP8: merge chroma MC calls
- Adds some duplicated code, but avoids duplicate edge checks and similar.
~0.5% faster overall on Parkjoy test sample. - 01:55 AM Revision 81f2a3f4 (ffmpeg): Implement a SIMD version of emulated_edge_mc() for x86.
- From ~550 cycles (C version) to 170 (SSE/x86-64), 206 (MMX/x86-32)
and 196 (SSE2/x86-32) cycles. - 12:10 AM Revision a0f9c8ce (ffmpeg): Auto-generate dependencies for documentation
- Signed-off-by: Mans Rullgard <mans@mansr.com>
Also available in: Atom