Activity
From 04/05/2011 to 05/04/2011
05/04/2011
- 11:42 PM Revision b93e12fd (ffmpeg): ffplay: fix memleak if avfilter is disabled
- 10:52 PM Revision 10ff2967 (ffmpeg): file: Fix mmap error check.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:33 PM Revision 3e173a14 (ffmpeg): swscale: fix src type
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:33 PM Revision 705c6520 (ffmpeg): ffplay: removed unused variable channels.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:33 PM Revision 5258f64a (ffmpeg): Disable warnings for casting pointers to integers, there is nothing w...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:33 PM Revision 6dafa706 (ffmpeg): configure: jack currently needs sem_timedwait()
- Should fix ticket99 and ticket43 by disabling jack.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 09:33 PM Revision 334187ad (ffmpeg): Fix "libavcodec/dfa.c:189: warning: unused variable ‘frame_end’"
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:33 PM Revision e822c237 (ffmpeg): dvbsubdec: Split delete_state()
- 09:33 PM Revision 9522a752 (ffmpeg): xsubenc: only 1 rectangle is supported so dont allow 0 as it would cr...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:33 PM Revision d7c91c4c (ffmpeg): sonic: fix sonic decoder to match encoder for sample rates other than...
- 07:31 PM Revision 105a3c7a (ffmpeg): bitstream_reader: Try to fix "get_bits.h:305:45: warning: variable ‘r...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 07:12 PM Revision af1ca249 (ffmpeg): doc: Check standalone compilation before submitting new components.
- 07:12 PM Revision 8799541a (ffmpeg): Fix standalone compilation of pipe protocol.
- file_check() is not only used by the file protocol, adjust #ifdef accordingly.
- 07:12 PM Revision 3d269059 (ffmpeg): Fix standalone compilation of ac3_fixed encoder.
- 07:12 PM Revision a33657ce (ffmpeg): Fix standalone compilation of binkaudio_dct / binkaudio_rdft decoders.
- 07:12 PM Revision 56c8227d (ffmpeg): Fix standalone compilation of IMC decoder.
- 07:12 PM Revision 61165a1b (ffmpeg): Fix standalone compilation of WTV demuxer.
- 07:12 PM Revision 091018e0 (ffmpeg): Fix standalone compilation of MXPEG decoder.
- 07:12 PM Revision 35e376b0 (ffmpeg): flashsv: K&R cosmetics
- 06:26 PM Revision 3acc44b7 (ffmpeg): bitstream reader: remove unneeded variable initilization.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 05:06 PM Revision eddd580b (ffmpeg): matroskaenc: fix memory leak
- This fixes a memory leak occurring when no cue points are defined
since commit 91819763.
Signed-off-by: Mans Rullgar... - 11:40 AM Revision 7d2e03af (ffmpeg): vc1: make overlap filter for I-frames bit-exact.
- 11:40 AM Revision 5c9f147e (ffmpeg): vc1dec: use s->start/end_mb_y instead of passing them as function args.
- 11:40 AM Revision 18b6a69c (ffmpeg): Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."
- This reverts commit f8bed30d8b176fa030f6737765338bb4a2bcabc9. The reason
for this is that the overlap filter, which r... - 07:22 AM Revision 202967c7 (chunker-player): fixing frame type error: setting it based on transcoded frame...
- it was set based on the input frame type
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/App... - 07:22 AM Revision 3e0c28b0 (chunker-player): adding frame type debug info
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2596 c54fa...
- 04:20 AM Revision 1a5e4fd8 (ffmpeg): Replace strncpy() with av_strlcpy().
- 04:20 AM Revision aab6374b (ffmpeg): indeo3: Eliminate use of long.
- 04:14 AM Revision 47bc52f8 (ffmpeg): get_bits: make cache unsigned to eliminate undefined signed overflow.
- 02:36 AM Revision 0bd433a9 (ffmpeg): asfdec: fix assert failure on invalid files
- Add an extra size validity check in asf_read_frame_header(). Without
this asf->packet_size_left may become negative, ... - 02:35 AM Revision 0699dbb8 (ffmpeg): avfilter: check malloc return values.
- 02:35 AM Revision d969e93a (ffmpeg): mpegvideo: reindent.
- 02:29 AM Revision 76432655 (ffmpeg): nutenc: check malloc return values.
- 02:29 AM Revision f8af93ab (ffmpeg): avfilter: don't av_malloc(0).
- 02:29 AM Revision 25588d3b (ffmpeg): nutenc: don't av_malloc(0).
- 02:29 AM Revision fb22c237 (ffmpeg): mpegvideo: don't av_malloc(0).
- 02:14 AM Revision f8b12459 (ffmpeg): asfdec: fix parsing of packets that overrun into padding.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:06 AM Revision 707e8612 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
Implement fate-rsync target
Make ffmpeg support generic data stream
Conflicts:
cmdutils.h
Merg... - 12:22 AM Revision b5f20892 (ffmpeg): msvideo1 regression test
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:22 AM Revision e4be3485 (ffmpeg): MS Video 1 encoder
05/03/2011
- 08:40 PM Revision b66b8eda (chunker-player): fixing libmicrohttpd svn location
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2595 c54fa...
- 05:21 PM Revision 8ce67bca (ffmpeg): Implement fate-rsync target
- 09:51 AM Revision e3b540b4 (ffmpeg): Make ffmpeg support generic data stream
- The patch is the first step to support -dcodec copy
- 02:38 AM Revision c402ce41 (ffmpeg): Remove lowres support from wmv2 decoder
- lowres option crashes with wmv2 files which I have for test,
so I think it's better to remove the support to the time... - 02:08 AM Revision 2525821f (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
vp8: frame-multithreading.
Duplicate Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
...
05/02/2011
- 11:09 PM Revision 7d70d193 (ffmpeg): Support decoding of 24 bit True Audio samples-
- Many samples will fail because "Output buffer size is too small."
- 11:06 PM Revision 4cf2e30f (ffmpeg): Support decoding of 8 bit True Audio samples-
- Many samples will fail because "Output buffer size is too small."
- 11:02 PM Revision fba418e6 (ffmpeg): Do not assume AV_SAMPLE_FMT_S16 as tta sample format.
- 06:16 PM Revision 47a66852 (streamers-build): upgrading both Streamer and GRAPES
- 06:12 PM Revision b3e5a204 (streamers): Merge branch 'master' into next
- 05:59 PM Revision c6781af2 (streamers-build): minor update to README
- 05:26 PM Revision 28507821 (streamers-build): add prepare target
- 05:26 PM Revision 04a435d5 (streamers-build): separate ffmpeg download from ffmpeg configure
- 05:03 PM Revision f763708e (streamers-build): fix a memleak in NAPA-BASELIBS
- 05:02 PM Revision 1fd9edae (streamers-build): fix a compilation issue in Streamers
- 04:57 PM Revision 3b4621ac (ffmpeg): Fix init_get_bits length argument for init_get_bits.
- Do not use rlelen for buffer size in init_get_bits, it is
only the size of the data for the first field.
Since it is ... - 04:56 PM Revision 145763e2 (streamers): link to valib if present and needed (might be required by ffmpeg)
- 04:39 PM Revision cf16104a (ffmpeg): Change guess_palette so its output matches the most common palette.
- This means it uses full brightness range and brightness
increasing instead of decreasing with index of non-opaque
col... - 04:38 PM Revision 884f678c (ffmpeg): Add *.j2k extension to JPEG2000 decoder
- Some files with *.j2k extension can be found for example here:
http://www.openjpeg.org/index.php?menu=samples
Signe... - 04:38 PM Revision 148ffcd2 (ffmpeg): Make DV (sub) demuxer set proper pkt->pos values.
- This makes the avi demuxer create packets with proper pos values
with the file from ticket #140. - 03:03 PM Revision 4773d904 (ffmpeg): vp8: frame-multithreading.
- Tested on a Mac Pro, 2 CPUs, 2 cores each, OSX 10.6.6:
time ./ffmpeg -v 0 -vsync 0 -threads [1234] -i \
~/Download... - 02:46 PM Revision f97905e6 (ffmpeg): scale: fix leak occurring when a scale filter is reconfigured
- This currently only occurrs in vsrc_buffer in case of mid-stream
size/format change.
Fix trac issue #124. - 02:46 PM Revision 0f1ef8a3 (ffmpeg): vsrc_buffer: improve reporting in case of format/size change
- 02:41 PM Revision ce5e49b0 (ffmpeg): replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
- 02:41 PM Revision 301183d9 (ffmpeg): replace deprecated av_get_pict_type_char() with av_get_picture_type_c...
- 02:13 PM Revision 03de31e0 (streamers): changing input (-f) and output (-F) parameter format
- we had a mixed use of flags, I/O file name and parameters.
Now it has been unified. - 10:18 AM Revision 975a1447 (ffmpeg): Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
- Signed-off-by: Diego Biurrun <diego@biurrun.de>
- 09:24 AM Revision 6209669d (ffmpeg): Replace deprecated av_get_pict_type_char() with av_get_picture_type_c...
- Signed-off-by: Diego Biurrun <diego@biurrun.de>
- 09:04 AM Revision b178cd76 (ffmpeg): dpx: Do not use DPX encoder for decoding.
- 10l to the one who hasn't checked this.
- 02:25 AM Revision 66b1f210 (ffmpeg): Revert "avio: Fix the deprecated fallback URL-prefixed open flags"
- This reverts commit 5b81e295931bad4dac0af29333b4e2a203b3f4d4.
- 02:18 AM Revision d4b98d47 (ffmpeg): Merge commit '1a9f9f8' into oldabi
- * commit '1a9f9f8': (98 commits)
Do not drop packets with no valid ->pos set as e.g. DV-in-AVI produces.
FFMPEG: ... - 02:10 AM Revision 8d8962ca (ffmpeg): Revert "lavc: remove FF_API_HURRY_UP cruft"
- This reverts commit e7021c0ed5d1265d5b4f0f01a01f840196a70415.
- 02:10 AM Revision 329559ae (ffmpeg): Revert "lavc: remove FF_API_RATE_EMU cruft"
- This reverts commit 694c142434f1b775c93cb2586eebf7ddd5ef6aa8.
- 02:10 AM Revision 0b3a88fe (ffmpeg): Revert "lavc: remove FF_API_MB_Q cruft"
- This reverts commit 6deae83e555982d86ef8cc68b804495092216fc4.
- 02:10 AM Revision 563fe360 (ffmpeg): Merge commit 'd7e5aeb' into oldabi
- * commit 'd7e5aeb': (24 commits)
Fix runtime CPU detection in libswscale.
ac3enc: correct the flipped sign in the... - 01:45 AM Revision c3f5b811 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
ALPHA: Replace sized int_fast integer types with plain int/unsigned.
Duplicate DPX image encoder
D... - 12:58 AM Revision 3862ebba (ffmpeg): AVOptions: av_set_string3() allow NULL strings
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:58 AM Revision 007d352c (ffmpeg): dct-test: Support testing bits>8
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:58 AM Revision c92a9d06 (ffmpeg): ffplay: demuxer specific options support
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
05/01/2011
- 07:13 PM Revision 5edb2329 (ffmpeg): WTV: Add ff_ prefix to the moved fields.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 07:12 PM Revision 5ab826c1 (ffmpeg): WTV:move the common variable used by wtvdec.c and wtvenc.c to a new f...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 07:10 PM Revision 80a33067 (ffmpeg): rename wtv.c to wtvdec.c
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 06:50 PM Revision ad1862d6 (ffmpeg): ALPHA: Replace sized int_fast integer types with plain int/unsigned.
- int/unsigned is the natural memory access type for CPUs, using sized types
for temporary variables, counters and simi... - 05:35 PM Revision e27ce0ee (ffmpeg): DPX image encoder
- 05:35 PM Revision 3777ea13 (ffmpeg): DPX decoder: add buffer size checks.
- 05:35 PM Revision 40662915 (ffmpeg): DPX decoder: read sample aspect ratio
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 05:32 PM Revision ba6bce51 (ffmpeg): ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()
- 05:32 PM Revision 177fed4e (ffmpeg): ac3enc: do not store a bandwidth code for each channel.
- Although AC-3 allows it, it's not very useful. The encoder uses the same code
for all full-bandwidth channels. - 05:32 PM Revision a1d0f511 (ffmpeg): ac3enc: remove bandwidth reduction as fallback for bit allocation fai...
- It was only needed at low bitrates, which now already use a low bandwidth, so
the bandwidth reduction is no longer ne... - 05:32 PM Revision 63b1866a (ffmpeg): ac3enc: clip large coefficient values and negative exponents rather t...
- av_assert2().
- 05:32 PM Revision 4142487d (ffmpeg): ac3enc: return error if frame+exponent bits are too large instead of ...
- av_assert2().
This can occur in some very rare cases with low bitrates. - 05:32 PM Revision e0b33d47 (ffmpeg): ac3enc: simplify stereo rematrixing decision options
- 05:32 PM Revision 6b2636bb (ffmpeg): ac3enc: simplify exponent_init() by calculating exponent_group_tab[] ...
- on exponent group sizes.
- 05:32 PM Revision 987fe2dc (ffmpeg): ac3enc: differentiate between current block and reference block in bi...
- 05:13 PM Revision 636ee66f (ffmpeg): Fix data_size handling for AC3 and dca decoders.
- They use now code identical to the AAC decoder.
The AC3 decoder previously did not check the data_size and
the dca de... - 01:06 PM Revision a28b0587 (ffmpeg): Update URL to fate samples
- 11:10 AM Revision 35fe66ab (ffmpeg): lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspe...
- Improve consistency with libavcodec.
This breaks libavfilter API/ABI.
The non-sequential 2.1.0 -> 2.4.0 bump is due... - 11:10 AM Revision 77e9dee8 (ffmpeg): lavc: add a sample_aspect_ratio field to AVFrame
- The sample aspect ratio is a per-frame property, so it makes sense to
define it in AVFrame rather than in the codec/s... - 11:09 AM Revision 1ba57272 (ffmpeg): lavc: add a pkt_pos field to AVFrame
- This is similar to what was done with pkt_pts. This simplifies the
operation of extracting the pos information from t... - 04:39 AM Revision aba0278e (ffmpeg): Fix compilation in some cases if the flac decoder was disabled.
- flac.o implies vorbis_data.o because of flac channel layout.
- 12:38 AM Revision c059d7aa (ffmpeg): H264: Fix intra only decoding.
- This possibly fixes issue2679
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 12:38 AM Revision 0ae4aba6 (ffmpeg): H264:Print short+long+max values when they dont match up.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:38 AM Revision 7ac85f4b (ffmpeg): H264:use av_assert0() for frame num check
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:38 AM Revision 0e5758d1 (ffmpeg): H264: print nal_ref_idc too for debug
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
04/30/2011
- 11:47 PM Revision e1292639 (ffmpeg): Fix decoding of mpegts streams with h264 video that does *NOT* have b...
- One of the causes of this bug is that the h264 parser defaults low_delay
to 1, but the h264 codec defaults low_delay ... - 10:42 PM Revision 8556406d (ffmpeg): lavc: lowercase the FRWU codec name
- This is more consistent with all the other codec names.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste... - 10:26 PM Revision ffb5a0d5 (ffmpeg): Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'
- * commit '85770f2a2651497861ed938efcd0df3696ff5e45':
AVOptions: make default_val a union, as proposed in AVOption2.... - 09:06 PM Revision 1a9f9f81 (ffmpeg): Do not drop packets with no valid ->pos set as e.g. DV-in-AVI produces.
- Fixes ticket #140.
- 08:09 PM Revision fa119522 (ffmpeg): FFMPEG: support demuxer specific options.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:09 PM Revision ffdc49df (ffmpeg): AVIDEC: use_odmc demuxer specific option. (mostly an exmaple for demu...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:09 PM Revision 49202620 (ffmpeg): LAVFAPI: demuxer specific options.
- (someone please add doxy)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:09 PM Revision a2eef3e9 (ffmpeg): LAVF API: remove AVOutputFormat.set_parameters() the field is unused.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:09 PM Revision 7d727f13 (ffmpeg): LAVFAPI: avformat_alloc_output_context() / simplify usage of muxers.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:09 PM Revision ce62b35c (ffmpeg): output_example: use avformat_alloc_output_context()
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 04:47 PM Revision 8de45adb (ffmpeg): CrystalHD: Add auto-detection of packed b-frame bug.
- I still don't fully understand the cause but the difference between
the samples that trigger the bug and the samples ... - 09:57 AM Revision d5551265 (ffmpeg): lavc: remove disabled avcodec_decode_video() code
- Fix warning:
libavcodec/utils.c: At top level:
libavcodec/utils.c:714:5: warning: "FF_API_VIDEO_OLD" is not defined
... - 09:02 AM Revision 543f3db9 (ffmpeg): Read the album_artist, grouping and lyrics metadata.
- Our muxer writes these out, so we really should support reading them.
Fixes ticket #30. - 06:34 AM Revision 85770f2a (ffmpeg): AVOptions: make default_val a union, as proposed in AVOption2.
- This breaks API and ABI.
- 01:44 AM Revision 97dc86b7 (ffmpeg): In libx264 wrapper, change wpredp to a codec specific option.
04/29/2011
- 11:58 PM Revision be315a32 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
Duplicate AMV: disable DR1 and don't override EMU_EDGE
Duplicate lavf: inspect more frames for fps ... - 08:46 PM Revision 7c152a45 (ffmpeg): lavf: inspect more frames for fps when container time base is coarse
- As per issue2629, most 23.976fps matroska H.264 files are incorrectly
detected as 24fps, as the matroska timestamps u... - 08:46 PM Revision 70892657 (ffmpeg): AMV: disable DR1 and don't override EMU_EDGE
- This works around a possibly exploitable crash.
Appearently, vlc can be exploited with a malicous file. This should g... - 08:46 PM Revision 0247bdee (ffmpeg): Fix races in default av_log handler
- Prevent competing threads from overwriting (shared) buffers.
Original patch by: Michael Niedermayer <michaelni@gmx.at> - 07:53 PM Revision 500bf397 (ffmpeg): flashsv2enc: regression test.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 06:28 PM Revision cf3ac543 (ffmpeg): vorbis: Replace sized int_fast integer types with plain int/unsigned.
- int/unsigned is the natural memory access type for CPUs, using sized types
for temporary variables, counters and simi... - 06:01 PM Revision a734fa57 (ffmpeg): Remove disabled non-optimized code variants.
- 06:01 PM Revision e610098e (ffmpeg): bswap.h: Remove disabled code.
- 06:00 PM Revision 2e15305b (ffmpeg): Remove some disabled printf debug cruft.
- 06:00 PM Revision 09cbf60f (ffmpeg): Replace more disabled printf() calls by av_dlog().
- 04:31 PM Revision 4517ba09 (ffmpeg): flashsv2enc:fix segfault
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 04:08 PM Revision 03acaa4a (ffmpeg): tests: Remove disabled code.
- 03:34 PM Revision 35ceaa73 (ffmpeg): Move ff_dynarray_add to lavu and make it public.
- 03:27 PM Revision 045dd4b9 (ffmpeg): Replace some commented-out debug printf() / av_log() messages with av...
- 01:37 PM Revision d1be646e (ffmpeg): vorbisdec: Replace some sizeof(type) by sizeof(*variable).
- 01:00 PM Revision a3b7dabb (ffmpeg): vf_fieldorder: Replace FFmpeg by Libav in license boilerplate.
- 11:10 AM Revision 3fcca057 (streamers): link to valib if present and needed (might be required by ffmpeg)
- 10:37 AM Revision 1e4e36cd (grapes): Remove useless duplication
- 10:34 AM Revision 48444c64 (grapes): Merge remote branch 'cloudcast/cloudcast' into cloudcast_integration
- 10:32 AM Revision 0762aae3 (grapes): Merge branch 'fixes' into cloudcast_integration
- Conflicts:
src/Cache/topocache.c
src/PeerSampler/cloudcast.c - 09:51 AM Revision 07241071 (napa-baselibs): Merge remote branch 'git-svn'
- 09:42 AM Revision 9ac1bf88 (ffmpeg): lavf: remove duplicate assignment in avformat_alloc_context.
- AVClass is already initialized in avformat_get_context_defaults.
- 09:39 AM Revision 4a7a1b7d (ffmpeg): lavf: use designated initializers for AVClasses.
- 08:46 AM Revision d804784d (ffmpeg): Set channel layout for True Audio files.
- This is not documented (and possibly not originally intended),
but it's what the current reference decoder does. - 08:42 AM Revision d2ee3c91 (ffmpeg): Fix channel layout for some stereo flac files.
- 07:11 AM Revision 5a43bd5e (ffmpeg): options: simplify av_find_opt by using av_next_option.
- 03:00 AM Revision 749d16ce (ffmpeg): Checksum update due to (should make fate green again)
- ffmpeg | branch: master | Anton Khirnov <anton@khirnov.net> | Tue Apr 26 09:59:07 2011 +0000| [f8fec0505294a4c05e5cfd...
- 02:31 AM Revision a3ffe0eb (ffmpeg): Revert "Fix url_fopen() flag values."
- No longer needed after martins change to the values.
Though this would have been nicer ABI wise but iam too lazy to m... - 02:29 AM Revision 455ce979 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
LOTS of duplicates ...
avio: Fix the deprecated fallback URL-prefixed open flags
avoid duplicate ... - 01:06 AM Revision f0f34253 (ffmpeg): flashsv2enc: mark encoder experimental
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:43 AM Revision c83a5281 (ffmpeg): flashsv2enc: remove useless casts
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:41 AM Revision ba9c4db5 (ffmpeg): flashsv2enc: use av_freep()
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:40 AM Revision f6a5edb6 (ffmpeg): flashsv2enc: remove useless if()
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:35 AM Revision 3f6dc4a1 (ffmpeg): encoder for adobe's flash ScreenVideo2 codec
- 12:17 AM Revision 85ff3394 (ffmpeg): Revert "avparser: don't av_malloc(0)."
- This hack is no longer needed.
This reverts commit 191e08d113ef1d089c45c5fb6c95491e16dde86e. - 12:17 AM Revision 5a36783b (ffmpeg): Fix all malloc(0) issues
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
04/28/2011
- 11:29 PM Revision 0fea3b7b (ffmpeg): Remove lowres support from cdgraphics decoder
- The lowres support doesn't work correctly (crops the video), so let's remove it.
Signed-off-by: Michael Niedermayer ... - 11:29 PM Revision f27c72b3 (ffmpeg): Reduce max lowres from 5 to 3 in sp5x decoder
- lowres higher than 3 crashes ffmpeg/ffplay here
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 11:29 PM Revision e4f42f1f (ffmpeg): Remove lowres support from pnm decoder
- The lowres support doesn't work correctly (crops the video), so let's remove it.
Signed-off-by: Michael Niedermayer ... - 11:29 PM Revision 658296e3 (ffmpeg): Remove lowres support from png decoder
- The lowres support doesn't work correctly (crops the video), so let's remove it.
Signed-off-by: Michael Niedermayer ... - 08:28 PM Revision 5b81e295 (ffmpeg): avio: Fix the deprecated fallback URL-prefixed open flags
- While deprecated, they're totally useless as long as their values
are different from the AVIO_FLAG values that are us... - 08:25 PM Revision 94da5425 (ffmpeg): Try to fix big endian fate
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 06:43 PM Revision 69310d45 (grapes): Merge branch '2011-COMMAG2' into next
- 06:39 PM Revision f3ce748d (ffmpeg): MJPEG encoder to write aspect ratio information
- 06:36 PM Revision b68012de (grapes): delegate_helpers now builds corretly by recompiling depencies with -f...
- 05:39 PM Revision eb88af0b (streamers): Merge branch '2011-INFOCOM'
- Conflicts:
streamer.c - 03:24 PM Revision 417048c7 (grapes): Moved -fPIC from Utils to CloudSupport and only when building shared ...
- 03:04 PM Revision aad0df16 (grapes): Added -fPIC option Utils modules as they're used by shared libraries....
- 02:58 PM Revision cea16943 (grapes): Fix bug introduced in commit 2d4b0f2075963eb68aba8eed79e26419d6cc6b96...
- 02:33 PM Revision 91540d4a (streamers-build): adding minimal readme
- 01:57 PM Revision 2c1b0c2b (grapes): Merge branch 'master' into next
- 01:29 PM Revision e48bd5b5 (grapes): Merge branch 'fixes' into topman
- 01:28 PM Revision a445564c (grapes): Allow to select cyclon at runtime
- 01:05 PM Revision eee31b4f (streamers-build): fix x264 configuration
- 01:04 PM Revision 51bf8aa0 (streamers-build): fix the basedir typo in Makefile
- 12:28 PM Revision a0db7424 (ffmpeg): Fix buffering in qpeg in a way that allows direct rendering.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:50 AM Revision 60658846 (streamers-build): remove Streamers target from PHONY
- 11:45 AM Revision 0882652d (streamers-build): fixing dependencies in Makeile to point to .git folder
- 11:27 AM Revision 8f363d2f (streamers-build): improved submodule checkout process
- 11:20 AM Revision 90bcbc79 (ffmpeg): Revert "qpeg: use reget_buffer() in decode_frame()"
- This reverts commit f4e043ff63935a71b98a36bc98b501c36ceadb92.
- 11:20 AM Revision 183401b9 (ffmpeg): Fix url_fopen() flag values.
- Reported by: Luca Abeni
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 11:15 AM Revision 857b2df0 (streamers-build): removing old build script
- 10:13 AM Revision 0fd98555 (streamers-build): changing 3rdparty libs to submodules
- 09:51 AM Revision a72f7217 (napa-baselibs): adding files to gitignore
- 09:48 AM Revision 9c372579 (grapes): adding .d and .lst files to gitignore
- 09:39 AM Revision 7c525c3e (streamers-build): adding update command to Makefile
- 09:36 AM Revision 9fad2d21 (streamers-build): updating Streamers version
- 09:32 AM Revision f13ee648 (streamers): adding executable to gitignore
- 09:30 AM Revision 21a6d161 (grapes): Fix 2 cyclon memleaks
- 09:30 AM Revision 2f838ef5 (streamers-build): add submodule support to Makefile
- 09:24 AM Revision 69bef13a (grapes): Cloud inizialization is now optional
- 09:23 AM Revision b35a8469 (ffmpeg): Change silly variable name "class" to "partition_class".
- 09:14 AM Revision 05a18adf (ffmpeg): avoid duplicate -lm in .pc files
- 09:14 AM Revision 49b7a86d (grapes): Temorary linking problem fix for delegate_helpers.
- OSX and linux differ in the way they treat undefined reference in shared library.
A smarter way to avoid bundling obj... - 09:07 AM Revision 62d33dbc (ffmpeg): mpeg12: terminate mpeg2_video_profiles arrays
- Make av_get_profile_name() return NULL if no profile is detected.
Fix trac issue #130, fix crash reading file tek3.m... - 09:05 AM Revision 43b793e3 (grapes): Fix cyclon timestamps...
- 08:56 AM Revision b4b8626f (streamers-build): changing Streamers to submodule
- 08:50 AM Revision 505990dd (grapes): Avodi memmove() with size 0
- 08:49 AM Revision e58e6412 (streamers-build): adding main Makefile
- 08:48 AM Revision c7658011 (grapes): in cache_insert(), update cache entries if the timestamp is smaller
- 08:47 AM Revision 773fe817 (streamers-build): add some clean code
- 08:47 AM Revision 1311d432 (streamers-build): fix ffmpeg release
- 08:47 AM Revision 2d8d6882 (ffmpeg): Read channel layout atom in mov files.
- 08:47 AM Revision dcf008af (ffmpeg): Clarify warning messages.
- 08:45 AM Revision 91b78272 (ffmpeg): Move channel chunk reading function to isom.c.
- Move ff_read_chan_chunk() to isom.c and rename it as ff_mov_read_chan().
- 08:41 AM Revision 53f45580 (grapes): Use assert() for debugging
- 08:39 AM Revision 0a8eb28a (grapes): Removed debug outputs leftovers
- 08:32 AM Revision c6deb1e9 (grapes): Dynamic linking problem: delegate_helpers cannot find symbols related...
- 08:31 AM Revision 2a3eef2e (grapes): request_handler not bundled with grapeslib as it's not directly needed
- 08:28 AM Revision 2d4b0f20 (grapes): Fixed memory leak in cache_fill_* caused by wrong exit status of cach...
- 07:28 AM Revision f2c85458 (ffmpeg): network: Check POLLERR and POLLHUP in ff_network_wait_fd
- Previously, the function would lead to an infinite wait (by
returning AVERROR(EAGAIN)) on sockets indicating an error... - 05:26 AM Revision f8fec050 (ffmpeg): mpegtsenc: make PMT PID really start on pmt_start_pid
- 05:25 AM Revision f9fb574d (ffmpeg): nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 05:25 AM Revision 87e45ae1 (ffmpeg): rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 05:25 AM Revision c90626b2 (ffmpeg): hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pix...
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 05:25 AM Revision 1afbae10 (ffmpeg): libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 05:25 AM Revision a1f4d075 (ffmpeg): crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixe...
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 02:26 AM Revision 0665199e (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
vorbisdec: Rename silly "class_" variable to plain "class".
simple_idct_alpha: Drop some useless ...
04/27/2011
- 11:45 PM Revision e5d80c7b (ffmpeg): mpeg12: terminate mpeg2_video_profiles arrays
- Make av_get_profile_name() return NULL if no profile is detected.
Fix trac issue #130, fix crash reading file tek3.m2v. - 10:10 PM Revision 058aabd4 (ffmpeg): Fix caf channel layouts ITU_2_2 and DVD_6.
- 10:09 PM Revision 5a810f4e (ffmpeg): Return if memory allocation fails.
- 09:24 PM Revision 045cc36f (ffmpeg): 100l, change #ifdef to #if
- 08:59 PM Revision 46394d39 (ffmpeg): In png decoder, only call png_init_mmx if HAVE_MMX is defined.
- 07:52 PM Revision 624a7e00 (ffmpeg): Correctly support pal8 with alpha in libswscale, fix png pal8 with al...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 07:49 PM Revision dbfdb288 (ffmpeg): Set alpha of palettes to 0xff.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 07:36 PM Revision e91946ed (ffmpeg): Rename y400a to gray8a.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 06:08 PM Revision afd2371d (ffmpeg): merge read and and in add_paeth_prediction
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 06:08 PM Revision 52a81cd0 (ffmpeg): Fix add_paeth_prediction_mmx for rgb48
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 06:08 PM Revision 6d4c49a2 (ffmpeg): Move png mmx functions into x86/png_mmx.c, remove them from DSPContext.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 05:54 PM Revision b2395268 (ffmpeg): vorbisdec: Rename silly "class_" variable to plain "class".
- 05:52 PM Revision 81afa5a2 (ffmpeg): simple_idct_alpha: Drop some useless casts.
- 05:48 PM Revision 3fd3632f (ffmpeg): Simplify av_log_missing_feature().
- Do not print the results of the conditional call to av_log_ask_for_sample()
into the same line as the main output, se... - 05:45 PM Revision d6f910ea (ffmpeg): Fix decoding of DXSA subtitles.
- These have a DXSA tag and contain alpha in addition to
color values for palette. - 04:57 PM Revision 8745e9c4 (ffmpeg): ac3enc: remove check for mismatching channels and channel_layout
- 04:57 PM Revision 688b09fa (ffmpeg): If AVCodecContext.channels is 0 and AVCodecContext.channel_layout is
- non-zero, set channels based on channel_layout.
This allows the user to set only channel_layout and not channels. - 04:57 PM Revision 3dfc3e70 (ffmpeg): cosmetics: indentation
- 04:57 PM Revision 168f9e8c (ffmpeg): If AVCodecContext.channel_layout and AVCodecContext.channels are both
- non-zero, check to make sure they do not contradict eachother.
- 04:57 PM Revision 8b00ab01 (ffmpeg): Check AVCodec.supported_samplerates and AVCodec.channel_layouts in
- avcodec_open().
If the encoder has a channel_layouts list and AVCodecContext.channel_layout
is 0, then only print a ... - 04:39 PM Revision 62717940 (ffmpeg): aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coe...
- table values from the spec.
- 04:39 PM Revision e4744b59 (ffmpeg): Large intensity stereo and PNS indices are legal. Clip them instead of
- erroring out. A magnitude of 100 corresponds to 2^25 so the will most
likely result in clipped output anyway.
None o... - 04:39 PM Revision d70fa4c4 (ffmpeg): Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets...
- of hardcoding 200 everywhere.
- 04:39 PM Revision 767848d7 (ffmpeg): aacdec: remove sf_scale and sf_offset.
- Instead, scalefactors are adjusted by the offset amount, removing the need
for sf_scale, and the MDCT scales are adju... - 03:12 PM Revision f08d171c (ffmpeg): WMADEC: fix ticket125
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 02:44 PM Revision f4e043ff (ffmpeg): qpeg: use reget_buffer() in decode_frame()
- Decoder relies on previous frame data, so use reget_buffer().
This also set frame->reference to 3, as the frame will... - 02:42 PM Revision 4f0b8059 (ffmpeg): ultimotion: use reget_buffer() in ulti_decode_frame()
- Decoder relies on previous frame data, so use reget_buffer().
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 02:41 PM Revision 4f2954e2 (ffmpeg): smacker: remove unnecessary call to avctx->release_buffer in decode_f...
- The release_buffer was cleaning the provided frame, thus causing the
successive call to avctx->reget_buffer() to allo... - 12:09 PM Revision 0886267e (ffmpeg): Revert buggy hunk that leaked in from a libav merge.
- This unbreaks compilation with --disable-avfilter.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 09:50 AM Revision fd37eac4 (ffmpeg): indeo2: remove unnecessary release_buffer() call
- This was preventing reget_buffer() to return a buffer with the same
data, which was resulting in playback artifacts.
... - 09:50 AM Revision 10aa5a6c (ffmpeg): 4xm: use reget_buffer() in decode_frame()
- Also remove unnecessary call to avctx->release_buffer(). reget_buffer
is required since apparently the codec needs to... - 09:31 AM Revision c2606259 (ffmpeg): ffplay: move output_picture() code to queue_picture()
- Move output_picture() code to queue_picture(), and remove it.
Simplify code path. - 09:26 AM Revision 4a22ea4d (ffmpeg): ffplay: rename video_refresh_timer() to video_refresh()
- The new name is shorter and less confusing.
- 09:25 AM Revision 8adf9bb2 (ffmpeg): ffplay: rename decode_thread to read_thread, parse_tid to read_tid
- The new names are less misleading and more reciprocally consistent.
- 09:12 AM Revision 31d8467d (ffmpeg): lavfi: add showinfo filter
- 09:03 AM Revision f7bdffb0 (ffmpeg): lavfi: print key-frame and picture type information in ff_dlog_ref()
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 06:43 AM Revision ba108bed (grapes): Try to support the libav crap
- 05:07 AM Revision 5eef4afb (ffmpeg): avparser: don't av_malloc(0).
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 02:20 AM Revision 191e08d1 (ffmpeg): avparser: don't av_malloc(0).
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 02:13 AM Revision 7b9e9817 (ffmpeg): Revert "Eliminate pointless '#if 1' statements without matching '#els...
- no comment
This reverts commit e6ff064845d02c43526c8a56dab121c219f16659.
Conflicts:
libavcodec/dsputil.c
Signed-... - 01:51 AM Revision d7e5aeba (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master: (23 commits)
ac3enc: correct the flipped sign in the ac3_fixed encoder
Eliminate pointless '#if 1...
04/26/2011
- 11:52 PM Revision 93c28a55 (ffmpeg): Fix runtime CPU detection in libswscale.
- 10:11 PM Revision 73a502dd (ffmpeg): Merge branch 'master' into oldabi
- * master: (37 commits)
vsrc_buffer: 10l mixed up input & output sizes. (funnily this worked 99% of the time) Signed... - 10:03 PM Revision ea189b77 (ffmpeg): Revert removial of 3 files, this sliped through the last merge into o...
- the files where locally available during testing just not in git.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 09:55 PM Revision 075933a0 (ffmpeg): vsrc_buffer: 10l mixed up input & output sizes. (funnily this worked ...
- 09:19 PM Revision 79ee8977 (ffmpeg): ac3enc: correct the flipped sign in the ac3_fixed encoder
- 08:06 PM Revision 75cf2602 (ffmpeg): Add MxPEG decoder
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:06 PM Revision dd1e5bfd (ffmpeg): Add support for picture_ptr field in MJpegDecodeContext
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:06 PM Revision 7e6a9e64 (ffmpeg): Move MJPEG's input buffer preprocessing in separate public function
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:06 PM Revision 34686566 (ffmpeg): Support reference picture defined by bitmask in MJPEG's SOS decoder
- With cleanup & simplification by me
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Michael Niederma... - 08:06 PM Revision d439ba15 (ffmpeg): DCA/DTA encoder
- 06:18 PM Revision e6ff0648 (ffmpeg): Eliminate pointless '#if 1' statements without matching '#else'.
- 04:25 PM Revision 9d35fa52 (ffmpeg): Add AVX FFT implementation.
- Signed-off-by: Reinhard Tartler <siretart@tauware.de>
- 04:18 PM Revision 13dfce3d (ffmpeg): Increase alignment of av_malloc() as needed by AVX ASM.
- Signed-off-by: Reinhard Tartler <siretart@tauware.de>
- 04:18 PM Revision 33cbfa6f (ffmpeg): Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX.
- Signed-off-by: Reinhard Tartler <siretart@tauware.de>
- 04:18 PM Revision d84f191d (ffmpeg): vsrc_buffer: Reinit scale filter when an existing filter is used.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 04:17 PM Revision dc1de569 (ffmpeg): vsrc_buffer: set output timebase when output equalization is done
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 04:16 PM Revision a38cdfde (ffmpeg): vsrc_buffer: Set output size
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 04:15 PM Revision ad0193bf (ffmpeg): vsrc_buffer: fix NULL dereference
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:58 AM Revision a3538f58 (grapes): Do not invoke memmove() with size 0
- 11:57 AM Revision 8738ac23 (grapes): Fixed bug in cache_insert which resulted in unordered timestamps
- 08:41 AM Revision ff558d7b (ffmpeg): bfi: store palette data in the context
- Store palette data in the codec context, do not assume that the frame
allocated the first time by avctx->get_buffer w... - 07:29 AM Revision 76cd98b4 (ffmpeg): mjpeg: Detect overreads in mjpeg_decode_scan() and error out.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Ronald S. Bultje <rbultje@google.com> - 07:08 AM Revision 4bc28232 (ffmpeg): documentation: extend documentation for ffmpeg -aspect option
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 06:51 AM Revision 893722ce (ffmpeg): APIChanges: update commit hashes for recent additions.
- 06:38 AM Revision bebe72f4 (ffmpeg): lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums
- Also deprecate av_get_pict_type_char() in favor of
av_get_picture_type_char().
The new enum and av_get_picture_type_... - 06:33 AM Revision 30fe9719 (ffmpeg): aac: add headers needed for log2f()
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 06:16 AM Revision 6deae83e (ffmpeg): lavc: remove FF_API_MB_Q cruft
- 06:16 AM Revision e7021c0e (ffmpeg): lavc: remove FF_API_HURRY_UP cruft
- 06:16 AM Revision 694c1424 (ffmpeg): lavc: remove FF_API_RATE_EMU cruft
- 05:43 AM Revision 73a4f7c2 (ffmpeg): pad: make the filter parametric
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 05:43 AM Revision 0bbb28c7 (ffmpeg): vsrc_movie: add key_frame and pict_type.
- Signed-off-by: Roger Pau Monné <roger.pau@entel.upc.edu>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed... - 05:42 AM Revision 5eb901cf (ffmpeg): vsrc_movie: fix leak in request_frame()
- Also set movie->picref to NULL, in order to avoid a crash in uninit()
when movie->picref is unreffed again and it was... - 05:42 AM Revision 10d39405 (ffmpeg): lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 05:38 AM Revision 7a11c82f (ffmpeg): vsrc_buffer: add sample_aspect_ratio fields to arguments.
- This fixes aspect handling in ffmpeg.
This is based on a patch by Baptiste.
Signed-off-by: Anton Khirnov <anton@khi... - 05:37 AM Revision 2f84bb42 (ffmpeg): lavfi: add fieldorder filter
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 05:29 AM Revision 68e23c08 (ffmpeg): scale: make the filter parametric
- Make the filter accept parametric expressions for the output video
size.
Signed-off-by: Stefano Sabatini <stefano.sa... - 05:21 AM Revision b137bf7d (ffmpeg): yadif: support 16-bit
- Fixes by Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 05:15 AM Revision 88312a4d (ffmpeg): yadif: support more than yuv420p.
- and correctly support grey8
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 05:15 AM Revision d85e18e6 (ffmpeg): yadif: Fix assert() failure
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 02:21 AM Revision 3788a3c0 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
graphparser: add a NULL check on the argument passed to strstr
setdar: prefer "sar" over "par" in... - 12:44 AM Revision 05815b35 (ffmpeg): Fix issue1503, this fix may be incomplete we need more samples to kno...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:44 AM Revision 7157334c (ffmpeg): wmadec: prevent null pointer call.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
04/25/2011
- 09:17 PM Revision 1da254b8 (ffmpeg): fraps: do not set avctx->pix_fmt to none in decode_init()
- This is required for setting up the filterchain, as it requires the
pixel format to be set, which is usually done whe... - 08:45 PM Revision f80b381b (ffmpeg): graphparser: add a NULL check on the argument passed to strstr
- Fix crash in create_filter() which occurrs if a scale filter with no
args is provided.
Signed-off-by: Anton Khirnov ... - 08:45 PM Revision c61bfc11 (ffmpeg): setdar: prefer "sar" over "par" in log info message
- This is more consistent with the terminology adopted by the aspect
filter names.
Signed-off-by: Anton Khirnov <anton... - 08:45 PM Revision b04d1abb (ffmpeg): fade: fix draw_slice() check on fade->factor value
- draw_slice() checks that the fade factor is < 65536 and only
calculates the fade if so. But the fade factor is clippe... - 08:45 PM Revision 9026b27e (ffmpeg): fade: make draw_slice() chroma check against planes 1 and 2
- draw_slice() checks that planes 0 and 1 of AVFilterBufferRef's data
are not NULL before manipulating planes 1 and 2. ... - 08:45 PM Revision bd2a3700 (ffmpeg): lsws: prevent overflow in sws_init_context()
- In the loop:
for (i=0; i<dstH; i++) {
int chrI= i*c->chrDstH / dstH;
when i*c->chrDstH > INT_MAX this le... - 08:45 PM Revision 1d6c82d4 (ffmpeg): ffplay: fix logic for selecting the show mode in case of missing video
- Also automatically select the show mode only if not specified by the
user.
Fix trac issue #109.
Signed-off-by: Stef... - 08:45 PM Revision 54ad8e06 (ffmpeg): ffplay: name ShowMode enum
- Help debugging with GDB, maybe cleaner/safer.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> - 07:57 PM Revision ba9327ea (ffmpeg): win32: include the correct header in cmdutils.c
- CommandLineToArgvW requires windows.h, include it directly
- 06:27 PM Revision 6ad2bafc (ffmpeg): ac3: fix memleak in fixed-point encoder
- caused by typo in mdct_end
- 05:53 PM Revision 03a91c74 (ffmpeg): Patch from Packman (OpenSuse - packages) to silence rpmlint.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 02:51 PM Revision 4c7ad768 (ffmpeg): ac3dec: allow selecting float output at runtime.
- 02:51 PM Revision 7f725f23 (ffmpeg): Set start_time to 0 for raw audio files.
- None of the raw audio files have timestamps, thus setting
start_time to 0 should be reasonable. - 02:51 PM Revision bde96717 (ffmpeg): dca: allow selecting float output at runtime.
- 02:51 PM Revision 5aff31b1 (ffmpeg): vorbisdec: allow selecting float output at runtime.
- 02:51 PM Revision 26d5a4b6 (ffmpeg): aacdec: Allow selecting float output at runtime.
- 02:51 PM Revision 663d0024 (ffmpeg): Remove now unused audio_float configure option.
- 02:01 PM Revision a14c0824 (ffmpeg): flashsv: Return more meaningful error values.
- 01:41 PM Revision 46cb2da1 (ffmpeg): flashsv: Employ explicit AVCodec struct initializers.
- 12:17 PM Revision 5e9de76f (ffmpeg): Do not set non_interleaved for DV-in-AVI.
- It does not make sense (DV is interleaved by design) and
it avoids a crash when the non-interleaved code tries to
use... - 09:23 AM Revision 6c936416 (ffmpeg): Warn if the source has unsupported (or no) channel layout.
- 06:26 AM Revision 23f40a07 (ffmpeg): read AVI palette from the end of extradata
- Official AVI specification says that stream header in case of video contains
BITMAPINFO, which is equal to BITMAPINFO... - 02:13 AM Revision f27ac6d8 (ffmpeg): Set channel layout for 4 and 5.1 channel cdata audio files
- Patch from Carl Eugen Hoyos (cehoyos at ag dot or dot at)
Signed-off-by: Peter Ross <pross@xvid.org> - 01:49 AM Revision 2ebd4784 (ffmpeg): Merge branch 'master' into oldabi
- * master: (172 commits)
Check mmap() return against correct value Signed-off-by: Michael Niedermayer <michaelni@gmx... - 12:29 AM Revision 989fb05f (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
vorbisdec: Employ proper printf format specifiers for uint_fast32_t.
applehttp: Don't export vari...
04/24/2011
- 11:54 PM Revision 2671ab39 (ffmpeg): Check mmap() return against correct value
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:50 PM Revision 293fe6da (ffmpeg): cosmetics: K&R coding style and more whitespace for Flash Screen Video
- 11:39 PM Revision 2441003d (ffmpeg): vorbisdec: Employ proper printf format specifiers for uint_fast32_t.
- libavcodec/vorbisdec.c:543: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘uint_fast32_t’
libavcod... - 10:44 PM Revision 03546a9a (ffmpeg): Support fourcc MMJP.
- Fixes ticket #107.
- 10:44 PM Revision 3e1c59eb (ffmpeg): Support fourcc auv2.
- Fixes ticket #101.
- 10:44 PM Revision a8117a62 (ffmpeg): Support fourcc M263.
- Fixes ticket #103.
- 10:44 PM Revision 69cf1824 (ffmpeg): Support fourcc XVIX.
- Fixes ticket #106.
- 10:20 PM Revision 9a962f30 (ffmpeg): Fix indentation.
- 10:20 PM Revision 02e3f7d0 (ffmpeg): Support PARSER_FLAG_COMPLETE_FRAMES for h261 and h263 parsers.
- 09:10 PM Revision 69f58958 (ffmpeg): ffplay: avoid SIGFPE exception in SDL_DisplayYUVOverlay
- In video_image_display(), fix exception occurring when the size of the
rectangle passed to SDL_DisplayYUVOverlay() is... - 08:38 PM Revision fbfcc8f1 (ffmpeg): avi: try to synchronize the points in time of the starts of streams a...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 07:48 PM Revision 8a68697d (ffmpeg): Add flag to force demuxers to sort more strictly by dts.
- This enables non interleaved AVI mode for example.
Players that are picky on strict interleaving can set this.
Patche... - 06:30 PM Revision ac9cf2e5 (ffmpeg): crypto: Use av_freep instead of av_free
- Using av_freep is generally good practice.
Signed-off-by: Martin Storsjö <martin@martin.st> - 06:30 PM Revision 5f85d49b (ffmpeg): applehttp: Don't export variant_bitrate if it isn't known
- If there are no variants, the total bitrate of the single
stream isn't known, and exporting variant_bitrate = 0 does
... - 04:40 PM Revision e4253b1a (ffmpeg): CrystalHD: Add AVOption to configure hardware downscaling.
- The CrystalHD hardware can do scaling, which is particularly
desirable when dealing with some high resolution clips t... - 04:09 PM Revision 80da2dcf (ffmpeg): Use av_fast_malloc instead of av_realloc in fraps decoder.
- 04:09 PM Revision 67c1a59a (ffmpeg): Check for malloc failures in fraps decoder.
- 03:49 PM Revision 88dbbe97 (ffmpeg): general.texi: document libcelt decoder.
- 03:46 PM Revision e3323a1c (ffmpeg): Fix some passing argument from incompatible pointer type warnings.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:24 PM Revision 50f7c296 (ffmpeg): configure: Add missing libm library dependencies to .pc files.
- This unbreaks static compilation using pkg-config on systems in need of -lm.
Based on an mplayer2 patch by Uoti Urpal... - 02:45 PM Revision dc713546 (ffmpeg): oggdec: reindent after 8f3eebd6
- Signed-off-by: Diego Biurrun <diego@biurrun.de>
- 01:15 PM Revision e9251bb5 (ffmpeg): configure: Add missing libavutil inter-library dependencies to .pc fi...
- This unbreaks static compilation when using pkg-config.
Based on an mplayer2 patch by Uoti Urpala <uau@mplayer2.org>
... - 11:31 AM Revision 47ec6546 (ffmpeg): Drop section describung now unneeded workarounds for BSD
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:23 AM Revision 13e69cc5 (ffmpeg): Fix building on FreeBSD8.2
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:45 AM Revision 18313287 (ffmpeg): HAM6/HAM8 support for IFF demuxer/decoder
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:53 AM Revision c2a8f125 (ffmpeg): EA cdata demuxer: support files with 20 byte header
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:52 AM Revision db62d898 (ffmpeg): EA cdata demuxer: support 6 channel files
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:52 AM Revision c8a5e8a8 (ffmpeg): EA cdata demuxer: set codec->sample_fmt
- This is required by has_codec_parameters in libavformat/utils.c
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 01:51 AM Revision b678d6db (ffmpeg): permit decoding of multichannel ADPCM_EA_XAS
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:41 AM Revision 7b376b39 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
Handle unicode file names on windows
rtp: Rename the open/close functions to alloc/free
Lowerca...
04/23/2011
- 09:05 PM Revision b1ac139d (ffmpeg): Handle unicode file names on windows
- All file names should be in UTF-8 within libavformat.
This is handled by mapping the open() function to an internal ... - 09:05 PM Revision 9261e6cf (ffmpeg): rtp: Rename the open/close functions to alloc/free
- This avoids clashes if we internally want to override the global
open function.
Signed-off-by: Martin Storsjö <marti... - 07:41 PM Revision c225615b (ffmpeg): In libx264 wrapper, fix side effect with has_b_frames, bframe_pyramid...
- when bframe is not.
- 05:12 PM Revision 89b503b5 (ffmpeg): Lowercase all ff* program names.
- 05:12 PM Revision 3a50894e (ffmpeg): Refer to ff* tools by their lowercase names.
- 05:12 PM Revision 43fb279f (ffmpeg): Replace more FFmpeg instances by Libav or ffmpeg.
- 03:45 PM Revision 6252040e (ffmpeg): Replace `` by $() syntax in shell scripts.
- $() is easier to nest and POSIX, which we require in other places.
- 03:31 PM Revision ff3be572 (ffmpeg): patcheck: Allow overiding grep program(s) through environment variables.
- patcheck hardcodes the binary names for grep/egrep. This makes overriding the
binary names a pain, e.g. when calling ... - 01:02 PM Revision f8411ec6 (grapes): Added OSX specific linking options and removed objects dependencies o...
- 12:23 PM Revision 046f3cb7 (ffmpeg): vorbis: Rename decoder/encoder files to follow general file naming sc...
- 12:23 PM Revision 75e8fba8 (ffmpeg): Remove stray libavcore and _g binary references.
- 12:02 PM Revision f50d9377 (ffmpeg): aacenc: Fix whitespace after last commit.
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 11:37 AM Revision 2ef2496c (ffmpeg): Set channel layout in flac decoder.
- 10:49 AM Revision 539647c6 (ffmpeg): ffplay: factorize code calling output_packet() in video_thread()
- Slightly simplify.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> - 10:48 AM Revision c632a1c2 (ffmpeg): ffplay: remove reference to unused QETimer symbol
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 10:48 AM Revision ab7fdbab (ffmpeg): ffplay: rename stream_pause() to stream_toggle_pause()
- The new name is less misleading, since the function will resume the
stream if it is currently paused.
Signed-off-by:... - 10:13 AM Revision efd6cbc5 (ffmpeg): flicvideo: fix crash on flic files with invalid frame size
- Add a check in flic_decode_frame_8BPP(), in case chunk_size is >
frame_size issue a warning and resize chunk_size to ... - 10:13 AM Revision cd187279 (ffmpeg): flicvideo: increase error level and fix error message in CHECK_PIXEL_...
- Also return AVERROR_INVALIDDATA rather than -1.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> - 10:05 AM Revision 62582a69 (ffmpeg): cook: Fix small typo in av_log_ask_for_sample message.
- 09:30 AM Revision 230c1a90 (ffmpeg): aacenc: Finish 3GPP psymodel analysis for non mid/side cases.
- There is still are still a few sections missing relating to TNS (not present)
and mid/side (contains other bugs).
Ov... - 09:06 AM Revision 3d462373 (ffmpeg): aac: add math.h needed for log2f()
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:41 AM Revision ab157260 (ffmpeg): 10l: Add misssing CR/LF.
- 08:32 AM Revision d16de6b5 (grapes): Added explicit mention of stdint header in libs3 delegate helper
- 08:31 AM Revision 8f2e438e (ffmpeg): Support channel layout when demuxing aif files.
- 08:30 AM Revision 8bb5d1c3 (ffmpeg): Support channel layout when demuxing caf files.
- 08:27 AM Revision e910cf6c (grapes): Major rewrite of cloudact protocol.
- Current implementation diverge from present cyclon implementation and is reflect more strictly the paper description.
- 08:24 AM Revision 6ce799f3 (grapes): Added functions topo_reply_header and topo_query_header to topo_proto...
- 08:19 AM Revision 2a2146aa (ffmpeg): Extend unknown CAF chunk warning message: Print size.
- 08:17 AM Revision ea15b7f7 (grapes): Introduced new functions to topocache API: cache_rand_except, cache_f...
- 08:14 AM Revision 5a122baa (grapes): cache_check and cache_log take into account timestamps
- 08:13 AM Revision eedc3100 (grapes): Fixed bug in cache_insert which resulted in unordered timestamps
- 08:10 AM Revision e499187f (ffmpeg): Fix compilation with libcelt on Apple OS X.
- Fixes ticket #97.
- 08:06 AM Revision 4b5c2175 (ffmpeg): Fix compilation after version bump.
- 03:38 AM Revision cfc2a0cf (ffmpeg): Remove RDFT dependency from AAC decoder.
- $subj
>From 557176d961c70604c2a96d81aff4bd6faa670d8a Mon Sep 17 00:00:00 2001
From: Alex Converse <aconverse@google.... - 03:36 AM Revision 785c4418 (ffmpeg): Add some debug log messages to AAC extradata
- On Wed, Apr 20, 2011 at 11:39 AM, Justin Ruggles
<justin.ruggles@gmail.com> wrote:
> On 04/20/2011 02:26 PM, Alex Con... - 03:36 AM Revision 3583d7cf (ffmpeg): Fix mov debug (u)int64_t format strings.
- 12:05 AM Revision 15919ee4 (ffmpeg): bswap: use native types for av_bwap16().
- This prevents a call to bytestream_get_be16() using a movzwl both before
and after the ror instruction, which is obvi...
04/22/2011
- 11:09 PM Revision e16665bf (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
Use av_log_ask_for_sample() to request samples from users.
Make av_log_ask_for_sample() accept a ... - 09:34 PM Revision 6ffd7edd (ffmpeg): doc: FLV muxing is supported.
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 09:27 PM Revision 84465f21 (ffmpeg): applehttp: Handle AES-128 encrypted streams
- This should hopefully fix roundup issue 2586.
This commit only implements it in the demuxer, not in the
protocol han... - 09:27 PM Revision 6e4f70a8 (ffmpeg): Add a protocol handler for AES CBC decryption with PKCS7 padding
- This can later be extended to support other AES bit sizes,
encryption, other crypto algorithms, reading the key from ... - 09:06 PM Revision d5c5a1c7 (ffmpeg): doc: Mention that DragonFly BSD requires __BSD_VISIBLE set
- Setting this should fix the FATE build failure on DragonFly BSD,
since inet_aton only is visible if __BSD_VISIBLE is ... - 06:12 PM Revision d9dee728 (ffmpeg): Use av_log_ask_for_sample() to request samples from users.
- 06:12 PM Revision 44f566b7 (ffmpeg): Make av_log_ask_for_sample() accept a variable number of arguments.
- 06:10 PM Revision 03ac7991 (ffmpeg): Rm duplicated define for OPT_STR.
- 06:02 PM Revision b2832c39 (ffmpeg): vqavideo: We no longer need to ask for version 1 samples.
- 05:24 PM Revision a08a59b7 (ffmpeg): FLV muxing is supported.
- 04:49 PM Revision 3c483620 (ffmpeg): Cosmetics: Rename variable daemon as run_as_daemon.
- daemon() is defined in unistd.h for BSD and Cygwin.
- 04:45 PM Revision 07f45bc9 (ffmpeg): Support Canopus SD50 with fourcc "CDV5".
- Fixes ticket #93.
- 02:02 PM Revision cc0ac0d2 (ffmpeg): rv10: set flags, Fixes Ticket90
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:47 PM Revision 9978ed7d (ffmpeg): aacdec: indentation cosmetics
- Signed-off-by: Diego Biurrun <diego@biurrun.de>
- 08:21 AM Revision 22180e7a (ffmpeg): error: remove symbols which were deprecated before the big bump
- The removal was not applied when merging the Libav patches, because
there was still code referencing the symbols.
Si... - 08:21 AM Revision 50f43fb0 (ffmpeg): matroskaenc: replace AVERROR_NOTSUPP with AVERROR(EINVAL)
- AVERROR_NOTSUPP has been dropped with the major bump. Since the
signalled error denotes a configuration problem, AVER... - 01:54 AM Revision 8772156b (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
APIChanges: document git revision for CODEC_CAP_SLICE_THREADS addition.
Introduce slice threads f...
04/21/2011
- 11:50 PM Revision b4a53314 (ffmpeg): APIChanges: document git revision for CODEC_CAP_SLICE_THREADS addition.
- 11:42 PM Revision 94f7451a (ffmpeg): Introduce slice threads flag.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 11:36 PM Revision 3283f274 (ffmpeg): FATE: allow forcing thread-type when doing threaded fate runs.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 08:44 PM Revision 73a51e00 (ffmpeg): mjpeg: Detect overreads in mjpeg_decode_scan() and error out.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:44 PM Revision 89f903b3 (ffmpeg): AMV: Fix possibly exploitable crash.
- Reported-at: Thu, 21 Apr 2011 14:38:25 +0000
Reported-by: Dominic Chell <Dominic.Chell@ngssecure.com>
Signed-off-by: ... - 05:58 PM Revision 70fb031c (ffmpeg): Use av_log_ask_for_sample() where appropriate.
- 04:46 PM Revision 3eb15d98 (ffmpeg): mp: remove unused variable outlink in end_frame
- Fix warning:
vf_mp.c: In function ‘end_frame’:
vf_mp.c:870: warning: unused variable ‘outlink’
Signed-off-by: Stefan... - 04:45 PM Revision e40cfb14 (ffmpeg): mp: remove use of deprecated old eval API
- The old API was deprecated and will be possibly removed, fix warnings
in libavfilter/libmpcodecs/vf_geq.c and libavfi... - 04:01 PM Revision 20a16048 (ffmpeg): In libx264 wrapper, detect default settings and use medium profile to...
- 02:48 PM Revision 8d67218b (ffmpeg): error: sort, pack, and align error code and string definitions
- Signed-off-by: Diego Biurrun <diego@biurrun.de>
- 02:23 PM Revision ab1adff7 (ffmpeg): The stabilization period after version bumps should be one month, not...
- 11:13 AM Revision fe8e0394 (ffmpeg): applehttp: Expose the stream bitrate via metadata
- This helps callers to intelligently switch between bitrate
variants.
Signed-off-by: Martin Storsjö <martin@martin.st> - 11:13 AM Revision 32a12852 (ffmpeg): libavdevice: Define _XOPEN_SOURCE for usleep
- This hopefully fixes build failures on Dragonfly BSD.
Signed-off-by: Martin Storsjö <martin@martin.st> - 11:13 AM Revision 23d3931a (ffmpeg): Provide a fallback version of the libm function trunc
- This fixes compilation on DOS.
Signed-off-by: Martin Storsjö <martin@martin.st> - 11:13 AM Revision cac27579 (ffmpeg): doc: Add some initial docs on the applehttp demuxer
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 10:09 AM Revision 9bf81b49 (ffmpeg): img2: return AVERROR(EINVAL) in case of invalid filename pattern
- In write_packet(), return AVERROR(EINVAL) rather than AVERROR(EIO) if
the provided output filename pattern is not val... - 10:08 AM Revision 7046b63e (ffmpeg): ffmpeg: call pre_process_video_frame() only if decoding is needed
- In output_packet(), move the pre_process_video_frame() call inside the
if (ist->decoding_needed) { } block. This way
... - 08:33 AM Revision 6d635148 (ffmpeg): ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAX
- Fix compilatin after removal of FF_INTERNAL_MEM_TYPE_MAX_VALUE.
Signed-off-by: Stefano Sabatini <stefano.sabatini-la... - 08:23 AM Revision 466cb87f (grapes): Merge branch 'cloudcast_integration' into cloudcast
- 05:22 AM Revision 65af48b5 (ffmpeg): lavc: provide deprecated avcodec_thread_init until next major version
- It was deprecated only recently.
- 05:14 AM Revision 095290f9 (ffmpeg): lavc: provide the opt.h header until the next bump
- AVOptions were moved to libavutil only recently.
- 05:10 AM Revision a975dbc8 (ffmpeg): error: change AVERROR_EOF value
- The current value is masking the POSIX error code EPIPE, which has a
different semantics.
This breaks API.
Signed-o... - 05:10 AM Revision 79157f40 (ffmpeg): error: remove AVERROR_NUMEXPECTED
- AVERROR_NUMEXPECTED is used only in the image muxer and demuxer, and
has a too much specific meaning, which is better... - 05:10 AM Revision 58f84639 (ffmpeg): error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.c
- The new error code is better than AVERROR(ENOENT), which has a
completely different semantics ("No such file or direc... - 01:37 AM Revision 10d2ae8c (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
Makefile: Include dependencies for test tools, too
Remove a version check in av_log made unnecess...
04/20/2011
- 10:46 PM Revision 2c18893a (ffmpeg): In libx264 wrapper, correctly support 2pass log filename option.
- 06:44 PM Revision f83acb09 (ffmpeg): Makefile: Include dependencies for test tools, too
- This makes seek_test to be rebuilt when its dependencies
has changed. The changes to the dependencies didn't usually ... - 04:19 PM Revision 63de9e7d (ffmpeg): Remove a version check in av_log made unnecessary by the big bump.
- 04:13 PM Revision b9553cf4 (ffmpeg): avio: fix AVIO_FLAG_READ/WRITE test in ffurl_*.
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
- 03:46 PM Revision 53f7628d (ffmpeg): update last major version increase dates in APIchanges
- 03:38 PM Revision 14e3b120 (ffmpeg): Reduce picture size for yadif.
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 03:37 PM Revision 52512d0a (ffmpeg): oggdec: use av_freep() instead of av_free()
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 03:00 PM Revision 26f6b8c5 (ffmpeg): avio: Fix sanity checks in ffurl_read*
- This fixes e.g. reading data over HTTP, where the underlying
socket is set to read/write.
Signed-off-by: Anton Khirn... - 12:42 PM Revision 7bbb67d5 (ffmpeg): libavformat: Free AVFormatContext->streams
- After switching this from a statically allocated array to a
dynamically allocated one in the major bump, this needs e... - 11:59 AM Revision c60112f2 (ffmpeg): libavformat: Make protocols pass URLContext as log context where avai...
- Since the libavformat major bump, URLContext contains an AVClass,
making it a usable log context.
Signed-off-by: Mar... - 11:47 AM Revision 8408e1d7 (ffmpeg): asf: remove commented out code in asf_read_seek
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:26 AM Revision 0b4035d9 (grapes): Allow to compile and link without libdl
- 10:18 AM Revision a81ff195 (ffmpeg): libpostproc: Remove crufty code disabled by the big bump.
- 09:35 AM Revision bbe54155 (grapes): Merge branch 'cloudcast_integration'
- 08:46 AM Revision 89451dd6 (ffmpeg): Xiph CELT/Opus decoder using libcelt.
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
- 08:16 AM Revision 6a4988a7 (grapes): Fix OOT build
- 08:01 AM Revision 603e2817 (grapes): Fix cloudcast_topology_test compilation
- This test uses pthreads, so it needs to link the pthread library
- 07:44 AM Revision ddb00ad1 (ffmpeg): Move the info union to the end of the vdpau_render_state struct.
- 07:38 AM Revision 3dc457e0 (grapes): Merge branch 'fixes' into cloudcast_integration
- Conflicts:
include/net_helper.h
src/net_helper.c - 07:35 AM Revision 470af682 (grapes): Merge remote branch 'cloudcast/cloudcast' into cloudcast_integration
- Conflicts:
src/CloudSupport/cloud_helper.c - 07:28 AM Revision 534e126a (grapes): Fixed thread unsafe operations in net_helper
- 05:13 AM Revision 5efef54e (ffmpeg): Reflect 0.7_beta1 release in the Changelog
- 02:48 AM Revision efb5fa79 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master: (37 commits)
In avcodec_open(), set return code to an error value only when an error occurs instead...
04/19/2011
- 11:12 PM Revision f92b0084 (ffmpeg): In libx264 wrapper, add -level specific option.
- 10:25 PM Revision 37c0a443 (ffmpeg): Fix libx264 fastfirstpass, move apply_fastfirstpass after user custom...
- 09:36 PM Revision 90a29294 (ffmpeg): oggparsecelt: cosmetic: order lines more logically.
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
- 09:03 PM Revision 51c1e255 (ffmpeg): oggparsecelt: call av_set_pts_info unconditionally.
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
- 08:31 PM Revision 46f83e5b (ffmpeg): In libx264 wrapper, do not set pic quality if no frame is output, avoids
- uninitialized reads.
- 08:12 PM Revision d3190644 (ffmpeg): Prefer codec specific options over global ones, allowing codec
- to override global options.
- 07:50 PM Revision 7dfe244f (ffmpeg): sws: remove disabled cruft.
- 07:50 PM Revision 975c2734 (ffmpeg): lavu: remove disabled ff_random_get_seed cruft.
- 07:50 PM Revision 488d2b63 (ffmpeg): lavu: remove disabled sha1 cruft.
- 06:10 PM Revision 31d76ec2 (ffmpeg): In avcodec_open(), set return code to an error value only when an err...
- instead of unconditionally at the start of the function.
This fixes a bug where a successful call to ff_thread_init(... - 05:50 PM Revision cda7aa9e (ffmpeg): lavc: remove reference to opt.h from Makefile.
- Fixes make install after 3453a231a6cebe5989c213be0f9fd6c71ec5ea23.
- 05:48 PM Revision 55815edc (ffmpeg): prefer avio_check() over url_exist()
- The problem with url_exist() is that it tries to open a resource in
RDONLY mode. If the file is a FIFO and there is a... - 05:47 PM Revision 59d96941 (ffmpeg): avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
- Make AVIO_FLAG_ access constants work as flags, and in particular fix
the behavior of functions (such as avio_check()... - 05:04 PM Revision 490a022d (ffmpeg): lavu: remove misc disabled cruft
- 05:04 PM Revision 9e5c62c9 (ffmpeg): lavu: remove FF_API_OLD_IMAGE_NAMES cruft
- 05:03 PM Revision 516fb5e4 (ffmpeg): lavu: remove FF_API_OLD_EVAL_NAMES cruft
- 05:01 PM Revision 3453a231 (ffmpeg): lavc: remove misc disabled cruft.
- 04:41 PM Revision 251cf997 (ffmpeg): lavc: remove the FF_API_INOFFICIAL cruft.
- 04:41 PM Revision 41d0eb1c (ffmpeg): lavc: remove the FF_API_SET_STRING_OLD cruft.
- 04:40 PM Revision 01a4259b (ffmpeg): lavc: remove the FF_API_USE_LPC cruft.
- 04:39 PM Revision db4d3a74 (ffmpeg): lavc: remove the FF_API_SUBTITLE_OLD cruft.
- 04:37 PM Revision e89e5afd (ffmpeg): lavc: remove the FF_API_VIDEO_OLD cruft.
- 04:37 PM Revision 9b4f1cdb (ffmpeg): lavc: remove the FF_API_AUDIO_OLD cruft.
- 04:36 PM Revision 20d33ee8 (ffmpeg): lavc: remove the FF_API_OPT_SHOW cruft.
- 04:35 PM Revision 42420e7b (ffmpeg): lavc: remove the FF_API_MM_FLAGS cruft.
- 04:31 PM Revision 32b80696 (ffmpeg): lavf: remove misc disabled cruft.
- 04:31 PM Revision df56d583 (ffmpeg): lavf: remove FF_API_INDEX_BUILT cruft
- 04:31 PM Revision 7f804085 (ffmpeg): lavf: remove FF_API_URL_CLASS cruft.
- 04:28 PM Revision 5763e639 (ffmpeg): lavf: remove FF_API_SYMVER cruft
- 04:28 PM Revision b4c5acab (ffmpeg): lavf: remove FF_API_FIRST_FORMAT cruft
- 04:28 PM Revision 58d5ff0a (ffmpeg): lavf: remove FF_API_PARSE_FRAME_PARAM cruft
- 04:28 PM Revision fc2d3a19 (ffmpeg): lavf: remove FF_API_LAVF_UNUSED cruft
- 04:28 PM Revision 583f6c67 (ffmpeg): lavf: remove FF_API_PARAMETERS_CODEC_ID cruft
- 04:28 PM Revision 4df001d7 (ffmpeg): lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruft
- 04:28 PM Revision 5048e36c (ffmpeg): lavf: remove FF_API_URL_SPLIT cruft
- 04:28 PM Revision c4efa7c2 (ffmpeg): lavf: remove FF_API_UDP_GET_FILE cruft
- 04:28 PM Revision 61573bf1 (ffmpeg): lavf: remove FF_API_GUESS_FORMAT cruft
- 04:28 PM Revision dcd4a7b6 (ffmpeg): lavf: remove FF_API_REGISTER_PROTOCOL cruft
- 04:28 PM Revision 468644f6 (ffmpeg): lavf: remove FF_API_URL_RESETBUF cruft
- 04:28 PM Revision 575c18da (ffmpeg): lavf: remove FF_API_OLD_METADATA cruft
- 04:28 PM Revision 761ad429 (ffmpeg): lavf: remove FF_API_MAX_STREAMS cruft
- 04:28 PM Revision aad2f2f4 (ffmpeg): document introduction of side data in APIchanges
- this should've been written earlier, sorry
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 02:18 PM Revision 151cd4f9 (ffmpeg): pcm: Add const to cast in ENCODE macro.
- This fixes a lot of warnings of the sort:
libavcodec/pcm.c:105: warning: cast discards qualifiers from pointer target... - 01:49 PM Revision e61b83d2 (ffmpeg): Ogg: add support for Xiph's CELT (Opus) codec.
- This patch also introduces CODEC_ID_CELT.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org> - 01:28 PM Revision 484a3308 (ffmpeg): pad: make the filter parametric
- Address trac issue #61.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> - 11:25 AM Revision 22fa406f (ffmpeg): Check avcodec_alloc_frame() failure.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:25 AM Revision 39e69d0b (ffmpeg): 32bit libmp3lame support.
- 10:23 AM Revision 6a46aab4 (ffmpeg): ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippet
- Simplify, ease readability.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> - 10:23 AM Revision 0f230c53 (ffmpeg): ffmpeg: factorize resampling condition check in do_video_out()
- Simplify and improve readability.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> - 10:23 AM Revision c438c907 (ffmpeg): ffmpeg: reformat resample condition code in transcode()
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 10:23 AM Revision dfc6f5ae (ffmpeg): ffmpeg: improve reporting if size/pixel format changes
- Use av_log() rather than fprintf(stderr, ...), and show information
related to the previous size/pixel format configu... - 10:23 AM Revision 58bc9ac5 (ffmpeg): ffmpeg: remove unused fields AVOutputStream.original_width/height
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 10:23 AM Revision b0b83973 (ffmpeg): ffmpeg: remove unused variable padding_src in do_video_out()
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 09:50 AM Revision 9d7244c4 (ffmpeg): Typo
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:50 AM Revision 133208ff (ffmpeg): Be more verbose when printing the probe result.
- 08:16 AM Revision 25347c88 (ffmpeg): Fix compilation.for iOS ARMv7.
- 01:23 AM Revision 9b53bb8b (ffmpeg): Only ask once in the code for a TrueHD sample with strange channel la...
- 01:18 AM Revision d3f126df (ffmpeg): Also set the MLP/TrueHD channel layout in the decoder.
- Applications might not use the parser,
- 01:09 AM Revision 280a789f (ffmpeg): Make MLP/TrueHD channel layout functions visible to the decoder.
- 12:27 AM Revision 7aee0899 (ffmpeg): Merge branch 'master' into oldabi
- * master: (22 commits)
ffmpeg:Daemon mode, add -d as first option to try it. Signed-off-by: Michael Niedermayer <mi... - 12:08 AM Revision a3040715 (ffmpeg): Merge commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b'
- * commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b':
Not pulled: Replace mplayerhq.hu URLs by libav.org.
asfdec: R...
04/18/2011
- 11:54 PM Revision 39aafa5e (ffmpeg): ffmpeg:Daemon mode, add -d as first option to try it.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:54 PM Revision 17ee7b55 (ffmpeg): ffmpeg:Fix negative verbositiy
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:17 PM Revision 9c3ad1af (ffmpeg): Include authorship information from ffmpeg-mt at Ronald S. Bultjes re...
- 09:55 PM Revision d11818ef (ffmpeg): Remove now obsolete references to _g-suffixed binaries.
- Automatic stripping of binaries was removed in commit e0be794
and the _g binaries disappeared along with it. - 09:30 PM Revision c22f2527 (ffmpeg): In mov and flv muxer, check aac bitstream validity.
- 08:21 PM Revision facc48f1 (ffmpeg): libvo-aacenc,libvo-amrwbenc}: fix api usage
- Use the correct error codes and format identifier.
- 06:40 PM Revision 77f6b4d5 (ffmpeg): Added key_frame and pict_type to vsrc_movie
- Signed-off-by: Roger Pau Monné <roger.pau@entel.upc.edu>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 06:40 PM Revision fccff6e8 (ffmpeg): Allow h264pred_init_arm.c to compile.
- SOB: Bill Pringlemeir <bpringlemeir@yahoo.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 06:40 PM Revision 62931e11 (ffmpeg): anm decoder: move buffer allocation from decode_init() to decode_frame()
- This permits playback in ffplay when libavfilter is enabled.
Resolves ticket #60
Signed-off-by: Michael Niedermayer... - 06:19 PM Revision 139f3ac4 (ffmpeg): Bump major versions of all libraries.
- They've accumulated enough new APIs and corresponding deprecated cruft.
This breaks API and ABI. - 05:25 PM Revision dc8e1b75 (ffmpeg): vsrc_movie: fix leak in request_frame()
- Also set movie->picref to NULL, in order to avoid a crash in uninit()
when movie->picref is unreffed again and it was... - 04:23 PM Revision f0a41afd (ffmpeg): Replace mplayerhq.hu URLs by libav.org.
- 01:35 PM Revision 0b5ae1fd (ffmpeg): asfdec: Remove dead code from asf_read_close().
- 12:35 PM Revision 12820823 (grapes): Merge branch 'fixes' into cloudcast
- 11:04 AM Revision 06bc22e3 (grapes): Remove some "static" qualifiers on local variables
- This helps in making the code reentrant
- 10:11 AM Revision 372f04de (grapes): Merge remote branch 'origin/fixes'
- 07:41 AM Revision 259a3e70 (ffmpeg): ptx: Use av_log_ask_for_sample() where appropriate.
04/17/2011
- 10:47 PM Revision 7e2eb4ba (ffmpeg): Merge remote-tracking branch 'ffmpeg-mt/master'
- * ffmpeg-mt/master:
Release unused pictures even when not calling ff_h264_frame_start()
h264: Fix decodin... - 09:59 PM Revision 2d2b5a14 (ffmpeg): 10l, commit that should have been stashed into the merge.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:43 PM Revision c4079844 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
ac3dec: fix processing of delta bit allocation information.
vc1: fix fate-vc1 after previous comm... - 08:46 PM Revision fd0c3403 (ffmpeg): Update regtest checksums after revision 6001dad.
- The string "FFmpeg" was replaced by "Libav" in metadata that
got encoded in file headers. - 05:31 PM Revision 6001dad6 (ffmpeg): Replace more FFmpeg references by Libav.
- 05:02 PM Revision b33c8afd (grapes): Nethelper send_to_peer now works again. Better fix needed
- 04:33 PM Revision 4c64c8e9 (ffmpeg): ac3dec: fix processing of delta bit allocation information.
- The number of dba segments is the coded value + 1.
The coupling dba offset starts at the first coupling band, not at ... - 03:33 PM Revision c9678600 (ffmpeg): scale: set evaluated value for the "out_w" and "out_h" constants
- The constant values were never set, thus the evaluation of expressions
referencing those constants were resulting in ... - 03:32 PM Revision e93d3334 (ffmpeg): scale: fix computation for the "hsub" and "vsub" constants
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 06:45 AM Revision 0b05864e (ffmpeg): vc1: fix fate-vc1 after previous commit.
- PROFILE_ADVANCED doesn't set res_fasttx, so make that a special case
in the condition that decides which IDCT to use ...
04/16/2011
- 11:59 PM Revision 14360e07 (ffmpeg): Remove now useless ffpresets for x264, use -preset
- 11:51 PM Revision 0140d3f0 (ffmpeg): In libx264 wrapper, add -preset and -tune options
- 11:47 PM Revision abf8342a (ffmpeg): ffmpeg: fix -aspect cli option
- Redesign the way -aspect option is handled. This is done by making
ffmpeg read the sample aspect ratio set in the cor... - 11:19 PM Revision 0ba84856 (ffmpeg): In mov muxer, compute avg bitrate in esds
- 09:24 PM Revision 1aeb88b7 (ffmpeg): Correctly implement ac3 float/fixed encoder.
- There is no need to have 2 encoders, the input sample format can,does and should choose which is used
Signed-off-by: ... - 07:47 PM Revision bdf3d3bf (ffmpeg): ffmpeg: use parse_number_and_die() when it makes sense
- Prefer parse_number_or_die() over atoi()/atol() parsing for the options:
-pass, -top, -vc, and -qscale.
Improve inpu... - 07:47 PM Revision 584c2f1d (ffmpeg): cmdutils: add OPT_INT check in parse_number_or_die()
- Check that the value passed for an OPT_INT option is an int, fail
otherwise. - 07:19 PM Revision 58bb6b7d (ffmpeg): wmv3dec: fix playback of complex WMV3 files using simple_idct.
- IDCT coefficients are read transposed, but simple_idct does not expect
this. Therefore, only do tranposed coefficient... - 03:51 PM Revision 3c10843f (ffmpeg): Use av_set_pts_info to set time_base.
- Also remove useless assignments of 0, the priv
context is initialized to 0. - 03:44 PM Revision f0a68a20 (ffmpeg): Enable header parsing for MPEG2VIDEO to get time-stamps.
- FFmpeg can generate pts and dts on its own, but only
if we enable parsing, so do that.
This fixes ticket #46. - 03:10 PM Revision bd9430db (ffmpeg): CrystalHD: Fix usage of h264 parser.
- I was using the wrong value to track the position of the parser in the
stream. For an error-free stream, the size of ... - 09:21 AM Revision 93202b19 (grapes): Fixed bug in cloudcast: wrong threshold value
- 09:20 AM Revision 75a8ceae (grapes): Added put counter to mysql cloud helper
- 08:09 AM Revision 09a1416d (ffmpeg): Add key_frame and pict_type to AVFilterBufferRefVideo.
- 01:55 AM Revision d3b379b9 (ffmpeg): Merge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'
- * commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8':
xwma: Fix wrong printf format expression.
xwma demuxer: typo... - 01:46 AM Revision f6302ad6 (ffmpeg): Merge commit 'f668afd4896ee65683619b6f165dda4cdd46766f'
- * commit 'f668afd4896ee65683619b6f165dda4cdd46766f':
swscale: fix "ISO C90 forbids mixed declarations and code" war...
04/15/2011
- 08:38 PM Revision 14622ef0 (ffmpeg): Replace references to ffmpeg-devel with libav-devel; fix roundup URL.
- 04:02 PM Revision c0eee893 (ffmpeg): make av_dup_packet() more cautious on allocation failures
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 04:02 PM Revision 2d8591c2 (ffmpeg): make containers pass palette change in AVPacket
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 04:01 PM Revision 4de339e2 (ffmpeg): introduce side information for AVPacket
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 11:28 AM Revision 4d012eb5 (ffmpeg): xwma: Fix wrong printf format expression.
- Also add inttypes.h #include for PRId64 macros.
This fixes the following warnings:
libavformat/xwma.c:147: warning: ... - 10:19 AM Revision ef8b54fc (ffmpeg): xwma demuxer: typos
- Signed-off-by: Diego Biurrun <diego@biurrun.de>
- 09:50 AM Revision f4bc923e (ffmpeg): Allow to print wider unsupported channel layouts.
- 09:48 AM Revision 7c8c55ff (ffmpeg): Warn if Vorbis does not support the provided channel layout.
- The warning is printed with loglevel error because the output
stream is known to be broken.
Also warn if no channel l... - 09:45 AM Revision 8f3eebd6 (ffmpeg): oggdec: simplify audio chained ogg streams support
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 08:06 AM Revision f668afd4 (ffmpeg): swscale: fix "ISO C90 forbids mixed declarations and code" warning
- only hit with --enable-runtime-cpudetect
- 07:07 AM Revision 7f2ae5c7 (ffmpeg): swscale: fix compilation with --enable-runtime-cpudetect
- 02:50 AM Revision 85b21147 (ffmpeg): Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'
- * commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864':
avutil: make aes and sha api public
handle malloc failures i...
04/14/2011
- 10:41 PM Revision b6cad3df (ffmpeg): swscale: correct include path to fix ppc altivec build
- 08:35 PM Revision 256c5b08 (ffmpeg): Fix BE/LE order of pix formats
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:16 PM Revision 33a0421b (ffmpeg): swscale: simplify initialization code
- Simplify the fallthrough case when no accelerated functions
can be initialized. - 08:16 PM Revision 6216fc70 (ffmpeg): swscale: simplify rgb2rgb templating
- MMX is always built. Drop the ifdefs
- 08:16 PM Revision 735bf195 (ffmpeg): swscale: further cleanup swscale.c
- Move x86-specific constants out of swscale.c
- 08:16 PM Revision c0038328 (ffmpeg): swscale: move away x86 specific code from rgb2rgb
- Keep only the plain C code in the main rgb2rgb.c and move the x86
specific optimizations to x86/rgb2rgb.c
Change the ... - 08:16 PM Revision 86330b4c (ffmpeg): swscale: partially move the arch specific code left
- PPC and x86 code is split off from swscale_template.c. Lots of code is
still duplicated and should be removed later.
... - 08:14 PM Revision a3a0af4f (ffmpeg): avutil: make aes and sha api public
- The functions are already av_ prefixed and sha1 header is already provided.
Install libavutil/{aes,sha}.h
Signed-off... - 11:56 AM Revision ca402f32 (ffmpeg): handle malloc failures in ff_get_wav_header
- ff_get_wav_header is reading data from a WAVE file and then uses it
(without validation) to malloc a buffer. It then ... - 11:55 AM Revision ad4c5034 (ffmpeg): add xWMA demuxer
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 11:51 AM Revision 0a962e61 (ffmpeg): mpegts: force the default timebase
- The mpegts muxer does not set the stream time base using
av_set_pts_info, but expects it to have the default value of... - 06:34 AM Revision 302152d4 (ffmpeg): libavcodec: Bump micro after adding the dtx AVOptions
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 02:16 AM Revision b8a44442 (ffmpeg): AV_CH_LAYOUT_2_2 does not need channel reordering for alsa output.
- 01:43 AM Revision 6daf513c (ffmpeg): Fix channel order for 7.1 TrueHD samples.
- 01:33 AM Revision 460acdf0 (ffmpeg): Support alsa channel reordering for float.
- 01:33 AM Revision 19de9d56 (ffmpeg): Cosmetics: Fix indentation and move one line.
- 01:33 AM Revision 939a12e2 (ffmpeg): Fix channel order for some MLP samples.
- 01:33 AM Revision 075a5560 (ffmpeg): Support a-law and mu-law output in alsa.
- 01:33 AM Revision 47c0c8ca (ffmpeg): Also support alsa channel reordering for u16 and u32 formats.
- 01:33 AM Revision 1171d45f (ffmpeg): Rename the s16 and s32 alsa reorder functions as int16 and int32.
- The functions will also be used for unsigned formats.
- 01:33 AM Revision 0ae2a036 (ffmpeg): Support unsigned variants of already supported signed formats in alsa.
- 01:33 AM Revision e2049edb (ffmpeg): Add forgotten line to silence a warning for int32.
- AV_CH_LAYOUT_QUAD is the only (multi-) channel layout that has the
same channel ordering for FFmpeg and alsa. - 01:21 AM Revision c55780dc (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master: (32 commits)
libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions
libopencor...
04/13/2011
- 09:31 PM Revision 651b276e (ffmpeg): libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOpt...
- DTX, discontinuous transmission, allows emitting frames with
comfort noise when no voice is detected in the input aud... - 09:31 PM Revision 3dd82afc (ffmpeg): libopencore-amr, libvo-amrwbenc: Only check the bitrate when changed
- Also rename the incorrectly named enc_bitrate to enc_mode, use the
enc_bitrate variable for storing the last chosen b... - 09:31 PM Revision 70739381 (ffmpeg): libopencore-amr, libvo-amrwbenc: Find the closest matching bitrate
- Dynamically print the supported bitrates from the local table,
instead of using a hardcoded log message.
Signed-off-... - 07:38 PM Revision 957635ba (ffmpeg): libvo-*: Fix up the long codec names
- Include VisualOn to clarify the codec name, but remove the
actual library name from the user-friendly description.
Al... - 07:14 PM Revision 567ad0e3 (ffmpeg): libavcodec: Mark AVCodec->priv_class const
- This avoids warnings of this kind, everywhere priv_class
is initialized:
warning: initialization discards qualifiers... - 03:24 PM Revision 0e1a5434 (ffmpeg): swscale: Factorize FAST_BGR2YV12 definition.
- It is used only for x86 so it will eventually be moved with that code
into the x86 arch subdirectory. - 02:54 PM Revision 567c8490 (grapes): Removed debug log
- 02:24 PM Revision e3dbef44 (grapes): cloudcast works without the need of the cloud being initialized with ...
- 02:22 PM Revision 98b047dd (grapes): Added support for get_from_cloud_default which return a default value...
- 01:22 PM Revision ff5278d8 (ffmpeg): Mention VisualOn in the new codecs' long names to explain "libvo".
- 12:43 PM Revision 2d326793 (ffmpeg): libvo-aacenc: Only produce extradata if the global header flag is set
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 11:54 AM Revision c8adcc6c (grapes): Added documentation on thread safety assumptions
- 11:53 AM Revision 80d1577c (grapes): Fixed thread unsafe operations in net_helper
- 11:50 AM Revision 451d566f (ffmpeg): lavf: postpone removal of public metadata conversion API
- It's been deprecated only a few months ago, long after 0.6.
- 11:50 AM Revision c7767327 (ffmpeg): lavc: postpone removal of request_channels
- No decoder uses the supposed replacement, request_channel_layout, yet.
- 11:50 AM Revision 548e62c5 (ffmpeg): lavf: postpone removal of deprecated avio functions
- They've been deprecated very recently.
- 11:50 AM Revision d6ead39e (ffmpeg): lavc: postpone removal of audioconvert and sample_fmt wrappers
- Those were moved to libavutil only recently.
- 11:49 AM Revision 5ceafcf3 (grapes): Removed cloud_helper_delegate_file
- 10:00 AM Revision 882221af (ffmpeg): libopencore-amr: Cosmetics: Rewrap and align
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 10:00 AM Revision 02c63a10 (ffmpeg): libopencore-amr, libvo-amrbwenc: Rename variables and functions
- Avoid camelCase names for functions and variables.
Signed-off-by: Martin Storsjö <martin@martin.st> - 10:00 AM Revision 9b9c6405 (ffmpeg): libopencore-amr: Convert commented out debug logging into av_dlog
- Also add the avctx as logging context.
Signed-off-by: Martin Storsjö <martin@martin.st> - 09:59 AM Revision 89e7e640 (ffmpeg): libopencore-amr: Remove an unused state variable
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 09:02 AM Revision fa752c57 (grapes): Fixed minor warning about dropped modifier
- 09:00 AM Revision 78dc8c0c (grapes): Removed pthread dependency by cloud_helper. Caller must enforce synch...
- 08:30 AM Revision dbff4da9 (ffmpeg): libopencore-amr: Remove unused code fragments
- This parts are heritage from the encoder part from the old
libamr code removed in SVN rev 19365.
Signed-off-by: Mart... - 08:30 AM Revision 0e03f94d (ffmpeg): libopencore-amr: Remove a useless local variable
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 08:30 AM Revision c48ce4eb (ffmpeg): libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array ...
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 08:30 AM Revision 900a129f (ffmpeg): libopencore-amr, libvo-amrwbenc: Return proper error codes in most pl...
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 08:30 AM Revision a8ec07c9 (ffmpeg): libopencore-amr: Don't print carriage returns in log messages
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 08:30 AM Revision 58733141 (ffmpeg): libopencore-amr: Remove an old workaround for libamr header weirdness
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 08:30 AM Revision 57ddffe8 (ffmpeg): libopencore-amr: Make the opaque encoder pointer a void*
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 08:30 AM Revision 5d211e03 (ffmpeg): libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate t...
- The bitrate modes are equal to the array indices.
Signed-off-by: Martin Storsjö <martin@martin.st> - 08:30 AM Revision a92a7ddc (ffmpeg): applehttp: Only check the discard flags if v->ctx actually is initial...
- This code could be executed if the demuxer reads more than one
segment before returning from av_open_input_stream.
S... - 08:06 AM Revision f521746b (ffmpeg): ffplay: implement -showmode option
- The new option allows to select the starting show mode.
- 08:06 AM Revision f8b8c694 (ffmpeg): ffplay: use symbolic constant values for show_audio
- Also rename VideoState->show_audio to show_mode.
Improve readability. - 08:06 AM Revision 8776f3d2 (ffmpeg): ffplay: remove audio_write_get_buf_size() forward declaration
- Move up the definition of audio_write_get_buf_size(), so that it is
defined before it is used. Simplify. - 08:06 AM Revision c1d4bb57 (ffmpeg): ffplay: remove unused field VideoState.dtg_active_format
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 08:06 AM Revision a6f395d6 (ffmpeg): ffplay: avoid unnecessary intermediary struct in queue_picture()
- When CONFIG_AVFILTER, use a AVFrame -> AVPicture cast rather than
explicitely copy the image information from AVFrame... - 08:01 AM Revision 4c362a52 (ffmpeg): doc: update developer guide
- Refer to the current submission policy and refer to FATE in the
Regression Test section. - 07:58 AM Revision 05d33d86 (ffmpeg): Fix compilation with --disable-avfilter.
- 07:13 AM Revision 87c06cc4 (grapes): Revert "cloud_helper_context-nodeID map now thread safe"
- This reverts commit 6ebf2e47cfabd281fd758a81ce9d907f2c9cc8e6.
Reverted because such a commit introduces a hard depend... - 05:41 AM Revision 86a89ae3 (ffmpeg): lavf: bump minor and add an APIChanges entry for the last avio changes
- 05:38 AM Revision 4bde56d1 (ffmpeg): avio: deprecate url_exist in favor of avio_check.
- 05:38 AM Revision 31317656 (ffmpeg): file: implement url_check() callback in the file and pipe protocols
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 05:38 AM Revision 175389c8 (ffmpeg): avio: add avio_check()
- The new function is more flexible than url_exist(), as it allows to
specify which access flags to check, and does not... - 05:36 AM Revision cbea3ac8 (ffmpeg): avio: left-shift AVIO_ flags on next bump
- Now AVIO_RDONLY is defined as 0, so it's not usable as a flag.
- 12:57 AM Revision d6f79edb (ffmpeg): flv demuxer: dont error out due to index problems, but inform the use...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:49 AM Revision 9891004b (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
Partially merged:flvdec: Allow parsing keyframes metadata without seeking in most cases
Error out i...
04/12/2011
- 11:46 PM Revision d2940155 (ffmpeg): Check for successful h263 init in msmpeg4 init
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 11:06 PM Revision 96573c0d (ffmpeg): lavf/utils.c: Order packets with identical PTS by stream index.
- This allows for more reproducible results when using multi-threading.
Signed-off-by: Ronald S. Bultje <rsbultje@gmai... - 10:56 PM Revision a0f17473 (ffmpeg): ASS decoder also requires ass_split.o to be compiled.
- 08:08 PM Revision 578d6861 (ffmpeg): flvdec: Allow parsing keyframes metadata without seeking in most cases
- Stop the avio input at a point where amf_parse_object can
continue parsing the end of the object seamlessly, when all... - 07:50 PM Revision dda691ff (streamers): Merge branch 'source-offer' into 2011-INFOCOM
- 05:19 PM Revision 28334070 (grapes): Added error logging for the initialization phase of the cloudcast pee...
- 05:17 PM Revision f3e3f28e (ffmpeg): Error out if vaapi is not found
- Make the behaviour consistent with the other external deps.
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 05:17 PM Revision ff1ec0c3 (ffmpeg): avio: undeprecate av_url_read_fseek/fpause under nicer names
- It seems their replacements won't be ready anytime soon.
- 03:40 PM Revision 5c006875 (ffmpeg): Fix compilation with --disable-yasm.
- 02:01 PM Revision f33e6bbd (grapes): Fixed a SEGFAULT bug in wait4any_polling
- 01:35 PM Revision 672eb08e (grapes): Cloudcast now is threadsafe
- 01:04 PM Revision 6ebf2e47 (grapes): cloud_helper_context-nodeID map now thread safe
- 12:26 PM Revision 8b7dc087 (ffmpeg): Add forgotten const to enum AVSampleFormat
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:52 AM Revision c5e03ceb (ffmpeg): libvo-*: Don't use deprecated sample format names and enum names
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 09:38 AM Revision b5304f7b (ffmpeg): flvdec: Fix support for flvtool2 "keyframes based" generated index
- Current keyframes data parser unconditionally rewind metadata to
the end at the end of function. As result ALL metada... - 09:38 AM Revision c41eb2ad (ffmpeg): libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 07:33 AM Revision 44a8b0dd (ffmpeg): Cosmetics: Rename variable param as the more appropriate dpyname.
- 07:27 AM Revision 9af20971 (ffmpeg): Cosmetics: Fix white-space in av_log() message.
- 07:17 AM Revision ff2614ee (ffmpeg): Fix output of AV_CH_LAYOUT_5POINT0 via alsa by reordering channels.
- 07:11 AM Revision 71306c5d (ffmpeg): Support CODEC_ID_PCM_F64* output via alsa (stereo only).
- 06:56 AM Revision 5778466e (ffmpeg): Support CODEC_ID_PCM_S24* output via alsa (stereo only).
- 06:55 AM Revision 4e54848b (ffmpeg): Use const where appropriate.
- Spotted by Reimar.
- 06:51 AM Revision 72eb6dfe (ffmpeg): Mention VisualOn in the new codecs' long names to explain "libvo".
- 04:47 AM Revision 2f072b55 (ffmpeg): Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32.
- (1<<31) is undefined and seems to be evaluated by gcc to -2^31 when
these formulae require 2^31.
These conversions s... - 04:47 AM Revision 187a5379 (ffmpeg): Convert some undefined 1<<31 shifts into 1U<<31.
- According to ISO 9899:1999 S 6.5.7/4:
The result of E1 << E2 is E1 left-shifted E2 bit positions; vacated bits
are f... - 01:54 AM Revision 8eeed0db (ffmpeg): vpxenc: add CQ_LEVEL mapping
- via the equivalent AVCodecContext::crf modifying the range allowed by
options.c (0-51 -> 0-63)
update configure check... - 01:53 AM Revision a299a261 (ffmpeg): vpxenc: add VP8E_SET_STATIC_THRESHOLD mapping
- via the equivalent AVCodecContext::mb_threshold
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 01:48 AM Revision 4727ec3c (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
Not pulled due to wrong author, according to carl: Add unconditional return statement to yuva420_rgb... - 12:02 AM Revision 13d4ec84 (ffmpeg): cosmetics: alignment
04/11/2011
- 11:37 PM Revision df149f6c (ffmpeg): ffplay: fix weird brace placement in video_image_display()
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 11:37 PM Revision 3338be24 (ffmpeg): ffplay: rename output_picture2() to output_picture()
- The "2" suffix is confusing.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> - 11:37 PM Revision eef16966 (ffmpeg): ffplay: avoid forward declaration for packet_queue_put()
- Define the function before it is used. Simplify.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> - 11:37 PM Revision 1979d3b8 (ffmpeg): ffplay: remove useless intermediary variable dst_pix_fmt in queue_pic...
- Simplify.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> - 11:23 PM Revision 91b27e49 (ffmpeg): ffplay: compact expression in compute_mod()
- Prefer "return X ? Y : Z" over "if (x) return Y; else return Z",
reduce line count.
Signed-off-by: Stefano Sabatini ... - 09:39 PM Revision 6873cf9b (ffmpeg): compute rects duration in ASS decoder
- Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
- 09:27 PM Revision 3ee8ca9b (ffmpeg): add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct
- Call this new function before decode() to replace the custom and
inconsistant initialization in various decoders.
Thi... - 04:02 PM Revision 849c120e (grapes): better specified the completion criteria of recv_form_cloud
- 03:57 PM Revision 4626022b (grapes): Fixed a memory leak in libs3_delegate_helper
- 01:57 PM Revision 0b2dc7c4 (chunker-player): UL player: PSNR publishing: solved bug that made PSNR publish...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2592 c54fa...
- 01:50 PM Revision ee8db4ca (grapes): Merge branch 'master' into cloudcast
- Conflicts:
src/Cache/proto.h
src/Cache/topocache.c
src/Makefile
src/Tests/Makefile
src/TopologyManager/Makefile
... - 12:18 PM Revision db46be01 (ffmpeg): Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_b...
- When HAVE_7REGS was not defined these functions had an empty body
causing the following warnings during compilation.
... - 12:18 PM Revision 70ad9842 (ffmpeg): Fix compilation of timefilter test program.
- The printf function is forbidden in library code, but not in test programs,
so #undefine the printf macro that disabl... - 11:55 AM Revision f502ff3f (ffmpeg): Add support for AMR-WB encoding via libvo-amrwbenc
- The wrapper code is based on the libamr wrapper removed in SVN rev 19365.
Signed-off-by: Martin Storsjö <martin@mart... - 11:55 AM Revision d89e738a (ffmpeg): Add an AAC encoder by using the libvo-aacenc library
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 09:49 AM Revision c104a6e9 (ffmpeg): oggdec: use av_freep() instead of av_free()
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:29 AM Revision b52a65cc (ffmpeg): vsrc_buffer.h: add file doxy
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 09:28 AM Revision e601ff19 (ffmpeg): vsrc_buffer.h: add multiple inclusion guards
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 09:19 AM Revision f763a7c6 (ffmpeg): vsrc_buffer: tweak error message in init()
- Change:
Expected 7 arguments, but only %d found in '%s'\n
to:
Expected 7 arguments, but %d found in '%s'\n
as the us... - 08:35 AM Revision 029f966c (ffmpeg): g722: Return 8 bits per sample for g722 in av_get_bits_per_sample
- This fixes a failing assert in ff_raw_read_header (in
fate-g722dec-1), where bits_per_coded_sample is set using this
... - 02:08 AM Revision ab8cfd45 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
avio: add more documentation for AVIOContext.
Parse sprite data for WMVP and WVP2, and decode spr...
04/10/2011
- 10:37 PM Revision 2e92a34c (ffmpeg): Revert "fbdev: simplify logic in fbdev_read_packet()"
- This change is buggy.
This reverts commit d46c9f83cf495c901e6128ce1042190f620b89c4. - 10:14 PM Revision 5381823e (ffmpeg): ffmpeg: rename configure_filters() to configure_video_filters()
- Mostly useful for the audio-filters branch, to make more apparent the
distinction between configure_audio_filters() a... - 10:14 PM Revision aa0c515a (ffmpeg): lavfi: add fieldorder filter
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 10:14 PM Revision d46c9f83 (ffmpeg): fbdev: simplify logic in fbdev_read_packet()
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 08:33 PM Revision a50f0bea (ffmpeg): H264: Split out hl_motion and template it, this seems a bit faster
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:33 PM Revision 179106ed (ffmpeg): H264: factor if() out of coef decoding loop of decode_cabac_residual_...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:33 PM Revision df2d5b16 (ffmpeg): H264: Allow templating hl_decode_mb based on pixel_size.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:33 PM Revision e7077f5e (ffmpeg): H264: replace pixel_size by pixel_shift
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:33 PM Revision 9b271ce6 (ffmpeg): h264: Print bpp Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:33 PM Revision 5e85298c (ffmpeg): Enable decoding of high bit depth h264.
- This patch completes the high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision 8dbe5856 (ffmpeg): Adds 8-, 9- and 10-bit versions of some of the functions used by the ...
- This patch lets e.g. dsputil_init chose dsp functions with respect to
the bit depth to decode. The naming scheme of b... - 08:33 PM Revision d268bed2 (ffmpeg): Add support for higher QP values in h264.
- In high bit depth, the QP values may now be up to (51 + 6*(bit_depth-8)).
Preparatory patch for high bit depth h264 ... - 08:33 PM Revision 436c4523 (ffmpeg): H264: fix prefetch
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:33 PM Revision af0b2d67 (ffmpeg): Choose h264 chroma dc dequant function dynamically.
- Needed for high bit depth h264 decoding.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision 86b0d9cd (ffmpeg): Make the h264 loop filter bit depth aware.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision 63cc0e77 (ffmpeg): Template dsputil_internal.h with respect to pixel size, etc.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision 9abd87bb (ffmpeg): Template h264idct_internal.h with respect to pixel size, etc.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision 2b092f7a (ffmpeg): Template h264pred_internal.h with respect to bit depth, etc.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision 21a7c936 (ffmpeg): Template h264dsp_internal.h with respect to pixel size, etc.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision 8dffcca5 (ffmpeg): Move some functions in dsputil.c into a new file dsputil_internal.h.
- The functions moved are used when decoding h264.
Preparatory patch for high bit depth h264 decoding support.
Signed-... - 08:33 PM Revision 7bc8032b (ffmpeg): Move the functions in h264idct into a new file h264idct_internal.h.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision c2f38da9 (ffmpeg): Move the functions in h264pred.c into a new file h264pred_internal.h.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision 2431689b (ffmpeg): Move the functions in h264dsp.c into a new file h264dsp_internal.h
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision d4497f6d (ffmpeg): Add pixel formats for 9- and 10-bit yuv420p.
- Also add support for these formats in libswscale.
Needed for high bit depth h264 decoding.
Signed-off-by: Michael N... - 08:33 PM Revision dc172ecc (ffmpeg): Add the notion of pixel size in h264 related functions.
- In high bit depth the pixels will not be stored in uint8_t like in the
normal case, but in uint16_t. The pixel size i... - 08:28 PM Revision 488efb33 (ffmpeg): H264: Fix slice threads
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 06:17 PM Revision 4cf3fafe (grapes): Bug fix: mysql/libs3 delegate helper always reported empty data after...
- 12:31 PM Revision d1c5fdf8 (ffmpeg): avio: add more documentation for AVIOContext.
- 09:40 AM Revision 701d0eb1 (ffmpeg): Fix input buffer size check in adpcm_ea decoder.
- Unfortunately the output buffer size check assumes that the
input buffer is never over-consumed, thus this actually
a... - 08:07 AM Revision 768c5251 (ffmpeg): Parse sprite data for WMVP and WVP2, and decode sprites for the latter
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 08:07 AM Revision 70ff5573 (ffmpeg): Replace outdated info on the FAQ
- FAQ could use some work. This updates a few little details.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Si... - 07:27 AM Revision f8de11cf (ffmpeg): Redefine sameq
- I think the documentation of sameq is causing confusion and misuse of
this option.
Signed-off-by: Michael Niedermaye... - 07:27 AM Revision aeefbf61 (ffmpeg): pad: fix example explanation
- "row" and "column" term positions in the explanation were inverted.
Signed-off-by: Stefano Sabatini <stefano.sabatin... - 07:26 AM Revision 3eccfaa0 (ffmpeg): gradfun: add notice from the MPlayer manual
- Add notice telling that the filter is designed for playback only.
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 07:24 AM Revision 5ae4251c (ffmpeg): eval: add support for trunc, ceil, and floor functions
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 07:22 AM Revision 2fd8756b (ffmpeg): documentation: add setdar and setsar description to filters.texi
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 05:41 AM Revision 893816ba (ffmpeg): avio: cosmetics, vertically align comments.
- 05:41 AM Revision e782a0c6 (ffmpeg): avio: document avio_close().
- 05:41 AM Revision c1a9012d (ffmpeg): avio: document some members of AVIOContext.
- 05:41 AM Revision fafa7290 (ffmpeg): avio: cosmetics, move AVIOContext to start of the file.
- 05:41 AM Revision 37744e32 (ffmpeg): avio: cosmetics, merge all the FF_API_OLD_AVIO blocks.
- 05:41 AM Revision 72d4405b (ffmpeg): avio: cosmetics, group the reading functions.
- 05:41 AM Revision 6084ee5d (ffmpeg): avio: update file header.
- 03:02 AM Revision 3028b6ed (ffmpeg): os: fix OpenBSD/PowerPC compilation
- When attempting to re-enable the AltiVec support it was noticed
that we need to undefine _POSIX_C_SOURCE to appease t... - 02:44 AM Revision 73389754 (ffmpeg): pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
- PIX_FMT_BGR48LE is used by PhantomCINE demuxer.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> - 02:33 AM Revision 47dec30e (ffmpeg): oggdec: fix demuxing chained audio streams
- Chained ogg served by icecast and mpd should demux
properly now.
Fixes issue2337
Signed-off-by: Luca Barbato <lu_ze... - 02:31 AM Revision cbfa93ac (ffmpeg): fix typo
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 02:00 AM Revision afaedbd6 (ffmpeg): Add "Did you provide a clear git commit log message?" to the patch ch...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:49 AM Revision c55efca0 (ffmpeg): x11: fix memleak
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:49 AM Revision 05c062e9 (ffmpeg): replace movw instruction in ac3dsp_armv6.S
- AS libavcodec/arm/ac3dsp_armv6.o
ffmpeg-src/libavcodec/arm/ac3dsp_armv6.S: Assembler messages:
ffmpeg-src/libavc... - 01:32 AM Revision a2beabc2 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
daud: Don't write packets that are too large to have their size expressed in the bytestream.
DUPLIC... - 12:32 AM Revision 347b375a (ffmpeg): daud: Don't write packets that are too large to have their size expre...
04/09/2011
- 11:35 PM Revision d459d8e2 (ffmpeg): Abort Ogg header parsing when we encounter a data packet.
- Fixes ticket #15.
- 12:23 PM Revision cf39b461 (ffmpeg): pthread: validate_thread_parameters() ignored slice-threading being i...
- The thread_type API allows you to request only FF_THREAD_FRAME (instead of
FRAME | SLICE), but it was being ignored.
... - 12:23 PM Revision f82163cf (ffmpeg): Use consistent condition for whether to run slice-threading execute f...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 11:35 AM Revision 17ca374c (ffmpeg): avformat.h: fix a misplaced #endif
- 10:02 AM Revision da21440d (ffmpeg): vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.
- (cherry picked from commit a18e7b4fb77d3799cf21110b5e6dda4691a295b3)
Signed-off-by: Reinhard Tartler <siretart@tauwa... - 10:00 AM Revision 09ce8462 (ffmpeg): vaapi: filter out DELAYED_PIC_REF flag to determine field.
- This fixes ticket #23.
(cherry picked from commit 621f4c98df4ee9fd604a614f31e09eef9dd7d3ca)
Signed-off-by: Reinhard... - 03:17 AM Revision ae7a4a15 (ffmpeg): CrystalHD: Improve detection of h.264 content.
- As previously discussed, the CrystalHD hardware returns exceptionally
useless information about interlaced h.264 cont... - 03:17 AM Revision bfde0f1b (ffmpeg): CrystalHD: Carry picture type from input to output picture.
- Now that we know the type of the input picture, we have to bring
that information to the output picture to help ident... - 03:17 AM Revision f6421e0b (ffmpeg): CrystalHD: Bring in h.264 parser to establish picture type.
- As the hardware is unreliable, we will have to use the h.264 parser
to identify whether an input picture is a field o... - 03:17 AM Revision e99fd6ee (ffmpeg): CrystalHD: Change opaque_list_pop to return the node.
- In preparation for adding additional fields to the node, return
the node instead of the pts value. This requires the ... - 03:17 AM Revision ca0eed7e (ffmpeg): CrystalHD: Fix whitespace after previous change.
- 'git diff -w' confirmed to return nothing.
Signed-off-by: Philip Langdale <philipl@overt.org> - 03:17 AM Revision 9ce1d5f0 (ffmpeg): CrystalHD: Handle different h.264 MBAFF packing.
- I found another MBAFF sample where the input:output pattern is
the same as mpeg2 and vc1 (fieldpair input, individual... - 01:23 AM Revision f7f9e24d (ffmpeg): Replace outdated info on the FAQ
- FAQ could use some work. This updates a few little details.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 01:23 AM Revision ba667e60 (ffmpeg): Fix support for flvtool2 "keyframes based" generated index in FLV for...
- Current keyframes data parser unconditionally rewind metadata to the end
at the end of function. As result ALL metada... - 01:23 AM Revision c0577ceb (ffmpeg): flv: Only parse keyframe index when the underlaying protocol allows s...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:17 AM Revision d4d09329 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
lavf: bump minor and add an APIChanges entry for avformat cleanup
lavf: get rid of ffm-specific s...
04/08/2011
- 11:00 PM Revision a61bc91d (ffmpeg): Fix ticket21, temporary audio array was too small.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 07:00 PM Revision 0c68c804 (ffmpeg): lavf: bump minor and add an APIChanges entry for avformat cleanup
- 06:58 PM Revision 3ee53dab (ffmpeg): lavf: get rid of ffm-specific stuff in avformat.h
- 03:48 PM Revision cdc6a87f (ffmpeg): avio: deprecate av_protocol_next().
- 03:48 PM Revision f8270bbf (ffmpeg): avio: add a function for iterating though protocol names.
- 02:45 PM Revision c234d40b (ffmpeg): lavf: rename a parameter of av_sdp_create from buff->buf
- This is more consistent with the rest of the API.
- 02:45 PM Revision c3675dfe (ffmpeg): lavf: rename avf_sdp_create to av_sdp_create.
- The new name is more consistent with the rest of the API.
- 02:44 PM Revision a9bf9d8e (ffmpeg): lavf: make av_guess_image2_codec internal
- It doesn't look very useful as a public function.
- 01:59 PM Revision 5593f031 (ffmpeg): avio: make URLProtocol internal.
- 01:59 PM Revision c486dade (ffmpeg): avio: make URLContext internal.
- 01:44 PM Revision c5704b2b (ffmpeg): lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.
- 10:29 AM Revision 9d4cb45d (ffmpeg): Cleanup 'Fix spurious warning when stream has SPS and PPS units.'
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:08 AM Revision f35ff97f (ffmpeg): lavf: use designated initializers for all protocols
- This is more readable and makes it easier to reorder URLProtocol
members. - 07:18 AM Revision a6aa7a1a (ffmpeg): applehttp: don't use deprecated url_ functions.
- 05:08 AM Revision d6bbe761 (ffmpeg): avio: move two ff_udp_* functions from avio_internal to url.h
- 05:08 AM Revision acaceca2 (ffmpeg): asfdec: remove a forgotten declaration of nonexistent function
- 05:07 AM Revision 026e1757 (ffmpeg): avio: deprecate the typedef for URLInterruptCB
- There's no particular reason to pollute the namespace with a typedef for
it. - 01:03 AM Revision d0df2934 (ffmpeg): Merge remote-tracking branch 'ffmpeg-mt/master'
- * ffmpeg-mt/master:
DUPLICATE mingw32 compilation after 'unbreak avcodec_thread_init'
pthread: validate_thread_... - 12:50 AM Revision c88caa52 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
proto: include os_support.h in network.h
matroskaenc: don't write an empty Cues element.
lavc: ...
04/07/2011
- 11:35 PM Revision db95e559 (ffmpeg): fix another forgotten mplayerhq.hu link
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:20 PM Revision 610b963e (ffmpeg): Fix link to ffmpeg-devel
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:20 PM Revision f6d71b39 (ffmpeg): ffplay: Set EMU_EDGE if dr1, this is an alternative fix for ticket40.
- Idea borrowed from mplayer.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 10:20 PM Revision ffb61814 (ffmpeg): Fix deblocking with thread_slices
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 07:03 PM Revision a2031251 (ffmpeg): proto: include os_support.h in network.h
- Fix compilation on systems without poll()
- 04:11 PM Revision 91819763 (ffmpeg): matroskaenc: don't write an empty Cues element.
- 04:11 PM Revision 9f5ddd1e (ffmpeg): lavc: add a FF_API_REQUEST_CHANNELS deprecation macro
- And hide request_channels AVOption under it.
- 04:11 PM Revision 5cec8971 (ffmpeg): avio: move extern url_interrupt_cb declaration from avio.h to url.h
- 04:11 PM Revision 8e76a19b (ffmpeg): avio: make av_register_protocol2 internal.
- 04:11 PM Revision 80c6e238 (ffmpeg): avio: avio_ prefix for url_set_interrupt_cb.
- 04:07 PM Revision f87b1b37 (ffmpeg): avio: AVIO_ prefixes for URL_ open flags.
- 03:54 PM Revision de174d0d (ffmpeg): riff: add ATRAC3+ guid
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:54 PM Revision aa9380c8 (ffmpeg): ff_get_wav_header: perform full lookup on WAVEFORMATEXTENSIBLE subfor...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:54 PM Revision 36ffabc4 (ffmpeg): move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBT...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:54 PM Revision c1309b27 (ffmpeg): move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.h
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:54 PM Revision dc410361 (ffmpeg): Install libavutil/{aes,sha}.h
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:45 PM Revision 4f299411 (ffmpeg): pad: fix example explanation
- "row" and "column" term positions in the explanation were inverted.
Signed-off-by: Stefano Sabatini <stefano.sabatin... - 01:32 AM Revision c0e51ec9 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
Fix parser: mark av_parser_parse() for removal on next major bump
swscale: postpone sws_getContex... - 12:54 AM Revision 3d42d493 (ffmpeg): proto: introduce listen option in tcp
- This way is possible to have simple micro-server act like
ffmpeg -i file.nut -vcodec copy -acodec copy -f nut tcp://... - 12:54 AM Revision a013291d (ffmpeg): doc: clarify configure features
- This way people will not get surprises regarding the current configure
behaviour and contributors will have a guideli... - 12:53 AM Revision ebba2b3e (ffmpeg): proto: factor ff_network_wait_fd and use it on udp
- Support the URL_FLAG_NONBLOCK semantic and uniform the protocol.
The quick retry loop is already part of retry_transf...
04/06/2011
- 11:49 PM Revision 4b9c03b7 (ffmpeg): Align stack variables manually in yadif x86 code, should fix ticket25
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:48 PM Revision 9f8008a9 (ffmpeg): move image check down in ffplay.c
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:46 PM Revision 454fab72 (ffmpeg): Disable dr1 in ffplay for svq1 (fixes ticket40)
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:45 PM Revision 1f6265e0 (ffmpeg): Fix parser: mark av_parser_parse() for removal on next major bump
- Fix the breakage introduced with 9073ca6c6ebb9e3e9b60d968b7aa16cc8b6d558d
- 09:39 PM Revision 8bce71df (ffmpeg): Check sizes a bit in ffplay, cant hurt.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:21 PM Revision 6b1c886b (ffmpeg): Fix ticket20
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:21 PM Revision bc604722 (ffmpeg): Drop checkheaders from check, its useless
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:21 PM Revision 326dff7d (ffmpeg): Fix ticket34
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:55 PM Revision 0464ee9a (ffmpeg): swscale: postpone sws_getContext removal until next major bump.
- The replacement isn't ready yet.
- 06:55 PM Revision 0ba83223 (ffmpeg): fate: add AAC LATM test
- 05:30 PM Revision 1265395b (ffmpeg): Add PlayStation Portable PMP format demuxer
- Not yet complete, for demuxing AAC the AAC header must be generated
manually.
Possibly the decoder could accept the h... - 04:26 PM Revision 055f853d (chunker-player): UL player: removed debug messages on PSNR publication. QoE ev...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2591 c54fa...
- 04:00 PM Revision af11718f (chunker-player): UL Player: PSNR publication working
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2590 c54fa...
- 02:17 PM Revision 59e008ed (chunker-player): UL player: PSNR publication in the repo, fixed all segfaults....
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2589 c54fa...
- 12:10 PM Revision 6e37b458 (ffmpeg): mmst: get rid of deprecated AVERRORs
- 12:10 PM Revision a2018b51 (ffmpeg): lxfdec: use AVERROR(ENOMEM) instead of deprecated AVERROR_NOMEM.
- 12:10 PM Revision f5b386af (ffmpeg): Reemove remaining uses of deprecated AVERROR_NOTSUPP.
- 12:10 PM Revision 56a10009 (ffmpeg): lavf: if id3v2 tag is present and all else fails, guess by file exten...
- 10:57 AM Revision b0e46569 (chunker-player): UL player: PSNR publication made optional via define. Still d...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2588 c54fa...
- 08:53 AM Revision 0cd6b05d (chunker-player): Added pubblication of PSNR values on repository
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2587 c54fa...
- 08:53 AM Revision da5a4512 (napa-baselibs): Added pubblication of PSNR values on repository
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2587 c54fac2e-1815-407e-9b96-08...
- 01:01 AM Revision d6c85865 (ffmpeg): Revert "ffmpeg: fix aspect ratio setting"
- This reverts commit d1eb50bb29caad9745631759265f475177df99b9.
Reason, it breaks fate - 12:59 AM Revision 11d78415 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
psymodel: extend API to include PE and bit allocation.
avio: always compile dyn_buf functions
R...
04/05/2011
- 11:09 PM Revision ee6db0de (ffmpeg): Fix ffmpeg-mt fixme in h264.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:09 PM Revision 98fe404a (ffmpeg): Fix REBASE_PICTURE with h.264
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:09 PM Revision b5ef6f8e (ffmpeg): Fix crash in ffmpeg.c with PIX_FMT_NONE
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:09 PM Revision 0c72180e (ffmpeg): Revert "Set the correct target for mingw64 dlltool"
- Revert due to dlltool/lib revert
This reverts commit 417516f63f8a9ee214ee9fa6fcb483962ea0f096. - 11:09 PM Revision b1eeddf1 (ffmpeg): Fix Ticket37
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:09 PM Revision 1f3a1fa9 (ffmpeg): Fix gazeta-20090408-1456-aa.ts
- regression introduced by 15957b197a63d08c33c34f08ef8b161335736914
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:21 PM Revision 5371803d (ffmpeg): psymodel: extend API to include PE and bit allocation.
- Signed-off-by: Janne Grunau <janne-libav@jannau.net>
- 05:32 PM Revision 668438a3 (ffmpeg): avio: always compile dyn_buf functions
- Fixes build with --disable-muxers --disable-network.
Thanks to Hendrik Leppkes for noticing. - 05:10 PM Revision ccf75e3a (chunker-player): UL player: fixed help usage message and bug related to Silent...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2585 c54fa...
- 04:23 PM Revision da53f05f (ffmpeg): Do not offer unsupported HWAccel PIX_FMT.
- Only fixes MPEG-1/MPEG-2 as a first step.
- 04:23 PM Revision 735c4f0b (ffmpeg): Use CONFIG_VDPAU as condition for using ff_vdpau_mpeg_picture_complete.
- CONFIG_VDPAU is the condition on which ff_vdpau_mpeg_picture_complete
is compiled in, so it is more appropriate, part... - 04:21 PM Revision 6e075dca (ffmpeg): ac3dec: avoid pointless alloc and indirection for input_buffer
- Since we now always allocate it, it can simply be made part of the context
instead. - 02:53 PM Revision ba9ef8d0 (ffmpeg): Remove unnecessary parameter from ff_thread_init() and fix behavior
- thread_count passed to ff_thread_init() is only used to set AVCodecContext.
thread_count, and can be removed. Instead... - 02:12 PM Revision 2ed05f65 (ffmpeg): Add support for pcm_f32* to alsa.
- 01:38 PM Revision 6f73d5e8 (ffmpeg): documentation: fix @url syntax in developer.texi
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 01:38 PM Revision d496d33d (ffmpeg): scale: make the filter parametric
- Make the filter accept parametric expressions for the output video
size.
Signed-off-by: Stefano Sabatini <stefano.sa... - 01:34 PM Revision 25601bc5 (ffmpeg): eval: add support for trunc, ceil, and floor functions
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 01:33 PM Revision d1eb50bb (ffmpeg): ffmpeg: fix aspect ratio setting
- This is done by adding a setsar filter at the beginning of the
configured filterchain.
This implementation is more r... - 01:14 PM Revision 71a2da30 (ffmpeg): Add audio_float to confgigure's CONFIG list.
- 10:21 AM Revision d6f66edd (ffmpeg): Revert "aac_latm_dec: use aac context and aac m4ac"
- This reverts commit 36864ac3540445c513484017aa9927e942fac24a since it
breaks LATM decoding in ffplay. - 09:03 AM Revision 4d1d6f7a (ffmpeg): Support s32 output via alsa audio device.
- 09:03 AM Revision efec2d7b (ffmpeg): Template alsa reordering functions.
- 07:09 AM Revision f4f05c45 (ffmpeg): configure: tell user if libva is enabled like the rest of external libs.
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 07:08 AM Revision 14cf0fd2 (ffmpeg): Add silence support for AV_SAMPLE_FMT_U8.
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 06:40 AM Revision b8404847 (ffmpeg): avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internal
- 06:40 AM Revision 1305d93c (ffmpeg): avio: deprecate av_url_read_seek
- It's not used anywhere internally.
Salvage its documentation for ffio_read_seek. - 06:39 AM Revision fa104e14 (ffmpeg): avio: deprecate av_url_read_pause
- It's not used anywhere internally.
Salvage its documentation for ffio_read_pause. - 03:32 AM Revision 01f5b9c5 (ffmpeg): h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.
- Currently, the parser is buggy and only processes the stream extradata
when the flag is set. This fixes it to actuall... - 03:32 AM Revision 9c09dead (ffmpeg): h264_parser: Fix whitespace after previous change.
- 'git diff -w' confirmed to return nothing.
Signed-off-by: Philip Langdale <philipl@overt.org> - 01:21 AM Revision 8af3167b (ffmpeg): Redefine sameq
- I think the documentation of sameq is causing confusion and misuse of
this option.
Signed-off-by: Michael Niedermaye... - 01:21 AM Revision de0f445b (ffmpeg): Factorise the C filtering in yadif
- 01:21 AM Revision 2657fd0c (ffmpeg): Yadif fixes that where missing from the patch
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:21 AM Revision 457be696 (ffmpeg): Support 16-bit in yadif
- 01:21 AM Revision 257ac5f1 (ffmpeg): support more than yuv420p in yadif
- (and correctly support grey8)
- 01:21 AM Revision eb79c528 (ffmpeg): Update yadif copyright header
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:36 AM Revision 30c6fefd (ffmpeg): fix runtime-cpu-detect bug in swscale
- swscale doesnt ever actually do any runtime detection at all when
runtime cpu detection is enabled, it simply passes ... - 12:31 AM Revision 434f2487 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master: (22 commits)
ac3enc: move extract_exponents inner loop to ac3dsp
avio: deprecate url_get_filename... - 12:11 AM Revision 5f2e6c0f (ffmpeg): ac3enc: NEON optimised extract_exponents
- Signed-off-by: Mans Rullgard <mans@mansr.com>
Also available in: Atom