Activity
From 03/18/2010 to 04/16/2010
04/16/2010
- 10:58 PM Revision f32f7d8b (ffmpeg): Take ticks per frame into account when warning about difference between
- container and codec frame rate.
Originally committed as revision 22895 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:36 PM Revision 653d7aeb (ffmpeg): Parse strf mov atoms
- This fixes roundup issue 1270.
Originally committed as revision 22894 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:18 PM Revision 8d3d4722 (streamers): fix compile problems with NAN
- 07:02 PM Revision 4dc06ae1 (streamers): drop last peer as well
- preventing the drop of the last peer made peers to agressive
can be readded, but needs further verifications, and a m... - 01:34 PM Revision abbef5a5 (streamers): reduce offer count if there are losses in send (average)
- 01:33 PM Revision 960017bf (streamers): increase max_deliver in offer if hopcount is small
- 01:33 PM Revision 8dd1eccd (streamers): disabling accept backpressure logic
- it was based on loss rate, bot on the wrong (send) one.
It should be based on something else, e.g. receive loss. - 01:31 PM Revision d4eb745c (streamers): adding average_lossrate calculation
- 01:31 PM Revision 6ebe1428 (streamers): adding hopcount query function
- 12:21 PM Revision 60867312 (ffmpeg): vp3: More buffer length checks
- .5% slower to fix some crashes on invalid streams
Originally committed as revision 22893 to svn://svn.ffmpeg.org/ffm... - 12:21 PM Revision d7097c2d (ffmpeg): vp3: Remove internal debug statement
- Originally committed as revision 22892 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:21 PM Revision adc725b5 (ffmpeg): oggdec: Move warning about missing granule to the correct place
- Originally committed as revision 22891 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:21 PM Revision 44a088ea (ffmpeg): oggdec: Fix duration calculation if the last page in a file has no gr...
- Originally committed as revision 22890 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:21 PM Revision 49c2d290 (ffmpeg): oggdec: Remove write-only variable
- Originally committed as revision 22889 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 AM Revision 6ac1e106 (streamers): fix call to chunk_unlock
- was called to early, before verifying that decode was successful
- 10:10 AM Revision f740dafb (streamers): added chunk send/recive event counters to streamer
- 10:03 AM Revision 88e094f7 (streamers): added new peer measures for chunk send and reception
- 08:34 AM Revision 702769ac (streamers): improved debug output
- 08:34 AM Revision 2314ccb7 (streamers): improved chunk buffer printing
- 08:33 AM Revision b58cb76a (streamers): improved debug output
- 12:20 AM Revision adef229e (ffmpeg): AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)
- FF_NETERROR is implicitly an AVERROR.
Originally committed as revision 22888 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/15/2010
- 09:29 PM Revision 09488d8e (streamers): adding some per peer rate measurements
- 06:27 PM Revision 4aecee7f (ffmpeg): Fix compile error on mingw where ETIMEDOUT is missing (because it's a...
- This patch also changes FF_NETERROR() to be an AVERROR(), i.e. it is always
negative, whereas it was previously posit... - 02:56 PM Revision 710648c6 (streamers): temporarily disabling peer level measures
- 02:06 PM Revision 598b51d8 (streamers): comments added in measure.c
- 02:00 PM Revision 6176a3c9 (streamers): adding units to measures
- 01:49 PM Revision 80218c16 (streamers): increase peer timeout to 10 seconds
- 01:49 PM Revision 0773b270 (streamers): avoid dropping the last peer, our last link to the world
- 01:30 PM Revision e58c05bb (ffmpeg): Remove useless assert(), since this can (in theora) be used for any Xiph
- codec, so there's no reason to (invalidly) limit it to only Theora.
Also fixes issue 1880 (compilation error on -DDE... - 01:16 PM Revision 6752a3cc (ffmpeg): H.264: cosmetics (vertical align).
- Originally committed as revision 22885 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:30 AM Revision fa37cf0d (ffmpeg): H.264: move avctx->{profile,level} init before AVCodecContext.get_for...
- Originally committed as revision 22884 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:27 AM Revision b08e38e8 (ffmpeg): H.264: move avctx->refs init before AVCodecContext.get_format().
- Originally committed as revision 22883 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:57 AM Revision b7e82bd2 (streamers): adding some peer level measures
- 06:57 AM Revision e31aecb0 (streamers): changing back to RUp
04/14/2010
- 11:25 PM Revision 73f22897 (fifo): added clean target
- 09:05 PM Revision 277afdf0 (streamers): don't count chunk losses before the first arrived chunk
- 09:01 PM Revision d6a213f3 (streamers): init output buffer with first chunk received
- 08:15 PM Revision 67d96fb4 (ffmpeg): pngdec: Add support for PIX_FMT_Y400A
- Originally committed as revision 22882 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:15 PM Revision 4744f896 (ffmpeg): Add PIX_FMT_Y400A, 8bit gray, 8bit alpha
- Originally committed as revision 22881 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:20 PM Revision a5c0b447 (streamers): compact measure init code
- 06:12 PM Revision 10bbdb3d (streamers): fix a const warning
- 05:30 PM Revision 27dc8efa (streamers): change channel name
- 05:27 PM Revision 7c2659b9 (streamers): channel name as static variable
- 05:08 PM Revision 094f504c (streamers): add hooks to register chunk playout
- 05:08 PM Revision 30c89aac (streamers): add hook to register chunk duplicates
- 05:08 PM Revision e4ef30e3 (streamers): add hook to neighbourhood size measure
- 05:08 PM Revision 6dad7ee8 (streamers): add some global measures
- 05:08 PM Revision 11fbbe4e (streamers): update per peer measures
- 05:08 PM Revision 4fb864eb (streamers): increase max number of measures per peer
- 01:45 AM Revision 3ffbcf2d (streamers): decrease min rtt
- 01:35 AM Revision b50f3724 (streamers): adding more measures
- 01:35 AM Revision 594a99a5 (streamers): removed measures that were not working
04/13/2010
- 11:41 PM Revision d21b2278 (ffmpeg): Fix computation of the display aspect ratio.
- Previously ffprobe was wrongly outputting the sample aspect ratio as
display aspect ratio.
Patch by Robert Krüger $(... - 11:24 PM Revision 4563cf24 (ffmpeg): Factorize code in get_bit_rate().
- Originally committed as revision 22879 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 PM Revision 22b7b23c (ffmpeg): Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case of
- failed reallocation, rather than just -1.
Originally committed as revision 22878 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:52 PM Revision e5d2bdec (ffmpeg): Add rectangle.h #include for fill_rectangle().
- Originally committed as revision 22877 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 PM Revision d02bb3ec (ffmpeg): Move static function fill_filter_caches() from h264.h to h264.c.
- The function is only used within that file, so it makes sense to place
it there. This fixes many warnings of the type... - 10:11 PM Revision 19c9eedc (ffmpeg): Plug librtmp logging into av_log.
- patch by Howard Chu, hyc highlandsun com
Originally committed as revision 22875 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:08 PM Revision fc122efd (ffmpeg): whitespace cosmetics
- Originally committed as revision 22874 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:29 PM Revision 8b9ec992 (ffmpeg): FATE: update vqf-demux checksum
- Originally committed as revision 22873 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 PM Revision 4512ed92 (streamers): publish both AVG and WIN_AVG
- 12:55 PM Revision f0fd74f6 (streamers): measure and publish BW utilisationn
- 11:10 AM Revision 826dab2b (streamers): publish sum of bytes received
- 10:15 AM Revision 2bb29da6 (ffmpeg): DCA: indent
- Originally committed as revision 22872 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 AM Revision 69e17136 (ffmpeg): DCA: optimise dca_subsubframe()
- 8% faster overall on Cortex-A8.
Originally committed as revision 22871 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:25 AM Revision 2898526d (ffmpeg): Do not probe when the format is known.
- Patch by Jean-Daniel Dupas devlists shadowlab org
Originally committed as revision 22870 to svn://svn.ffmpeg.org/ffm... - 06:43 AM Revision b0941dee (ffmpeg): [VA-API] Fix long-term reference frames addition to the DPB.
- This fixes MR2_MW_A/MR2_TANDBERG_E on Intel Ironlake and NVIDIA HW.
Originally committed as revision 22869 to svn://... - 01:19 AM Revision efd8b009 (ffmpeg): Use a suitable timebase in VQF demuxer
- Originally committed as revision 22868 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:48 AM Revision b591c7af (ffmpeg): 10l: fix build on non-NEON ARM
- Originally committed as revision 22867 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/12/2010
- 10:05 PM Revision e5747706 (ffmpeg): Change ff_raw_pixelFormatTags RGB entries (RGB555, BGR555, RGB565,
- BGR565, RGB565) to make them specify the tags for the LE variants
rather than for the native endian ones.
Fix NUT co... - 09:49 PM Revision 94e57758 (ffmpeg): Fix grammar: a expression -> an expression.
- Originally committed as revision 22865 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:49 PM Revision 85c36856 (ffmpeg): Remove stray empty line.
- Originally committed as revision 22864 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:45 PM Revision 08255107 (ffmpeg): DCA: ARM/NEON optimised lfe_fir
- Originally committed as revision 22863 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:45 PM Revision e168a556 (ffmpeg): DCA: 16-byte-align lfe_fir tables
- Originally committed as revision 22862 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:45 PM Revision 309d16a4 (ffmpeg): DCA: break out lfe_interpolation_fir() inner loops to a function
- This enables SIMD optimisations of this function.
Originally committed as revision 22861 to svn://svn.ffmpeg.org/ffm... - 08:22 PM Revision fc7e2d34 (ffmpeg): Fix constness for func[12] parameters in ff_parse_expr() and
- ff_parse_and_eval_expr().
Change func[12] attributes from "** func" to "* const * func".
This is consistent with th... - 08:02 PM Revision 94f320bc (streamers): change bach RTT measure to work only on chunks
- it wasn't working without this filter
- 07:21 PM Revision 82fdcd44 (ffmpeg): Change constness for func[12]_name parameters of ff_parse_expr() and
- ff_parse_and_eval_expr().
Change attribute from "const char **" to "const char * const *".
The name arrays are not s... - 07:21 PM Revision 1235429c (ffmpeg): Rename ff_parse() to ff_parse_expr().
- The new name is more expressive and fits better in the overall naming
scheme for the revisited eval API.
Originally ... - 07:21 PM Revision 6c71d2c1 (ffmpeg): Remove unnecessary header inclusion directives.
- Originally committed as revision 22857 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 PM Revision 8ad22666 (streamers): removed some unused measures
- 04:16 PM Revision 2818bdf2 (ffmpeg): Extradata length checks for Huffyuv.
- Patch by Michael Kaufmann hallo $(name) dash $(surname) ch
Originally committed as revision 22856 to svn://svn.ffmpe... - 04:05 PM Revision 843c7aa8 (ffmpeg): DCA: use FASTDIV in decode_blockcode()
- Originally committed as revision 22855 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:16 PM Revision 6a36798f (ffmpeg): Add DOS section to the platform documentation.
- patch by Michael Kostylev, michael.kostylev gmail com
Originally committed as revision 22854 to svn://svn.ffmpeg.org... - 03:03 PM Revision c007c687 (ffmpeg): Do not set pos to an error value.
- Patch by Howard Chu, hyc highlandsun com
Originally committed as revision 22853 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:28 PM Revision f01210a6 (ffmpeg): ARM: fix NEON synth_filter_float with hardfp calls
- Originally committed as revision 22852 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:21 PM Revision a7fc9146 (ffmpeg): Remove useless header inclusion.
- Originally committed as revision 22851 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:27 AM Revision ee945547 (ffmpeg): Fix extra object path in Solaris section.
- Originally committed as revision 22850 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:14 AM Revision 766fefe8 (ffmpeg): DCA: simplify lfe_interpolation_fir()
- This reorders the lfe_fir tables, and drops the mirrored half,
such that the loops in lfe_interpolation_fir() can be ... - 11:14 AM Revision b92d483b (ffmpeg): DCA: use a local variable for loop boundary
- This prevents gcc reloading the value from memory on each iteration
of the loop.
Originally committed as revision 22... - 11:14 AM Revision 0dc7df28 (ffmpeg): DCA: use some type-punning in qmf_32_subbands()
- Originally committed as revision 22847 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:39 AM Revision 642216bc (streamers): measure overall per peer bw
- 10:37 AM Revision 3bce5816 (streamers): set publish names
- 10:27 AM Revision 186a880e (streamers): use new MonPublish interface to add channel name
- 07:24 AM Revision 6b174197 (ffmpeg): Predicting the size of the hdlr, string data and trkn tags in the MOV...
- Originally committed as revision 22846 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/11/2010
- 10:32 PM Revision a367be1e (ffmpeg): Rename ff_eval2() to ff_parse_and_eval_expr().
- The new name better expresses what the function does.
Originally committed as revision 22845 to svn://svn.ffmpeg.org... - 10:32 PM Revision 4565caf1 (ffmpeg): Rename ff_parse_eval() to ff_eval_expr().
- The new name expresses better what the function does.
Originally committed as revision 22844 to svn://svn.ffmpeg.org... - 09:44 PM Revision 9a2cb05f (ffmpeg): Move the internal function declarations in avformat.h to internal.h.
- Originally committed as revision 22843 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:26 PM Revision bc3c85a3 (ffmpeg): Apply grammar/consistency nits to avfilter_graph_add_filter() doxy.
- Originally committed as revision 22842 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:04 PM Revision f54978f1 (ffmpeg): Place some empty line in the doxy.
- Improve readability, also consistent with the predominant doxy style.
Originally committed as revision 22841 to svn:... - 08:04 PM Revision 8c216473 (ffmpeg): Remove redundant file descriptions from copyright headers.
- File description is only kept in the @file doxy.
Originally committed as revision 22840 to svn://svn.ffmpeg.org/ffmp... - 06:44 PM Revision a3731cad (ffmpeg): Avoid the use of the symbol ff_expr_s for referencing AVExpr.
- This way we have to deal only with struct AVExpr and AVExpr, which is
slightly less confusing as the association betw... - 03:54 PM Revision 96561c12 (ffmpeg): DECLARE_ALIGNED usage requires #inclusion of 'mem.h'.
- Originally committed as revision 22838 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 PM Revision 80ed7014 (ffmpeg): Doxument ff_free_expr().
- Originally committed as revision 22837 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:09 PM Revision 21302fed (ffmpeg): Make ff_fill_linesize() use the information stored in
- av_pix_fmt_descriptors.
Allow simplification and a more generic implementation.
Originally committed as revision 22... - 12:21 PM Revision 7e939205 (ffmpeg): Set audio bit rate.
- Patch by Howard Chu, hyc highlandsun com
Originally committed as revision 22835 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:47 AM Revision f8fea468 (ffmpeg): Rename ff_eval_free() to ff_free_expr().
- Originally committed as revision 22834 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:47 AM Revision 073f6d5b (ffmpeg): Rename AVEvalExpr to AVExpr, as suggested by Michael.
- The new name is shorter and less confusing.
Originally committed as revision 22833 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:47 AM Revision 5fccafdb (ffmpeg): Move AVEvalExpr declaration at the beginning of the file, where it is
- less distracting.
Originally committed as revision 22832 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:13 AM Revision e810bf7b (chunker-player): brand new audio/video sync algorithm, fixed memory leaks
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@895 c54fac...
- 01:11 AM Revision b9426438 (chunker-player): fixed memory leaks
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@894 c54fac...
- 01:10 AM Revision 7174afc4 (chunker-player): defines which internal transcoding codecs to use
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@893 c54fac...
- 12:43 AM Revision 0f1f4816 (ffmpeg): Raise needed score for codec probing in CODEC_ID_PROBE before the las...
- Fixes issue1871
Originally committed as revision 22831 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/10/2010
- 08:34 PM Revision ac1c9564 (ffmpeg): Bump libavfilter minor version and Changelog for unsharp filter
- Originally committed as revision 22830 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:32 PM Revision 3ffdd09a (ffmpeg): alacenc : Report supported input sample formats.
- Originally committed as revision 22829 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:27 PM Revision e73d1a5e (ffmpeg): ARM: NEON optimised synth_filter_float
- 2.7x faster DCA decoding on Cortex-A8
Originally committed as revision 22828 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:27 PM Revision f462ed1f (ffmpeg): Make synth_filter a function pointer
- Originally committed as revision 22827 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:27 PM Revision 38d52f3e (ffmpeg): DCA: align some arrays
- Optimised implementations of the synth filter will require these
arrays 16-byte aligned.
Originally committed as rev... - 04:08 PM Revision 7405358f (streamers): enabling some more in-band measures
- 07:11 AM Revision 7e6ebe0f (streamers): more agressive traffic reduction in case of losses
04/09/2010
- 11:29 PM Revision b9f60bd8 (ffmpeg): Add M_SQRT2 to the constants in mathematics.h.
- Originally committed as revision 22825 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:39 PM Revision 497431a5 (ffmpeg): Dont try to compute AVPacket duration for possibly interlaced video c...
- when no parser is available.
This partly fixes the frame rate misdetection in issue1756.
Originally committed as rev... - 05:52 PM Revision 79f8b328 (ffmpeg): ffplay : Add 's' to the list of supported commands.
- Originally committed as revision 22823 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 PM Revision d0958490 (chunker-player): fixed path to net_helper
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@880 c54fac...
- 02:09 PM Revision aa9894e8 (streamers): measure RTT on all message types
- 02:09 PM Revision 8e7b085c (streamers): activate publishing results in the repo
- setParameter was not working, removed it
- 02:09 PM Revision 0580deac (streamers): improve RTT based selection rule
- 02:07 PM Revision 7c10f844 (streamers): change to packet level loss measurement
- 08:34 AM Revision e735a1b1 (streamers): reduce load a little bit if there are losses on the path
- 08:34 AM Revision 77683071 (streamers): disabling RTT debug output
- 08:34 AM Revision 9bbdb696 (streamers): remove unused measures and add LOSS measure
- 08:34 AM Revision f5783ec4 (streamers): ugly fix to compile static with MONL
- 08:34 AM Revision fcb5c29b (streamers): moving peerset related stuff to topology.c
- 08:34 AM Revision 21a958c7 (streamers): changing send_offer to RTT based selection
- 08:34 AM Revision 4c0ba13e (streamers): adding RTT based weight function
- 08:34 AM Revision 0cc83624 (streamers): adding RTT measurement
- 08:34 AM Revision a874d5ac (streamers): adding MONL support in Makefile
- 08:34 AM Revision 4bf91643 (streamers): adding MONL measures
- 08:34 AM Revision caefd3c9 (streamers): move linking of eventlib to the end in the makefile
- 08:33 AM Revision 8cc2c49a (streamers): Merge branch 'RockStreamer' into OfferStreamer
- 07:06 AM Revision b43fb02a (streamers): Merge branch 'DumbStreamer' into RockStreamer
- 07:03 AM Revision 371a4639 (streamers): fixed call to default_ip_address in init
- 07:01 AM Revision 7618c9ab (streamers): clean removes net_helper as well
- 07:01 AM Revision 1435546b (streamers): remove dependence on ml_helpers
04/08/2010
- 09:47 AM Revision 7a6fe01f (ffmpeg): Seeking forward in non-seekable media by discarding data, regardless ...
- Originally committed as revision 22822 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 AM Revision 01d91b9b (ffmpeg): Reusing the probe buffer to rewind the ByteIOContext in ff_probe_inpu...
- Originally committed as revision 22821 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:27 AM Revision ba659bed (ffmpeg): Reindent read_sbr_extension.
- Originally committed as revision 22820 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:27 AM Revision 73c27046 (ffmpeg): Print an error and skip PS when PS is found but explicitly found but
- signaled to be absent.
Originally committed as revision 22819 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:27 AM Revision ed23d319 (grapes): Fix compilation after the last API change
- 06:25 AM Revision 92bdbfcd (grapes): Add the possibility to pass a user-defined fd set to wait4data()
- 06:04 AM Revision d14662f6 (ffmpeg): Add support for PS sync extensions.
- Originally committed as revision 22818 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 AM Revision 37216b99 (ffmpeg): Use get_bits_left() in the sync extension check.
- Originally committed as revision 22817 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 AM Revision 702b73bc (ffmpeg): Fix ext_object_type.
- In the case of explicit non-backwards compible PS, the extension object
type should be set to SBR. See 14496-3:2009 (...
04/07/2010
- 08:06 PM Revision 58f48adb (ffmpeg): Add DynamicACL support for FFserver.
- Originally committed as revision 22815 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 PM Revision c6cf6ae6 (ffmpeg): Don't write an empty spdif header in spdif muxers write_header functi...
- Patch by Elupus.
Originally committed as revision 22814 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:05 AM Revision e0728d79 (ffmpeg): Add unsharp video filter.
- Contributed by Daniel G. Taylor (dan/at/programmer-art/dot/org)
Originally committed as revision 22813 to svn://svn....
04/06/2010
- 10:31 PM Revision b9bd6589 (ffmpeg): Clarify doxy for av_fifo_alloc().
- Originally committed as revision 22812 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:52 AM Revision 77a670e7 (ffmpeg): Fix segfault when encoder initialization fails.
- Patch by Craig Thomasson $(name) dot $(surname) ripcode com
Originally committed as revision 22811 to svn://svn.ffmp...
04/05/2010
- 07:55 PM Revision 2100348c (ffmpeg): Add actually correct rXXXXX here.
- Originally committed as revision 22810 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:54 PM Revision 46e6fb4c (ffmpeg): Simplify writing stream metadata.
- Patch by Anton Khirnov <wyskas gmail com>.
Originally committed as revision 22809 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:53 PM Revision 1a6498d7 (ffmpeg): Don't overwrite user-supplied metadata with metadata mapped from an i...
- Patch by Anton Khirnov <wyskas gmail com>.
Originally committed as revision 22808 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:50 PM Revision 56a8242f (ffmpeg): Actually add flag (somehow got lost in my previous patchset?), fixes ...
- r22806.
Originally committed as revision 22807 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:46 PM Revision 3dd6180f (ffmpeg): Add a flag to not overwrite existing tags
- Patch by Anton Khirnov <wyskas gmail com>.
Originally committed as revision 22806 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:26 PM Revision 0950e170 (ffmpeg): Reindent
- Originally committed as revision 22805 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:25 PM Revision 0e4b185a (ffmpeg): Fix leaks in the AAC RTP depacketizer
- Originally committed as revision 22804 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 1da1e193 (ffmpeg): Add void to a function prototype that takes no arguments. Fixes a pot...
- compiler warning.
Originally committed as revision 22803 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/04/2010
- 10:19 PM Revision 0e1f78f9 (ffmpeg): Fix rounding direction for calculation of AVPacket.duration.
- Fixes issue1579
Originally committed as revision 22802 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:59 PM Revision 3370289a (ffmpeg): Zero-initialize the reply struct
- The status_code field is read in the fail codepath, where it could be
read uninitialized earlier. Found by clang.
Or... - 03:35 PM Revision 1e4dd198 (ffmpeg): Document minimum binutils requirements on Unix-like platforms.
- based on a patch by Michael Kostylev, michael.kostylev gmail com
Originally committed as revision 22800 to svn://svn... - 02:21 PM Revision 5b33a553 (ffmpeg): Implement support to the AVSEEK_SIZE operation in file_seek().
- Avoid the need to use seeking for getting the file size, use fstat
instead, which is significantly faster.
See threa... - 01:50 PM Revision 685598f5 (ffmpeg): Reindent.
- Originally committed as revision 22798 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:50 PM Revision ac61f59a (ffmpeg): Rename av_encode() to av_transcode(), the new name is more meaningful.
- Originally committed as revision 22797 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:20 PM Revision 37f57ab4 (ffmpeg): Allow AVFormatContext.duration to be set if no individual stream dura...
- Demuxers already do this ...
Originally committed as revision 22796 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:18 AM Revision 2819760b (ffmpeg): Avoid division by zero
- Based on clang-scan report http://permalink.gmane.org/gmane.comp.video.ffmpeg.devel/107290
Originally committed as r...
04/03/2010
- 03:29 PM Revision 2bb96256 (ffmpeg): Remove variable whose value was never read. Found by clang.
- Originally committed as revision 22794 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:05 PM Revision c99baf05 (ffmpeg): Add help for (I)RDFT test in fft-test
- Originally committed as revision 22793 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:04 PM Revision c2b774a0 (ffmpeg): Make code using 1d-DCT consistent with the API change
- Originally committed as revision 22792 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 PM Revision 2874c81c (ffmpeg): Replace all remaining occurrences of AVERROR_NOMEM with
- AVERROR(ENOMEM).
AVERROR_NOMEM is deprecated and will be dropped at the next libavutil
major bump.
Originally commi... - 12:16 PM Revision 0e642188 (ffmpeg): Remove a redundant assignment, found by clang
- Originally committed as revision 22790 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:45 AM Revision bee694bc (ffmpeg): Group Unix-like platforms together in the platform documentation.
- patch by Michael Kostylev, michael.kostylev gmail com
Originally committed as revision 22789 to svn://svn.ffmpeg.org... - 09:42 AM Revision 57a80d79 (ffmpeg): minor spelling fixes
- Originally committed as revision 22788 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/02/2010
- 11:08 PM Revision 18590be6 (ffmpeg): Use AVDISCARD_DEFAULT for 0 where appropriate.
- Originally committed as revision 22787 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:08 PM Revision ff273dda (ffmpeg): Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + te...
- zero, so should be 17 bytes, not 9.
Originally committed as revision 22786 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:14 PM Revision f3c68c5b (ffmpeg): ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>.
- Originally committed as revision 22785 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:26 PM Revision 52342922 (ffmpeg): aacenc: Error when an unsupported profile is requested
- Originally committed as revision 22784 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:58 PM Revision 7b374c9f (ffmpeg): Another uninitialized value.
- See http://tranquillity.ath.cx/clang/2010-03-30-1/report-e6KUTb.html#EndPath
Originally committed as revision 22783 ... - 02:58 PM Revision 190413cf (ffmpeg): Fix uninitialized value in codepath.
- See http://tranquillity.ath.cx/clang/2010-03-30-1/report-40QvF3.html#EndPath
Originally committed as revision 22782 ... - 02:56 PM Revision ddf8e75e (ffmpeg): Remove dead initialization.
- Originally committed as revision 22781 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision 0b9535b9 (ffmpeg): Remove dead initialization.
- Originally committed as revision 22780 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:19 PM Revision 636da41a (ffmpeg): aacenc: Don't lowpass the input unless specifically requested.
- The heuristic for estimating a good cutoff is busted.
Originally committed as revision 22779 to svn://svn.ffmpeg.org... - 02:08 PM Revision 008593be (ffmpeg): Change default for bidir_refine to 1.
- Originally committed as revision 22778 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:04 PM Revision fd8277ff (ffmpeg): Optimize bidir_refine a bit.
- compiled code is less tham 1/4 the size.
a tiny bit faster
Originally committed as revision 22777 to svn://svn.ffmpe... - 01:33 PM Revision fea9bb2f (ffmpeg): Replace the last occurrance of CODEC_TYPE_ with AVMEDIA_TYPE_
- Originally committed as revision 22776 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 PM Revision a69220cc (ffmpeg): Change bidir refine hash code so we only need to perform a single
- hash calculation for the whole function.
negligibly faster (about 0.1%)
Originally committed as revision 22775 to sv... - 11:33 AM Revision 4bebf2cf (ffmpeg): Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_
- This was accidentally overwritten in the recent merge of the theora/vorbis codepaths
Originally committed as revisio... - 11:06 AM Revision 2d603902 (ffmpeg): Reduce the size of the bidir refine hashtable from 4096 to 256 and
- change the hash function to something more sane and simple.
about 1/3 faster, no meassureable change in psnr or size ... - 01:13 AM Revision e056d2a2 (ffmpeg): Move comment that belonged to cmp() back to cmp().
- Originally committed as revision 22772 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:07 AM Revision 919e7497 (ffmpeg): slice dice, inline and outline cmp()
- motion_est.o is now less than half its previous size.
No speedchange meassureable.
Originally committed as revision ... - 01:03 AM Revision 4ed39eed (ffmpeg): av_builtin_constant_p()
- Originally committed as revision 22770 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/01/2010
- 10:34 PM Revision 458b062d (ffmpeg): Implement cmdutils.c:read_file(), and use it in ffmpeg.c for reading
- the second pass encoding log file.
Originally committed as revision 22769 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:43 PM Revision 339f5f39 (ffmpeg): Merge Vorbis / Theora depayloaders.
- Patch by Josh Allmann <joshua DOT allmann AT gmail DOT com>.
Originally committed as revision 22768 to svn://svn.ffm... - 09:42 PM Revision cb92a9c0 (ffmpeg): Reindent after r22766.
- Patch by Josh Allmann <joshua DOT allmann AT gmail DOT com>.
Originally committed as revision 22767 to svn://svn.ffm... - 09:41 PM Revision 96070b8b (ffmpeg): Rename functions / comments from "Theora" to "Xiph" where relevant.
- Patch by Josh Allmann <joshua DOT allmann AT gmail DOT com>.
Originally committed as revision 22766 to svn://svn.ffm... - 09:40 PM Revision 06a36faf (ffmpeg): Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for m...
- the Vorbis / theora depacketizers.
Patch by Josh Allmann <joshua DOT allmann AT gmail DOT com>.
Originally committe... - 08:56 PM Revision d834d63b (ffmpeg): Add -t option to ffplay.
- Patch by Robert Krüger, krueger signal7 de
Originally committed as revision 22764 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:51 PM Revision 00bbc093 (ffmpeg): Store range coder state transition table.
- Use a better table, 2% compression gain for foreman
Originally committed as revision 22763 to svn://svn.ffmpeg.org/f... - 05:54 PM Revision fa034b44 (ffmpeg): Allow hardcoding of ulaw and alaw tables.
- Originally committed as revision 22762 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:11 PM Revision 8eaa6e0e (ffmpeg): Change/simplify the tableprint/tablegen API.
- Originally committed as revision 22761 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:56 PM Revision 26379a77 (chunker-player): corrected many memory leaks (not all)
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@842 c54fac...
- 04:52 PM Revision 27eecec3 (ffmpeg): Convert two "m" constraints to MANGLE to fix compilation with some co...
- Originally committed as revision 22760 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:52 PM Revision d749da7e (ffmpeg): Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.
- Patch by Takashi Mochizuki mochi (A) da2 (.) so (dash) net (dot) ne (.) jp
Originally committed as revision 22759 to... - 12:09 PM Revision ccf8c294 (ffmpeg): Limit probing to probesize.
- Originally committed as revision 22758 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:13 AM Revision a6664ae2 (chunker-player): added compile file for net_helper version
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@838 c54fac...
- 11:13 AM Revision 13e7856d (chunker-player): added new chunk pusher that uses net_helper
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@837 c54fac...
- 11:13 AM Revision 3a6d10b3 (chunker-player): added new chunk puller that uses net_helper
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@836 c54fac...
- 11:13 AM Revision 5425e640 (chunker-player): remove curl stuff from chunk_pusher_stdio
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@835 c54fac...
- 08:02 AM Revision 527c2e64 (ffmpeg): Fix flvdec start-of-frame.
- Patch by Howard Chu hyc highlandsun com
Originally committed as revision 22757 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:41 AM Revision cf097cbc (ffmpeg): Cosmetics: indentation
- Originally committed as revision 22756 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:41 AM Revision c41c5b02 (ffmpeg): Don't create unnecessary refereces to pictures
- Originally committed as revision 22755 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:41 AM Revision dd0c789b (ffmpeg): Hook decoder up to libavfilter's direct rendering for ffplay
- Originally committed as revision 22754 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:41 AM Revision 0fb49b59 (ffmpeg): Add function to export EDGE_WIDTH from libavcodec.
- Originally committed as revision 22753 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/31/2010
- 09:10 PM Revision c846a984 (ffmpeg): Document API addition of avcodec_copy_context().
- Originally committed as revision 22752 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 PM Revision d9521cb1 (ffmpeg): Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is...
- we'd memset() the codec context to zero, thereby setting audio input to U8
and video to YUV420P. For most video encod... - 08:40 PM Revision d1032180 (ffmpeg): Add avcodec_copy_context().
- Originally committed as revision 22750 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:06 PM Revision e33f1fa0 (ffmpeg): Add entry for the addition of av_match_ext() to the public API.
- Originally committed as revision 22749 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:03 PM Revision 1a70d127 (ffmpeg): Make av_match_ext() declaration public (move its declaration out of
- the #ifdef HAVE_AV_CONFIG_H block in avformat.h).
Originally committed as revision 22748 to svn://svn.ffmpeg.org/ffm... - 05:00 PM Revision 5b03661f (ffmpeg): Replace some "m" constraints by MANGLE to avoid issues with some comp...
- being able to compile it and deduplicate the code at the same time.
Originally committed as revision 30978 to svn://... - 03:01 PM Revision 3a7c271b (chunker-player): fixed http headers that screwed up communication with libeven...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@832 c54fac...
- 02:58 PM Revision f9cf0a8d (chunker-player): counters for frame statistics, insertion sort in the frames q...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@831 c54fac...
- 02:48 PM Revision 11e39d44 (chunker-player): new sync algortithm, debug symbols, fprintf to stderr the deb...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@830 c54fac...
- 02:15 PM Revision c7512f6b (ffmpeg): Fix a few typos/grammar nits from r22739.
- Originally committed as revision 22747 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:13 PM Revision a4585e78 (ffmpeg): Fix likely typo in r15937.
- Originally committed as revision 22746 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 PM Revision fe8344a2 (ffmpeg): Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.
- Originally committed as revision 22745 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 PM Revision cc947f04 (ffmpeg): Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
- Patch by Jean-Daniel Dupas, devlists shadowlab org
Originally committed as revision 22744 to svn://svn.ffmpeg.org/ff... - 10:45 AM Revision 46da7fa1 (ffmpeg): Probe aac codecs for CODEC_ID_PROBE.
- Patch by Joakim Plate, elupus ecce se
Originally committed as revision 22742 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:22 AM Revision 8166c498 (ffmpeg): Remove superfluous space from a conversion table.
- Patch by Anton Khirnov, wyskas gmail
Originally committed as revision 22741 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:55 AM Revision 7a5c850b (ffmpeg): H264: Copy h264dsp when creating new slice threads
- Fixes slice multithreading (broken in r22565)
Fixes issue1815
Originally committed as revision 22740 to svn://svn.ff... - 12:41 AM Revision 49553ec8 (ffmpeg): Better documentation of -vsync
- Originally committed as revision 22739 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/30/2010
- 11:46 PM Revision 330d86f5 (ffmpeg): Issue a more general message when the function which sets an option
- fails.
It may fail not only because of an invalid value for the option, but
also for other reasons, e.g. memory prob... - 11:42 PM Revision fc8b1075 (ffmpeg): Update APIchanges after the enum CodecType -> enum AVMediaType
- transition.
Originally committed as revision 22737 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:31 PM Revision 11491503 (ffmpeg): Move AVMediaType from libavcodec to libavutil.
- This allows applications/libraries which require that symbol
(e.g. libavfilter) to be compiled without to depend on t... - 11:30 PM Revision 72415b2a (ffmpeg): Define AVMediaType enum, and use it instead of enum CodecType, which
- is deprecated and will be dropped at the next major bump.
Originally committed as revision 22735 to svn://svn.ffmpeg... - 10:11 PM Revision 33aea5f5 (streamers): Merge branch 'RockStreamer' into OfferStreamer
- 10:11 PM Revision 4ae5a3e9 (streamers): Merge branch 'DumbStreamer' into RockStreamer
- 10:09 PM Revision ca6e7708 (ffmpeg): Add spectral extension to the E-AC-3 decoder.
- Original patch by Justin, updated and resubmitted by
Christophe Gisquet, christophe D gisquet A gmail
Originally com... - 10:08 PM Revision 0c46c105 (streamers): update overflow handling code to 32bit wire timestamps
- 10:07 PM Revision ff4d09f3 (streamers): change to 64 bit timestamps to interface with avformat
- This change is only for the values used internally.
On the wire 32 or 16 bits can still be used. - 09:53 PM Revision 69ae8acb (streamers): Add support for missing PTSs
- 09:53 PM Revision c404be8a (streamers): Implement shared payload header and frame header writers
- 09:52 PM Revision 4f7ec627 (streamers): Use the new payload stuff in the dummy out module
- 09:52 PM Revision 421c2dc2 (streamers): Move payload handling in a proper header file
- 09:52 PM Revision b5e34f09 (streamers): Update, and switch to new PTS size
- 09:51 PM Revision be894e4d (streamers): Rename the dummy output module
- 09:05 PM Revision 1052b76f (ffmpeg): Fix implicit weight for b frames in mbaff.
- Originally committed as revision 22733 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:46 PM Revision c28112fa (ffmpeg): Make sure the EC code does not attempt to use inter based concealment...
- is no reference frame available. (this can happen because the EC code will attempt
to use reference frames even for I... - 07:37 PM Revision aa1de0d9 (ffmpeg): Split out code that auto-chooses a default pix_fmt/sample_fmt in thei...
- functions.
Originally committed as revision 22731 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:28 PM Revision 13cb2187 (ffmpeg): configure: restore -mdynamic-no-pic on darwin (missing since r20497)
- Darwin compilers default to PIC on, so -mdynamic-no-pic (which disables it
again) needs to be added to cflags before ... - 03:50 PM Revision 32e543f8 (ffmpeg): Replace @returns by @return.
- Originally committed as revision 22729 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:17 AM Revision c4983616 (streamers): Merge branch 'RockStreamer' into OfferStreamer
- 09:17 AM Revision 3a1f076c (streamers): Merge branch 'DumbStreamer' into RockStreamer
- Conflicts:
loop-mt.c
loop.c - 09:13 AM Revision d67ef29a (streamers): update GRAPES
- 08:20 AM Revision 54f4d42f (streamers): exit gracefully if input file not found
- 08:20 AM Revision 919f2faa (streamers): removed hostname based IP autodetect
- 08:19 AM Revision 27ee9207 (streamers): moved the hostname based part of IP autodetect in separate function
- 08:10 AM Revision 3bccd93a (ffmpeg): Set VDPAU H264 picture parameter field_order_cnt and frame_num at the
- start of decoding a picture instead of at the end.
Fixes mmco01.264
Patch by Stephen Warren
Originally committed as... - 07:52 AM Revision e5efbafd (ffmpeg): Fix VDPAU for H.264 streams with long reference frames.
- Patch by Stephen Warren.
Originally committed as revision 22727 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:45 AM Revision 20ddf9e8 (chunker-player): changing compile to link with chunkstream i/o
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@815 c54fac...
- 06:44 AM Revision 70ee24d2 (chunker-player): compile fixes
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@814 c54fac...
- 06:44 AM Revision 939af979 (chunker-player): added compile for stdio version
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@813 c54fac...
- 06:35 AM Revision 0ef85829 (chunker-player): adding stdin chunkstream input
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@812 c54fac...
- 06:35 AM Revision 1f9b07d5 (chunker-player): adding stdout chunkstream output
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@811 c54fac...
- 06:35 AM Revision 1f425cb8 (chunker-player): writing error/debug/info messages to stderr instead of stdout
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@810 c54fac...
- 06:35 AM Revision 9c597fd1 (chunker-player): temporarily disable check that was not working on 64bit machine
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@809 c54fac...
03/29/2010
- 11:34 PM Revision 38b9d8b8 (ffmpeg): Add missing entry for the YOP demuxer and video decoder addition.
- Originally committed as revision 22726 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 PM Revision 8a36b59b (ffmpeg): Document url_exist().
- Originally committed as revision 22725 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:17 PM Revision 148bcae9 (ffmpeg): Implement YOP demuxer and video decoder.
- Patch by Mohamed Naufal gmailify(naufal11).
Originally committed as revision 22724 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:32 PM Revision 30ad1a66 (ffmpeg): Include appropriate header in table generators instead of using a dummy
- av_cold define.
Originally committed as revision 22723 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:01 PM Revision 4f798a6a (ffmpeg): Add some documentation about the table generation code.
- Originally committed as revision 22722 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:58 PM Revision 5b9c11ff (ffmpeg): Fix indentation.
- Originally committed as revision 22721 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 PM Revision c2bfd816 (ffmpeg): Some spelling fixes.
- Originally committed as revision 22720 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:37 PM Revision 8ff5d1f3 (ffmpeg): Simplify interleaving code.
- Originally committed as revision 22719 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:36 PM Revision 9cba6f5f (ffmpeg): Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein ...
- com>.
Originally committed as revision 22718 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:53 PM Revision a0d5f3d3 (ffmpeg): Cosmetics : add a space after ",".
- Originally committed as revision 22717 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 AM Revision b23cf13c (ffmpeg): indent
- Originally committed as revision 22716 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 AM Revision 32240799 (ffmpeg): optimize init_vlc().
- Reduce worst case time from O(N^2) to O(N*log(N)).
Speedup average case by a factor of 10 in ffv2 (total decoding spe... - 01:34 AM Revision 7ef7ae93 (ffmpeg): Update x264 presets in line with latest x264 changes.
- Patch by Lou Logan.
Originally committed as revision 22714 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/28/2010
- 08:16 PM Revision e69decae (ffmpeg): Clarify (Open)Solaris section of the documentation.
- patch by Michael Kostylev, michael.kostylev gmail com
Originally committed as revision 22713 to svn://svn.ffmpeg.org... - 05:21 PM Revision 6aaa9bc9 (ffmpeg): Add myself as co-maintainer of tta.c
- Originally committed as revision 22712 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:17 PM Revision bac6ed4a (ffmpeg): TTA : Check if the output buffer size is within bounds.
- Fixes issue 1848.
Originally committed as revision 22711 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:39 PM Revision 0f943ce6 (ffmpeg): Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols via
- librtmp.
Patch by Howard Chu <hyc * highlandsun * com>.
Originally committed as revision 22710 to svn://svn.ffmpeg.... - 10:31 AM Revision 9bee2459 (ffmpeg): Document url_seek().
- Originally committed as revision 22709 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:04 AM Revision 4bfe67da (ffmpeg): Implement -convert_tags option, which converts showed tag names to the
- FFmpeg generic tag names.
Originally committed as revision 22708 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:59 AM Revision f990f6e3 (ffmpeg): Fix NUT (de)muxer warnings:
- CC libavformat/nutdec.o
libavformat/nutdec.c: In function ‘read_seek’:
libavformat/nutdec.c:862: warning: passing ... - 08:48 AM Revision 4c1202f7 (ffmpeg): Initialize ssrc and base_timestamp using ff_random_get_seed()
- Originally committed as revision 22706 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:15 AM Revision 9b1db5ec (ffmpeg): correct first pts for ogg skeleton
- Originally committed as revision 22705 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/27/2010
- 09:14 PM Revision 66b6c745 (ffmpeg): Document the behavior of av_metadata_get() if the prev parameter is
- NULL.
Originally committed as revision 22704 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:10 PM Revision d14f5391 (ffmpeg): Use more appropriate return values in txd demuxer.
- Originally committed as revision 22703 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:09 PM Revision 36031c20 (ffmpeg): eacdata: fix a memleak, return partial packets and use proper return ...
- Originally committed as revision 22702 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:30 PM Revision 227d1b98 (ffmpeg): misc wording and grammar fixes
- Originally committed as revision 22701 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:22 PM Revision 9b489e02 (ffmpeg): Clearer CODEC_CAP_DR1 documentation.
- Originally committed as revision 22700 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:17 PM Revision c08b9856 (ffmpeg): Clarify where the list of supported formats is.
- Originally committed as revision 22699 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:35 PM Revision efe8bb09 (ffmpeg): 10l: Initialize tag to NULL in show_stream, fix metadata showing in
- streams.
Originally committed as revision 22698 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:31 AM Revision c271ad21 (ffmpeg): Clarify which parts of libswscale remain GPL.
- Originally committed as revision 22697 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 AM Revision 819ee683 (ffmpeg): libswscale: Relicense almost all x86 assembler optimizations as LGPL.
- This is of course done with permissions from the authors. The only GPL
component left are MMX optimizations for YUV t...
03/26/2010
- 10:46 PM Revision 7a5bdd79 (ffmpeg): Use av_strerror() in print_error().
- Originally committed as revision 22696 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:40 PM Revision 94052341 (ffmpeg): Use the newly available x264 parameters in ffmpeg in the x264 preset ...
- Patch by Lou Logan.
Originally committed as revision 22695 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:04 PM Revision cae9a15c (ffmpeg): Don't report EINTR from select as an error, retry select instead
- Originally committed as revision 22694 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:56 AM Revision 3fd427cd (ffmpeg): Add (Open)Solaris section to platform documentation.
- Originally committed as revision 22693 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:39 AM Revision c2b157e7 (streamers): Merge branch 'RockStreamer' into OfferStreamer
- 09:39 AM Revision b3b1299e (streamers): Merge branch 'DumbStreamer' into RockStreamer
- 09:39 AM Revision fc637fed (streamers): updated GRAPES to 0.8.2
- 07:57 AM Revision f25b1c4b (ffmpeg): HAVE_MMX2 implies HAVE_MMX, so checking the latter is enough.
- Originally committed as revision 30961 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:04 AM Revision 767738f7 (ffmpeg): h264: Use + instead of | in some places
- 6 insns less on x86-64/gcc 4.2.
Originally committed as revision 22692 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:12 AM Revision e644db61 (ffmpeg): libxvid: Clear extradata pointer when freeing it.
- Fixes crash when avcodec_close() tried freeing it again.
Fixes issue 1846.
Originally committed as revision 22691 to... - 03:31 AM Revision 601ca8c5 (ffmpeg): h264: Remove unused function argument
- Originally committed as revision 22690 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:29 AM Revision f7ba470d (ffmpeg): h264: Simplify decode_cabac_residual() specialization
- Gives more consistent inlining with some compilers (such as llvm).
Originally committed as revision 22689 to svn://s... - 01:12 AM Revision 532aa889 (ffmpeg): Fix updating condition for the probe_size variable in the internal
- loop of ff_probe_input_buffer(), making sure that probe_size is always
set to probe_max_size in the last iteration.
... - 12:38 AM Revision fd12dd95 (ffmpeg): Reorder platform sections alphabetically.
- Originally committed as revision 22687 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:37 AM Revision 54dab567 (ffmpeg): Add FreeBSD subsection with compilation instructions.
- Originally committed as revision 22686 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/25/2010
- 10:52 PM Revision 82ba847e (ffmpeg): Add APIchanges entry after av_strerror() addition.
- Originally committed as revision 22685 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 PM Revision 87958234 (ffmpeg): Implement av_strerror().
- Originally committed as revision 22684 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 PM Revision 0394c928 (ffmpeg): Prefer '///< ...' doxygen inline syntax over '/**< ... */'.
- Originally committed as revision 22683 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 PM Revision b748b9d6 (ffmpeg): Use consistent punctuation rules for the error message descriptions.
- Originally committed as revision 22682 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 PM Revision 4bc5cc23 (ffmpeg): Reassemble the RTSP URL before replacing hostname with the numerical IP
- Originally committed as revision 22681 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:04 PM Revision 7b4a3645 (ffmpeg): Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary b...
- Originally committed as revision 22680 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:53 PM Revision 60f198a7 (ffmpeg): Remove a redundant null pointer check
- Originally committed as revision 22679 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:49 PM Revision 30af0779 (ffmpeg): Don't force basic auth in RTSP, but retry with the server-specified m...
- Originally committed as revision 22678 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 PM Revision 2626308a (ffmpeg): Actually parse the auth headers in RTSP
- Originally committed as revision 22677 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:47 PM Revision aa8bf2fb (ffmpeg): Make RTSP use the generic http authentication code
- Still hardcoded to use Basic auth, without parsing the reply headers
Originally committed as revision 22676 to svn:/... - 09:46 PM Revision b17d11c6 (ffmpeg): Add separate method/url parameters to the rtsp_send_cmd functions
- Originally committed as revision 22675 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:01 PM Revision c5c20ae4 (ffmpeg): Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA /
- AVERROR_PATCHWELCOME in case of invalid / unsupported number of
channels specified, rather than return AVERROR_NOTSUP... - 08:45 PM Revision ab379c67 (ffmpeg): 10l, update ref value for ffm since default flags changed and are sto...
- Originally committed as revision 22673 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:47 PM Revision e9fea405 (ffmpeg): Reindent
- Originally committed as revision 22672 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 PM Revision dac99c35 (ffmpeg): Enable mbtree by default, and remove it from presets
- Originally committed as revision 22671 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:25 PM Revision f3b3b489 (ffmpeg): Enable more libx264 options, aq, psy, rc lookahead and ssim
- Originally committed as revision 22670 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 PM Revision 4896dd57 (ffmpeg): Matroska muxer : Don't create audio tracks for unsupported audio codecs.
- Originally committed as revision 22669 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:01 PM Revision b26708d5 (ffmpeg): Add a changelog entry for http digest auth
- Originally committed as revision 22668 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 PM Revision 855e7732 (ffmpeg): Add support for http digest authentication
- Originally committed as revision 22667 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:14 AM Revision d8f92957 (ffmpeg): Reindent
- Originally committed as revision 22666 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:13 AM Revision ddbeb954 (ffmpeg): Add a lowercase parameter to ff_data_to_hex
- Originally committed as revision 22665 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision bd01c393 (ffmpeg): Make audio_read_packet() return AVERROR_EOF rather than AVERROR(EOF) =
- AVERROR(-1) = 1.
Originally committed as revision 22664 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/24/2010
- 11:06 PM Revision b1cc5540 (ffmpeg): Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_content
- Originally committed as revision 22663 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 PM Revision 3bfb30b9 (ffmpeg): Fix warnings in NUT demuxer:
- libavformat/nutdec.c: In function ‘read_seek’:
libavformat/nutdec.c:862: warning: passing argument 4 of ‘av_tree_find... - 10:38 PM Revision 7ed8211b (ffmpeg): Issue a warning if the received CSeq isn't the expected one
- Originally committed as revision 22661 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 PM Revision 9405f733 (ffmpeg): Split out http authentication handling into a separate file
- This prepares for adding support for more authentication methods
Originally committed as revision 22660 to svn://svn... - 07:58 PM Revision 59856b98 (ffmpeg): Fix warning:
- libavformat/nut.c: In function ‘ff_nut_free_sp’:
libavformat/nut.c:80: warning: passing argument 4 of ‘av_tree_enumer... - 06:52 PM Revision 3032276b (ffmpeg): Handle errors returned from ff_rtsp_read_reply in udp_read_packet pro...
- Originally committed as revision 22657 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:40 PM Revision 852e0ca5 (ffmpeg): Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it...
- to share it with e.g. MMS.
Patch by Zhentan Feng <spyfeng gmail com>.
Originally committed as revision 22656 to svn... - 05:09 PM Revision 508f092a (ffmpeg): aacenc: Merge quantize_band_cost() with quantize_and_encode_band().
- If these two functions aren't matched results may be unexpected.
Originally committed as revision 22655 to svn://svn... - 03:20 PM Revision 0393e54c (streamers): Merge branch 'RockStreamer' into OfferStreamer
- 03:19 PM Revision 69155ab4 (streamers): increased topology timeout to 5 seconds
- 03:16 PM Revision 54500884 (streamers): Merge branch 'DumbStreamer' into RockStreamer
- 03:15 PM Revision fc342f90 (streamers): GRAPES upgrade to 0.8.1
- 03:07 PM Revision 8de6681e (chunker-player): h264 input fix
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@783 c54fac...
- 11:11 AM Revision d692850b (ffmpeg): Silence ridiculous gcc warning.
- Originally committed as revision 22654 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 AM Revision c6a5e087 (ffmpeg): Mask away AVSEEK_FORCE properly in some checks in url_fseek()
- Patch by Tomas Härdin $(name).$(s/ä/a/ $(surname)) AT codemill DOT se
Originally committed as revision 22653 to svn:...
03/23/2010
- 11:58 PM Revision 06ebe916 (ffmpeg): Put ff_flac_write_header() in a separate C file to allow it to be sha...
- duplicating code or adding a dependency on vorbiscomment.o.
Originally committed as revision 22652 to svn://svn.ffmp... - 11:35 PM Revision 85f273c7 (ffmpeg): x11grab: AVFormatParameters are always passed from av_open_input_stre...
- there is no need to check for it.
Originally committed as revision 22651 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:59 PM Revision f684f3c5 (ffmpeg): AltiVec implies a PPC CPU, so there is no need to check for both.
- Originally committed as revision 30954 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:12 PM Revision 13bc1ac3 (ffmpeg): Do not compile AltiVec code when AltiVec is not available; not even in
- runtime cpudetection mode.
Fixes compilation with '--enable-runtime-cpudetect --disable-altivec'.
Originally committ... - 08:03 PM Revision 69087742 (ffmpeg): Bump minor version, I forgot in the last commit
- Originally committed as revision 22650 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:48 PM Revision e1484ebe (ffmpeg): Implement the discrete sine/cosine transforms DCT-I and DST-I
- Originally committed as revision 22649 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:58 PM Revision be548816 (ffmpeg): Always check if ff_alloc_picture() succeeds.
- Patch by Pavel Pavlov, pavel summit-tech ca
Originally committed as revision 22648 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:55 PM Revision 6f2c72c1 (ffmpeg): Remove unused variable, fixes the warning:
- libavcodec/h264.c:1562: warning: unused variable `s'
Originally committed as revision 22647 to svn://svn.ffmpeg.org/... - 05:39 PM Revision 1922c0a7 (ffmpeg): Add a loop option to ffplay.
- Patch by Robert Krüger, krueger signal7 de
Originally committed as revision 22646 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:22 PM Revision d40a999a (ffmpeg): Fix seeking in DV when filesize is unknown.
- Patch by Tomas Härdin, tomas D hardin A codemill D se
Originally committed as revision 22645 to svn://svn.ffmpeg.or... - 08:00 AM Revision 7a033e08 (ffmpeg): Handle multiple RTSP transport options properly by adding all of them...
- Originally committed as revision 22644 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:59 AM Revision 602eb779 (ffmpeg): Parse options in the RTSP URL only from the last question mark onwards
- This helps if the URL (erroneously?) contains question marks within the path.
Originally committed as revision 22643... - 07:55 AM Revision 2a21adf9 (ffmpeg): Reconstruct the RTSP URL, in order to remove the auth part from the U...
- Don't modify the user-specified s->filename at all, keep all modifications
locally and in rt->control_uri.
Originall... - 03:35 AM Revision a8bb9ea5 (ffmpeg): ARM: NEON optimised RDFT
- Originally committed as revision 22641 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:17 AM Revision fc4a2d1e (ffmpeg): Change ref_index structure so it matches how its organized in h264.
- Also revert the related error concealment hotfix.
Originally committed as revision 22640 to svn://svn.ffmpeg.org/ffm...
03/22/2010
- 09:58 PM Revision 19de452a (ffmpeg): Move ff_flac_write_header() to flacenc.h, which removes the Matroska ...
- dependency on flacenc.o and fixes the unnecessary dependency on vorbiscomment.o.
Originally committed as revision 22... - 09:12 PM Revision ef768b0c (ffmpeg): Disallow VLC coding with more than 8 bits as there are several bugs
- in that code that could lead to broken files.
AC coding is unaffected.
Originally committed as revision 22638 to svn... - 08:18 PM Revision c5113129 (ffmpeg): Dont senselessly fail on rawvideo that isnt 3 files per frame.
- Originally committed as revision 22637 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:26 PM Revision 887af2aa (ffmpeg): RTP depacketization of Theora
- Patch by Josh Allmann (joshua allmann gmail com)
Originally committed as revision 22636 to svn://svn.ffmpeg.org/ffmp... - 03:07 PM Revision 685e76b5 (ffmpeg): Reindent
- Originally committed as revision 22635 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:07 PM Revision b7dc88fc (ffmpeg): Add support for TCP as lower transport in the RTSP muxer
- Originally committed as revision 22634 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:04 PM Revision 5d7bc46c (ffmpeg): Throw out last experimental warning that was printed for colorspaces ...
- 8 bits per component. This does no good except scaring users away.
Originally committed as revision 22633 to svn://s... - 02:57 PM Revision d6461900 (ffmpeg): Add doxygen docs for av_xiphlacing
- Patch by Josh Allmann (joshua allmann gmail com)
Originally committed as revision 22632 to svn://svn.ffmpeg.org/ffmp... - 02:44 PM Revision 9dff2308 (ffmpeg): Interpret valueless attributes in AMR ftmp lines as being 1
- Originally committed as revision 22631 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:42 PM Revision 6e69f6c4 (ffmpeg): Use the caller's RTSPMessageHeader in rtsp_setup_input_streams
- Currently, the caller doesn't get the status_code and location for rediects,
since rtsp_setup_input_streams uses a co... - 02:26 PM Revision 0e22d688 (ffmpeg): Remove the word "experimental"
- Originally committed as revision 22629 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:50 AM Revision db97be63 (fifo): change fds to non-blocking mode
- 07:49 AM Revision fe2c0307 (fifo): change debug output
03/21/2010
- 10:23 PM Revision e1c9d266 (ffmpeg): Ignore x264 build=0 as there is no such version, this restores previous
- behavior approximately.
Originally committed as revision 22628 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:06 PM Revision bb45237e (ffmpeg): Fix FLAC demuxer dependencies.
- Patch by James Darnley <james darnley at gmail>
Originally committed as revision 22627 to svn://svn.ffmpeg.org/ffmpe... - 04:34 PM Revision 68006ed0 (ffmpeg): Drop AVERROR_NOFMT at the next libavutil major bump.
- Originally committed as revision 22626 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:34 PM Revision 2928b83c (ffmpeg): Make av_open_input_file() return AVERROR_INVALIDDATA rather than
- AVERROR_NOFMT if the format is unknown / cannot be recognized.
It is returned AVERROR_INVALIDDATA, in the sense that... - 04:34 PM Revision e4445e9c (ffmpeg): Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than
- AVERROR_NOFMT in case of invalid / unknown packet size.
Originally committed as revision 22624 to svn://svn.ffmpeg.o... - 04:29 PM Revision e99f8d32 (ffmpeg): Do not use puts, it adds additional newlines making the generated files
- needlessly ugly.
Originally committed as revision 22623 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:03 PM Revision c787cb33 (ffmpeg): Add support for hard-coding the 256kB large dv_vlc_map table.
- Originally committed as revision 22622 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 PM Revision 8de0859b (ffmpeg): Extend and move macros to create table printing functions to header.
- Simplifies creating custom functions for printing DV VLC-related tables.
Originally committed as revision 22621 to s... - 02:43 PM Revision 10249a5f (ffmpeg): Split VLC-related tables out of dvdata.h to make it easier to add sup...
- for hard-coding tables.
Originally committed as revision 22620 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:36 AM Revision b531e1ab (ffmpeg): Reindent after r22618.
- Originally committed as revision 22619 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:35 AM Revision 8305c76b (ffmpeg): Split DCT-II and DCT-III in different functions, they do not share an...
- Originally committed as revision 22618 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 AM Revision e30ab38e (ffmpeg): Call DCT by function pointer. Needed for any future ASM implementatio...
- allows further cleanup.
Originally committed as revision 22617 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:28 AM Revision 89d7df7c (ffmpeg): Cosmetics: move ff_dct_init() to the bottom of the file
- Originally committed as revision 22616 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:24 AM Revision 2758004f (ffmpeg): DCT: remove unused field from context
- Originally committed as revision 22615 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 AM Revision b78a985a (ffmpeg): fix minor typo
- Originally committed as revision 22614 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:24 AM Revision e547328b (ffmpeg): Revert removal of _NETBSD_SOURCE definition.
- It is indeed necessary to compile on NetBSD.
Originally committed as revision 22613 to svn://svn.ffmpeg.org/ffmpeg/t...
03/20/2010
- 11:18 PM Revision 3546fa8d (ffmpeg): fix compilation with --disable-everything --enable-decoder=mpeg2video
- Originally committed as revision 22612 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:39 PM Revision 4903b5ca (ffmpeg): Move variable declaration, fixes the warning:
- ffplay.c:1703: warning: unused variable `pos'
Originally committed as revision 22611 to svn://svn.ffmpeg.org/ffmpeg/... - 09:27 PM Revision 1366f059 (ffmpeg): rdft: reorder functions to avoid static prototype
- Originally committed as revision 22610 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 PM Revision 2881c831 (ffmpeg): Call rdft by function pointer
- Call the RDFT by a function pointer like other FFT related transforms.
This makes instruction set optimized versions ... - 04:51 PM Revision b297129b (ffmpeg): Hotfix for regtest-error failure
- a proper fix appears to require changing h263/mpeg2/motion est to index ref_index like
h264. Ill do this change and t... - 01:42 PM Revision 59b4b540 (ffmpeg): Add Changelog entry and bump lavf micro version for the addition of
- VorbisComment writing for FLAC, Ogg/FLAC, and Ogg/Speex files.
Originally committed as revision 22607 to svn://svn.f... - 01:39 PM Revision aeef3ec6 (ffmpeg): Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.
- Patch by James Darnley <james darnley at gmail>
Originally committed as revision 22606 to svn://svn.ffmpeg.org/ffmpe... - 01:36 PM Revision 66061a12 (ffmpeg): Add VorbisComment writing to FLAC files.
- Patch by James Darnley <james darnley at gmail>.
Originally committed as revision 22605 to svn://svn.ffmpeg.org/ffmp... - 01:02 AM Revision 64f6e357 (ffmpeg): 10l: fix build without termios.h
- Originally committed as revision 22604 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 AM Revision 673fc638 (ffmpeg): Error concealment of h264 with multiple references.
- Originally committed as revision 22603 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:09 AM Revision 1bafdcbd (ffmpeg): List the FFserver specific options under a "Main options" section, to
- distinguish them from the generic common options.
Originally committed as revision 22602 to svn://svn.ffmpeg.org/ffm...
03/19/2010
- 11:34 PM Revision 72af5d8a (ffmpeg): Change the definition of AVERROR_INVALIDDATA at the next libavutil
- major bump, using an FFmpeg specific error code rather than EINVAL,
which has a quite different semantics.
Originall... - 11:34 PM Revision 00291565 (ffmpeg): Extend description for AVERROR_INVALIDDATA.
- Originally committed as revision 22600 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:25 PM Revision 9a9509e6 (ffmpeg): Register atexit handler only when needed
- Originally committed as revision 22599 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:23 PM Revision 5bc2469e (streamers): Merge branch 'RockStreamer' into OfferStreamer
- Conflicts:
Makefile - 04:22 PM Revision 7d624a77 (streamers): Merge branch 'DumbStreamer' into RockStreamer
- Conflicts:
Makefile - 04:20 PM Revision 3076a802 (streamers): upgraded GRAPES to newest version
- 04:06 PM Revision 8e14c74c (streamers): makefile changed for easier merge
- 04:03 PM Revision 51dbf323 (streamers): Merge branch 'DumbStreamer-IO2' into DumbStreamer
- Conflicts:
out-stream.c - 03:59 PM Revision 7a86f98f (streamers): some debug output for out-stream-avf
- 03:58 PM Revision 529d08a9 (streamers): added pts/dts overflow handler to out-stream-avf
- 03:56 PM Revision bec77fd1 (streamers): some debug output in input-stream-avs
- 03:55 PM Revision 87c82f76 (streamers): fix loop support in input-stream-avs
- 12:29 PM Revision 78344779 (streamers): Merge remote branch 'abeni/io_consolidation' into DumbStreamer-IO2
- 11:57 AM Revision a7177cd5 (chunker-player): fixes is StreamerPlayer
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@781 c54fac...
- 11:54 AM Revision 3b1df622 (streamers): Write PTS and DTS in the frame header
- 09:58 AM Revision f5af8f16 (ffmpeg): Replace wrong condition name in #endif comment by correct instance.
- Originally committed as revision 30938 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:57 AM Revision 81bbd840 (ffmpeg): Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 v...
- COMPILE_ALTIVEC is never set to 1, it is just #defined.
Originally committed as revision 30937 to svn://svn.mplayerh... - 08:12 AM Revision 7c7bb98b (streamers): Merge branch 'RockStreamer' into OfferStreamer
- Conflicts:
loop.c - 08:09 AM Revision 7e3653fa (streamers): added missing signaling reception code to loop-mt
- 08:00 AM Revision a8dd4c42 (streamers): Merge branch 'DumbStreamer' into RockStreamer
- Conflicts:
loop-mt.c - 07:59 AM Revision 9d6a53c3 (streamers): handle some receive errors
- 07:44 AM Revision 7a39f142 (ffmpeg): ffmpeg.c: copy chapters by default.
- Patch by Anton Khirnov wyskas gmail com
Originally committed as revision 22598 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:41 AM Revision 1a8f1a2d (streamers): changed output to stdout
- 07:40 AM Revision 9cc07b6c (streamers): move definition of output format and filename
03/18/2010
- 11:36 PM Revision 5388f0b4 (ffmpeg): Reinitialize the h264 decoder context on every valid aspect ratio
- change, not only size changes.
Patch by Janusz Krzysztofik foo=zyszt <jkr$foo@tis.icnet.pl>.
Originally committed a... - 11:13 PM Revision 15ba015f (ffmpeg): The vflip filter does not need to keep ownership of a picture reference.
- Avoid creating and releasing useless extra picture references in the
start_frame and end_frame callbacks.
Originally... - 11:13 PM Revision d313e17a (ffmpeg): Use the new null callbacks to simplify filters and reduce duplicated ...
- Originally committed as revision 22595 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:12 PM Revision 91d1c741 (ffmpeg): Create a set of null callback functions.
- These are useful for filters which don't modify the image data.
Originally committed as revision 22594 to svn://svn.... - 11:02 PM Revision 22e8222f (ffmpeg): Extend the generic path of the yuv2rgb converter with support for rgb444
- output format.
Patch by Janusz Krzysztofik, jkrzyszt A tis D icnet D pl
Originally committed as revision 30934 to s... - 07:36 PM Revision 60c05f2e (streamers): debug output instead of real data only if DEBUGOUT is specified
- 03:32 PM Revision 9d8a82ea (streamers): fixed ip address autodetection
- re-added line that was accidentally removed in a cleanup
- 03:27 PM Revision 6bcb761d (streamers): differentiate threaded version in executable name
- 03:00 PM Revision d343d598 (ffmpeg): Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED
- Originally committed as revision 22593 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:45 PM Revision 8e0aa9cb (chunker-player): ok missing file
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@777 c54fac...
- 01:01 PM Revision 1e69ae95 (chunker-player): clean version of UserLayer external player/chunker/video source
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@774 c54fac...
- 09:04 AM Revision cab9a9fb (streamers): added some debug output to loop-mt
- 09:04 AM Revision c386efc6 (streamers): increasing buffer size in loop-mt
- 09:04 AM Revision 6abd9b83 (streamers): upgrading loop-mt with changes from loop
- 12:24 AM Revision 35a3bd84 (ffmpeg): It is difficult nowadays to compile without swscale support.
- Originally committed as revision 22592 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision fd7cbc7f (ffmpeg): Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather than
- AVERROR(NOFMT) if one channel if the number of channels specified
is different than 1.
Originally committed as revis... - 12:22 AM Revision 8d5e638f (ffmpeg): Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if end
- of file is reached.
Originally committed as revision 22590 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom