Activity
From 11/03/2010 to 12/02/2010
12/02/2010
- 08:12 PM Revision 037be76e (ffmpeg): Add avfilter_graph_create_filter().
- Originally committed as revision 25862 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 PM Revision 9398024c (ffmpeg): Add missing overflow checks in av_image_fill_pointers() and
- av_image_fill_linesizes().
Originally committed as revision 25861 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:50 AM Revision 4cf3adfd (grapes): Yet more const qualifiers
- 11:39 AM Revision a166dc0b (grapes): Some more const qualifiers in topocache
- 09:56 AM Revision 3694ac24 (ffmpeg): mpc: read id3v1 tags.
- Originally committed as revision 25860 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 AM Revision 15d5934d (grapes): Some const fixes in the peersamplers
- 08:41 AM Revision b3878656 (grapes): Some const fixes
- 08:38 AM Revision 3e3eb277 (grapes): Cosmetic fix (position of a "{")
- 08:20 AM Revision babdcc03 (grapes): Cosmetic fix (position of "{")
12/01/2010
- 01:12 PM Revision 1761272b (ffmpeg): Use SECTION .text for yasm code.
- Patch by avcoder, ffmpeg gmail
Originally committed as revision 25859 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:15 AM Revision cf05ea10 (grapes): Merge remote branch 'origin/topman'
- 08:57 AM Revision cfff297d (ffmpeg): adpcm: Skip samples whose ssd calculation has wrapped around
- Wraparound in ssd is mainly avoided by subtracting the ssd of the
best node from all the others once it has grown lar...
11/30/2010
- 09:41 PM Revision a42bb9d6 (ffmpeg): Add missing dependencies for frei0r_src in configure.
- Originally committed as revision 25857 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:14 PM Revision f51aeedd (ffmpeg): Extend the frei0r filter syntax.
- Make it accept the frei0r=filtername=params as alternative to
frei0r=filtername:params.
Originally committed as revi... - 08:14 PM Revision f8608dca (ffmpeg): Implement frei0r source.
- Originally committed as revision 25855 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:14 PM Revision 60445a09 (ffmpeg): Remove @anchor{} commands from the POD output.
- This allows to use the @xref{} command for the HTML output.
Originally committed as revision 25854 to svn://svn.ffmp...
11/29/2010
- 11:15 PM Revision 3d305fd0 (ffmpeg): Add FourCC yuvs for rawvideo (PIX_FMT_YUYV422).
- Patch by Andrew Wason, rectalogic rectalogic com
Originally committed as revision 25853 to svn://svn.ffmpeg.org/ffmp... - 07:02 PM Revision 365d8e47 (ffmpeg): Ensure that data_offset is set correctly when there are partial
- data packets before the first complete one.
Patch by Aaron Colwell [acolwell chromium org].
Originally committed as ... - 04:38 PM Revision 82f19afe (ffmpeg): Partially revert "Simplify code by using av_metadata_set2()."
- This reverts snprintf->av_d2str part of r20840.
With it, track number is exported as a float, which is not
desirable.... - 04:04 PM Revision 4da71f18 (ffmpeg): rtpdec: Remove useless NULL initializations when using designated ini...
- Originally committed as revision 25844 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 PM Revision fe70a95e (ffmpeg): rtpdec: Change the qdm2, qt and svq3 depacketizers to use designated ...
- Originally committed as revision 25843 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:01 PM Revision e889f90c (grapes): Function topo_payload_fill exposed to other modules
- 10:40 AM Revision 4e88eeef (grapes): Merge branch 'cloudcast_integration' into topman
- 10:35 AM Revision ad556add (ffmpeg): Fix h264-conformance-frext-frext_mmco4_sony_b conformance test.
- This includes a revert of r25840
Originally committed as revision 25842 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:43 AM Revision 74f72620 (ffmpeg): In ts demuxer, if pes packet size is < ts packet, honor pes packet an...
- Fixes issue #2392.
Originally committed as revision 25841 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/28/2010
- 11:09 PM Revision 79561f0e (ffmpeg): Update fate h264 test due to r25824, this file has 2 frames delay
- Originally committed as revision 25840 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:17 PM Revision 0b6a7ff4 (ffmpeg): rtsp: Do a forgotten reindenting
- Originally committed as revision 25839 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 AM Revision 3fa77bde (ffmpeg): In libavfilter, use consistently "Copyright (c)" in the license
- headers.
Originally committed as revision 25838 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:01 AM Revision e8ffb2fa (ffmpeg): Add G.722 to RIFF codec list
- Originally committed as revision 25837 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/27/2010
- 08:29 PM Revision 2400730f (ffmpeg): Increase avformat micro version, forgotten in r25834.
- Originally committed as revision 25836 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:10 PM Revision 25a08596 (ffmpeg): Add copyright notices for the E-AC3 and TrueHD parts of the muxer.
- Originally committed as revision 25835 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:08 PM Revision 323e3f8b (ffmpeg): IEC 61937 encapsulation of TrueHD for HDMI passthrough.
- This works at least for some people testing it.
Patch by Anssi Hannula, anssi d hannula a iki fi
Originally committ... - 05:43 PM Revision 89b16ba8 (grapes): Added ability to specify an header for cloud GET operations
- 02:52 PM Revision 7342a625 (grapes): Added test for cloud support with example of a cloud_helper delegate ...
- 02:51 PM Revision 27079cd9 (grapes): Delegate cloud provider implemented
- 02:40 PM Revision fe9d2edb (ffmpeg): DV: use data_offset to fix seeking in badly cut files where the first
- complete frame does not start at position 0.
Originally committed as revision 25833 to svn://svn.ffmpeg.org/ffmpeg/t... - 02:34 PM Revision 5033613a (grapes): Cloud communication support introduced throught cloud_helper
- 01:07 AM Revision 4ab4d65f (ffmpeg): ensure the ASS string in AVSubtitleRect is 0 terminated
- Originally committed as revision 25832 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/26/2010
- 12:38 PM Revision 3dff225b (streamers): Merge branch 'reply-non-neighbour' into back-offer
- Conflicts:
streaming.c - 11:43 AM Revision f9630d20 (streamers): accept offers from non-neighbours
- 11:43 AM Revision f8286367 (streamers): process accept message even if peer is not in pset
- Conflicts:
chunk_signaling.c - 11:43 AM Revision c3e8369f (streamers): ack chunks even if the sender is not in pset
- 11:33 AM Revision b0225995 (streamers): change interface of send_bmap from peer* to nodeid*
- 11:33 AM Revision fa3d2720 (streamers): change ack_chunk interface to use nodeID instead of peer*
- Conflicts:
streaming.c - 11:25 AM Revision b13977c0 (streamers): change interface of send_accepted_chunk to use nodeID instead of p...
- Conflicts:
chunk_signaling.c
streaming.h - 10:11 AM Revision 9d09ebf1 (ffmpeg): Mobotix .mxg demuxer
- Patch by Anatoly Nenashev, anatoly d nenashev a ovsoft d ru
Originally committed as revision 25831 to svn://svn.ffmp... - 12:40 AM Revision d6adf44b (ffmpeg): Fix date in last APIchanges entry.
- Originally committed as revision 25830 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/25/2010
- 11:51 PM Revision 2467997c (ffmpeg): Fix crash in uninit.
- Originally committed as revision 25829 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:22 PM Revision 9b195435 (ffmpeg): Fix timestamp scaling in the overlay filter.
- Compute the outpicref PTS in start_frame(), since it is required for
comparing that value with the value of the overp... - 08:50 PM Revision d38c340f (ffmpeg): Implement avfilter_get_video_buffer_ref_from_arrays().
- Originally committed as revision 25827 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:50 PM Revision 4723bc28 (ffmpeg): Make avfilter_default_free_buffer() an internal shared symbol, so that
- it can be referenced outside defaults.c.
Originally committed as revision 25826 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:04 AM Revision d18f543e (grapes): Fixed ps_context type in peersampler.c
- 09:18 AM Revision b203653f (grapes): Fix some valgrind issues
- 09:17 AM Revision 94563418 (grapes): Free the bitstream filters on exit (make valgrind happy!)
- 08:58 AM Revision 2360396a (grapes): Fix support for H.264 video, by using the proper BSF
- 08:26 AM Revision a6497b4b (grapes): Use the ffmpeg's bitstream filters, instead of reinventing them
- 05:03 AM Revision adc73054 (ffmpeg): In mov demuxer, if multiple h264 stsd are present, do not concatenate...
- Originally committed as revision 25825 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:19 AM Revision 581ba2ce (ffmpeg): In av_find_stream_info, decode more h264 to get correct delay, issue ...
- Originally committed as revision 25824 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 AM Revision c538eb51 (ffmpeg): In TS demuxer, create the AVStream during pmt parsing if the pes stre...
- yet have it, this can happen if the pes stream contain data but no pes header
has been encoutered yet.
Patch by Steph... - 12:29 AM Revision b795ff97 (ffmpeg): In TS demuxer, keep the pmt filter open to parse all pmt sections,
- based on patch by Stephen D'Angelo, SDAngelo at evertz dot com.
Originally committed as revision 25822 to svn://svn....
11/24/2010
- 08:53 PM Revision 8ba5bf5a (ffmpeg): avidec: read some of the Nikon specific tags produced by Nikon cameras
- Originally committed as revision 25821 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:07 PM Revision 459b0661 (ffmpeg): 0.123l: remove unused arguments in av_log(), fix warning.
- Originally committed as revision 25820 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:31 AM Revision 89aef955 (grapes): Allow to compiler the chunkiser test without ffmpeg
- 09:25 AM Revision c0c735aa (grapes): Split the chunkiser/dechunkiser interface from the implementation
- 09:01 AM Revision 69dea8cb (grapes): Output NUT by default
- 09:01 AM Revision 7a3622a4 (grapes): Add a chunkiser test
- 02:38 AM Revision 6fd2b8bd (ffmpeg): In aspect filter, fix display for input resolution
- Originally committed as revision 25819 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:32 AM Revision 3ff99953 (ffmpeg): In crop filter, reference picref after updating w/h, fix issue #2377
- Originally committed as revision 25818 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/23/2010
- 09:08 PM Revision 16d14d64 (ffmpeg): Add informative log message in the crop filter.
- Originally committed as revision 25817 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 PM Revision 782f69e8 (ffmpeg): Fix memleak: free palette data on close.
- Originally committed as revision 25816 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 PM Revision 1e8dedd8 (grapes): First draft of a chunkiser infrastructure
- 12:04 PM Revision 73d0e331 (ffmpeg): avidec: support non-standard creation_time format
- Originally committed as revision 25815 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:03 PM Revision d35cdd57 (ffmpeg): avidec: trivial simplification regarding av_metadata_set
- Originally committed as revision 25814 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:24 AM Revision eaa4542b (ffmpeg): matroskaenc: don't duplicate title information
- Title is already written into special fields designated for it --
per-segment Title, per-chapter ChapString and per-s... - 07:54 AM Revision bcb5d217 (ffmpeg): id3v2: add TDEN<->creation_time tag mapping
- Originally committed as revision 25812 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:54 AM Revision 29c5c590 (ffmpeg): lavf: document the new creation_time tag
- Originally committed as revision 25811 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:01 AM Revision 097ea6db (ffmpeg): 100l, fix missing decrement on split PGS packets.
- Originally committed as revision 25810 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:16 AM Revision 9d252137 (ffmpeg): In h264 decoder, fix decoding when nal end sequence is present
- Originally committed as revision 25809 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:10 AM Revision 8ee764b0 (ffmpeg): Remove some warnings
- Originally committed as revision 25808 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 AM Revision 175272cb (ffmpeg): 10l, fix memleak, forgot to free mp4_dec_config_descr
- Originally committed as revision 25807 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:51 AM Revision 798c6fac (ffmpeg): In ts demuxer, support aac flexmux using extradata in iods, issue #2346
- Originally committed as revision 25806 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 91360ce6 (ffmpeg): Unset variable fps for mov and mp4 muxer, they support it
- but timestamps must start at 0 currently, and this causes sync
problem.
Originally committed as revision 25805 to sv...
11/22/2010
- 10:09 PM Revision 3b39e273 (ffmpeg): S/PDIF demuxer
- Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 25804 to svn://svn.ffmpeg.org/ff... - 10:03 PM Revision b7be04f3 (ffmpeg): Reindent.
- Originally committed as revision 25803 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 PM Revision 7de19a32 (ffmpeg): Implement robust parsing in aspect filters.
- Originally committed as revision 25802 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 PM Revision eee0ef5e (ffmpeg): Add informative log messages to the set aspect filters.
- Originally committed as revision 25801 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 PM Revision 2fb21bf4 (ffmpeg): Give more explicit/less confusing names to the filters dealing with
- aspect ratio.
Originally committed as revision 25800 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:03 PM Revision 819e2ab0 (ffmpeg): Add missing check on the existence of avcodec_opts[AVMEDIA_TYPE_X],
- fix crash in ffprobe.
Originally committed as revision 25799 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:42 PM Revision 902d49ee (ffmpeg): In yadif filter, copy video props to output picture.
- Fix issue #2269.
Interpolate pts for the second frame when using field output mode.
Originally committed as revision... - 08:39 PM Revision 6b133d7e (ffmpeg): Fail RLE decoding if insufficient data for a complete bitmap was deco...
- Originally committed as revision 25797 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 PM Revision 83cd9112 (ffmpeg): Support PGS subtitles with RLE data split over mutiple packets.
- Patch by Mark Goodman [mark goodman gmail com] with some modifications by me.
Originally committed as revision 25796... - 05:39 PM Revision a5a86903 (napa-baselibs): MONL: added a call to publishResultys when stopping a measure ...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2357 c54fac2e-1815-407e-9b96-08...
- 03:28 PM Revision b71dda24 (ml): Added some ifdefs for cleaner code if RTX is disabled
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2356 c54fac2e-1815-407e-9b96...
- 03:28 PM Revision 7a18b5a7 (napa-baselibs): Added some ifdefs for cleaner code if RTX is disabled
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2356 c54fac2e-1815-407e-9b96-08...
- 07:32 AM Revision fb3d8c23 (ffmpeg): ffmpeg.c: document default metadata mappings
- Originally committed as revision 25795 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:32 AM Revision 477b1aea (ffmpeg): ffmpeg.c: copy global metadata by default
- Originally committed as revision 25794 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:46 AM Revision 8f190d8b (ffmpeg): fix pointer truncation to int in avpicture_layout()
- Originally committed as revision 25793 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/21/2010
- 09:25 PM Revision d2cbdb17 (ffmpeg): Re-implement avpicture_layout() using pixdesc and imgutils API.
- The new implementation is more compact, more correct and doesn't hurt
the eyes.
Originally committed as revision 257... - 09:25 PM Revision 6a269f35 (ffmpeg): Replace "depth" with "nb_bits" in the header of avcodec_pix_fmt_strin...
- Originally committed as revision 25791 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 PM Revision 7d3829a8 (ffmpeg): Musepack SV8 supports "mono" files (though it still codes them as ste...
- so extend decoder to output only one channel for it.
This fixes issue 2368.
Originally committed as revision 25790 ... - 08:06 PM Revision 63e8d976 (ffmpeg): Use the new libavcore audio channel API.
- This also allows to remove a linking dependency of libavfilter on
libavcodec.
Originally committed as revision 25789... - 08:06 PM Revision d6e60253 (ffmpeg): Remove declaration of function:
- const char *avcodec_get_channel_name(int channel_id)
which was never implemented.
Originally committed as revision ... - 07:28 PM Revision 176a6157 (ffmpeg): Move audio channel API from libavcodec to libavcore.
- Originally committed as revision 25787 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:02 PM Revision 7df22143 (ffmpeg): movdec: export creation_date as metadata
- Originally committed as revision 25786 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 PM Revision 933875a0 (ffmpeg): avidec: export creation_date as metadata
- Originally committed as revision 25785 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:39 PM Revision 58935b25 (ffmpeg): Port overlay filter from the libavfilter repo (with many fixes),
- adopting Baptiste variant which is simpler and faster.
Originally committed as revision 25784 to svn://svn.ffmpeg.or... - 04:42 PM Revision de42b756 (grapes): Merge branch cloudcast_integration
- Conflicts:
src/TopologyManager/cyclon.c
src/TopologyManager/cyclon_proto.c
src/TopologyManager/ncast_proto.c - 11:38 AM Revision e58d0392 (ffmpeg): Document added functions.
- Originally committed as revision 25783 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:33 AM Revision fa8cc126 (ffmpeg): Improve documentation wording.
- Originally committed as revision 25782 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:07 AM Revision 0f46d685 (ffmpeg): Fix indentation.
- Originally committed as revision 25781 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 AM Revision 18d761a1 (ffmpeg): Fix indentation.
- Originally committed as revision 25780 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:37 AM Revision 3354b051 (ffmpeg): Add explanation and alternative implementation for strange xan
- gamma correction.
Originally committed as revision 25779 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:32 AM Revision 24ae353d (ffmpeg): WC3/xan: move palette handling to decoder, avoiding need for
- PaletteControl.
This also fixes playback of some files with ffplay (images were
corrupted for a short time after a pa... - 10:24 AM Revision 6bfc2683 (ffmpeg): Add av_append_packet function, to be used in code that merges packets
- to allow palette handling without using PaletteControl.
Originally committed as revision 25777 to svn://svn.ffmpeg.o... - 10:21 AM Revision a08d918e (ffmpeg): Add a av_grow_packet function, to be used by code that merges
- palette and video data packets to get rid of PaletteControl.
Originally committed as revision 25776 to svn://svn.ffm...
11/20/2010
- 11:24 AM Revision 1a68e7ed (ffmpeg): adpcm: Fix a comment in the trellis heap code
- This makes the wording consistent with how people usually talk about heaps.
Originally committed as revision 25775 t... - 09:36 AM Revision d9640a55 (ffmpeg): Merge rotation into lookup table.
- Originally committed as revision 25774 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:03 AM Revision 7f48bfa1 (ffmpeg): Cosmetics, fix indentation
- Originally committed as revision 25773 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/19/2010
- 05:36 PM Revision 78f9d35c (ffmpeg): adpcm: Only increment heap_pos after finding a good enough sample
- This increases the PSNR slightly (about 0.1 dB) for trellis sizes
below 8, and gives equal PSNR for sizes above that.... - 05:35 PM Revision d764e3ec (ffmpeg): adpcm: Use a hash table to improve checking for duplicate samples
- This lowers the run time from 158 to 21 seconds, for -trellis 8
with a 30 second sample on my machine.
This requires... - 03:21 PM Revision d06d59f8 (grapes): Merge branch 'cloudcast_integration' into topman
- Conflicts:
src/PeerSampler/ncast.c - 02:36 PM Revision d83a94fa (grapes): Ncast now fully supports contexts. Context extended to topo_proto
- 06:52 AM Revision 47d2ddca (ffmpeg): Fix qdm2 decoder packet handling to match the api
- Originally committed as revision 25767 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:04 AM Revision 5878d5bd (ffmpeg): Order matters, fix test files linking.
- Originally committed as revision 25766 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/18/2010
- 08:37 PM Revision 9abf3441 (ffmpeg): Log error message in case of invalid parsing.
- Originally committed as revision 25765 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 PM Revision bdb47f3a (ffmpeg): Fix style: if( -> if (.
- Originally committed as revision 25764 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 PM Revision cef4b74b (ffmpeg): Remove redundant information in header.
- Originally committed as revision 25763 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 AM Revision b9b71c51 (napa-baselibs): ALTOclient: Removed some statics.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2353 c54fac2e-1815-407e-9b96-08...
11/17/2010
- 11:23 PM Revision 4b6bfbe2 (ffmpeg): 100l: Fix crash in SPDIF muxer.
- Originally committed as revision 25762 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 PM Revision 0985e1a3 (ffmpeg): move the av_parse_color() function from libavfilter to libavcore
- Originally committed as revision 25761 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:32 PM Revision 917eec10 (napa-baselibs): More statics.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2350 c54fac2e-1815-407e-9b96-08...
- 04:17 PM Revision bab7beeb (napa-baselibs): Tagged more internal functions with the static modifier.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2349 c54fac2e-1815-407e-9b96-08...
- 04:02 PM Revision b7329a17 (napa-baselibs): Cleanups in ALTOclient.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2348 c54fac2e-1815-407e-9b96-08...
- 03:50 PM Revision 53cc04e2 (napa-baselibs): Better statistics infos (ALTO_stats).
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2347 c54fac2e-1815-407e-9b96-08...
- 03:37 PM Revision f88c7feb (napa-baselibs): Added better query failure handling.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2346 c54fac2e-1815-407e-9b96-08...
- 12:22 PM Revision 909865fd (ffmpeg): Add support for IEC 61937 ("SPDIF") encapsulation for E-AC-3.
- Only works via HDMI.
Patch by Anssi Hannula (anssi d hannula a iki d fi), based on some work
by myself.
Originally ... - 08:10 AM Revision 4c5ab49d (grapes): Fix out of tree builds (update after the latest changes)
- 07:56 AM Revision afe9e4e6 (grapes): Separate peer sampler and topology manager
- 01:03 AM Revision c71e9640 (ffmpeg): 100L fix get_video_buffer in pad filter, get_video_buffer will store ...
- Originally committed as revision 25759 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/16/2010
- 11:50 PM Revision b3c0fc76 (ffmpeg): av_find_stream_info(): set subtitle codec time_base
- Originally committed as revision 25758 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:11 PM Revision c7cc13c7 (grapes): Split the node cache in a different directory
- 07:57 AM Revision 81a01c6e (grapes): Merge branch 'topman'
- 05:55 AM Revision 2b91d83e (ffmpeg): In mov demuxer, export .mov encoder metadata tag
- Originally committed as revision 25757 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:00 AM Revision 9d9c3e1a (ffmpeg): Make DNxHD encoder produce files that are strictly VC-3 compatible
- Originally committed as revision 25756 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/15/2010
- 03:08 PM Revision dd22cfb1 (ffmpeg): rtsp: Parse and use the Content-Base reply header, if present
- This fixes playing RTSP urls with query parameters.
Originally committed as revision 25755 to svn://svn.ffmpeg.org/f... - 11:57 AM Revision f3ab0d6d (grapes): Ncast now fully supports contexts. Context extended to topo_proto
- 09:30 AM Revision f3d77632 (ffmpeg): 16l trocadero: Musepack SV7 decoder may skip more than 16 bits at the
- beginning of the frame, so make it use skip_bits_long() instead of
skip_bits() for that.
Originally committed as rev...
11/14/2010
- 05:33 PM Revision c99f9b0a (ffmpeg): minor bump and Changelog entry for r25747
- Originally committed as revision 25753 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:31 PM Revision c716f917 (ffmpeg): minor bump and APIchanges for r25745
- Originally committed as revision 25752 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 AM Revision 86abf868 (ffmpeg): adpcm: Fix a comment
- Originally committed as revision 25751 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 AM Revision bad1117b (ffmpeg): Add AMR-NB FATE tests
- Originally committed as revision 25750 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 AM Revision 4aa826e9 (ffmpeg): Add Musepack7 FATE test
- Originally committed as revision 25749 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/13/2010
- 02:37 PM Revision f6c182a0 (ffmpeg): Fix frei0r filter after av_parse_color() syntax change.
- Originally committed as revision 25748 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:18 PM Revision 5952be07 (ffmpeg): add missing files in previous commit (ASS encoder and decoder)
- Originally committed as revision 25747 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:17 PM Revision e9c098db (ffmpeg): add ASS encoder and decoder
- Originally committed as revision 25746 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:57 PM Revision cb2c971d (ffmpeg): allow passing subtitles header between decoder and encoder
- Originally committed as revision 25745 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:55 PM Revision 2722dd6e (ffmpeg): improve av_parse_color() to allow for non-null terminated color string
- Originally committed as revision 25744 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:49 PM Revision 521b8607 (ffmpeg): improve av_parse_color() to support html formatting
- Originally committed as revision 25743 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:46 PM Revision 8f55616f (ffmpeg): add global header support for subtitles encoding
- Originally committed as revision 25742 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 AM Revision 47c5e414 (ffmpeg): Fix revision number of the last APIchanges entry.
- Originally committed as revision 25741 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:51 AM Revision 5aaea022 (ffmpeg): Make avfiltergraph.h public.
- Originally committed as revision 25740 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:20 AM Revision 906eaab4 (ffmpeg): In ff_get_ref_perms_string() use 'u' and 'U' for representing
- AV_PERM_REUSE and AV_PERM_REUSE2 flags, avoid conflict with the char
'r' used for AV_PERM_READ.
Originally committed... - 08:55 AM Revision 27323146 (ffmpeg): lavf/utils: use av_{i/o}format_next() instead of first_{i/o}format
- Originally committed as revision 25738 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:21 AM Revision 4fcbb2af (ffmpeg): Prefix with "ff_" the functions:
- ff_avfilter_graph_check_validity()
ff_avfilter_graph_config_links()
ff_avfilter_graph_config_formats()
and move thei...
11/12/2010
- 08:15 PM Revision bbf07bf9 (ffmpeg): Remove now unused file (should have been part of commit r25735)
- Originally committed as revision 25736 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:04 PM Revision c51722bf (ffmpeg): Test 4XM decoding (and not only demuxing) in FATE tests
- Originally committed as revision 25735 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:55 PM Revision c4e8733a (ffmpeg): Fix visual artifacts in 4XM decoding on big-endian system
- Originally committed as revision 25734 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:22 PM Revision 977d2f95 (ml): queueManagement.c, bugfix: Retransmitted packets were not destroyed (memo...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2341 c54fac2e-1815-407e-9b96...
- 05:22 PM Revision 5de70798 (napa-baselibs): queueManagement.c, bugfix: Retransmitted packets were not dest...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2341 c54fac2e-1815-407e-9b96-08...
- 05:05 PM Revision 10bf846f (ml): queueManagement.c, bugfix: RTX queue size was not limited properly to it'...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2340 c54fac2e-1815-407e-9b96...
- 05:05 PM Revision 45cc2362 (napa-baselibs): queueManagement.c, bugfix: RTX queue size was not limited prop...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2340 c54fac2e-1815-407e-9b96-08...
- 04:23 PM Revision 224277d4 (ml): RETRANSMISSIONS: Monitoring layer hook (the one for setting MONL headers ...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2339 c54fac2e-1815-407e-9b96...
- 04:23 PM Revision 3718d0b1 (napa-baselibs): RETRANSMISSIONS: Monitoring layer hook (the one for setting MO...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2339 c54fac2e-1815-407e-9b96-08...
- 12:30 PM Revision 38b3bda1 (ffmpeg): adpcm: Replace any of the leaf nodes in the heap
- By not looking for the exactly largest node, we avoid an O(n) seek through
the leaf nodes. Just pick one (not the sam... - 12:28 PM Revision 4106b7f1 (ffmpeg): Reindent
- Originally committed as revision 25732 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 PM Revision f82e8f34 (ffmpeg): adpcm: Store the trellis nodes in a heap instead of a sorted array
- This avoids having to memmove the large parts of the array when inserting into
it.
For -trellis 8, this lowers the r... - 11:04 AM Revision 5d6e4c16 (ffmpeg): Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
- SampleFormat with AVSampleFormat.
Originally committed as revision 25730 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:56 AM Revision 09f47fa4 (ffmpeg): ffmpeg.c: add a forgotten break in chapter copying
- only copy chapters from one file
Originally committed as revision 25729 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:56 AM Revision a9c2bf9d (ffmpeg): ffmpeg.c: reindent
- Originally committed as revision 25728 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:56 AM Revision 91e96eba (ffmpeg): ffmpeg.c: add an option for copying chapters
- fixes issue 2068
Originally committed as revision 25727 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:38 AM Revision 5fb2f134 (ffmpeg): 10l: dx shouldn't exist.
- sorry sorry sorry sorry
Originally committed as revision 25726 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:34 AM Revision 0611f675 (ffmpeg): 10l: vorbisdec: declare dy
- Originally committed as revision 25725 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:33 AM Revision 8455e8c7 (ffmpeg): vorbisdec: Fix floor1 decoding
- An intermediate value in the floor 1 linear interpolation was
overflowing
resulting in obvious artifacts on some file...
11/11/2010
- 10:41 PM Revision 668673f1 (ffmpeg): Add missing check on the existence of an associated output pad for
- each specified output link label.
Fix crash.
Originally committed as revision 25723 to svn://svn.ffmpeg.org/ffmpeg/... - 09:29 PM Revision cb4fe492 (ffmpeg): remove declaration inside for(), i is already declared
- Originally committed as revision 25722 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:19 PM Revision 098485e9 (streamers): Send extradata in the stream only for some specific codecs
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 05:19 PM Revision 81fe90f2 (streamers): Set AVFMT_FLAG_GENPTS, to avoid having pts == AV_NOPTS_VALUE
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/branches/winestreamer-0.9/Applications/OfferStreame...
- 05:19 PM Revision 75b2b975 (streamers): set measure_start and measure_every as run-time parameters
- 05:19 PM Revision 545ae349 (streamers): changing measure to start immediately and sample every second
- 03:24 PM Revision ba83c4bf (ffmpeg): MJPEG/AVI1 to JPEG/JFIF bitstream filter.
- Originally committed as revision 25721 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 PM Revision 2c5168af (ffmpeg): Remove bitrate tolerance from libx264 interface
- Nobody ever uses it correctly, and ffmpeg sets it incorrectly, so we'll just
leave it out.
Originally committed as r... - 11:05 AM Revision eb607b63 (grapes): Update the context name
- 10:59 AM Revision 6d3a033f (grapes): Merge branch 'cloudcast' into topman
- Conflicts:
include/topmanager.h
src/Tests/tman_test.c
src/Tests/topology.c
src/Tests/topology_test.c
src/Tests/...
11/10/2010
- 11:37 PM Revision 6ed3bace (ffmpeg): drop support for base-10 encoded alpha component in av_parse_color()
- Originally committed as revision 25719 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 PM Revision 119a34f7 (ffmpeg): In avcodec_pix_fmt_string() use local variable pixdesc rather than
- av_pix_fmt_descriptors[pix_fmt], simplify.
Originally committed as revision 25718 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:13 PM Revision 2de6f6e8 (ffmpeg): Make avcodec_pix_fmt_string() use the information in the pixel format
- descriptors for printing the number of channels/components.
Also replace the term "nb_channels" with "nb_components"... - 12:45 PM Revision 086e997e (ffmpeg): Intel C compiler 12.0 does not suport these attributes: may_alias, fo...
- Originally committed as revision 25716 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:33 AM Revision 06113eb4 (grapes): Peersampler contexts now have type peersampler_context. Context as re...
- 10:50 AM Revision a5978256 (grapes): Removed CamelCase names
- 10:06 AM Revision 496b4f3c (grapes): Context support extended to ncast & dummy peersampler. Tests modified...
- 12:04 AM Revision 8079d2ec (ffmpeg): Move code to be used by the IEC 61937 demuxer from spifenc.c into common
- files spdif.h and spdif.c.
Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 2571...
11/09/2010
- 11:58 PM Revision fe655f67 (ffmpeg): Simplify: Remove impossible condition.
- Patch by Nicolas Kaiser, nikai nikai net
Originally committed as revision 25714 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:57 PM Revision 8cceef16 (ffmpeg): Rename spdif.c as spdifenc,c to prepare for future spdif demuxer.
- Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 25713 to svn://svn.ffmpeg.org/ff... - 10:22 PM Revision ed5d30d9 (ffmpeg): Move internal function ff_set_systematic_pal() to libavcore, and
- rename it ff_set_systematic_pal2().
Originally committed as revision 25712 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:47 PM Revision cbffb35f (streamers): WineStreamer release 0.9.2
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/tags/winestreamer-0.9.2/Applications/Streamer@2338 ...
- 02:45 PM Revision 676974af (napa-baselibs): ALTOclient: Added timeout handling for server queries.
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2337 c54fac2e-1815-407e-9b96-08...
- 10:12 AM Revision 5c447764 (grapes): Changes introduced in topology_manager.h reflected in topology_test.c
- 10:03 AM Revision a5024326 (grapes): Added context support to peersampler.c
- 09:34 AM Revision 7474452a (grapes): Removed use of typedef from cyclon_context
11/08/2010
- 03:24 PM Revision 32fa0db9 (grapes): Added context support to peersampler_iface and to cyclon peersampler ...
- 03:24 PM Revision a29039ae (ffmpeg): Reindent after last commit.
- Originally committed as revision 25711 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:22 PM Revision 4051ae76 (ffmpeg): Allow clean initialization of lut_status array by changing type to si...
- Originally committed as revision 25710 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:27 PM Revision 361d2758 (ffmpeg): Add a file for bitstream filters documentation.
- Based on a patch by Nicolas George
<@var{name}.@var{surname}@@normalesup.@code{org}>.
Originally committed as revisi... - 02:06 PM Revision d2af7205 (ffmpeg): Use hierarchic names convention (prefix them with av_expr) for the
- eval API.
More grep-friendly and more consistent with the rest of the FFmpeg
API.
Originally committed as revision ... - 12:32 PM Revision 24de0edb (ffmpeg): Rename avfilter_destroy() as avfilter_free().
- The new name is shorter and more consistent with the FFmpeg API, and
sounds less evil.
Originally committed as revis... - 12:01 PM Revision bebde92d (grapes): Merge branch 'win32'
- 12:00 PM Revision 2b5af38e (grapes): Remove unneeded inclusion
- 12:00 PM Revision ad7e2977 (grapes): Better win32 configuration support
- 10:22 AM Revision fdad0cb2 (grapes): Merge remote branch 'origin/win32'
- 10:21 AM Revision 2de05bab (grapes): Merge remote branch 'origin/makefiles'
- 10:20 AM Revision 6e623a9b (grapes): Merge remote branch 'origin/fixes'
- 10:18 AM Revision 79f5e0a0 (grapes): Merge remote branch 'origin/topman'
- 06:47 AM Revision 7b393736 (ffmpeg): ffmpeg.c: allow using negative file indices to disable metadata copying
- Originally committed as revision 25706 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/07/2010
- 10:56 PM Revision 1e80a0ea (ffmpeg): Remove graphparser.h header, move AVFilterInOut and
- avfilter_graph_parse() declaration to libavfilter/avfiltergraph.h.
Simplify, and less confusing for the user.
Origi... - 10:47 PM Revision 0b90e4a2 (ffmpeg): Document AVFilterInOut fields.
- Originally committed as revision 25704 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:47 PM Revision 55b2a9ba (ffmpeg): Extend documentation for parse_filter().
- Originally committed as revision 25703 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:22 PM Revision 3fd3eea7 (ffmpeg): Fix date in latest APIchanges entry.
- Originally committed as revision 25702 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:56 PM Revision da6ec07c (ffmpeg): Bump lavfi minor and add APIchanges entry after the rename of
- AVFilterInOut.filter.
Originally committed as revision 25701 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:40 PM Revision 7313132b (ffmpeg): Rename AVFilterInOut field filter to filter_ctx, more semantically co...
- Originally committed as revision 25700 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:40 PM Revision c24f76b9 (ffmpeg): Make avfilter_graph_parse() always return meaningful error codes.
- Originally committed as revision 25699 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:40 PM Revision 0cc8b659 (ffmpeg): Make parse_outputs() always return meaningful error codes.
- Originally committed as revision 25698 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:40 PM Revision 00b3ca3c (ffmpeg): Add missing memory check in parse_inputs(), and fix possible (yet ver...
- Originally committed as revision 25697 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:40 PM Revision 42e7f6d7 (ffmpeg): Make parse_inputs() return AVERROR(EINVAL) rather than -1 in case the
- link label parsed by parse_link_name() is invalid.
Originally committed as revision 25696 to svn://svn.ffmpeg.org/ff... - 06:40 PM Revision fbd97184 (ffmpeg): Add missing check in link_filter_inouts(), and fix possible (yet very...
- Originally committed as revision 25695 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:40 PM Revision ed581e65 (ffmpeg): Rename the variable filter to filt_ctx in link_filter_inouts, as the ...
- Less confusing.
Originally committed as revision 25694 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:39 PM Revision 684ade49 (ffmpeg): Make link_filter_inouts() return meaningful error codes.
- Originally committed as revision 25693 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:39 PM Revision 688b9dad (ffmpeg): Change the signature of parse_filter() to make it return an error code.
- Originally committed as revision 25692 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:39 PM Revision c58572f8 (ffmpeg): Change the signature of create_filter() to make it return an error code.
- Originally committed as revision 25691 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 PM Revision 8ce803db (ffmpeg): Make x11grab cursor drawing suck less
- This new version:
1. Works on 24-bit and 32-bit input, not just 32-bit.
2. Doesn't try to run on 16-bit or 8-bit, i... - 03:04 PM Revision 46db10ed (ffmpeg): Optimize / simplify avcodec_get_pix_fmt_name() check.
- Originally committed as revision 25689 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:30 PM Revision a5f27f6d (ffmpeg): Use av_pix_fmt_descriptors information in avcodec_pix_fmt_string().
- Originally committed as revision 25688 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:30 PM Revision f35a41ff (ffmpeg): Make avpicture_fill() return a meaningful error code.
- Originally committed as revision 25687 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:01 PM Revision 24409b50 (ffmpeg): Remove alpha information from avcodec_pix_fmt_string(), as that
- information does not belong to the pixel format.
Originally committed as revision 25686 to svn://svn.ffmpeg.org/ffmp... - 03:05 AM Revision ebb7f7de (ffmpeg): aaclatm: Eliminate dummy packets due to muxlength calculation.
- Muxlength does not include the 3 bytes of AudioSyncStream() before the
AudioMuxElement(). If these three bytes are no...
11/06/2010
- 11:26 PM Revision c77549c5 (ffmpeg): rtsp: Set the real_setup pointer properly, avoid out of bounds memory...
- This fixes a regression since svn rev 24752, where the real_setup pointer
was set incorrectly. The arithmetic with th... - 04:48 PM Revision c4d5ee23 (ffmpeg): Fix indentation.
- Originally committed as revision 25683 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:46 PM Revision 931856a2 (ffmpeg): Improve PGS parsing: the "state" field is not relevant to us,
- the object number is, it determines whether we should continue
parsing the presentation description and whether we sh... - 01:31 PM Revision c5cb9c94 (ffmpeg): try to give TrueSpeech decoder tables more sensible names
- Originally committed as revision 25681 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/05/2010
- 04:37 PM Revision 8600bbb3 (ffmpeg): add my (compn) fingerprint to svn write list in maintainers file
- Originally committed as revision 25680 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:30 PM Revision 4d286a53 (grapes): First win32 support (compiles, but not tested yet)
- 03:29 PM Revision 7722f69e (grapes): Allow using different net helpers
- 01:40 PM Revision e91f1bd5 (grapes): Out of Tree compilation support
- 01:37 PM Revision c7e57971 (grapes): Properly point to utils.mak through BASE
- 01:06 PM Revision d97b1942 (grapes): Make a distinction between BASE and CFGDIR, and properly set them
- This is useful for out-of-tree build
11/04/2010
- 11:07 PM Revision 6e872935 (ffmpeg): Implement get_preset_file() in cmdutils.h and use it to factorize code
- from ffmpeg.c and ffserver.c.
Originally committed as revision 25679 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:45 PM Revision 58b4e540 (ffmpeg): Fix FFv1 decoder buffer releasing.
- Previously it was releasing the buffer which was returned to the user,
which was resulting in a crash in case of dire... - 09:48 PM Revision e61bb085 (ffmpeg): Add test for cropping of interlaced H.264.
- Originally committed as revision 25677 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:00 PM Revision bbdee6e5 (ffmpeg): aacdec: consume the audio specific config during LATM parsing
- Spotted by Alex after Carl Eugen found errors some samples. There no errors or
noticeable artifacts in the samples I ... - 08:37 PM Revision 146b6555 (ffmpeg): Fix off-by-one error in APIchanges file.
- Originally committed as revision 25675 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:34 PM Revision 97dd1e4a (ffmpeg): Rename avfilter_graph_destroy() to avfilter_graph_free().
- The new name is shorter and more consistent with the rest of the API.
This change breaks libavfilter API/ABI.
Origi... - 08:34 PM Revision e15aeea6 (ffmpeg): Implement avfilter_graph_alloc().
- Originally committed as revision 25673 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:26 PM Revision a6fdd574 (ffmpeg): Amend avfilter_graph_parse() documentation for the return code, make
- it more generic.
Originally committed as revision 25672 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:53 PM Revision 37e9cc4e (ffmpeg): Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno()...
- already does AVERROR().
Originally committed as revision 25671 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:38 AM Revision f1c7c6ae (ffmpeg): Silence icc warning about unsupported option -Wno-parentheses
- Originally committed as revision 25670 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 AM Revision b34f7ed8 (grapes): Support for statically setting CFLAGS in config.mk
- 08:28 AM Revision bf0f8f9d (grapes): Basic configuration support
- 08:18 AM Revision 23310237 (grapes): Better cross-compilation support
- With this patch, it is not necessary to set CC, AR, etc, but it is
sufficient to only set CROSS_COMPILE to the tools ... - 08:10 AM Revision dc0cf5e3 (grapes): Remove redundant stuff
- 08:08 AM Revision fe4f75fc (grapes): First attempt at partial win32 support (setting ARCH)
11/03/2010
- 08:52 PM Revision 00d1e96b (ffmpeg): H.264 decode: support cropping up to 28 pixels in interlaced mode.
- Contrary to progressive, just being able to crop up to 14/15 pixels
is not enough to encode all supported resolutions... - 08:19 PM Revision ba7d6e79 (ffmpeg): Remove usage of deprecated libavcodec/audioconvert.h functions.
- Originally committed as revision 25668 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:12 PM Revision caa7ad5d (ffmpeg): Fix 16kHz Mono NellyMoser in flv.
- Patch by Thierry Foucu, tfoucu gmail
Originally committed as revision 25667 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:44 PM Revision 20fcd079 (ffmpeg): Implement isnan() function evaluation.
- Originally committed as revision 25666 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:43 PM Revision 07851d79 (ffmpeg): Add eval.texi file.
- Originally committed as revision 25665 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:13 PM Revision 9fc2b708 (ffmpeg): Update 24 bpp TM1 reference for decoder fixes.
- Originally committed as revision 25664 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:22 PM Revision e75f418c (ffmpeg): Fix aspect for 24bpp TM1 samples.
- Originally committed as revision 25663 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:01 PM Revision a940dc69 (ffmpeg): Fix decoding of 24 bpp TM1 (except for aspect).
- Originally committed as revision 25662 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:57 PM Revision f1c53014 (ffmpeg): 100l, calculate mb_change_bits_row_size from the update width.
- Originally committed as revision 25661 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:45 PM Revision 97113c21 (ffmpeg): Support mid-stream resolution/format changes for TM1.
- This makes it easier to fix playback of 24 bit formats.
Originally committed as revision 25660 to svn://svn.ffmpeg.o... - 12:30 PM Revision 9d684cae (grapes): Use proper environment variables, to support cross-compilation
- 11:24 AM Revision 32469cf7 (grapes): Fix net_helper.h for win32
- 11:24 AM Revision 07d576c3 (grapes): Fix system dependent include with win32
- 11:22 AM Revision e04b9596 (grapes): move arpa/inet.h in int_coding.h
- Move a system dependent header in a common place, to help portability
- 11:19 AM Revision f1ed3f34 (grapes): Remove some useless includes
- This is useful for portability (select.h is not available everywhere,
and in this case it is not needed - the system-... - 08:49 AM Revision c638f46b (grapes): Merge branch 'topman' of http://www.disi.unitn.it/~abeni/PublicGits/G...
- 08:40 AM Revision efeaec84 (grapes): Rename topman.h into peersample.h
- 08:31 AM Revision b76b5737 (grapes): Merge branch 'marco_integration'
- Conflicts:
src/TopologyManager/Makefile - 06:29 AM Revision bf800c7d (ffmpeg): matroskadec: skip invalid tags with no TagName
- fixes segfault in issue 2328
Originally committed as revision 25659 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom