Activity
From 01/12/2011 to 02/10/2011
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>
01/31/2011
- 08:32 PM Revision 7b3ea550 (ffmpeg): Add sample_aspect_ratio fields to vsrc_buffer arguments.
- This fixes aspect handling in ffmpeg
This is based on a patch by baptiste - 08:32 PM Revision 14b171cd (ffmpeg): Add sample_aspect_ratio to AVFilterLink
- 08:30 PM Revision d19b744a (ffmpeg): cosmetics: indentation
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 08:28 PM Revision 80ba1ddb (ffmpeg): Remove unneeded add bias from 3 functions.
- DSPContext.vector_fmul_window()
DCADSPContext.lfe_fir()
SynthFilterContext.synth_filter_float()
Signed-off-by: Mans ... - 08:21 PM Revision 8cb3c557 (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 ... - 06:31 PM Revision b482c001 (ffmpeg): Remove pts rescaling code that is useless after 2ff4a2764e5ea74c85b42...
- 06:30 PM Revision 12763671 (ffmpeg): Document that av_write_header sets stream time_base to a value of it ...
- 05:25 PM Revision 2c30f7b3 (ffmpeg): mpegtsenc: fix PMT PID calculation
- 445996aa51f4f1d9a26456a8511988291a720ba0 caused the PMT PID to be
off by one. This corrects it.
Signed-off-by: Mans... - 05:25 PM Revision 0374152f (ffmpeg): Rename attribute_used to av_used and move it to attributes.h
- This is consistent with most of the other attribute macros.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry pi... - 05:25 PM Revision 29f22e04 (ffmpeg): Add documentation for the image2 muxer.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit e771d2e3fef4d2bcfc08b9eb37296f0e0af1f... - 05:25 PM Revision a735bbbb (ffmpeg): Replace defines in libavformat/mpegtsenc.c with AVOptions
- Around 01/28/11 18:56, Ronald S. Bultje scribbled:
> That patch is now merged, can you submit the update to muxers.te... - 05:25 PM Revision 2ff4a276 (ffmpeg): VC1testenc: convert pts values to correct time-base.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 22e9277aa5e6e5abfd037420093439058d4a1... - 05:25 PM Revision 939bfc87 (ffmpeg): asf/wtv: use service_provider and service_name metadata tags
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 45430099438d7b4f70ebb23611a29d318ba49... - 05:25 PM Revision 5a8d1075 (ffmpeg): Make ffmpeg warns the user when the selected sample format is ignored.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit fa34a3626cf1aa19acbe9f8c6fcddb6c3eb8eaa1) - 05:25 PM Revision a4257d74 (ffmpeg): Slightly simplify VP8 inter_predict
- Merge an if and a switch.
(cherry picked from commit 73be29b0c4297fd0e61e7fe5d925bec397d8fe4a) - 05:25 PM Revision 2fa1d7b3 (ffmpeg): In ffplay:get_video_frame(), use frame->pkt_pts rather than reordered...
- AVCodecContext.reordered_opaque is deprecated for this specific use.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(... - 05:25 PM Revision 97b925ea (ffmpeg): ffplay: in video_thread(), use av_dlog() for timestamp logging.
- Disable logging of rescaled timestamps if DEBUG is not enabled.
Avoid debug log spamming with -loglevel debug.
Signe... - 05:25 PM Revision e5e3897b (ffmpeg): mpegts: remove get_pts duplicate of ff_parse_pes_pts.
- Signed-off-by: Vasyl' Vavrychuk <vvavrychuk@gmail.com>
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked f... - 05:25 PM Revision 9873463c (ffmpeg): Enable native build on QNX/x86
- (cherry picked from commit d33ed7b36762bf26694bdfa18e0d811e26c996f8)
- 04:58 PM Revision 740ad0d1 (ffmpeg): mpegtsenc: fix PMT PID calculation
- 445996aa51f4f1d9a26456a8511988291a720ba0 caused the PMT PID to be
off by one. This corrects it.
Signed-off-by: Mans... - 04:01 PM Revision 365e3c78 (ffmpeg): Rename attribute_used to av_used and move it to attributes.h
- This is consistent with most of the other attribute macros.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 03:42 PM Revision 445996aa (ffmpeg): Replace defines in libavformat/mpegtsenc.c with AVOptions
- Around 01/28/11 18:56, Ronald S. Bultje scribbled:
> That patch is now merged, can you submit the update to muxers.te... - 03:33 PM Revision e771d2e3 (ffmpeg): Add documentation for the image2 muxer.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:25 PM Revision 22e9277a (ffmpeg): VC1testenc: convert pts values to correct time-base.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 01:58 PM Revision 45430099 (ffmpeg): asf/wtv: use service_provider and service_name metadata tags
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 12:55 PM Revision fa34a362 (ffmpeg): Make ffmpeg warns the user when the selected sample format is ignored.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
01/30/2011
- 08:12 PM Revision 73be29b0 (ffmpeg): Slightly simplify VP8 inter_predict
- Merge an if and a switch.
- 07:02 PM Revision 28550804 (ffmpeg): In ffplay:get_video_frame(), use frame->pkt_pts rather than reordered...
- AVCodecContext.reordered_opaque is deprecated for this specific use.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 05:52 PM Revision 13156f40 (ffmpeg): ffplay: in video_thread(), use av_dlog() for timestamp logging.
- Disable logging of rescaled timestamps if DEBUG is not enabled.
Avoid debug log spamming with -loglevel debug.
Signe... - 04:39 PM Revision 665132e6 (ffmpeg): mpegts: remove get_pts duplicate of ff_parse_pes_pts.
- Signed-off-by: Vasyl' Vavrychuk <vvavrychuk@gmail.com>
Signed-off-by: Mans Rullgard <mans@mansr.com> - 02:41 AM Revision 9ef5a9de (ffmpeg): Replace dprintf with av_dlog
- dprintf clashes with POSIX.1-2008
(cherry picked from commit dfd2a005eb29e4b9f2fdb97036eb7d5c38ae4bd4) - 02:41 AM Revision bc0a603c (ffmpeg): Fix overread in altivec DSP function sad16
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 3af1fe829ee6db5eafe261947e74b8516ffe5188) - 02:41 AM Revision 5255acc6 (ffmpeg): Fix memory leak in ALS decoder in big endian systems
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit e0eb963aaa55ddcc54bf80f3261f6a436edca4a3) - 02:41 AM Revision 451b4b86 (ffmpeg): Rearrange MpegEncContext to simplify access from asm
- This moves the fields needed by asm near the top, before any
structs or other members which complicate the offset cal... - 02:41 AM Revision 5231d627 (ffmpeg): doc: modify style for texi2html 1.78+
- The generated HTML files are similar to the ones generated with
texi2html 1.56k used on the website.
Tested with tex... - 02:41 AM Revision 4592c85f (ffmpeg): Flush final frames in libfaac encoder.
- Gives decoded output identical in length to faac commandline encoder.
Fixes Issue 670.
Signed-off-by: Mans Rullgard ... - 02:41 AM Revision d23e3e5f (ffmpeg): Move ff_emulated_edge_mc() into DSPContext.
- (cherry picked from commit 2e279598793133ee9c57fd0026d672f076fde4bf)
- 02:41 AM Revision 8afac88e (ffmpeg): ARM: update MpegEncContext offsets
- (cherry picked from commit 0745116c10e5650952c39ea543c66b12fba854e6)
- 02:41 AM Revision efcc1064 (ffmpeg): Optimize C version of ff_emulated_edge_mc().
- From ~780 cycles to 551 cycles, mostly just by using libc memcpy()
instead of manually shuffling individual bytes aro... - 02:41 AM Revision 59884f55 (ffmpeg): mpegtsenc: support CODEC_ID_AAC_LATM
- $subject. Have used this for loopback testing with mpegts.c.
-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 ... - 02:41 AM Revision c053bba9 (ffmpeg): rtspenc: include os_support.h for system without HAVE_POLL_H
- fix compile on OS/2
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit a0788cc6273a7a3... - 02:41 AM Revision 6219b67e (ffmpeg): Add muxers.texi file.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 85466e1e5f7f1fe50933d2d967a06b45b922... - 02:41 AM Revision 13904b55 (ffmpeg): os_support: make poll() fallbacks conditional on CONFIG_NETWORK
- poll() is only used by networking code, so the fallback should
only be built if networking is enabled. Also remove C... - 02:41 AM Revision b5a7100a (ffmpeg): Make the image2 demuxer log more verbose
- Add an error message in case the user requests to write more than one file
and the path does not contain a "%d" or "%... - 02:41 AM Revision 6aef89d5 (ffmpeg): Update mpegts test reference
- The output was changed by a7827a17c6b3388322350456d445c94b3a82cd25.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(c... - 02:41 AM Revision 79615a3e (ffmpeg): aacdec: Convert some loop copies into memcpy()s.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit e5c82df80ef49957fe532d0992985012d6d97955) - 02:41 AM Revision 82704826 (ffmpeg): asfdec: ensure that the whole tag is read.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 042950542d6ee70fde01e4edbb6e6da38ebb... - 02:40 AM Revision 753134ae (ffmpeg): In mpegts "reserved_future_use" field must be set to 1 in SDT table
- According to EN 300 468 section 3.1 (Definitions):
Unless otherwise specified within the present document all
... - 02:40 AM Revision e86c7883 (ffmpeg): In the rawvideo decoder, set pkt_pts in the output frame.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 3c802cabba8e85e4f2949c57df947dd1823a... - 02:40 AM Revision 8bc65685 (ffmpeg): In the start_frame() debug log, print the reference pos value rather ...
- That's required because -1 is evaluated as NAN, which converted back
to int looks like a random number, this is espec... - 02:40 AM Revision 6642a179 (ffmpeg): Fix VP8 aliasing problems.
- Replace * (uint32_t *) buf accesses with AV_WN32A/AV_COPY32.
(cherry picked from commit 9d4bdcb714f85b5d90ebf9704784a... - 02:40 AM Revision b351baa0 (ffmpeg): rtsp: make ff_sdp_parse return value forwarded
- the sdp demuxer did not forward it at all while the rtsp demuxer assumed
a single kind of error
(cherry picked from c... - 02:40 AM Revision d0eb91ad (ffmpeg): os: replace select with poll
- Select has limitations on the fd values it could accept and silently
breaks when it is reached.
(cherry picked from c... - 02:40 AM Revision b5f83deb (ffmpeg): Make ff_float_to_int16*_c() static.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 5ce5dbc5f3d0bce1f8d76fea1907c91469ebdd01) - 02:40 AM Revision 9740a357 (ffmpeg): Hide demuxers', muxers' and protocols' objects via the ld version scr...
- This reduces the symbols exported by libavformat from 699 to 451.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(che... - 02:40 AM Revision 06c8f31e (ffmpeg): Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects.
- This significantly reduces the size of the symbol table in the generated ELF
shared object (as well as the other link... - 01:05 AM Revision d33ed7b3 (ffmpeg): Enable native build on QNX/x86
01/29/2011
- 10:55 PM Revision dfd2a005 (ffmpeg): Replace dprintf with av_dlog
- dprintf clashes with POSIX.1-2008
- 06:58 PM Revision 243f8241 (ffmpeg): Flush final frames in libfaac encoder.
- Gives decoded output identical in length to faac commandline encoder.
Fixes Issue 670.
Signed-off-by: Mans Rullgard ... - 06:09 PM Revision e0eb963a (ffmpeg): Fix memory leak in ALS decoder in big endian systems
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 05:14 PM Revision d461a473 (ffmpeg): Rearrange MpegEncContext to simplify access from asm
- This moves the fields needed by asm near the top, before any
structs or other members which complicate the offset cal... - 03:57 PM Revision a8f0814a (ffmpeg): doc: modify style for texi2html 1.78+
- The generated HTML files are similar to the ones generated with
texi2html 1.56k used on the website.
Tested with tex... - 03:32 PM Revision 3af1fe82 (ffmpeg): Fix overread in altivec DSP function sad16
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 01:48 PM Revision ce20edb7 (ffmpeg): Vorbis-in-Ogg: Do not set timebase to invalid values
- Avoids an assert when the sample rate is invalid and the timebase
is thus set to e.g. 1/0.
Sample file is http://samp... - 10:56 AM Revision 76c802e9 (ffmpeg): VC1testenc: convert pts values to correct time-base.
- VC1 test container always uses time-base 1 ms, so we must convert
from whatever time-base the application gave us to ... - 04:39 AM Revision 0745116c (ffmpeg): ARM: update MpegEncContext offsets
- 03:13 AM Revision 2e279598 (ffmpeg): Move ff_emulated_edge_mc() into DSPContext.
- 03:13 AM Revision e5262ec4 (ffmpeg): Optimize C version of ff_emulated_edge_mc().
- From ~780 cycles to 551 cycles, mostly just by using libc memcpy()
instead of manually shuffling individual bytes aro...
01/28/2011
- 10:33 PM Revision 4d54df8e (ffmpeg): mpegtsenc: support CODEC_ID_AAC_LATM
- $subject. Have used this for loopback testing with mpegts.c.
-- Peter
(A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 ... - 08:55 PM Revision 55fa97e2 (ffmpeg): Remove useage of memalign() from libmpcodecs, not all platforms have ...
- 08:41 PM Revision a0788cc6 (ffmpeg): rtspenc: include os_support.h for system without HAVE_POLL_H
- fix compile on OS/2
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> - 08:33 PM Revision 04295054 (ffmpeg): asfdec: ensure that the whole tag is read.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 07:58 PM Revision 609bdf81 (ffmpeg): Vorbis-in-Ogg: Do not set timebase to invalid values
- Avoids an assert when the sample rate is invalid and the timebase
is thus set to e.g. 1/0.
Sample file is http://samp... - 06:04 PM Revision be3e8eda (ffmpeg): Add forgotten dependancy of avcodec for vf_mp.c
- 05:23 PM Revision 362d8f7d (ffmpeg): os_support: make poll() fallbacks conditional on CONFIG_NETWORK
- poll() is only used by networking code, so the fallback should
only be built if networking is enabled. Also remove C... - 05:04 PM Revision 4fc9ff0a (ffmpeg): Make the image2 demuxer log more verbose
- Add an error message in case the user requests to write more than one file
and the path does not contain a "%d" or "%... - 05:02 PM Revision 79dca23d (ffmpeg): Update mpegts test reference
- The output was changed by a7827a17c6b3388322350456d445c94b3a82cd25.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 05:00 PM Revision e5c82df8 (ffmpeg): aacdec: Convert some loop copies into memcpy()s.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 04:46 PM Revision 85466e1e (ffmpeg): Add muxers.texi file.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 04:46 PM Revision a7827a17 (ffmpeg): In mpegts "reserved_future_use" field must be set to 1 in SDT table
- According to EN 300 468 section 3.1 (Definitions):
Unless otherwise specified within the present document all
... - 04:27 PM Revision 3c802cab (ffmpeg): In the rawvideo decoder, set pkt_pts in the output frame.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 04:27 PM Revision 3e5bc7ff (ffmpeg): In the start_frame() debug log, print the reference pos value rather ...
- That's required because -1 is evaluated as NAN, which converted back
to int looks like a random number, this is espec... - 03:20 PM Revision 9d4bdcb7 (ffmpeg): Fix VP8 aliasing problems.
- Replace * (uint32_t *) buf accesses with AV_WN32A/AV_COPY32.
- 02:45 PM Revision f81c7ac7 (ffmpeg): rtsp: make ff_sdp_parse return value forwarded
- the sdp demuxer did not forward it at all while the rtsp demuxer assumed
a single kind of error - 02:45 PM Revision a8475bbd (ffmpeg): os: replace select with poll
- Select has limitations on the fd values it could accept and silently
breaks when it is reached. - 11:35 AM Revision 5ce5dbc5 (ffmpeg): Make ff_float_to_int16*_c() static.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 02:15 AM Revision 79ce1078 (ffmpeg): cosmetics: indentation and spacing
- (cherry picked from commit b5ec6383432c907bed175f20e39af1a99dc75cfb)
- 02:15 AM Revision 733dbe7d (ffmpeg): Remove the add bias hack for the C version of DSPContext.float_to_int...
- (cherry picked from commit 9d06d7bce3babb82ed650c13ed13a57f6f626a71)
- 02:15 AM Revision 2f7d8977 (ffmpeg): mov: add support for little-endian utf16 chapter names
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 97b04f5ed3ab3a62e57f0c16841fb8f10d0a... - 02:15 AM Revision 9653e754 (ffmpeg): movenc: byteswap codec_tag in mov_write_ms_tag
- based on Alex Converse's "Fix ADPCM MS in mov muxing" patch
(cherry picked from commit 795ed278e6d702ad841c3043e2b878... - 02:15 AM Revision 1d20121b (ffmpeg): Add ff_ to AVHWAccel decoders
- That unbreaks compilation of vaapi and dxva2
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked fr... - 02:15 AM Revision 0ca4fcc9 (ffmpeg): Add special case for 2nd-order IIR filter.
- 40% faster in ff_iir_filter_flt() when c->order == 2.
(cherry picked from commit 37cb3eb53449ccefbbe8ea7dc5e66f9036aa... - 02:15 AM Revision 66355be3 (ffmpeg): Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
- This also lists the objects from those two libraries as internal (by adding
the ff_ prefix) so that they can then be ... - 02:15 AM Revision ebf3ee16 (ffmpeg): mov: simplify mov_read_chapters() by using avio_get_str16be
- It probably also fixes a memleak or two.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 22... - 02:15 AM Revision bc1aebcd (ffmpeg): Revert "mov: simplify mov_read_chapters() by using avio_get_str16be"
- This reverts commit c34461b35b68ff1f3d04540e0279383c51be8cee.
The wrong version of the patch was committed.
(cherry p... - 02:15 AM Revision e7e2df27 (ffmpeg): Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parser...
- None of these symbols should be accessed directly, so declare them as
hidden.
Signed-off-by: Mans Rullgard <mans@man... - 02:15 AM Revision e3c53954 (ffmpeg): VP8: don't overread edges on fourtap MC.
- Fix C VP8 H+V MC functions which do two-dimensional 4/6-tap filters to
not overread beyond their edges if the second ... - 02:15 AM Revision dff80041 (ffmpeg): Add ff_ prefix to ac3_common_init().
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 4c57cde942b3d28074d0bb06e2ca200bc1098f22) - 02:15 AM Revision 4b21c381 (ffmpeg): Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.
- The iff.h header only declared one function that is now static, the
libavformat/iff.c source file wasn't using it bef... - 02:15 AM Revision e732af87 (ffmpeg): ac3: Remove ff_ac3_critical_band_size_tab.
- It is only used to generate band_start_tab, which about the same size, at
runtime, so it's simpler just to always har... - 02:15 AM Revision 97e528a9 (ffmpeg): Make the avfilter debug functions and macros static to avfilter.c
- This removes ff_get_ref_perms_string, ff_dprintf_ref and ff_dprintf_link
fro the interface of libavfilter.
Signed-of... - 02:15 AM Revision d4a84771 (ffmpeg): Mark C base versions of FFT functions static to fft.c
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 7767d8d361ca104d74c8390b72db21aa4d7fc322) - 02:15 AM Revision 4c9bfe3e (ffmpeg): mpegtsenc: set reserved bits to 1 in PCR field
- The reserved bits between PCR base and extension fields must be
set to 1.
Signed-off-by: Mans Rullgard <mans@mansr.c... - 02:15 AM Revision 5f58927b (ffmpeg): Pass field order flag to libx264
- Signed-off-by: Jason Garrett-Glaser <jason@x264.com>
(cherry picked from commit b09f5482854f9b4a139b1401d196b26db11dd... - 01:45 AM Revision e6288640 (ffmpeg): Hide demuxers', muxers' and protocols' objects via the ld version scr...
- This reduces the symbols exported by libavformat from 699 to 451.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 01:37 AM Revision ac28ce5f (ffmpeg): Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects.
- This significantly reduces the size of the symbol table in the generated ELF
shared object (as well as the other link... - 12:21 AM Revision b5ec6383 (ffmpeg): cosmetics: indentation and spacing
- 12:07 AM Revision 9d06d7bc (ffmpeg): Remove the add bias hack for the C version of DSPContext.float_to_int...
- 12:06 AM Revision f2589642 (ffmpeg): In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime suppor...
- In mov demuxer, set adpcm_ms and adpcm_ima_wav frame size to stsd samples per packet.
Signed-off-by: Janne Grunau <j... - 12:06 AM Revision 795ed278 (ffmpeg): movenc: byteswap codec_tag in mov_write_ms_tag
- based on Alex Converse's "Fix ADPCM MS in mov muxing" patch
- 12:06 AM Revision 97b04f5e (ffmpeg): mov: add support for little-endian utf16 chapter names
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 12:04 AM Revision 37cb3eb5 (ffmpeg): Add special case for 2nd-order IIR filter.
- 40% faster in ff_iir_filter_flt() when c->order == 2.
01/27/2011
- 09:03 AM Revision d1b6f33b (ffmpeg): Add ff_ to AVHWAccel decoders
- That unbreaks compilation of vaapi and dxva2
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
01/26/2011
- 10:10 PM Revision c6610a21 (ffmpeg): Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
- This also lists the objects from those two libraries as internal (by adding
the ff_ prefix) so that they can then be ... - 10:03 PM Revision 225b6d7f (ffmpeg): mov: simplify mov_read_chapters() by using avio_get_str16be
- It probably also fixes a memleak or two.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 10:03 PM Revision c4f8765a (ffmpeg): Revert "mov: simplify mov_read_chapters() by using avio_get_str16be"
- This reverts commit c34461b35b68ff1f3d04540e0279383c51be8cee.
The wrong version of the patch was committed. - 08:37 PM Revision 22893e10 (ffmpeg): VP8: don't overread edges on fourtap MC.
- Fix C VP8 H+V MC functions which do two-dimensional 4/6-tap filters to
not overread beyond their edges if the second ... - 04:33 PM Revision b479b8eb (streamers): Merge branch 'back-offer'
- 04:08 PM Revision d36beb3f (ffmpeg): Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parser...
- None of these symbols should be accessed directly, so declare them as
hidden.
Signed-off-by: Mans Rullgard <mans@man... - 04:08 PM Revision 2d162e38 (ffmpeg): Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h.
- The iff.h header only declared one function that is now static, the
libavformat/iff.c source file wasn't using it bef... - 03:35 PM Revision 4c57cde9 (ffmpeg): Add ff_ prefix to ac3_common_init().
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 03:35 PM Revision 24e3ad30 (ffmpeg): ac3: Remove ff_ac3_critical_band_size_tab.
- It is only used to generate band_start_tab, which about the same size, at
runtime, so it's simpler just to always har... - 03:33 PM Revision eb7ccf8f (ffmpeg): Make the avfilter debug functions and macros static to avfilter.c
- This removes ff_get_ref_perms_string, ff_dprintf_ref and ff_dprintf_link
fro the interface of libavfilter.
Signed-of... - 03:32 PM Revision 7767d8d3 (ffmpeg): Mark C base versions of FFT functions static to fft.c
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 02:43 AM Revision be61983d (ffmpeg): Make ff_add_wav static to ra144.c
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 1a8867486215abe3b705f7d189723d528cea... - 02:43 AM Revision 3d21b4f6 (ffmpeg): Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 57c4d01ec9286b3b9f9a0101654f7bc8a00e... - 02:43 AM Revision 877937b3 (ffmpeg): Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h
- The header is empty after making the function static, so delete it and
drop its usage.
Signed-off-by: Janne Grunau <... - 02:43 AM Revision 97c5b0fa (ffmpeg): Make ff_sin_tabs constant to rdft.c
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit d625a32d6ba0405e6da061991dfd90f6da2a... - 02:43 AM Revision e164553a (ffmpeg): Make ff_spatial_idwt_{init, slice} static to dwt.c
- Both functions seem to be commanded by the ff_spatial_idwt function
instead.
Signed-off-by: Janne Grunau <janne-ffmp... - 02:43 AM Revision ff0d737d (ffmpeg): Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit f2e246f576cd53e75b3696e1db418be98fbd... - 02:43 AM Revision 998d9ee7 (ffmpeg): Remove unused ff_ac3_parse_header_full function.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 676f1f533e2c2960d81784188592a066b9ff... - 02:43 AM Revision c940ed42 (ffmpeg): Make ff_mxf_pixel_layouts static to mxf.c.
- Also make it an anonymous structure as never it is accessed by name.
Signed-off-by: Janne Grunau <janne-ffmpeg@janna... - 02:43 AM Revision 12324121 (ffmpeg): Make ff_h264_decode_rbsp_trailing static to h264.c
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 8529731961d79fc0e747b16152df3d470b53... - 02:43 AM Revision d20d1449 (ffmpeg): Make ff_interleave_compare_dts static to utils.c.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 101e1f6ff90c3365bfde05469ae26d2ee7f7... - 02:43 AM Revision 0c468f56 (ffmpeg): mov: simplify mov_read_chapters() by using avio_get_str16be
- It probably also fixes a memleak or two.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from c... - 02:43 AM Revision 24519edf (ffmpeg): asfdec: remove some commented-out cruft
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 2934cd9dbf390962ec008182f9eddd4296cf... - 02:43 AM Revision f9d6b13a (ffmpeg): lavf: make a variant of ff_get_str16_nolen public
- It will be useful in mp3 demuxer and hopeful some other places.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net... - 02:43 AM Revision 744c1664 (ffmpeg): armcc: filter out non-gcc options from ASFLAGS
- This allows passing armcc-specific flags with --extra-cflags without
choking the assembler.
Signed-off-by: Mans Rull... - 02:43 AM Revision 9c5c348e (ffmpeg): configure: add filter_out() function
- This adds a function to filter out words matching a pattern
from a list.
Signed-off-by: Mans Rullgard <mans@mansr.co... - 02:43 AM Revision ac3c04e4 (ffmpeg): Don't do edge emulation unless the edge pixels will be used in MC.
- Do not emulate larger edges than we will actually use for this round of
MC. Decoding goes from avg+SE 29.972+/-0.023s... - 02:43 AM Revision c481ff10 (ffmpeg): ffmetaenc: Use correct format specifiers.
- Use printf format macros from inttypes.h.
Additionally, this fixes a warning when building with clang.
(cherry picked... - 02:43 AM Revision 4c56b4bc (ffmpeg): intfloat_readwrite: include "mathematics.h" for fallback macros
- This allows this file to build on systems lacking NAN or INFINITY
in math.h.
Signed-off-by: Mans Rullgard <mans@mans... - 02:43 AM Revision 8fa28af9 (ffmpeg): tty: remove superflous #include <strings.h>
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 1e48cdaac32e42a5c87a8f203b5827bdcc46db93) - 02:43 AM Revision 8169afdb (ffmpeg): ac3: remove ff_ac3_critical_band_size_tab[] external declaration
- This fixes compilation broken by 6ed3b504f984dc6cefde8d57a57726f9d30e5033
Signed-off-by: Mans Rullgard <mans@mansr.c... - 02:43 AM Revision 6b784f1b (ffmpeg): Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.
- This symbol is only ever used to calculate the non-hardcoded tables, so
only enable it in that case, and static to th... - 02:43 AM Revision a172126c (ffmpeg): Remove unused ac3_parametric_bit_allocation function.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 362bfe29971b3bb8497d2b341337697be15a257c) - 02:43 AM Revision 3ae2a757 (ffmpeg): Makefile: fix cleaning of tools in tests directory
- The variable TESTPROGS is reset by the library makefiles,
use another name.
Signed-off-by: Mans Rullgard <mans@mansr... - 02:43 AM Revision 121053b2 (ffmpeg): configure: move network tests before results are needed
- This moves network_extralibs setup before use so that the link tests
for network functions work correctly.
Signed-of... - 02:43 AM Revision 4fee6f32 (ffmpeg): mpegtsenc: remove unused variables
- Remove two variables that were not used and caused the following
warnings:
CC libavformat/mpegtsenc.o
libavform... - 02:43 AM Revision 859749e0 (ffmpeg): Fix ALLPROGS_G so that *_g binaries get cleaned properly
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 3adbe49f2b1a25d2fd44080167b6519c4ce4e30e) - 02:43 AM Revision 8719b5dd (ffmpeg): latm: remove superflous #includes
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit e153e9a53a6fbfba974b8263bca70f7bba02952c) - 02:43 AM Revision 3e8c4f96 (ffmpeg): avidec: make print_tag() a macro and remove related ifdefs
- The dprintf macro is a no-op if DEBUG is not defined, so there
is no need to guard it here.
Signed-off-by: Mans Rull... - 02:43 AM Revision 53d3f66b (ffmpeg): Make RTPFirstDynamicPayloadHandler static to rtpdec.c
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 119cc033fc88f4a7d6cc4ef6ee02097476e8f2a9) - 02:43 AM Revision c2ec089c (ffmpeg): Make ff_realmedia_mp3_dynamic_handler static.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 69ad22c7a7c2d961b413f96b437de267261311e2) - 02:43 AM Revision e1643111 (ffmpeg): Make denoise_dct_c() and dct_quantize_trellis_c() static in definitions
- 1d4da6a460d5b78026e3b854fdd6f469957a054c added static to the
prototypes for these fuctions. Adding it to the definit... - 02:43 AM Revision 11c7f64a (ffmpeg): Don't declare a pcm_dvd encoder.
- The PCM_DVD encoder would be left unused, as allcodecs.c properly declared
it as being decoder-only, but it would sti... - 02:43 AM Revision 46353231 (ffmpeg): Don't check for DEBUG before using dprintf.
- The dprintf macro is no-op when DEBUG is unset, so there is no need to
put it conditional to DEBUG.
Signed-off-by: M... - 02:43 AM Revision 41727b85 (ffmpeg): Make local variables static.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit a6d1bd05c906fc7ad34fae1029a45ec3cbcc4fcc) - 02:43 AM Revision 81c38db1 (ffmpeg): Make dvenc.c functions static to the unit.
- Also drop some CONFIG_DV_MUXER #ifdefs probably vestigial from before the
split of dvenc and dvdec.
Signed-off-by: M... - 02:43 AM Revision 295edc77 (ffmpeg): Make denoise_dct_c and dct_quantize_trellis_c static.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 1d4da6a460d5b78026e3b854fdd6f469957a054c) - 02:43 AM Revision 291f326a (ffmpeg): Make the ff_lockmgr_cb function pointer static to utils.c
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit bb875b75bab4d1713f8251746b01785c19965a9f) - 02:43 AM Revision 7a0e1be8 (ffmpeg): Make this_year static to cmdutils.c
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 3568853f63e1ab8ff1fc0773a132d14187a0e2d8) - 02:43 AM Revision ee7fed27 (ffmpeg): Rename sf_table in atrac.c unit to ff_atrac_sf_table.
- This ensures a locally-unique name as well as marks the symbol as
FFmpeg-private at least by declaration.
Signed-off... - 02:43 AM Revision f7e5cc0a (ffmpeg): Mark qmf_window table static to atrac.c unit.
- The table is not used anywhere else on libavcodec.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from... - 02:43 AM Revision e243ed65 (ffmpeg): x86: fix overflow in h264 8x8 planar prediction
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 80944df720da98d6e5ee0e355db5814735914ec9) - 02:43 AM Revision c78c1820 (ffmpeg): fate: add h264 test for extreme cases in planar prediction
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit e63dd5fb04ab831ca8f17fa824cfd703e317c1a1) - 02:43 AM Revision 5658abf8 (ffmpeg): ffserver: put gcc attribute under proper ifdef
- (cherry picked from commit efa6ce9982ffde33b7303498ff28fcf39ff68b8d)
- 02:43 AM Revision 4f40ec05 (ffmpeg): rtspdec: Retry with TCP if UDP failed
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 2762a7a28b261a505a9002b92d4f7c04eeaa... - 02:43 AM Revision 2afd30bf (ffmpeg): rtspdec: Move rtsp_read_pause up, next to rtsp_read_play
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit e836b1b0859798488d8ba45a837dc27bac2e... - 02:43 AM Revision 3f44e3c9 (ffmpeg): rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_request
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit aeb2de1c82f95b74e184992a10523606f4b3... - 02:43 AM Revision abbc1d27 (ffmpeg): rtsp: Split out a function undoing the setup made by ff_rtsp_make_set...
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 93e7490ee0c456d7e0fa43e3bf2cb4a8eed1... - 02:43 AM Revision d89a08d8 (ffmpeg): rtsp: Make make_setup_request a nonstatic function
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit fef5649a820b30432578e1440776e7a71bd5... - 02:43 AM Revision 1a172ce6 (ffmpeg): applehttp: Fix the key check in handle_variant_args
- The key string is supposed to contain the equals character,
too. Since the checked string was wrong, and the return ... - 02:43 AM Revision 69c78161 (ffmpeg): reindent after last commit
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit dacbcd170a329dda2014159ca9fc9d11d887... - 02:43 AM Revision 8a485dd3 (ffmpeg): Extend WavPack demuxer and decoder to support >2 channel audio
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 3bdc886c22710d3207b1bd75f8d2d65ec77c... - 02:43 AM Revision 0f16f725 (ffmpeg): Do not set audio_resample to 0 if audio_sync_method is > 1.
- If audio_sync_method is >1 the resampler is used for audio drift
compensation, and do_audio_out() was causing an asse... - 02:43 AM Revision 0fc1961e (ffmpeg): ARM: NEON: fix overflow in h264 16x16 planar pred
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 78f318be59a8e6174f21c2d7c3403ef325c73011) - 02:43 AM Revision a98ffb2b (ffmpeg): Add CFLAGS needed by PathScale compiler
- The PathScale compiler miscompiles wrapping arithmetic without
these flags.
Signed-off-by: Mans Rullgard <mans@mansr... - 02:43 AM Revision 355d0528 (ffmpeg): Disable symbol versioning on some BSDs
- Dragonfly, NetBSD, and OpenBSD do not support symbol versioning
although our link test passes. Disable it explicitly... - 02:43 AM Revision d112aa5a (ffmpeg): MIPS: use inline asm only when supported by compiler
- (cherry picked from commit 7a5a168abe36c91087e58d89262a3658d21ea2cc)
- 02:43 AM Revision 604eb152 (ffmpeg): aacenc: fix typo in sync extension constant in 8ae0fa2
- (cherry picked from commit 2fd9035ddc4f6b9313023891a16b6e9820d958ed)
- 02:07 AM Revision b09f5482 (ffmpeg): Pass field order flag to libx264
- Signed-off-by: Jason Garrett-Glaser <jason@x264.com>
- 12:02 AM Revision 535638b5 (ffmpeg): mpegtsenc: set reserved bits to 1 in PCR field
- The reserved bits between PCR base and extension fields must be
set to 1.
Signed-off-by: Mans Rullgard <mans@mansr.com>
01/25/2011
- 09:11 PM Revision 1a886748 (ffmpeg): Make ff_add_wav static to ra144.c
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 09:10 PM Revision 57c4d01e (ffmpeg): Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 09:07 PM Revision 13eb6b90 (ffmpeg): Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h
- The header is empty after making the function static, so delete it and
drop its usage.
Signed-off-by: Janne Grunau <... - 09:05 PM Revision cf1d794a (ffmpeg): Make ff_ass_subtitle_header static to ass.c
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 08:48 PM Revision f2e246f5 (ffmpeg): Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 08:48 PM Revision ebb06d96 (ffmpeg): Make ff_spatial_idwt_{init, slice} static to dwt.c
- Both functions seem to be commanded by the ff_spatial_idwt function
instead.
Signed-off-by: Janne Grunau <janne-ffmp... - 08:48 PM Revision d625a32d (ffmpeg): Make ff_sin_tabs constant to rdft.c
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 08:48 PM Revision 676f1f53 (ffmpeg): Remove unused ff_ac3_parse_header_full function.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 08:48 PM Revision a3dffc06 (ffmpeg): Make ff_mxf_pixel_layouts static to mxf.c.
- Also make it an anonymous structure as never it is accessed by name.
Signed-off-by: Janne Grunau <janne-ffmpeg@janna... - 08:48 PM Revision 93b78d12 (ffmpeg): lavf: make a variant of ff_get_str16_nolen public
- It will be useful in mp3 demuxer and hopeful some other places.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> - 08:48 PM Revision 101e1f6f (ffmpeg): Make ff_interleave_compare_dts static to utils.c.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 08:48 PM Revision c34461b3 (ffmpeg): mov: simplify mov_read_chapters() by using avio_get_str16be
- It probably also fixes a memleak or two.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> - 08:48 PM Revision 2934cd9d (ffmpeg): asfdec: remove some commented-out cruft
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 08:48 PM Revision 85297319 (ffmpeg): Make ff_h264_decode_rbsp_trailing static to h264.c
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 08:32 PM Revision d0f0f628 (ffmpeg): armcc: filter out non-gcc options from ASFLAGS
- This allows passing armcc-specific flags with --extra-cflags without
choking the assembler.
Signed-off-by: Mans Rull... - 08:32 PM Revision 9d201b26 (ffmpeg): configure: add filter_out() function
- This adds a function to filter out words matching a pattern
from a list.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 06:50 PM Revision 44002d83 (ffmpeg): Don't do edge emulation unless the edge pixels will be used in MC.
- Do not emulate larger edges than we will actually use for this round of
MC. Decoding goes from avg+SE 29.972+/-0.023s... - 05:34 PM Revision c0ae5152 (ffmpeg): ffmetaenc: Use correct format specifiers.
- Use printf format macros from inttypes.h.
Additionally, this fixes a warning when building with clang. - 03:57 PM Revision 1e48cdaa (ffmpeg): tty: remove superflous #include <strings.h>
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 03:57 PM Revision e781c4e6 (ffmpeg): intfloat_readwrite: include "mathematics.h" for fallback macros
- This allows this file to build on systems lacking NAN or INFINITY
in math.h.
Signed-off-by: Mans Rullgard <mans@mans... - 03:50 PM Revision 21c90012 (ffmpeg): ac3: remove ff_ac3_critical_band_size_tab[] external declaration
- This fixes compilation broken by 6ed3b504f984dc6cefde8d57a57726f9d30e5033
Signed-off-by: Mans Rullgard <mans@mansr.com> - 03:10 PM Revision 6ed3b504 (ffmpeg): Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables.
- This symbol is only ever used to calculate the non-hardcoded tables, so
only enable it in that case, and static to th... - 03:09 PM Revision 362bfe29 (ffmpeg): Remove unused ac3_parametric_bit_allocation function.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 01:43 PM Revision 3d157bf3 (ffmpeg): Makefile: fix cleaning of tools in tests directory
- The variable TESTPROGS is reset by the library makefiles,
use another name.
Signed-off-by: Mans Rullgard <mans@mansr... - 01:42 PM Revision 54fe299b (ffmpeg): configure: move network tests before results are needed
- This moves network_extralibs setup before use so that the link tests
for network functions work correctly.
Signed-of... - 12:52 PM Revision 6e78c8ee (ffmpeg): mpegtsenc: remove unused variables
- Remove two variables that were not used and caused the following
warnings:
CC libavformat/mpegtsenc.o
libavform... - 12:46 PM Revision 3adbe49f (ffmpeg): Fix ALLPROGS_G so that *_g binaries get cleaned properly
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 04:55 AM Revision 9de202a6 (ffmpeg): ffmetaenc : Use more correct format specifiers.
- Additionally, this fixes a warning when building with clang.
- 03:35 AM Revision e153e9a5 (ffmpeg): latm: remove superflous #includes
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 02:43 AM Revision 6081f8c4 (ffmpeg): avidec: make print_tag() a macro and remove related ifdefs
- The dprintf macro is a no-op if DEBUG is not defined, so there
is no need to guard it here.
Signed-off-by: Mans Rull... - 01:45 AM Revision 119cc033 (ffmpeg): Make RTPFirstDynamicPayloadHandler static to rtpdec.c
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 01:37 AM Revision 69ad22c7 (ffmpeg): Make ff_realmedia_mp3_dynamic_handler static.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 01:02 AM Revision aa61e39e (ffmpeg): Make denoise_dct_c() and dct_quantize_trellis_c() static in definitions
- 1d4da6a460d5b78026e3b854fdd6f469957a054c added static to the
prototypes for these fuctions. Adding it to the definit... - 12:45 AM Revision 5b5083b5 (ffmpeg): Don't declare a pcm_dvd encoder.
- The PCM_DVD encoder would be left unused, as allcodecs.c properly declared
it as being decoder-only, but it would sti... - 12:25 AM Revision 73a0b19b (ffmpeg): Don't check for DEBUG before using dprintf.
- The dprintf macro is no-op when DEBUG is unset, so there is no need to
put it conditional to DEBUG.
Signed-off-by: M... - 12:02 AM Revision a6d1bd05 (ffmpeg): Make local variables static.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 12:02 AM Revision f0a86769 (ffmpeg): Make dvenc.c functions static to the unit.
- Also drop some CONFIG_DV_MUXER #ifdefs probably vestigial from before the
split of dvenc and dvdec.
Signed-off-by: M...
01/24/2011
- 11:54 PM Revision 1d4da6a4 (ffmpeg): Make denoise_dct_c and dct_quantize_trellis_c static.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:45 PM Revision bb875b75 (ffmpeg): Make the ff_lockmgr_cb function pointer static to utils.c
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:44 PM Revision 3568853f (ffmpeg): Make this_year static to cmdutils.c
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:43 PM Revision 82e1f217 (ffmpeg): Rename sf_table in atrac.c unit to ff_atrac_sf_table.
- This ensures a locally-unique name as well as marks the symbol as
FFmpeg-private at least by declaration.
Signed-off... - 11:42 PM Revision 53493f9a (ffmpeg): Mark qmf_window table static to atrac.c unit.
- The table is not used anywhere else on libavcodec.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 11:24 PM Revision 80944df7 (ffmpeg): x86: fix overflow in h264 8x8 planar prediction
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 10:26 PM Revision e63dd5fb (ffmpeg): fate: add h264 test for extreme cases in planar prediction
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 10:20 PM Revision d4e0130e (ffmpeg): In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime suppor...
- In mov demuxer, set adpcm_ms and adpcm_ima_wav frame size to stsd samples per packet.
- 10:09 PM Revision efa6ce99 (ffmpeg): ffserver: put gcc attribute under proper ifdef
- 09:49 PM Revision 2762a7a2 (ffmpeg): rtspdec: Retry with TCP if UDP failed
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 09:46 PM Revision e836b1b0 (ffmpeg): rtspdec: Move rtsp_read_pause up, next to rtsp_read_play
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 09:46 PM Revision aeb2de1c (ffmpeg): rtsp: Use ff_rtsp_undo_setup in the cleanup code in ff_rtsp_make_request
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 09:46 PM Revision 93e7490e (ffmpeg): rtsp: Split out a function undoing the setup made by ff_rtsp_make_set...
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 09:46 PM Revision fef5649a (ffmpeg): rtsp: Make make_setup_request a nonstatic function
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 08:25 PM Revision 4be170c9 (ffmpeg): Use av_fast_malloc instead of av_realloc.
- This should be faster, is less code and fixes issue 2524
(allocation error would lead to crash).
(cherry picked from ... - 08:25 PM Revision 032f4068 (ffmpeg): Handle input or output len of 0 properly in lzo decoder.
- (cherry picked from commit 7d5082600ee63d879c2a325974ea09c8ace05019)
- 08:19 PM Revision 2b0decf6 (ffmpeg): applehttp: Fix the key check in handle_variant_args
- The key string is supposed to contain the equals character,
too. Since the checked string was wrong, and the return ... - 07:46 PM Revision dacbcd17 (ffmpeg): reindent after last commit
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 07:46 PM Revision 3bdc886c (ffmpeg): Extend WavPack demuxer and decoder to support >2 channel audio
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 06:35 PM Revision e7b95918 (ffmpeg): Use av_fast_malloc instead of av_realloc.
- This should be faster, is less code and fixes issue 2524
(allocation error would lead to crash). - 05:52 PM Revision 7d508260 (ffmpeg): Handle input or output len of 0 properly in lzo decoder.
- 05:30 PM Revision 07b48f8c (ffmpeg): Do not set audio_resample to 0 if audio_sync_method is > 1.
- If audio_sync_method is >1 the resampler is used for audio drift
compensation, and do_audio_out() was causing an asse... - 02:59 PM Revision 78f318be (ffmpeg): ARM: NEON: fix overflow in h264 16x16 planar pred
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 01:59 AM Revision 5f3b8314 (ffmpeg): Add CFLAGS needed by PathScale compiler
- The PathScale compiler miscompiles wrapping arithmetic without
these flags.
Signed-off-by: Mans Rullgard <mans@mansr...
01/23/2011
- 09:33 PM Revision a1e4b3f6 (ffmpeg): Disable symbol versioning on some BSDs
- Dragonfly, NetBSD, and OpenBSD do not support symbol versioning
although our link test passes. Disable it explicitly... - 07:05 PM Revision 7a5a168a (ffmpeg): MIPS: use inline asm only when supported by compiler
- 06:32 PM Revision 91d51ee4 (ffmpeg): Remove redundant checks against MIN_CACHE_BITS
- With the removal of the libmpeg2 bitstream reader, MIN_CACHE_BITS
is always >= 25, so tests against smaller values ca... - 06:32 PM Revision a4bff12c (ffmpeg): get_bits: move tracing macros to end of file
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 611a6f59ce91947b25033bb8d0f9311b5c542b05) - 06:32 PM Revision 371cf026 (ffmpeg): Sanitise get_bits macros, part 2
- These whitespace changes improve the readability of the get_bits
macros.
Signed-off-by: Mans Rullgard <mans@mansr.co... - 06:32 PM Revision bf7aa642 (ffmpeg): ffserver: cleanup
- remove the trivial function do_switch_stream as it doesn't help to make
the code easier to understand.
(cherry picked... - 06:32 PM Revision 990f213e (ffmpeg): Remove "libmpeg2" bitstream reader
- Using the libmpeg2 reader causes errors in a multitude of places,
including MPEG and H264 codecs. As the advantage o... - 06:32 PM Revision 51cfd812 (ffmpeg): Makefile: simplify test tools handling
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 2b39962eb616bdb848673485d7b9feed48d39e36) - 06:32 PM Revision d232e09d (ffmpeg): Sanitise get_bits macros, part 1
- Some of the macros in get_bits.h include a final semicolon,
some do not. This removes these or adds do {} while(0) a... - 06:32 PM Revision eddf8f41 (ffmpeg): ac3enc: use dsputil functions in apply_window()
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 3b924294ea0ab891cf28fb30f26962a7960f7f37) - 06:32 PM Revision 015f9f1a (ffmpeg): Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 6eabb0d3ad42b91c1b4c298718c29961f7c1653a) - 06:32 PM Revision fb397b1a (ffmpeg): Reindent.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit fcb7e535dd9ad142c079af62af9c1d0f4b00... - 06:32 PM Revision 2ed0f766 (ffmpeg): Fix crash on resolution change (issue 2393).
- Don't free RBSP tables (containing decoded NAL units) on resolution
change, because we actually need this data to dec... - 06:32 PM Revision 60c99b55 (ffmpeg): Make LOCAL_ALIGNED macro fully C99 compatible
- C99 variadic macros require more arguments than there are named
parameters in the definition. This means we must use... - 06:32 PM Revision d5ec00ba (ffmpeg): Remove H.264 encoder fragments
- It's incomplete, no one is working on it, and when someone asks about
working on it we advise them not to.
Signed-of... - 06:32 PM Revision e6d40195 (ffmpeg): Amend documentation for the image2 demuxer, to better reflect the cur...
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 10ed96c78fde80da9d5bac9b267369861a4f33ba) - 06:32 PM Revision d67a6aa5 (ffmpeg): aacenc: mark SBR absent
- Use backwards compatible explicit signalling to denote the absence of
SBR.
Signed-off-by: Janne Grunau <janne-ffmpeg... - 06:32 PM Revision 22f73157 (ffmpeg): Remove outdated and confusing comment.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit db2ddd38859b26c0a4e4bf92619625cd7e0e7f42) - 06:32 PM Revision ff5eded4 (ffmpeg): 10l: reverse the biquad coefficients.
- I did not notice that the filter implementation uses a reversed history state.
Signed-off-by: Janne Grunau <janne-ff... - 06:32 PM Revision ba0dd9e8 (ffmpeg): streamid does not work with newaudio, newvideo, newsubtitle
- fixes issue2465.
The problem is that the ffmpeg (the app) -streamid option did not work
with -newaudio/-newvideo/-ne... - 06:32 PM Revision 73fd7c1f (ffmpeg): fate: add lossless h264 test
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 76edf2c1377fdb35609f79a6702081de4d93e331) - 06:32 PM Revision 890b771c (ffmpeg): libfaac: add recognized profiles array
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit b92f76e209b6912fb36ea2e588474c48ca23... - 06:32 PM Revision 5b7e7544 (ffmpeg): mp3enc: support for id3v2.3 tags using a per-muxer AVOption
- fixes issue2562.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 22272f61bb0b164b53... - 06:32 PM Revision fe01dd8d (ffmpeg): id3v2: split tables for various ID3v2 versions
- This is needed for upcoming ID3v2.3 muxing support.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry pi... - 06:32 PM Revision c7892b41 (ffmpeg): Fix libavformat version extraction in configure
- This fixes shared library builds broken by
50196a982bf7c8be9b41053fa0975473c217e709
Signed-off-by: Mans Rullgard <ma... - 06:32 PM Revision 204a1815 (ffmpeg): Move ID3v1 skip from decoder to demuxer
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 045b80e52df7ba9c97084c946b4929000d5f... - 06:32 PM Revision 05238927 (ffmpeg): fate: make lavfi tests output only md5
- Instead of saving huge raw files, use the md5: output pseudo-protocol
to calculate the checksum of the file directly.... - 06:32 PM Revision 6345dfcf (ffmpeg): dca: add profile names
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit f4096bf6eeddc605457192476dbbf110d4cc6140) - 06:32 PM Revision 17d4f455 (ffmpeg): iir: Change dst param to float* in ff_iir_filter_flt().
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 69915b48d6a787e569826eecb6c3b34ec19aeccd) - 06:32 PM Revision cf9cb1f9 (ffmpeg): dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRA
- DTS-HD HRA streams do not always have an XBR extension in the extension
substream. Instead they can have only XXCh an... - 06:32 PM Revision b6125545 (ffmpeg): mp3enc: add support for writing UTF-16 tags
- Also it gets rid of some mysterious magic numbers in code.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry pic... - 06:32 PM Revision 5052830f (ffmpeg): mp3enc: handle errors in id3v2_put_ttag
- make the initialization of put clearer
this are the differences between
[FFmpeg-devel] [PATCH 1/3] mp3enc: add suppo... - 06:32 PM Revision 727a20cb (ffmpeg): configure: better test for mktemp
- Some variants of mktemp require a template, so provide one when
checking for the command. We already supply a templa... - 06:32 PM Revision 3df02975 (ffmpeg): configure: simplify exit traps
- This does the same thing and also fixes the trapping in
some (possibly broken) shells.
Suggested by Michael Kostylev... - 06:32 PM Revision 6e89b612 (ffmpeg): lavf: move ff_put_str16_nolen from asf to avio and rename it
- It will be useful in the mp3 muxer.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit dccbd97... - 06:32 PM Revision e910a77b (ffmpeg): avio: add av_put_str and deprecate put_strz in favor of it
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 4efd5cf34b7a04f87805aa0f09913d1d122d300c) - 06:32 PM Revision 384dbd61 (ffmpeg): cosmetics related to LPC changes.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 1c189fc5334d4a687b15861d81d22c8ba2c9cd5e) - 06:32 PM Revision 7101b185 (ffmpeg): Separate window function from autocorrelation.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 77a78e9bdcc589efac41da4f92a489f4523667c0) - 06:32 PM Revision 0d8837bd (ffmpeg): Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 56f8952b252f85281317ecd3e0b04c4cae93fd72) - 06:32 PM Revision d3058be6 (ffmpeg): lavf: move the version macros to a new header
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 50196a982bf7c8be9b41053fa0975473c217e709) - 05:57 PM Revision 2fd9035d (ffmpeg): aacenc: fix typo in sync extension constant in 8ae0fa2
- 04:41 PM Revision f162e988 (ffmpeg): Remove redundant checks against MIN_CACHE_BITS
- With the removal of the libmpeg2 bitstream reader, MIN_CACHE_BITS
is always >= 25, so tests against smaller values ca... - 04:40 PM Revision 611a6f59 (ffmpeg): get_bits: move tracing macros to end of file
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 03:58 PM Revision 002bd346 (ffmpeg): Fix out of source tree builds of libmpcodecs.
- 01:57 PM Revision fb5c841d (ffmpeg): Sanitise get_bits macros, part 2
- These whitespace changes improve the readability of the get_bits
macros.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 01:57 PM Revision 938f72e1 (ffmpeg): Remove "libmpeg2" bitstream reader
- Using the libmpeg2 reader causes errors in a multitude of places,
including MPEG and H264 codecs. As the advantage o... - 01:57 PM Revision bf5f9b52 (ffmpeg): Sanitise get_bits macros, part 1
- Some of the macros in get_bits.h include a final semicolon,
some do not. This removes these or adds do {} while(0) a... - 01:55 PM Revision 2b39962e (ffmpeg): Makefile: simplify test tools handling
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 07:53 AM Revision 305ca590 (ffmpeg): ffserver: cleanup
- remove the trivial function do_switch_stream as it doesn't help to make
the code easier to understand.
01/22/2011
- 05:53 PM Revision 3b924294 (ffmpeg): ac3enc: use dsputil functions in apply_window()
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 05:53 PM Revision 6eabb0d3 (ffmpeg): Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 05:22 PM Revision fcb7e535 (ffmpeg): Reindent.
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 05:21 PM Revision 91078926 (ffmpeg): Fix crash on resolution change (issue 2393).
- Don't free RBSP tables (containing decoded NAL units) on resolution
change, because we actually need this data to dec... - 04:18 PM Revision 96aad41e (ffmpeg): Make LOCAL_ALIGNED macro fully C99 compatible
- C99 variadic macros require more arguments than there are named
parameters in the definition. This means we must use... - 04:15 PM Revision ff3d4310 (ffmpeg): Remove H.264 encoder fragments
- It's incomplete, no one is working on it, and when someone asks about
working on it we advise them not to.
Signed-of... - 02:55 PM Revision 8ae0fa24 (ffmpeg): aacenc: mark SBR absent
- Use backwards compatible explicit signalling to denote the absence of
SBR.
Signed-off-by: Janne Grunau <janne-ffmpeg... - 02:48 PM Revision 10ed96c7 (ffmpeg): Amend documentation for the image2 demuxer, to better reflect the cur...
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 01:06 PM Revision db2ddd38 (ffmpeg): Remove outdated and confusing comment.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 03:46 AM Revision 98cfadd6 (ffmpeg): 10l: reverse the biquad coefficients.
- I did not notice that the filter implementation uses a reversed history state.
Signed-off-by: Janne Grunau <janne-ff... - 03:10 AM Revision 20ac9de3 (ffmpeg): streamid does not work with newaudio, newvideo, newsubtitle
- fixes issue2465.
The problem is that the ffmpeg (the app) -streamid option did not work
with -newaudio/-newvideo/-ne... - 03:08 AM Revision 76edf2c1 (ffmpeg): fate: add lossless h264 test
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 02:07 AM Revision b92f76e2 (ffmpeg): libfaac: add recognized profiles array
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 01:06 AM Revision 22272f61 (ffmpeg): mp3enc: support for id3v2.3 tags using a per-muxer AVOption
- fixes issue2562.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> - 01:06 AM Revision cb6bc576 (ffmpeg): id3v2: split tables for various ID3v2 versions
- This is needed for upcoming ID3v2.3 muxing support.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> - 01:04 AM Revision 8c3caf7f (ffmpeg): mp3enc: handle errors in id3v2_put_ttag
- make the initialization of put clearer
this are the differences between
[FFmpeg-devel] [PATCH 1/3] mp3enc: add suppo... - 12:31 AM Revision 045b80e5 (ffmpeg): Move ID3v1 skip from decoder to demuxer
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 12:30 AM Revision f4b1e21a (ffmpeg): fate: make lavfi tests output only md5
- Instead of saving huge raw files, use the md5: output pseudo-protocol
to calculate the checksum of the file directly....
01/21/2011
- 11:11 PM Revision f4096bf6 (ffmpeg): dca: add profile names
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 10:23 PM Revision 69915b48 (ffmpeg): iir: Change dst param to float* in ff_iir_filter_flt().
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 10:20 PM Revision 8f4a5d22 (ffmpeg): dca: consider a stream with XXCh/X96 in ExSS as DTS-HD HRA
- DTS-HD HRA streams do not always have an XBR extension in the extension
substream. Instead they can have only XXCh an... - 09:52 PM Revision 187e2347 (ffmpeg): mp3enc: add support for writing UTF-16 tags
- Also it gets rid of some mysterious magic numbers in code.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 09:51 PM Revision 4ad66441 (ffmpeg): Fix libavformat version extraction in configure
- This fixes shared library builds broken by
50196a982bf7c8be9b41053fa0975473c217e709
Signed-off-by: Mans Rullgard <ma... - 08:54 PM Revision a210bce2 (ffmpeg): configure: better test for mktemp
- Some variants of mktemp require a template, so provide one when
checking for the command. We already supply a templa... - 08:47 PM Revision 93bb9ff0 (ffmpeg): configure: simplify exit traps
- This does the same thing and also fixes the trapping in
some (possibly broken) shells.
Suggested by Michael Kostylev... - 08:21 PM Revision dccbd97d (ffmpeg): lavf: move ff_put_str16_nolen from asf to avio and rename it
- It will be useful in the mp3 muxer.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 08:21 PM Revision 4efd5cf3 (ffmpeg): avio: add av_put_str and deprecate put_strz in favor of it
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 07:59 PM Revision 1c189fc5 (ffmpeg): cosmetics related to LPC changes.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 07:59 PM Revision 77a78e9b (ffmpeg): Separate window function from autocorrelation.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 07:58 PM Revision 56f8952b (ffmpeg): Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 07:36 PM Revision eeb0b893 (ffmpeg): id3v2: use an enum for encodings instead of magic numbers.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit d66eff36852975129ae499c56de4340e48b9b7b4) - 07:36 PM Revision a091006d (ffmpeg): Make demuxers auto-select parsers they need
- This makes configure --disable-everything --enable-demuxer=foo
work as expected.
Signed-off-by: Mans Rullgard <mans@... - 07:36 PM Revision d094258f (ffmpeg): Makefile: simplify setting of some variables
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 583fcb528cb13b271860529a464abc6304e063e3) - 07:36 PM Revision baa69f8a (ffmpeg): Split mp3 demuxer and muxer into separate files.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit d08928bbea2b495596c2d3bc7df3cfb3e3b2b7e3) - 07:36 PM Revision cafa3eda (ffmpeg): dca: pretty-print some tables
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 2611e52088b923601c83d331e8047d6e572abb82) - 07:36 PM Revision a994f861 (ffmpeg): iir: change filter type if/else to a switch.
- Simplifies error handling and makes it easier to add additional filter types.
Signed-off-by: Mans Rullgard <mans@man... - 07:36 PM Revision aa226b24 (ffmpeg): Add biquad high-pass and low-pass IIR filters.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit fcdf0a43cd267c1d4193aa172b024f35903c286e) - 07:36 PM Revision 7f8c11b0 (ffmpeg): Set gray (128) U/V planes for chroma-less samples. Fixes two fate sam...
- when played with -flags emu_edge.
(cherry picked from commit 8bcfe7f7fd71e5d548c2cd96d33295ff06a5f6c8) - 07:36 PM Revision 772225c0 (ffmpeg): Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.
- (cherry picked from commit 66c6b5e2a5e6376c4a5c65b1d96fd7a1580bdfcf)
- 07:36 PM Revision 2293b0b6 (ffmpeg): Split out Butterworth filter coeff init to a separate function.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 30112adadf06fe2f9500e4da365eb8a58095c940) - 07:36 PM Revision 20d1f6fe (ffmpeg): Add memory allocation failure checks to ff_iir_filter_init_coeffs().
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit d42dc217ed2b0f886ffc50b26c2bbff1fee5feca) - 07:36 PM Revision 99c2111b (ffmpeg): cosmetics: vertical alignment and line wrap
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 75b98610a7ce7acf34f583a04aaccd8c619947fe) - 07:36 PM Revision bb711414 (ffmpeg): Make PNG test depend on PNG codec
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit f0f54c297f1283025d423c4aed817ae31ba549cb) - 07:36 PM Revision 7891fdcc (ffmpeg): cosmetics: wrap long line
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit ebb230279aa0ecc2fda4c617860eb354531d4b63) - 07:36 PM Revision b3b8b930 (ffmpeg): Add function ff_iir_filter_flt() to accept floating-point input and o...
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 0a3d7697b4fcb62305cd4a893b621a406a029ff0) - 07:36 PM Revision 236bb68d (ffmpeg): mpegtsenc: prefer metadata keyed with "service_name"
- title metadata is only used as fallback if no service_name is available.
Signed-off-by: Janne Grunau <janne-ffmpeg@j... - 07:36 PM Revision d7b219ca (ffmpeg): Set service_provider and service_name in mpegts demuxer
- Set service_provider and service_name in mpegts demuxer, previously
name and provider_name were set but since the mux... - 07:36 PM Revision 9256dc28 (ffmpeg): libavcodec minor version is > 99 so fix the formating
- libavcodec minor version is > 99 so when printing the library versions
the output is a little bit broken:
libavuti... - 07:36 PM Revision 189665d9 (ffmpeg): id3v2: convert metadata after all the tags were read
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit f7fcd6a2549b58a69c02622503676a8b142e4c43) - 07:36 PM Revision b3158f7a (ffmpeg): id3v2: make ff_id3v2_parse static
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 46a2da7698634214eed6d269fc72d284e3d3700f) - 07:36 PM Revision d4cc1f5b (ffmpeg): id3v2: don't overwrite existing tags
- Apparently some broken taggers prepend a new ID3v2 tag leaving the
existing one intact. Our parser currently reads al... - 07:35 PM Revision 7916202b (ffmpeg): Add service_provider and service_name metadata
- This patch adds support in mpegts muxer for using service_provider and
service_name metadata to set service_provider_... - 07:35 PM Revision e25f19a1 (ffmpeg): Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions.
- The original functions did not work correctly for edge pixels, e.g.
when CODEC_FLAG_EMU_EDGE is set, leading to corru... - 07:35 PM Revision f32e646d (ffmpeg): Fix use of sstep/dstep in ff_iir_filter().
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit c3897d7690fffe016de8ed56fdbdb9d685dbcce2) - 07:35 PM Revision 024f6370 (ffmpeg): Add regression test for stereo s16le in voc.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit a4f5af13fb00d7f55946470bb0f52e1dbf5f3c6a) - 07:35 PM Revision ef44b5bf (ffmpeg): configure: fix mktemp test and fallback function
- (cherry picked from commit 09a5c2452cab8931f70ecb51705114682c962f98)
- 07:30 PM Revision 50196a98 (ffmpeg): lavf: move the version macros to a new header
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 06:42 PM Revision d66eff36 (ffmpeg): id3v2: use an enum for encodings instead of magic numbers.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 06:36 PM Revision c2dd0e9e (ffmpeg): Make demuxers auto-select parsers they need
- This makes configure --disable-everything --enable-demuxer=foo
work as expected.
Signed-off-by: Mans Rullgard <mans@... - 03:36 PM Revision 583fcb52 (ffmpeg): Makefile: simplify setting of some variables
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 03:11 PM Revision d08928bb (ffmpeg): Split mp3 demuxer and muxer into separate files.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 01:12 PM Revision 3b63a522 (ffmpeg): Add GPL dependancy for libmpcodecs
- 10:37 AM Revision 2611e520 (ffmpeg): dca: pretty-print some tables
- Signed-off-by: Mans Rullgard <mans@mansr.com>
01/20/2011
- 11:55 PM Revision 0361d13c (ffmpeg): iir: change filter type if/else to a switch.
- Simplifies error handling and makes it easier to add additional filter types.
Signed-off-by: Mans Rullgard <mans@man... - 11:51 PM Revision fcdf0a43 (ffmpeg): Add biquad high-pass and low-pass IIR filters.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 10:24 PM Revision 8bcfe7f7 (ffmpeg): Set gray (128) U/V planes for chroma-less samples. Fixes two fate sam...
- when played with -flags emu_edge.
- 10:24 PM Revision 66c6b5e2 (ffmpeg): Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.
- 08:23 PM Revision 30112ada (ffmpeg): Split out Butterworth filter coeff init to a separate function.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 06:35 PM Revision 75b98610 (ffmpeg): cosmetics: vertical alignment and line wrap
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 06:35 PM Revision d42dc217 (ffmpeg): Add memory allocation failure checks to ff_iir_filter_init_coeffs().
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 06:01 PM Revision f0f54c29 (ffmpeg): Make PNG test depend on PNG codec
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 05:27 PM Revision ebb23027 (ffmpeg): cosmetics: wrap long line
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 05:26 PM Revision 0a3d7697 (ffmpeg): Add function ff_iir_filter_flt() to accept floating-point input and o...
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 02:28 PM Revision e5fe6551 (ffmpeg): mpegtsenc: prefer metadata keyed with "service_name"
- title metadata is only used as fallback if no service_name is available.
Signed-off-by: Janne Grunau <janne-ffmpeg@j... - 01:42 PM Revision e8315e78 (ffmpeg): Set service_provider and service_name in mpegts demuxer
- Set service_provider and service_name in mpegts demuxer, previously
name and provider_name were set but since the mux... - 01:39 PM Revision 75aded83 (ffmpeg): id3v2: don't overwrite existing tags
- Apparently some broken taggers prepend a new ID3v2 tag leaving the
existing one intact. Our parser currently reads al... - 01:36 PM Revision f7fcd6a2 (ffmpeg): id3v2: convert metadata after all the tags were read
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 01:36 PM Revision 46a2da76 (ffmpeg): id3v2: make ff_id3v2_parse static
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:34 AM Revision c0dd5653 (ffmpeg): libavcodec minor version is > 99 so fix the formating
- libavcodec minor version is > 99 so when printing the library versions
the output is a little bit broken:
libavuti... - 11:31 AM Revision 69688e71 (ffmpeg): Add service_provider and service_name metadata
- This patch adds support in mpegts muxer for using service_provider and
service_name metadata to set service_provider_... - 02:27 AM Revision a61b0df7 (ffmpeg): Add ASMALIGN() hack to patch around its recent removial from configure
- 02:27 AM Revision fd4c59b5 (ffmpeg): Enable libmpcodecs support.
- 02:27 AM Revision 61d7f8fe (ffmpeg): Warn about vf_mp
- 02:26 AM Revision 3aa43978 (ffmpeg): Add libmpcodecs wrapper for libavfilter, still disabled
- 01:34 AM Revision b9c7f66e (ffmpeg): Fix horizontal/horizontal_up 8x8l intra prediction x86/simd functions.
- The original functions did not work correctly for edge pixels, e.g.
when CODEC_FLAG_EMU_EDGE is set, leading to corru...
01/19/2011
- 11:59 PM Revision 3be78f7e (ffmpeg): Hack libmpcodecs to make it buildable.
- 11:57 PM Revision 8e45c103 (ffmpeg): Remove dependancy of m_option & m_struct from libmpcodecs.
- 11:52 PM Revision 4d463614 (ffmpeg): Avoid dependancy on global variable verbose in libmpcodecs/vf_pullup.c
- 11:50 PM Revision 45c889a3 (ffmpeg): Add #define _BSD_SOURCE where mplayer is not C99.
- 11:49 PM Revision e4852fb3 (ffmpeg): Add MPlayers libmpcodecs, this will be needed for our libavfilter wra...
- 08:56 PM Revision c3897d76 (ffmpeg): Fix use of sstep/dstep in ff_iir_filter().
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 06:06 PM Revision fe678413 (ffmpeg): Revert "Update git-howto with ffmpeg.org URLs"
- This reverts commit 69c92320d760d3925d5c83c4fbca6012deef4195.
Reason is that this has been commited by mistake as di... - 05:53 PM Revision 111ccca6 (ffmpeg): Revert "Initial MAINTAINERS update"
- This reverts commit f4f5cab94e0881cd30965b28f3d78d9c63d6918e.
Reason is that this has been mistakely commited as dis... - 12:51 PM Revision a4f5af13 (ffmpeg): Add regression test for stereo s16le in voc.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
01/18/2011
- 10:17 PM Revision 09a5c245 (ffmpeg): configure: fix mktemp test and fallback function
- 08:48 PM Revision 44caaa56 (ffmpeg): ARM: improve VFP ABI check
- Recent gcc versions define __ARM_PCS or __ARM_PCS_VFP to indicate the
VFP ABI in use, and ARM RVCT defines __SOFTFP__... - 08:48 PM Revision b0c1b66a (ffmpeg): armcc: suppress warning about hardfp compatibility
- 08:48 PM Revision a6e5d231 (ffmpeg): a64enc: make PixelFormat arrays const
- 08:48 PM Revision 3240b371 (ffmpeg): fate: simplify vp8 rules
- 08:48 PM Revision 5a92140b (ffmpeg): armcc: suppress 'assignment in condition' warning
- 08:48 PM Revision ef4a6514 (ffmpeg): Replace ASMALIGN() with .p2align
- This macro has unconditionally used .p2align for a long time and
serves no useful purpose. - 08:48 PM Revision fef2d661 (ffmpeg): Use -Bsymbolic for shared libs only, not executables
- Some linkers fail if this flag is used when creating an executable file.
Since the flag is meaningful only for shared... - 08:48 PM Revision ee6184a8 (ffmpeg): regtest: add openssl to md5 alternatives
- 08:48 PM Revision fb3c4ffc (ffmpeg): configure: make $TMPE executable
- This is required on systems where the linker does not change
the permissions of an existing output file. - 08:48 PM Revision ec5f5719 (ffmpeg): cpu-test: include stdio.h only for test prog
- 08:48 PM Revision ac3c9d01 (ffmpeg): x86: remove VLA in ac3_downmix_sse
- 08:48 PM Revision 69c92320 (ffmpeg): Update git-howto with ffmpeg.org URLs
- 08:48 PM Revision f318ee3e (ffmpeg): Fix quoting in version.sh
- 08:48 PM Revision daed21a1 (ffmpeg): avfilter: remove stray semicolon
- 08:48 PM Revision 324e7ee2 (ffmpeg): Use INFINITY and NAN macros instead of 1/0 and 0/0
- 08:32 PM Revision 2c3589bf (ffmpeg): consolidate .gitignore patters into a single file
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 07:20 PM Revision a5da3b04 (ffmpeg): Deprecate CREDITS
- It's useless now that we've switched to git.
- 07:05 PM Revision f4f5cab9 (ffmpeg): Initial MAINTAINERS update
- Per http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2011-January/103440.html.
- 06:07 PM Revision f61cbc22 (ffmpeg): Revise check for codec id in voc demuxer.
- This fixes demuxing of packets that do not contain a codec tag and come before the codec_id has been set.
- 05:15 PM Revision 1ae02fe0 (ffmpeg): Fix bug in voc demuxer that was introduced in SVN r26309.
- Fixes issue 2560.
- 04:40 PM Revision d425a03b (ffmpeg): cosmetics: reindent
- 04:30 PM Revision 1360f07e (ffmpeg): Add check for changing number of channels in DCA.
- Fixes issue 2505.
- 03:04 PM Revision 59e2118e (ffmpeg): Update threshold to detect real timebase for stream copy.
- This may fix a bug where quicktime files use 1/600 timebase.
- 07:00 AM Revision 54bc6403 (ffmpeg): Missing parts of IVF muxer support.
01/17/2011
- 10:22 PM Revision d9c3e5f6 (ffmpeg): Feed the filter chain with the sample aspect ratio from the muxer or ...
- like it has been done prior libavfilter.
- 09:51 PM Revision ab03382f (ffmpeg): Add my GPG fingerprint to MAINTAINERS
- 09:31 PM Revision d72858f8 (ffmpeg): Merge two if (got_picture) {} blocks in ffplay.c:get_video_frame().
- 09:13 PM Revision db323491 (ffmpeg): update av_log_missing_feature() to git
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 09:13 PM Revision 4a6a21f5 (ffmpeg): Change SVN to Git in configure
- Changes "version from SVN" to "version from Git".
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> - 09:04 PM Revision 8f83a3b0 (ffmpeg): Remove outcommented fossil code.
- 08:16 PM Revision 4aaeabcb (ffmpeg): Explain how to set up user name/email correctly for git.
- 08:11 PM Revision 326851b9 (ffmpeg): Add muxer for IVF format.
- 03:05 PM Revision b79c3df0 (ffmpeg): prevent integer overflow in calculating duration
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 02:50 PM Revision 348b8218 (ffmpeg): convert svn:ignore properties to .gitignore files
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 10:33 AM Revision a1c68a43 (ffmpeg): Add instructions how to check out a specific svn revision with git
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 10:02 AM Revision ffe9fd25 (ffmpeg): rewrite git-howto for the no merge policy
- Originally committed as revision 26400 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:17 AM Revision 3a45a3f3 (ffmpeg): Fix date and revision for lavc 52.104.
- Originally committed as revision 26399 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 AM Revision 6ee99a7e (ffmpeg): VP3: remove an unnecessary static variable
- Originally committed as revision 26398 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/16/2011
- 10:08 PM Revision 01329150 (ffmpeg): Allocate last picture for 4xm pfrm if its not allocated.
- Fixes segfault and issue2527
Originally committed as revision 26397 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:16 PM Revision 5fbf2b3f (ffmpeg): Fix two typos in git howto.
- Originally committed as revision 26396 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:11 PM Revision dccdd93e (ffmpeg): Make config_props() return AVERROR(EINVAL) rather than 1 in case of
- failed SWScaleContext initialization.
Fix issue2546.
Originally committed as revision 26395 to svn://svn.ffmpeg.org... - 06:34 PM Revision 8032d1de (ffmpeg): use git describe for naming version in pure git clones
- Patch by: Ramiro Polla <ramiro <DOT> polla gmail <DOT> com>
Originally committed as revision 26394 to svn://svn.ffm... - 06:29 PM Revision adb8669c (ffmpeg): fix typo in git howto section heading
- spotted by ubitux on irc
Originally committed as revision 26393 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:22 PM Revision 8bb7d97b (ffmpeg): Check 4xm headers for validity. This should avoid 1/0.
- Originally committed as revision 26392 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:20 PM Revision 30876e39 (ffmpeg): Add section how to find a svn changeset with git commands
- Originally committed as revision 26391 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:26 PM Revision 199c18a7 (ffmpeg): Fix weird indent in get_video_frame().
- Originally committed as revision 26390 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 PM Revision df17f6d5 (ffmpeg): Add git-howto.
- mostly written by Luca.
Originally committed as revision 26389 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:39 PM Revision f62be777 (ffmpeg): support decoding of files that contain the number
- of vector coded coefficients in their bitstream
fixes issue 2536
Originally committed as revision 26388 to svn://svn... - 01:04 PM Revision 24003419 (ffmpeg): In ffmpeg.texi, prefer @itemize lists over text formatted "*" lists.
- Originally committed as revision 26387 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 PM Revision a0f593d0 (ffmpeg): Values >4 for lowres corrupt output.
- Originally committed as revision 26386 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 PM Revision f0e5c1c0 (ffmpeg): Reformat documentation for -vsync @var{parameter}.
- Make use of "@table @option" for showing the valid values for the
option.
Originally committed as revision 26385 to ... - 12:42 PM Revision 05503cee (ffmpeg): Since lowres == crop for bmp, remove it to avoid confusion.
- Originally committed as revision 26384 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:20 AM Revision 84cac86e (ffmpeg): Fix fate breakage in r26382.
- Originally committed as revision 26383 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:47 AM Revision ecea47a6 (ffmpeg): Remove useless free, fix warning:
- libavfilter/defaults.c: In function 'avfilter_default_get_audio_buffer':
libavfilter/defaults.c:129: warning: 'buf' i...
01/15/2011
- 10:00 PM Revision 1b3e43e4 (ffmpeg): Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547.
- Originally committed as revision 26381 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:43 PM Revision b1779800 (ffmpeg): Include libavcore/audioconvert.h, required for
- av_get_channel_layout_string() in ff_dprintf_link.
Fix compilation.
Originally committed as revision 26380 to svn:/... - 08:02 PM Revision 1d5b1885 (ffmpeg): Reindent.
- Originally committed as revision 26379 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:58 PM Revision 7986e34d (ffmpeg): Make ff_dprintf_link() print meaningful information for audio links.
- Originally committed as revision 26378 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:14 PM Revision b9af1540 (ffmpeg): Remove evil timers that snuck their way into r26375.
- Originally committed as revision 26377 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:13 PM Revision fb2734c8 (ffmpeg): Fix r26375 on non-x86.
- Originally committed as revision 26376 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:52 PM Revision f14bdd8e (ffmpeg): H.264: Partially inline CABAC residual decoding
- Improves CABAC performance about ~1.2%.
Trick originates from x264 and has also been used in ffvp8. It's useful bec... - 05:31 PM Revision a242ac36 (ffmpeg): Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.
- More consistent with the rest of FFmpeg and sounds more natural to
English speaking people.
Originally committed as ... - 05:21 PM Revision 6baf4afa (ffmpeg): Make avfilter_unref_buffer() accept a NULL parameter.
- Originally committed as revision 26373 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:21 PM Revision 24d13ebc (ffmpeg): Reindent after the last commit.
- Originally committed as revision 26372 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:21 PM Revision 112c4b87 (ffmpeg): In ffplay, do not open display if -nodisp is set.
- Fixes issue 1017.
Originally committed as revision 26371 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:13 PM Revision f9329946 (ffmpeg): Parse fact chunks from wav files to find duration.
- Originally committed as revision 26370 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:13 PM Revision 724b1f6a (ffmpeg): Factor tag reading code out of wav read_header()
- Originally committed as revision 26369 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:10 PM Revision 925aa969 (ffmpeg): Second hunk from secrity fix from google.
- The hunk is not fully understood but it just makes a check tighter so its
safer for us to apply until it is fully und... - 04:39 PM Revision f7346719 (ffmpeg): do not read over the end of the packet
- fixes issue 2543
Originally committed as revision 26367 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:26 PM Revision 462b2620 (ffmpeg): Set duration for wav files from sample size and data size or the wf64...
- This should improve duration accuracy slightly and avoids a warning about its
inaccuracy when accurate values are ava... - 04:19 PM Revision 13184036 (ffmpeg): Check rangebits to avoid a possible crash.
- Fixes issue 2548 (and Chrome issue 68115 and unknown CERT issues).
Patch by Frank Barchard, fbarchard at google
Ori... - 01:29 PM Revision 03ec42aa (ffmpeg): Change some band size calculations in Bink decoder to use width in bl...
- instead of real width, this fixes decoding of some Bink files with odd width.
Originally committed as revision 26364... - 12:44 PM Revision b0c8b8a6 (ffmpeg): Lagarith: fix decoding of one-coloured frames by reading the per-plane
- color value instead of always taking 0 (resulting in green frames).
Fixes issue issue2531.
Originally committed as r... - 11:13 AM Revision fbd56159 (ffmpeg): Add docs and Changelog entry for the -copytb option added in r26340.
- Originally committed as revision 26362 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:13 AM Revision f93fe776 (ffmpeg): Add APIchanges entry for the av_metadata_copy() addition.
- Originally committed as revision 26361 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:18 AM Revision eb40d7ff (ffmpeg): Check symbol validity to avoid a crash, fixes issue 2523.
- Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26360 to svn://svn.ffmpeg.org/ffmpeg/t... - 01:59 AM Revision 0db5d2b0 (ffmpeg): cosmetics: spacing, line wrap, and remove unneeded braces
- Originally committed as revision 26359 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:59 AM Revision 964f2cf2 (ffmpeg): Process all EXP_REUSE blocks at once in exponent_min().
- 43% faster in function encode_exponents().
Originally committed as revision 26358 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:59 AM Revision 7d87d56f (ffmpeg): Take advantage of per-channel exponent and exponent strategy layout to
- simplify and speed up encode_exponents().
8% faster in function.
Originally committed as revision 26357 to svn://svn... - 01:59 AM Revision 5bff8590 (ffmpeg): Simplify compute_exp_strategy() by passing a pointer to all exponents...
- exponent strategies for a single channel to compute_exp_strategy_ch().
This allows for removal of the temporary point... - 01:59 AM Revision 4b90c35d (ffmpeg): Use a local variable in the inner loop of group_exponents() to simpli...
- code.
Originally committed as revision 26355 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:58 AM Revision a281c650 (ffmpeg): cosmetics: remove unneeded braces
- Originally committed as revision 26354 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 AM Revision 5fc2e007 (ffmpeg): cosmetics: rename block_num to blk for variable name consistency
- Originally committed as revision 26353 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 AM Revision 0429e4a6 (ffmpeg): Move exp_strategy from AC3Block to AC3EncodeContext in order to arran...
- channel first, then by block.
Originally committed as revision 26352 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:58 AM Revision 7cc4be58 (ffmpeg): Rearrange exponent buffer to group all blocks for a single channel to...
- This will allow for faster and simpler processing of all blocks at once.
Originally committed as revision 26351 to s... - 01:28 AM Revision d881a0e8 (ffmpeg): Cosmetics: fix weird indent.
- Originally committed as revision 26350 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:10 AM Revision 2a1f431d (ffmpeg): H.264/SVQ3: make chroma DC work the same way as luma DC
- No speed improvement, but necessary for some future stuff.
Also opens up the possibility of asm chroma dc idct/dequan... - 12:41 AM Revision 290fabc6 (ffmpeg): Port SVQ3 to use the new mb_luma_dc method of storing luma DC coeffic...
- Doesn't help speed as there isn't an asm implementation yet, but consistency
is a good thing.
Originally committed a... - 12:32 AM Revision a51c71bb (ffmpeg): In yadif filter, default to top field first if interlacing is unknown
- Originally committed as revision 26347 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/14/2011
- 11:58 PM Revision 3cdf69ee (ffmpeg): also support decoding of AVPackets with multiple wma packets
- fixes issue 2539
Originally committed as revision 26346 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:46 PM Revision 65344775 (ffmpeg): H.264: Remove useless arg to chroma_dc_dequant_idct_c
- Originally committed as revision 26345 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:26 PM Revision ec3233a8 (ffmpeg): Fix ff_pw_3 alignment.
- Originally committed as revision 26344 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:36 PM Revision 6dc7dc08 (ffmpeg): In mxf muxer, check the return value of gmtime, fix #2494
- Originally committed as revision 26343 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 PM Revision 90603f7c (ffmpeg): Update smc fate ref due to r26310
- Originally committed as revision 26342 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision 2e186601 (ffmpeg): Fix SVQ3
- Regression in r26336-7.
Originally committed as revision 26341 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:01 PM Revision 0f27e6b4 (ffmpeg): New "copytb" ffmpeg cli option to copy input stream time base when st...
- This should avoid non monotone timestamps for video streams with vfr.
Originally committed as revision 26340 to svn:... - 09:48 PM Revision bd11c7a1 (ffmpeg): Remove outdated comment in h264dsp.h
- Since we no longer have non-transposed scantables, the problem it warns about
no longer exists.
Originally committed... - 09:36 PM Revision 0d1d01cf (ffmpeg): Reindent after r26337.
- Originally committed as revision 26338 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:36 PM Revision 5657d140 (ffmpeg): H.264: switch to x264-style tracking of luma/chroma DC NNZ
- Useful so that we don't have to run the hierarchical DC iDCT if there aren't
any coefficients. Opens up some future ... - 09:34 PM Revision 19fb234e (ffmpeg): H.264: split luma dc idct out and implement MMX/SSE2 versions
- About 2.5x the speed.
NOTE: the way that the asm code handles large qmuls is a bit suboptimal.
If x264-style dequant... - 08:58 PM Revision 6c18f1cd (ffmpeg): Make opt_audio_sample_fmt() abort in case of invalid sample format
- name.
Originally committed as revision 26335 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:58 PM Revision 3bf3fc0e (ffmpeg): Add the word "Parsed" in the parsed filter names.
- Originally committed as revision 26334 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:58 PM Revision 6cce172f (ffmpeg): Add avcore.h header in samplefmt.h.
- Avoid the need to manually include the avcore.h header, less
error-prone.
Originally committed as revision 26333 to ... - 07:44 PM Revision 06ed024d (ffmpeg): Copy metadata from ASF files contained in RTSP streams from ASF to RT...
- so that applications can read it also.
Originally committed as revision 26332 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:31 PM Revision 8e8a3cc2 (ffmpeg): Reindent after 26330.
- Originally committed as revision 26331 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:30 PM Revision 7f88a5bf (ffmpeg): Introduce av_metadata_copy() to copy metadata from one struct to anot...
- Originally committed as revision 26330 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:04 PM Revision ca32f7f2 (ffmpeg): H.264: eliminate non-transposed scantable support.
- It was an ugly hack to begin with and didn't give any performance.
NOTE: this patch opens up some future simplificat... - 04:36 PM Revision 75e4efd2 (ffmpeg): add support for blocksize 64
- fixes issue 2537 and 2538
Originally committed as revision 26328 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:28 AM Revision b070bcfe (ffmpeg): wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it ...
- Originally committed as revision 26327 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/13/2011
- 10:58 AM Revision 545d950b (napa-baselibs): added a patch to have period_sum measururement. This is the to...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2383 c54fac2e-1815-407e-9b96-08...
- 06:22 AM Revision c66f53cf (ffmpeg): Revert aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)
- This reverts SVN commit 26318, which broke MS-RTSP playback.
Originally committed as revision 26326 to svn://svn.ffm... - 01:00 AM Revision 891aeeee (ffmpeg): Check linked pads media type mismatch in avfilter_link().
- Originally committed as revision 26325 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:00 AM Revision 8b69c2f4 (ffmpeg): Make av_get_channel_layout_string() guess the number of channels if it
- was not provided.
Originally committed as revision 26324 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/12/2011
- 09:23 PM Revision caeb0c30 (ffmpeg): Make avfilter_graph_free() do nothing if graph is NULL.
- Originally committed as revision 26323 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:03 PM Revision d0f12668 (ml): ML: rateLimiter.c - changed the type of "leaked" variable to "unsigned int"
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2379 c54fac2e-1815-407e-9b96...
- 07:03 PM Revision 0d897389 (napa-baselibs): ML: rateLimiter.c - changed the type of "leaked" variable to "...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2379 c54fac2e-1815-407e-9b96-08...
- 06:58 PM Revision 1859b483 (napa-baselibs): ML: rateLimiter.c - added the additional protecting condition ...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2378 c54fac2e-1815-407e-9b96-08...
- 06:58 PM Revision 70e6d95f (ml): ML: rateLimiter.c - added the additional protecting condition when sendin...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2378 c54fac2e-1815-407e-9b96...
- 06:28 PM Revision c3eeb89e (ml): ML: queueManagement.c - minor code enhancement in management of the trans...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2377 c54fac2e-1815-407e-9b96...
- 06:28 PM Revision d1048fe2 (napa-baselibs): ML: queueManagement.c - minor code enhancement in management o...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2377 c54fac2e-1815-407e-9b96-08...
- 06:25 PM Revision b382d1e3 (ffmpeg): Print link audio format name in tools/graph2dot.
- Originally committed as revision 26322 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:40 PM Revision 0d3ee135 (ffmpeg): Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes.
- Originally committed as revision 26321 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:40 PM Revision 8bca3493 (ffmpeg): In the pad filter, log information about the input size.
- Originally committed as revision 26320 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:22 AM Revision eb97a58f (ffmpeg): Remove myself as AAC maintainer. I just don't have it in me anymore.
- Originally committed as revision 26319 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:06 AM Revision a6963f83 (ffmpeg): aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)
- Originally committed as revision 26318 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 AM Revision 8a774d3d (ffmpeg): Do not allocate unused swscale context when libavfilter is compiled in
- Originally committed as revision 26317 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 AM Revision e83c716e (ffmpeg): don't complain about codec type/id mismatche for attachment streams
- Originally committed as revision 26316 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom