Activity
From 04/18/2011 to 05/17/2011
05/17/2011
- 02:57 PM Revision a4b6000b (ffmpeg): ffmpeg: reset top_field_first in opt_input_file().
- This allows seting tff for inputs without also setting it for the output
Signed-off-by: Michael Niedermayer <michaeln... - 10:39 AM Revision bec994df (ffmpeg): Ogg demuxer: give meaningful error codes and warnings.
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
- 10:18 AM Revision df9bef65 (streamers-build): just changing channels.conf again
- 07:45 AM Revision 8ed59582 (chunker-player): change to channels.conf
- 07:14 AM Revision 913ec832 (streamers-build): fixes to GRAPES, including a fix the newscast to make the ti...
- 07:09 AM Revision f67e09bd (grapes): Merge branch 'fixes3' into next
- 07:08 AM Revision b8047447 (grapes): fix (or change) newscast to increase timestamps before replying
- 07:08 AM Revision 216b289a (grapes): topocache: adding cache_copy function
- 07:08 AM Revision f0e1276f (grapes): Avodi memmove() with size 0
- 07:08 AM Revision 3fb5b6f8 (grapes): in cache_insert(), update cache entries if the timestamp is smaller
- 07:08 AM Revision 912d66eb (grapes): Use assert() for debugging
- 07:08 AM Revision b8eda327 (grapes): Do not invoke memmove() with size 0
- 07:08 AM Revision 3cef0f0d (grapes): Fixed bug in cache_insert which resulted in unordered timestamps
- 03:31 AM Revision 34b92dbd (ffmpeg): Merge branch 'master' of git.videolan.org:ffmpeg
- 03:30 AM Revision cb8b824a (ffmpeg): update changelog with 9/10 bit H264 and FFV1 changes
- 02:51 AM Revision f8ae3a21 (ffmpeg): Merge remote branch 'qatar/master'
- 12 files changed, 36 insertions(+), 81 deletions(-)
yes thats 36 new lines in 14 commits
* qatar/master:
ffmpeg: f... - 01:05 AM Revision e6e7ba0c (ffmpeg): Add some forgotten const to function arguments in libavfilter & libav...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
05/16/2011
- 11:56 PM Revision f2962ac8 (ffmpeg): Write channel_layout for multichannel aif files.
- 11:47 PM Revision 6d721f71 (ffmpeg): Fix ff_mov_write_chan() so it can be used by other muxers.
- 11:17 PM Revision d2549ba9 (ffmpeg): Fix some mov files with little endian audio (tickets 201 - 203).
- 10:58 PM Revision e280a4da (ffmpeg): iff/8svx: redesign 8SVX demuxing and decoding for handling stereo sam...
- Make the iff demuxer send the whole audio chunk to the decoder as a
single packet, move stereo interleaving from the ... - 10:53 PM Revision d8353256 (ffmpeg): iff: compact code setting metadata tags
- Ease readability.
- 10:53 PM Revision 34f590b2 (ffmpeg): iff: fix bitrate computation for compressed audio stream
- 10:53 PM Revision 1af99b02 (ffmpeg): iff: distinguish fields for audio and video compression
- Create separate fields 8svx_compression (for audio compression), and
bitmap_compression (for video compression), and ... - 09:55 PM Revision c0170d09 (ffmpeg): imgutils: introduce internal image_get_linesize() and use it
- Allow to factorize code between av_image_get_linesize() and
av_image_fill_linesizes(), and add missing checks.
Incre... - 09:55 PM Revision 0d73227c (ffmpeg): imgutils: make av_image_get_linesize() return AVERROR(EINVAL) for inv...
- 09:50 PM Revision d8c7a216 (ffmpeg): drawtext: specify union type for setting default options
- Fix warnings of the type:
vf_drawtext.c:NNN: warning: missing braces around initializer
vf_drawtext.c:NNN: warning: (... - 09:50 PM Revision e8ea9c21 (ffmpeg): drawtext: reindent after the previous commit
- 09:50 PM Revision ce207e05 (ffmpeg): drawtext: fix strftime() text expansion
- The feature was dropped after the filter was partially rewritten and
recommitted.
Fix issue #207. - 09:13 PM Revision 9d5fa618 (ffmpeg): Restructure video filter implementation in ffmpeg.c.
- This fixes several bugs like multiple outputs and -aspect mixed with -vf
(cherry picked from commit 1762d9ced70ccc46... - 09:13 PM Revision 901ff511 (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... - 09:13 PM Revision 3a7c9774 (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.
(cherry pick... - 09:13 PM Revision 5dc65a3d (ffmpeg): lavfi: print key-frame and picture type information in ff_dlog_ref()
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
(cherry picked from commit f7bdffb09da597c5d6afff535... - 08:34 PM Revision 005db470 (ffmpeg): mathops: remove ancient confusing comment
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 07:52 PM Revision 9763420b (ffmpeg): rawdec: Allow overriding top field first.
- Iam not sure this is the best way to implement it, but its the simplest
and keeps the code seperate from the applicat... - 07:26 PM Revision 19878374 (ffmpeg): ffmpeg: initialize input_codec array earlier.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 07:26 PM Revision 5319f48a (ffmpeg): cmdutils: Allocate private decoder context if its not allocated yet.
- This fixes and simplifies setting decoder private options.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 06:56 PM Revision c540061f (ffmpeg): cws2fws: Improve error message wording.
- 06:56 PM Revision d39facc7 (ffmpeg): tools: Check the return value of write().
- This fixes several warnings of the type:
warning: ignoring return value of ‘write’, declared with attribute warn_unus... - 04:49 PM Revision bdefbf3e (ffmpeg): mpegaudio: move OUT_FMT macro to mpegaudiodec.c
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 04:49 PM Revision 92ea249d (ffmpeg): mpegaudio: remove OUT_MIN/MAX macros
- These macros are no longer needed after the s32 output was removed.
Change the relevant code to use av_clip_int16() i... - 04:10 PM Revision 5026f946 (ffmpeg): Add missing #includes to mp3_header_(de)compress bsf
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 03:20 PM Revision 9503fbb8 (ffmpeg): dct: fix indentation
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 03:20 PM Revision 721d6f2d (ffmpeg): dct: bypass table allocation for DCT_II of size 32
- The size-32 DCT_II has a special implementation which doesn't use
the normal tables. Skipping allocation of these in... - 02:34 PM Revision 68bed67d (ffmpeg): pngdec: relax condition for setting monoblack pixel format
- Ignore color_type information for setting the monoblack pixel format,
only rely on bit_depth.
In particular: fix Tes... - 01:35 PM Revision 257de5fb (ffmpeg): h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64.
- This fixes linking errors due to undefined symbols on x86_64 OS X.
Signed-off-by: Diego Biurrun <diego@biurrun.de> - 12:59 PM Revision d39bf3df (ffmpeg): Remove unused header mpegaudio3.h.
- The header is a part of an MP3 encoder that never saw the light of day.
- 09:26 AM Revision 85eedcf6 (ffmpeg): Support decoding of 1bpp rawvideo in avi (ticket 205).
- 09:26 AM Revision 3c72b872 (streamers-build): make chunker more parametrizable
- 09:25 AM Revision 0eba7fc2 (ffmpeg): Support decoding of 2bpp rawvideo in avi (ticket 206).
- 09:24 AM Revision 441ff227 (chunker-player): chunker: make anomaly thresholds configurable
- 09:24 AM Revision d43a6edf (ffmpeg): Bump minor after adding a caf muxer.
- 09:22 AM Revision db5d486a (chunker-player): chunker: make GOP size and max b frames configuarable
- 08:55 AM Revision bfb8f260 (streamers-build): chunker: fix mpeg4 "too many b frames" encode error
- 08:48 AM Revision 0831ad06 (chunker-player): chunker: clear frame type field before encoding
- it seems (to be confirmed) that the filed is takes as a command to encode
with the specific type. This is not what we... - 08:40 AM Revision 0662aef3 (streamers-build): adding -c -s options to source.sh to give extra option to th...
- 08:35 AM Revision 551887a1 (streamers-build): add -o (sync) parameter to source.sh
- 08:34 AM Revision 63b72e10 (streamers-build): adding -I and -P options to source.sh to set IPC connection
- 03:01 AM Revision fc193793 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding.
acelp: Remove unus... - 12:57 AM Revision 350f3d14 (ffmpeg): configure: another try on fixing osx/mingw SDL
05/15/2011
- 09:42 PM Revision 033a4a94 (ffmpeg): aacdec: Use float instead of int16_t for ltp_state to avoid needless ...
- 08:37 PM Revision a80f74c5 (ffmpeg): av_picture_crop(): Support simple cases with packed pixels too.
- This fixes a regression when linked to old ffmpeg.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 05:38 PM Revision 33651e3e (ffmpeg): Revert "lavc: remove the FF_API_VIDEO_OLD cruft."
- This reverts commit e89e5afdd04a0f081ecc38b528c1147f204027d7.
Conflicts:
libavcodec/utils.c
libavcodec/version.h
... - 05:18 PM Revision d46aada5 (ffmpeg): Merge branch 'master' into oldabi
- * master: (403 commits)
Initial caf muxer.
Support decoding of amr_nb and gsm in caf.
Fix decoding of msrle sam... - 05:01 PM Revision 7f995abe (ffmpeg): acelp: Remove unused gray_decode table.
- 04:57 PM Revision f48adf83 (chunker-player): changes to channels file again
- 04:44 PM Revision e412fb82 (streamers-build): more changes to the channel file
- 04:42 PM Revision 61a93710 (chunker-player): fixes to the channels file
- 02:04 PM Revision fa452a7a (streamers-build): disabling anomaly detection in chunker, and changing channel...
- 02:03 PM Revision 92371224 (chunker-player): changing NdM channels to mpeg4
- 02:00 PM Revision fb59561f (chunker-player): renaming test channel
- 01:59 PM Revision 72d33062 (chunker-player): chunker: disable anomaly detection mechanisms
- 01:59 PM Revision 1f626248 (chunker-player): chunker: make it possible to disable anomaly detection mechan...
- 01:57 PM Revision 7d5e1aee (streamers-build): makefile: fix pack generation on old distros
- 11:12 AM Revision b1bb3b8d (ffmpeg): dfa: Remove unused variable.
- This fixes the warning:
libavcodec/dfa.c:189: warning: unused variable ‘frame_end’ - 11:11 AM Revision c73b779d (ffmpeg): configure: Include AVX availability in summary output.
- 10:29 AM Revision 27614b12 (ffmpeg): rawdec: propagate pict_type information to the output frame
- 10:28 AM Revision a05d0207 (ffmpeg): showinfo: replace "CRC" by "checksum"
- Indeed the Adler-32 checksum, which is computed by showinfo, is not
cyclic, so using the term "CRC" is wrong/confusing. - 10:27 AM Revision bb82ea79 (ffmpeg): showinfo: fix computation of Adler checksum
- Previously the code was computing the checksum only for the first line
of each plane. - 10:27 AM Revision 5a2ea3cf (ffmpeg): showinfo: fix vertical align nit
- 10:27 AM Revision 10931720 (ffmpeg): imgutils: generalize linesize computation for bitstream formats
- Make it a subcase of the general algorithm used for the non-bitstream
case. Simplify, and make av_image_get_linesize(... - 10:19 AM Revision 7bc67c3e (streamers-build): makefile: pack creates stripped versions as well
- 10:19 AM Revision c4ef994e (streamers-build): fix IPC_PORT handling in source.sh
- 08:33 AM Revision c1f54478 (ffmpeg): configure: use same CPPFLAGS in kFreeBSD as Linux
- 046f081b46c8479820409cf8f530b988221bd15b reorganized the CPPFLAGS to no
longer add -D_POSIX_C_SOURCE unconditionally,... - 02:44 AM Revision 5a153604 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
Fix FSF address copy paste error in some license headers.
Add an aac sample which uses LTP to fat... - 01:25 AM Revision 2c4ad1a3 (ffmpeg): Initial caf muxer.
- 01:25 AM Revision 0c3803f6 (ffmpeg): Support decoding of amr_nb and gsm in caf.
- 01:25 AM Revision 445ee35e (ffmpeg): Fix decoding of msrle samples with 1bpp.
05/14/2011
- 11:48 PM Revision 7b915726 (ffmpeg): udp: remove resource.h inclusion, it breaks mingw compilation.
- The header seems unneeded, if its needed we will put it back with appropriate #if
Signed-off-by: Michael Niedermayer ... - 11:39 PM Revision 90bb2c78 (ffmpeg): ffmpeg: Allow seting and cycling through debug modes.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 07:32 PM Revision 888fa31e (ffmpeg): Fix FSF address copy paste error in some license headers.
- 04:41 PM Revision 08e434b0 (ffmpeg): Add an aac sample which uses LTP to fate-aac.
- 04:22 PM Revision 81544e40 (streamers-build): Player and Streamers fixes (synch with mingw2 branch)
- 02:59 PM Revision b4797b9a (chunker-player): tcp_chunk_puller: use SDL threads instead of pthreads
- Conflicts:
chunker_player/tcp_chunk_puller.c - 01:52 PM Revision 34e83808 (ffmpeg): ffmpeg: Help for interactive keys.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:09 PM Revision b9672a2e (chunker-player): player: fixes to the tcp input module
- 11:50 AM Revision c30f0667 (chunker-player): player: tcp input: more debug info
- 11:49 AM Revision d423743e (chunker-player): player: handle accept error
- 11:49 AM Revision 90702d45 (chunker-player): player: fix some compile warnings
- 11:34 AM Revision e60e54ce (ffmpeg): UDP: dont use thread_t as truth value.
- Unbreak compile on mingw.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 11:22 AM Revision 502e858f (ffmpeg): swscale: fix compile on mingw32
- Compiling "swscale.c" breaks on MINGW32 because of multiple including
"libswscale_template.c" - 10:37 AM Revision 76f8a96e (ffmpeg): [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P form...
- Also remove code that overwrites the C versions of functions in
sws_init_swScale_altivec(), so that it uses the C fun... - 09:24 AM Revision 40485581 (streamers-build): source.sh: making sure chunker exits at the end
- 08:38 AM Revision b1eb7a12 (ffmpeg): arm: properly mark external symbol call
- Surround memset and ff_vp8_dct_cat_prob by X() in order to fix iOS build
Includes patch by Luca Barbato <lu_zero@gen... - 07:41 AM Revision c0b29e23 (chunker-player): player: fixing bug in accept call parameters
- 07:32 AM Revision 18855fca (chunker-player): player: fix launch string error under Win32
- sideproduct: RepoAddress parsing is disabled now under linux, TBD
- 12:54 AM Revision 0f6a8579 (ffmpeg): ffmpeg: Interactivity support. Try pressing +-hs.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:50 AM Revision b025431b (ffmpeg): swscale: 10l forgot git add this change from ronald.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:19 AM Revision 58c03f6d (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
swscale: properly inline bits/endianness in yuv2yuvX16inC().
(We didnt pull the bug) swscale: fix ...
05/13/2011
- 10:16 PM Revision 01d3ebaf (ffmpeg): AVFrame: only set parameters from AVCodecContext in decode_video*() w...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:16 PM Revision a3bc7a9e (ffmpeg): avcodec_default_get_buffer: init picture parameters.
- Fixes multithreading regression introduced in 64c06615d2b99fb9f4ffd6226d0e5787b44a41e2
Fixes ticket197
Signed-off-by:... - 08:46 PM Revision 9f54e461 (ffmpeg): swscale: properly inline bits/endianness in yuv2yuvX16inC().
- 08:45 PM Revision c3d68ec9 (ffmpeg): swscale: fix clipping of 9/10bit YUV420P.
- 08:45 PM Revision 1550f45a (ffmpeg): Add av_clip_uintp2() function
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 06:57 PM Revision f220e463 (chunker-player): chunker: do not close the TCP conection when restarting the loop
- 06:05 PM Revision 56920663 (chunker-player): player: tcp chunkstream: initialize WSA on win32
- 04:22 PM Revision d7550679 (chunker-player): player: link with libpthreads under WIN32
- 04:11 PM Revision 2bd12ee3 (ffmpeg): Support more QT 1bpp rawvideo files.
- Fixes ticket #189.
- 04:11 PM Revision 8c82bfa2 (chunker-player): player: fix chunkstream headers for win32
- 03:49 PM Revision 29ef0174 (ffmpeg): UDP: udp depends on pthreads now
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:43 PM Revision 03f8f397 (ffmpeg): udp: switch custom fifo to libavutil fifo.
- This also allows us to drop the semaphore as our fifo is lock free.
Signed-off-by: Michael Niedermayer <michaelni@gmx... - 03:42 PM Revision 593bb98d (ffmpeg): udp: use FFMAX&FFMIN.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:40 PM Revision 42756021 (ffmpeg): udp: add a thread into udp.c for receiving data into a circular buffe...
- Also added a buf_size which is the number of TS packets that to be allocated for the circular buffer.
- 03:14 PM Revision 3bdb675e (streamers-build): player: get codec info from channel descriptor
- 03:13 PM Revision 0d928b12 (chunker-player): adding TN-TV1 channel
- 03:13 PM Revision 587665c6 (chunker-player): adding codec info to channels file
- 02:59 PM Revision 71fa7249 (chunker-player): player: configure codec in channels.conf
- 02:34 PM Revision 4d15f194 (ffmpeg): tiffenc: set bpp table for monow/monob formats
- Also makes the bpp_tab non static const, as it needs to be changed in
this case.
Fix encoding of monow/monob images,... - 02:34 PM Revision ac8d6f12 (ffmpeg): tiffenc: factorize code for monow/monob case in encode_frame() switch
- Reduce code duplication, increase robustness.
- 02:34 PM Revision 995013eb (ffmpeg): tiffenc: fix bpp value for monow/monob formats
- 02:34 PM Revision d8297ca4 (ffmpeg): tiff: fix linesize for mono-white/black formats
- Fix decoding of file Test_1bpp.tif, fix trac issue #171.
- 02:33 PM Revision 762b4662 (ffmpeg): tiff: print log in case of unknown / unsupported tag
- Helps debugging.
- 12:32 PM Revision 5e74c324 (streamers-build): player: fix a command-line handling error
- 12:30 PM Revision 12948c73 (chunker-player): player: making -c param optional
- 09:48 AM Revision 09bb9d06 (streamers-build): adding some more startup scripts
- 09:30 AM Revision a56df265 (streamers-build): player: updated to make all parameters optional
- 09:24 AM Revision 157c26b4 (chunker-player): player: making the -p param optional
- 09:21 AM Revision 5fd002d4 (chunker-player): player: malking the -q param optional
- 09:15 AM Revision 30f55afb (streamers-build): player: fixing startup and compilation
- 09:14 AM Revision 4fbbcb61 (chunker-player): player: fixing some compile warnings
- 09:14 AM Revision 9f4cebf3 (chunker-player): player: fixing error in TCP puller init
- 08:40 AM Revision 9bf06891 (streamers-build): update to channel.conf
- 08:38 AM Revision eb1d20d1 (chunker-player): changed channel.conf
- 08:17 AM Revision 38047925 (streamers-build): add README to the pack as well
- 07:41 AM Revision a1419187 (streamers-build): small correction to submodule position
- 07:36 AM Revision 84c57e08 (streamers-build): updated channels.conf
- 07:35 AM Revision a9ebc9e3 (chunker-player): player: new channels.conf
- 07:31 AM Revision 0f007d41 (streamers-build): ChunkerPlayer: fixing some memleaks and chunk priority calcu...
- 07:30 AM Revision 092966c7 (chunker-player): Merge branch 'priority'
- 07:29 AM Revision d25320f1 (chunker-player): chunker: fixing some more memleaks
- 07:10 AM Revision 0fe99630 (chunker-player): chunker: fixing some memleaks
- 05:38 AM Revision 8fb566fd (ffmpeg): ffmpeg: get rid of the 'q' key schizofrenia
- SIGINT for quitting should be enough for everybody.
- 05:38 AM Revision 7e19a6e8 (ffmpeg): movenc: always write esds descriptor length using 4 bytes.
- ipod shuffle doesn't support anything else.
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 05:38 AM Revision dbe94539 (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... - 05:38 AM Revision 2c9a5172 (ffmpeg): dfa: fix buffer overflow checks to avoid integer overflows.
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 03:10 AM Revision e3114a9c (ffmpeg): Add checksums specific to BE machines after last swscale update.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 02:40 AM Revision 72153419 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master: (33 commits)
rtpdec_qdm2: Don't try to parse data packet if no configuration is received
ac3enc: ...
05/12/2011
- 11:08 PM Revision 410ca3bc (ffmpeg): Support Digital Voodoo SD 8 Bit in mov (ticket 195).
- 10:49 PM Revision 92ccdfb8 (ffmpeg): Support R10g in mov.
- 10:23 PM Revision 86f2c36c (ffmpeg): Add 5.1 plus stereo-downmix to mov_channel_layout array.
- 10:23 PM Revision 69b6b2d2 (ffmpeg): Set channel_layout for S302M.
- 10:22 PM Revision 0aac0403 (ffmpeg): Map mlp surround channels to FFmpeg rear channels.
- This allows more 3rd party applications to correctly read
the resulting wav files. - 10:21 PM Revision a37f7b62 (ffmpeg): Support native DTS channel order when requested.
- 10:15 PM Revision 43c89dbd (streamers-build): more detailed README
- 10:15 PM Revision c7fb400e (streamers-build): add source.sh script
- 10:14 PM Revision 6a2bf561 (streamers-build): makefile: change default target to pack
- 09:20 PM Revision 552a9995 (ffmpeg): rtpdec_qdm2: Don't try to parse data packet if no configuration is re...
- The later parsing of payload data depends on the configuration
being present. If it hasn't been configured properly y... - 07:01 PM Revision 5578e037 (streamers-build): ChunkerPlayer: disable some machanisms that created problems...
- 06:07 PM Revision f0eb373f (ffmpeg): pixfmt-Comment: Fix big/little typo
- Found-by: kierank
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 05:50 PM Revision b9477cd0 (chunker-player): chunker: implement video codec copy (-V copy) feature
- 05:50 PM Revision 387b789d (chunker-player): chunker: simpify code by saving size values at the beginning
- 05:47 PM Revision 41e1f811 (chunker-player): chunker: fix the initalization of codec variables
- 04:45 PM Revision 8ecce1bb (chunker-player): chunker: added -F parameter to override output string
- 04:41 PM Revision 4d7a4215 (ffmpeg): ac3enc: put the counting of stereo rematrixing bits in the same place to
- make the code easier to understand.
- 04:41 PM Revision 257de756 (ffmpeg): ac3enc: clean up count_frame_bits() and count_frame_bits_fixed()
- 04:24 PM Revision 31db59aa (chunker-player): chunker: fixing a bunch of compile warnings
- 04:02 PM Revision c4fb3b03 (ffmpeg): mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead...
- This allows the values to be used without changing C code and is closer to how
the other DEBUG flags work.
Signed-of... - 04:02 PM Revision ea5fa194 (ffmpeg): srtdec: make sure we don't write past the end of buffer
- Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 04:02 PM Revision ee81e76d (ffmpeg): wmaenc: improve channel count and bitrate error handling in encode_in...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 04:02 PM Revision 89d4c130 (ffmpeg): matroskaenc: make sure we don't produce invalid file with no codec ID
- Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 04:02 PM Revision 9c569ef7 (ffmpeg): matroskadec: check that pointers were initialized before accessing them
- Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 04:02 PM Revision 4ad0693e (ffmpeg): lavf: fix function name in compute_pkt_fields2 av_dlog message
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 04:02 PM Revision 2c715816 (ffmpeg): lavf: fix av_find_best_stream when providing a wanted stream.
- In the main loop, stream_number is incremented after checking the stream type,
so the search usually will not find th... - 04:02 PM Revision 6b35a795 (ffmpeg): lavf: fix av_find_best_stream when decoder_ret is given and using a r...
- Yet another fix for the code originally designed for use without related_stream.
Signed-off-by: Michael Niedermayer ... - 04:02 PM Revision 5da116a3 (ffmpeg): ffmpeg: factorize quality calculation
- Calculate quality value once per stream in print_report().
Also fix segfault, as coded_frame can be NULL.
Signed-off... - 03:59 PM Revision bbc572a2 (ffmpeg): tiff: add support for SamplesPerPixel tag in tiff_decode_tag()
- Format detection and internal frame initialization is moved to a
separate init_image() function, which is called when... - 03:55 PM Revision f35f46e8 (chunker-player): chunker: disabling timebank mechanism
- 03:54 PM Revision dc3cdade (chunker-player): chunker: making timebank mechanism configurable by a variable
- 03:52 PM Revision 41b6e126 (chunker-player): chunker: restart on anomaly detection
- 03:52 PM Revision 36fdd607 (chunker-player): chunker: moving anomaly threshold values in variables
- 03:50 PM Revision 8751781d (chunker-player): chunker: fixing help: -A and -V are not mandatory
- 03:48 PM Revision 7b874dcc (ffmpeg): ffv1: Add PIX_FMT_YUV420P9 support.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:37 PM Revision 8102d886 (ffmpeg): tiff: Prefer enum TiffCompr over int for TiffContext.compr.
- This is safer and helps debugging.
Signed-off-by: Diego Biurrun <diego@biurrun.de> - 03:35 PM Revision 7a3a2598 (ffmpeg): ffv1dec: output PIX_FMT_YUV422P10 and PIX_FMT_YUV420P10 when possible.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:35 PM Revision 518cdff8 (ffmpeg): Fix posix_memalign() usage when libavutil is compiled outside FFmpeg.
- To use posix_memalign() "#define _XOPEN_SOURCE 600" have to be defined.
FFmpeg configure defines it from the command ... - 02:54 PM Revision 6e4971d3 (streamers-build): Streamer: fixing another compilation problem
- 02:53 PM Revision e2bddec9 (streamers): fix a compilation issue in chunkstream with old distros
- 02:30 PM Revision a56bc0ef (streamers-build): Streamer: adding some optimizatios and a compile fix on old ...
- 02:29 PM Revision 14fe383b (streamers): fix NAN definition issue in topology
- 02:09 PM Revision bcedf2e5 (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:04 PM Revision 10291562 (ffmpeg): Revert "asfdec: fix assert failure on invalid files"
- Reverting this pulled change as author considers this change buggy compared to his
original version.
This reverts com... - 01:52 PM Revision 5f0bb0ba (ffmpeg): mov: Support edit list atom version 1.
- Signed-off-by: Diego Biurrun <diego@biurrun.de>
- 01:32 PM Revision ced9556b (ffmpeg): configure: Enable libpostproc automatically if GPL code is enabled.
- Enabling libpostproc automatically should give it more compile coverage
and save the FATE box maintainers some config... - 01:31 PM Revision 29e8a0cb (streamers-build): fixing initial freeze in player
- 01:21 PM Revision b43b48ff (chunker-player): fixing streamer strartup string with chunkstream
- 01:15 PM Revision 57b6471f (chunker-player): fix: look for NetworkID only if psnr-publication is enabled
- 12:37 PM Revision 0b8002fd (ffmpeg): Add support for QT BMP 1bpp color mode
- Fix trac issue #188
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 12:37 PM Revision b7903ab1 (ffmpeg): If a MP3 file contains the string NSVs, the NSV probe will think it i...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:22 PM Revision da1a3f12 (streamers-build): added more files to "make pack"
- 11:34 AM Revision e575685f (ffmpeg): Cosmetics: fix prototypes in oggdec
- Signed-off-by: Diego Biurrun <diego@biurrun.de>
- 11:34 AM Revision 5780f41a (ffmpeg): oggdec: fix memleak with continuous streams.
- This avoids the creation of a new AVStream instead of replacing it when
a stream reset occurs (track change with some... - 11:08 AM Revision 2501d2f3 (ffmpeg): matroskaenc: add missing new line in av_log() call
- Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 11:08 AM Revision 14cf9e69 (ffmpeg): dnxhdenc: add AVClass in private context.
- Fixes private options.
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 11:07 AM Revision 304e983d (ffmpeg): movenc: fix yuv range in avid atoms used by dnxhd.
- yuv range: full 1 / normal 2
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 11:05 AM Revision 7fe3207e (ffmpeg): movenc: fix adpcm mono muxing.
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 11:04 AM Revision 6ae38aa3 (ffmpeg): mpegts: do not output known sized packet if an unbounded packet is al...
- Fix issue #2624.
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 11:03 AM Revision 55c79d1a (streamers-build): added "make pack"
- 11:03 AM Revision 9c3f5ef6 (ffmpeg): ffprobe: tweak error message in open_input_file()
- Replace "codec (id=%d)" with "codec with id %d", slightly more
readable.
Signed-off-by: Anton Khirnov <anton@khirnov... - 11:02 AM Revision c7d22c5d (ffmpeg): patcheck: warn about assert usage
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 11:02 AM Revision 92fe2587 (ffmpeg): configure: sort filter deps entries
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 10:05 AM Revision 0a6b1a9f (ffmpeg): Replace int_fast integer types with their sized standard posix counte...
- The _fast integer types provide no realworld benefits, but may introduce
portability issues and are just plain ugly. - 10:03 AM Revision 17ae3e4f (streamers-build): fixing x264 compile
- we don't need the x264 executable, so we can disable some support in it
- 10:03 AM Revision 076b687b (streamers-build): fixing mp3lame download URL
- 10:02 AM Revision 3dffa2ef (streamers-build): fixing ffmpeg config string by adding libogg
- 09:56 AM Revision be898457 (ffmpeg): jfdct: 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... - 09:41 AM Revision 046f081b (ffmpeg): configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
- Adding _POSIX_C_SOURCE to CPPFLAGS globally produces all sorts of problems
since it causes certain system functions t... - 09:35 AM Revision e3503a45 (chunker-player): calculate chunk priority based on frame priority
- 09:32 AM Revision 45faf7fc (ffmpeg): nsv: Fix misdetection of MP3 files as NSV.
- If an MP3 file contains the string NSVs, the NSV probe will confuse it for an
NSV file. Check for 0xBEEF after a Vide... - 09:32 AM Revision b3bbc6fd (ffmpeg): oggdec: use explicit AVInputFormat struct initializers
- Signed-off-by: Diego Biurrun <diego@biurrun.de>
- 09:32 AM Revision f95257d2 (ffmpeg): oggdec: simplify ogg_probe
- Signed-off-by: Diego Biurrun <diego@biurrun.de>
- 02:51 AM Revision 612122b1 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master: (32 commits)
10-bit H.264 x86 chroma v loopfilter asm
Port SMPTE S302M audio decoder from FFmbc 0... - 01:40 AM Revision 4ea216e7 (ffmpeg): libavformat/utils: Only consider dvb teletext timestamps for start ti...
- This fixes Ticket51.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 01:03 AM Revision b8a4b015 (ffmpeg): error concealment: check last pictures motion_val before using it.
- Fixes NULL pointer dereference.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 12:49 AM Revision 1cafc232 (ffmpeg): sws-PPC: fix after VOFW change.
- It seems sws-PPC did hardcode 2048 at various places instead of using VOFW.
This also means that all past VOFW benchm...
05/11/2011
- 11:15 PM Revision c8f487de (ffmpeg): swscale: fix YUV420P 9/10bit support.
- Fix handling of input if not in native endianness, and add support for
9/10-bit output. This allows us to force endia... - 10:19 PM Revision 83630f79 (ffmpeg): regtests: add grayscale qtrle
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:19 PM Revision ce10e858 (ffmpeg): Added PIX_FMT_GRAY8 to the formats supported by the QuickTime RLE enc...
- The QuickTime RLE encoder only supports 16, 24, and 32-bit color. This patch adds support
for 8-bit grayscale.
Signe... - 10:18 PM Revision 1d14edb7 (ffmpeg): Use VOFW 21503 as a default value for all types of the CPUs
- 09:49 PM Revision 756707c7 (streamers-build): adding libogg libvorbis and mp3lame to 3rdparty libs and ffmpeg
- 08:43 PM Revision 4f038fdc (ffmpeg): Add "DAVC" FourCC
- This FourCC is used by "mpegable AVC" codec and the file encoded with this codec decodes correctly with FFmpeg's H264...
- 08:10 PM Revision 99e07a44 (ffmpeg): Fix crash of interlaced MPEG2 decoding
- 07:20 PM Revision 3d73068a (streamers): topology: changing default to bidirectional
- 07:19 PM Revision 78a84fb7 (streamers): Merge branch 'optimize-polito' into next
- 07:18 PM Revision 0cc44d18 (streamers): topology: changing some default values for better base performance
- 07:15 PM Revision fbf42af5 (chunker-player): more libraries configurable from outside
- 06:41 PM Revision a18eff49 (ffmpeg): av_compare_ts: Improve speed when calculations fit in 64bit.
- about 110 cpu cycles before 60 cpu cycles afterwards.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 06:24 PM Revision de545d24 (ffmpeg): configure: Fix SDL detection on OSX and win32
- 06:09 PM Revision 5705b020 (ffmpeg): 10-bit H.264 x86 chroma v loopfilter asm
- Also delete some unused deblock asm macros.
- 04:09 PM Revision f1e7822e (ffmpeg): fate: Disable h264-conformance-frext-pph10i4_panasonic_a.
- The file does not decode correctly yet the checksums match this wrongly
decoded file. Thus the checksums must be wron... - 03:34 PM Revision b0b9fa1b (streamers-build): use the same copy of ffmpeg for both streamer-grapes and Chu...
- 03:31 PM Revision 18a925b7 (chunker-player): disable mp3 temporarily
- 03:31 PM Revision 2d1eea50 (chunker-player): allow pointers to external 3rd party libs
- 03:25 PM Revision 9aa91043 (ffmpeg): Port SMPTE S302M audio decoder from FFmbc 0.3.
- 03:22 PM Revision c77b858c (ffmpeg): h264pred: fix one more aliasing violation.
- 02:47 PM Revision 0f6bbc5a (ffmpeg): h264-fate: Fix 10bit H264 tests on big endian.
- framecrc returns different values when one swiches endianness,
this apparently has been missed by "the fork" who adde... - 02:35 PM Revision b44c8ad2 (ffmpeg): Fix crash of interlaced MPEG2 decoding
- Problem description, preliminary review discussion at
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/127731 - 02:06 PM Revision af9d9248 (streamers): fixes to the usage help
- 01:48 PM Revision d2bf4289 (ffmpeg): h264pred: fix one more aliasing violation.
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 01:48 PM Revision 36dc49b7 (ffmpeg): doc/APIchanges: fill in missing hashes and dates.
- 01:48 PM Revision 880fa218 (ffmpeg): flacenc: use proper initializers for AVOption default values.
- default_val was recently changes from double to a union, current code
wasn't updated for that. - 01:48 PM Revision c9e81d07 (ffmpeg): lavc: deprecate named constants for deprecated antialias_algo.
- 01:42 PM Revision 39b71c29 (streamers-build): Streamers: adding various fixes and offer_accept_in/out meas...
- 01:35 PM Revision b75e53cc (ffmpeg): h264idct_template: fix include path
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:00 PM Revision b4b8acc9 (streamers): Merge branch 'transaction2' into hrc3
- Conflicts:
measures-monl.c
measures.h - 12:51 PM Revision cd27c615 (streamers): Merge branch 'master' into next
- 12:49 PM Revision 4437ac18 (streamers): measures-monl: separate offer_accept_in and _out measures
- 12:38 PM Revision 083e715f (ffmpeg): aac: workaround for compilation on cygwin
- On cygwin, math.h needs to be included before float.h because of a bug
in the system headers. Including libavutil/lib... - 12:38 PM Revision 5c511ad4 (ffmpeg): swscale: extend YUV422p support to 10bits depth
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:30 PM Revision 73ee6525 (streamers): Merge branch 'fixes-polito'
- Conflicts:
streamer.c - 12:27 PM Revision 3ab9943f (streamers): Merge branch 'fixes7'
- 12:27 PM Revision f8373956 (streamers): measure offer_accept both in and out
- Conflicts:
measures.h - 12:21 PM Revision b2f231d8 (streamers): fix a problem with unknown cb_size
- there is no need to allocate space for the whole cb, especially
since cb_size can be bogus (MAX_INT) - 12:16 PM Revision d18e243f (ffmpeg): h264: merge _internal & template files.
- seems git missed them and we temporary lost our improvments in them.
Signed-off-by: Michael Niedermayer <michaelni@gm... - 11:55 AM Revision b437f5b0 (ffmpeg): tiff: add support for inverted FillOrder for uncompressed data
- Fix decoding of file b.tif, trac issue #168.
Signed-off-by: Diego Biurrun <diego@biurrun.de> - 11:48 AM Revision 648aa768 (streamers): adding version (-v) option
- 11:46 AM Revision 64f1ba08 (streamers): loop: remove a commented line
- 11:46 AM Revision 4b40812a (streamers): topology: add peer only if it wasn't in the peerset yet
- 11:46 AM Revision d9e92d08 (streamers): topology: remove unused define
- 11:46 AM Revision e0394ea0 (streamers): minor: some indentation
- 11:46 AM Revision 23340b66 (streamers): fix monHandler unset values in measures-monl
- 0 is a valid handler, negative value means no handler
- 11:43 AM Revision bea70575 (ffmpeg): Remove unused softfloat implementation.
- The softfloat functionality is unused, not installed and incomplete.
On platforms without floating point units, the c... - 10:59 AM Revision 2caf19e9 (ffmpeg): h264pred: fix aliasing violations.
- Tested to fix Haiku H264/10bit fate failures, may also fix others.
- 10:26 AM Revision 3b6bbfa0 (ffmpeg): Check syntax even if DEBUG is not defined.
- 09:56 AM Revision 187a3242 (streamers-build): adding some fixes to Streamer
- 09:55 AM Revision c91a0442 (streamers-build): upgrading net_helper to the new version with 3 byte header
- 09:54 AM Revision e1e0ca70 (ffmpeg): rotozoom: Eliminate French variable name.
- 09:54 AM Revision cbb0930f (ffmpeg): rotozoom: Check return value of fread().
- This fixes the warnings:
tests/rotozoom.c:252: warning: ignoring return value of ‘fread’, declared with attribute war... - 09:54 AM Revision 771339ca (ffmpeg): rotozoom: Return an error value instead of calling exit().
- 09:54 AM Revision 2131e859 (ffmpeg): rotozoom: Make init_demo() return int and check for errors on invocat...
- 09:54 AM Revision 5a37c12c (ffmpeg): rotozoom: Drop silly UINT8 typedef.
- 09:54 AM Revision e9c10459 (ffmpeg): rotozoom: Drop some unnecessary parentheses.
- 09:54 AM Revision f628559d (ffmpeg): rotozoom: K&R coding style cosmetics
- 09:31 AM Revision 8b020022 (streamers-build): use mingw compatible version of ffmpeg
- 07:42 AM Revision 0b4949b5 (ffmpeg): rtsp: Only do keepalive using GET_PARAMETER if the server supports it
- This is more like what VLC does. If the server doesn't mention
supporting GET_PARAMETER in response to an OPTIONS req... - 07:27 AM Revision 766b7d21 (streamers-build): upgrading ChunkerPlayer: fixes, improved build, configurable...
- 07:12 AM Revision 85743055 (streamers-build): upgrading NAPA-BASELIB to mingw merged version
- 07:09 AM Revision 12be0298 (streamers): Merge branch 'fixes7' into next
- 07:09 AM Revision eced9acf (streamers): Makefile: link to librt only if needed
- 07:08 AM Revision 0974fe72 (streamers): Makefile: use CXX instead of g++ when c++ is needed for ml
- 07:08 AM Revision c4044fb9 (streamers): fix: randomize_start takes us and not ms as parameter
- 06:56 AM Revision 2f5ae7bb (chunker-player): chunker_player: audio codec (-A) and video codec (-V) configu...
- it was unnecessarily hardcoded before
parameters are decoder names - 06:55 AM Revision 2efccd13 (chunker-player): chunker_streamer: audio codec (-A) and video codec (-V) confi...
- it was unnecessarily hardcoded before
parameters are encoders (codec implementations), not codec names - 05:32 AM Revision 3fd62c6e (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
... - 05:32 AM Revision 2b95602e (ffmpeg): ffmpeg: reformat resample condition code in transcode()
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 05:32 AM Revision 9aa797cd (ffmpeg): ffmpeg: factorize resampling condition check in do_video_out()
- Simplify and improve readability.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: An... - 05:32 AM Revision c29c2eea (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>
Signed-off-by: Anton Kh... - 05:32 AM Revision 2ecc5b70 (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... - 05:32 AM Revision b568d6d9 (ffmpeg): ffmpeg: warns the user when the selected pixel format is ignored
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 05:32 AM Revision 91199cfe (ffmpeg): ffplay: add a dummy option -i so that it is easy to switch between ff...
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 04:26 AM Revision e3497907 (ffmpeg): swscale: remove fork bug that i missed in the merge.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 04:25 AM Revision b9660e2a (ffmpeg): fix fate failures for 10bit H264 on some systems
- This is possibly a temporary solution
- 03:47 AM Revision 59eb12fa (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master: (30 commits)
AVOptions: make default_val a union, as proposed in AVOption2.
arm/h264pred: add mis... - 03:09 AM Revision ffc437c0 (ffmpeg): cosmetics: Fix crazy formatting in resample.
- 03:08 AM Revision 3e00abab (ffmpeg): Allow resampling with no channel count change for up to 8 channels.
- 03:07 AM Revision 918a5409 (ffmpeg): Don't allow unsupported resampling configurations.
- 03:02 AM Revision 9f3d6ca4 (ffmpeg): Port x86 10-bit H.264 deblock asm from x264
- 03:01 AM Revision 8ad77b65 (ffmpeg): Update x86 H.264 deblock asm
- Includes AVX versions from x264.
- 01:26 AM Revision 3bcbf04c (chunker-player): h.264, mpeg4: turn on b-frames
- 01:25 AM Revision 492e126d (chunker-player): h.264: change GOP size to 12
- 12:18 AM Revision 95dbd64f (chunker-player): Merge branch 'mingw'
- 12:18 AM Revision ea4f27ef (chunker-player): adding exe files to gitignore
- 12:18 AM Revision 46c4acca (chunker-player): change SDL library to the static one
- 12:18 AM Revision 94a3ca93 (chunker-player): build_ul: do not build shared libs for SDL_*
- 12:18 AM Revision a353fde9 (chunker-player): build_ul: build SDL from source, but only static
- 12:17 AM Revision b09066b0 (chunker-player): build_ul: make x264 and mp3lame optional
05/10/2011
- 11:56 PM Revision e68e3d8a (chunker-player): streamer_chunker: chunkstream: do not exit on send error
- 11:42 PM Revision 580fa76c (ffmpeg): Allocate per codec options, now that options are freed between inputs...
- 11:11 PM Revision 579e2c14 (chunker-player): turn off exit on connect failure
- 11:11 PM Revision 6907226f (chunker-player): chunker_streamer: try to reconnect at the beginning
- 10:57 PM Revision 3732c483 (ffmpeg): error_concealment: Use previous pictures motion vectors when the curr...
- Looks better for some cases, worse for others, overall not much difference.
Its more correct though.
Signed-off-by: M... - 10:57 PM Revision a811ec7c (ffmpeg): Merging branch 'ffmpeg-mt/master'
- Just some cosmetics & comments, the only functional change
"error_resilience: use s->last_picture for accessing last ... - 10:57 PM Revision b5e08992 (ffmpeg): "Initialize" copy_tb like the other global variables.
- 10:51 PM Revision 6f235475 (chunker-player): changing default output to tcp port 7777
- 10:03 PM Revision aa909d30 (ffmpeg): tiff: prefer enum TiffCompr over int for TiffContext.compr
- Help debugging, safer.
- 10:03 PM Revision 1e97700f (ffmpeg): tiff: remove duplicated author information, fix @file doxy
- 10:03 PM Revision 687ff547 (ffmpeg): tiff: perform minor cleanups in the header
- Add link to official specifications, remove author duplication and
others. - 10:01 PM Revision b50217f6 (ffmpeg): 8svx: remove pointless comments
- 10:01 PM Revision 48dce860 (ffmpeg): 8svx: add links to documentation resources
- 10:01 PM Revision baa10302 (ffmpeg): 8svx: remove duplicated author/file information
- 10:01 PM Revision 70b10db2 (ffmpeg): iff: remove get_image_data() and get_image_size() wrappers
- Remove one level of indirection, simplify code.
- 10:01 PM Revision 8b1171e9 (ffmpeg): iff: remove get_palette_size() wrapper
- Remove one level of indirection/improve readability.
- 10:00 PM Revision 83294a32 (ffmpeg): iff: remove pointless get_palette_data() wrapper
- Also rename variable "extradata" to "palette" ff_cmap_read_palette()
and extract_header(), more meaningful. - 09:50 PM Revision 210091b0 (ffmpeg): fix mingw32 compile error due to missing prototypes
- 09:43 PM Revision ee0be572 (streamers-build): changing ffmpeg source to my own clone
- 06:38 PM Revision 002e1f1e (ffmpeg): motion_est: fix ffmpeg compilation with DEBUG defined
- Remove the problematic av_dlog() call
- 06:25 PM Revision 3d929a60 (ffmpeg): mpegaudio: remove frame_count variable and its only usage, it is alwa...
- 06:22 PM Revision b6675279 (ffmpeg): AVOptions: make default_val a union, as proposed in AVOption2.
- This breaks API and ABI.
- 05:30 PM Revision dc05b6af (ffmpeg): Added oggpagesize option for Ogg encoding. Allows setting a preferred...
- 03:31 PM Revision eeaba924 (ffmpeg): ffmpeg: Fix -t with files that do not have any timestamps.
- This for example fixes -t with some frext h264 reference streams.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 01:15 PM Revision e347580f (chunker-player): build_ul: adding some status messages
- 12:44 PM Revision b27b54de (ffmpeg): arm/h264pred: add missing argument type.
- 12:43 PM Revision 7bea13f1 (ffmpeg): swscale: Fix scaling for unscaled dithered planar convertions.
- This fixes some overflow in bright areas and ensures that the maximum brightness level is
mapped to the maximum witho... - 12:39 PM Revision 86b29553 (ffmpeg): h264dsp_mmx: place bracket outside #if/#endif block.
- Should fix compile on systems missing yasm/nasm.
- 11:53 AM Revision ecc29730 (ffmpeg): lavf/utils: fix ff_interleave_compare_dts corner case.
- This should fix behavior introduced by commit
96573c0d7605672d69b42ae1dcf18764ce47c71a. Av_rescale_rnd() is not
lossl... - 11:24 AM Revision 23d10ce0 (ffmpeg): fate: add 10-bit H264 tests.
- 11:24 AM Revision e86fbe17 (ffmpeg): h264: do not print "too many references" warning for intra-only.
- Fixes issue 2679.
- 11:24 AM Revision d545cf80 (ffmpeg): Enable decoding of high bit depth h264.
- This patch completes the high bit depth h264 decoding support.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 11:24 AM Revision 19a0729b (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... - 11:24 AM Revision fcc0224e (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 ... - 11:24 AM Revision 6e3ef511 (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... - 11:24 AM Revision 44ca80df (ffmpeg): Make the h264 loop filter bit depth aware.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 11:24 AM Revision 87ce8b49 (ffmpeg): Template dsputil_template.c with respect to pixel size, etc.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 11:24 AM Revision 5d4bd9cc (ffmpeg): Template h264idct_template.c with respect to pixel size, etc.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 11:24 AM Revision de3e7607 (ffmpeg): Preparatory patch for high bit depth h264 decoding support.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 11:24 AM Revision 325eefa2 (ffmpeg): Move some functions in dsputil.c into a new file dsputil_template.c.
- The functions moved are used when decoding h264.
Preparatory patch for high bit depth h264 decoding support.
Signed-... - 11:24 AM Revision 15fb393b (ffmpeg): Move the functions in h264idct into a new file h264idct_template.c.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 11:24 AM Revision 5ada2524 (ffmpeg): Move the functions in h264pred.c into a new file h264pred_template.c.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 11:24 AM Revision 563c72da (ffmpeg): Preparatory patch for high bit depth h264 decoding support.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 11:24 AM Revision 42239ced (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: Ronald S.... - 11:24 AM Revision e39e3aba (ffmpeg): Choose h264 chroma dc dequant function dynamically.
- Needed for high bit depth h264 decoding.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 11:24 AM Revision dd561441 (ffmpeg): h264: DSP'ize MBAFF loopfilter.
- 11:23 AM Revision cb48fdf6 (ffmpeg): ffmpeg: Simplify decode loop condition to not use next_pts
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 05:42 AM Revision 188dea1d (ffmpeg): lavc: move some flac-specific options to its private context.
- 05:17 AM Revision bc97695a (ffmpeg): ffmpeg: remove unused fields AVOutputStream.original_width/height
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 05:17 AM Revision f38d900f (ffmpeg): ffmpeg: remove unused variable padding_src in do_video_out()
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 05:17 AM Revision d1991f51 (ffmpeg): ffmpeg: fix negative verbosity.
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 05:15 AM Revision 3372ec32 (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.
Signed-off-by: Anton Khirnov <anton@khi... - 05:15 AM Revision 0420bf09 (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... - 05:14 AM Revision 5d2c6f42 (ffmpeg): cmdutils: remove list_fmts(), simplify
- The function was only used in opt_sample_fmt() for listing the sample
formats. Move list_fmts() functionality directl... - 05:12 AM Revision c3e40410 (ffmpeg): Add missing CONFIG_AVFILTER check.
- Fix configure --disable-avfilter issue.
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 02:03 AM Revision b97b4b58 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
mpegaudiodec: group #includes more sanely
mpegaudio: remove #if 0 blocks
ffmpeg.c: reset avopti... - 01:47 AM Revision 35d87974 (grapes): enable some parts of Chunkiser under win32
- 01:46 AM Revision 10550f93 (grapes): net_helper: add win32 compatibility code
- 01:28 AM Revision 67d44149 (ffmpeg): seeking: Favor pkt->pos for generic index building where possible.
- See [FFmpeg-devel] [PATCH] Only using st->parser->pos when doing?repacking in the parser.
Signed-off-by: Michael Nied... - 01:22 AM Revision ca87d439 (ffmpeg): configure: Revert sdl hunk of 4fa18c56. This breaks OSX
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:15 AM Revision 08675bb3 (ffmpeg): mem: Choose alignment at compile time depending on AVX enabledness.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
05/09/2011
- 10:37 PM Revision 53789a27 (ffmpeg): swscale: use Nbit code to handle !is16BPS(c->srcFormat) && is16BPS(c-...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:23 PM Revision a6896c39 (napa-baselibs): build_all: fixing configure params for mingw32 build
- 10:22 PM Revision 6791077e (napa-baselibs): build_all: removing log4c compilation
- 10:21 PM Revision b3b74300 (napa-baselibs): build_all: adding cache_or_wget and download cache
- 10:21 PM Revision 42c9bd31 (ffmpeg): swscale: Support dither in is16BPS(c->srcFormat) && !is16BPS(c->dstFo...
- This is done by just letting the Nbit code handle it, which now can do it.
Signed-off-by: Michael Niedermayer <michae... - 10:18 PM Revision c4f7050b (ffmpeg): swscale: support unscaled planar Nbit->8bit with non native endian so...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:15 PM Revision 09ff3cc7 (ffmpeg): swscale: fix unscaled yuv422p16be -> yuv422p10le
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:09 PM Revision eb8aa13b (ffmpeg): swscale: make DITHER_COPY() support non native endian source
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:27 PM Revision a88ef93b (ffmpeg): mpegaudiodec: group #includes more sanely
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 09:22 PM Revision 0d849074 (ffmpeg): mpegaudio: remove #if 0 blocks
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 08:02 PM Revision 9c49ca0f (ffmpeg): swscale: factor shift out of DITHER_COPY().
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 07:38 PM Revision 300e497b (ffmpeg): swscale: factorize DITHER_COPY()
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 07:23 PM Revision 17354407 (ffmpeg): fifo: use av_freep()
- With this change libavutil uses av_freep() everywhere where it makes sense.
Remaining av_free() use in it has the use... - 05:35 PM Revision 19615089 (ffmpeg): ffmpeg.c: reset avoptions after each input/output file.
- This is consistent with how all the other options work.
- 05:35 PM Revision 1435f2fa (ffmpeg): ffmpeg.c: store per-output stream sws flags.
- 04:30 PM Revision 6bb6fb05 (ffmpeg): mpegaudio: remove CONFIG_MPEGAUDIO_HP option
- The low quality mode is off by default and never tested. The high
quality mode is also plenty fast enough.
Signed-o... - 04:14 PM Revision ed87375d (ffmpeg): mpegtsenc: Clear st->priv_data when freeing it
- If not cleared, the caller might try to free it.
Signed-off-by: Martin Storsjö <martin@martin.st> - 04:14 PM Revision a7ea5e3d (ffmpeg): udp: Fix receiving RTP data over multicast
- Earlier, AVIO_RDWR was handled as READ, and all the checks
for the AVIO_WRONLY flag explicitly meant the write-only c... - 04:14 PM Revision f9a6cfdd (ffmpeg): rtpproto: Remove an unused variable
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 03:51 PM Revision 38bb5a54 (ffmpeg): mpeg4videoenc: Support negative timestamps.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:49 PM Revision 282e8d4b (ffmpeg): avienc: Update 2 debug statements to match the current code.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:47 PM Revision 51927883 (ffmpeg): avutil: add divide & modulo that round like unsigned ones do that is ...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:33 PM Revision 4f70ff71 (streamers-build): improve ChunkerPlayer build
- 03:31 PM Revision 66b73752 (chunker-player): adding some more search path for libconfuse and libevent
- 02:26 PM Revision d2e7005d (streamers-build): adding some README
- 02:05 PM Revision 5deedf35 (ffmpeg): h264probe: update to latest spec.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:48 AM Revision ecfc5e0b (ffmpeg): regtest: fix wma tests
- This adds $DEC_OPTS to the wma decode commands, making tests pass
on systems where the bitexact flag is needed.
Sign... - 09:12 AM Revision 3a2e80ec (ffmpeg): mpegaudio: remove CONFIG_AUDIO_NONSHORT
- This fake option cannot be enabled by normal means, and the
floating-point decoder should provide the higher quality ... - 09:12 AM Revision eeadaa6b (ffmpeg): regtest: separate flags for encoding and decoding
- This separates encoding and decoding flags, and passes them together
with the related file argument instead of all at... - 02:50 AM Revision 6841c8c5 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
log: Fix an oob array read.
cosmetics: trim trailing whitespace in postproc
Ban strncpy() it's ... - 02:17 AM Revision 25308afb (ffmpeg): wtvdec: Avoid gmtime_r() it breaks compile on windows.
- Better solutions welcome, this is just a quick fix to unbreak compile.
Signed-off-by: Michael Niedermayer <michaelni@... - 02:13 AM Revision bce0d923 (ffmpeg): developer.texi: update for git
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 02:13 AM Revision 0584d22e (ffmpeg): Typo fix.
- 02:13 AM Revision 3df9150d (ffmpeg): doc:Partial update of our issue tracker doc. More work needed, volunt...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 02:13 AM Revision 6c5c8750 (ffmpeg): Patch checklist:Suggest adding a regression test
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:25 AM Revision fddf0521 (ffmpeg): wtv: calculate ole date correctly (is seconds since 1899-12-30)
- 12:25 AM Revision 8acab7ae (ffmpeg): wtv: detect ole date overflow
05/08/2011
- 10:22 PM Revision 3dd779eb (ffmpeg): swscale: implement Nbit->non native endian 16bit. Fixes v210.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:02 PM Revision cc4971e1 (streamers-build): adding ml-chunkstream build
- 09:59 PM Revision f2bfdc38 (ffmpeg): fate: add 9/10 BE pixdesc checksums
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:41 PM Revision 57fb780f (streamers-build): adding ChunkerPlayer
- 09:41 PM Revision fe6a7fcd (chunker-player): adding executables to gitignore
- 09:39 PM Revision 62bfbab6 (chunker-player): adding *.o to gitignore
- 09:28 PM Revision 83dacba2 (chunker-player): remove libevent dependence
- 08:34 PM Revision 847aaec6 (ffmpeg): log: Fix an oob array read.
- 08:33 PM Revision c38d9780 (ffmpeg): cosmetics: trim trailing whitespace in postproc
- 07:49 PM Revision 15695541 (ffmpeg): Ban strncpy() it's too easy to misuse.
- 07:43 PM Revision b58e2985 (ffmpeg): psymodel: Remove wrapper functions.
- Instead use the function pointers directly.
- 07:42 PM Revision 5b29af62 (ffmpeg): aacenc: Replace loop counters in aac_encode_frame() with more descrip...
- 06:04 PM Revision 554d3ad7 (ffmpeg): pnmdec: reindent after the previous commit
- 06:04 PM Revision 4a745b41 (ffmpeg): pnmdec: add support for mono images with non-space-separated pixel di...
- When the file to decode contains a sequence of binary values like
"1101110...", decode_frame() was reading the sequen... - 05:53 PM Revision b0e1d0d9 (ffmpeg): ffv1enc: support PIX_FMT_YUV420P10 & PIX_FMT_YUV422P10
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 05:53 PM Revision 807a058e (ffmpeg): v210dec: switch to PIX_FMT_422P10
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 05:53 PM Revision 3e002747 (ffmpeg): v210enc: switch to PIX_FMT_422P10
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 05:53 PM Revision 74bf9d62 (ffmpeg): v210enc:clip values according to specifications
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 05:27 PM Revision 4737a593 (ffmpeg): ffv1: set internal frame defaults
- Another fix missed before the vsrc_buffer changes.
- 05:18 PM Revision dddd5f37 (chunker-player): changing default build to tcp I/O
- 12:27 PM Revision b9e60849 (ffmpeg): swscale: 9,10 bits pixel format output support
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:06 PM Revision 299cbe2c (ffmpeg): PIX_FMT_422P10 support
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:21 AM Revision af3c8f82 (ffmpeg): adpcmenc:Optimize adpcm_ima_qt_compress_sample()
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:15 AM Revision 35d3d44a (ffmpeg): adpcmenc: fix QT IMA ADPCM encoder
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:13 AM Revision b3d5a4b0 (ffmpeg): adpcmdec: Fix QT IMA ADPCM decoder
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:58 AM Revision fc7314b3 (ffmpeg): regtest: remove redundant flags in jpg test
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 09:58 AM Revision 765f72f8 (ffmpeg): regtest: use run_ffmpeg in do_image_formats
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 09:58 AM Revision 2728fd90 (ffmpeg): regtest: simplify encoding functions
- The video encoding options were needlessly split in two parameters
which are merged. The do_audio_encoding function ... - 08:43 AM Revision 648e55ff (ffmpeg): ffmpeg.c: check for interlaced flag in the correct place.
- In the corresponding codec context, not global options storage.
- 01:29 AM Revision 6d6b0c96 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
drawtext: add documentation for the shadow parameters
drawtext: add shadow support.
drawtext: f...
05/07/2011
- 11:33 PM Revision 732ff29b (ffmpeg): svq1dec: simpify mean calculation.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:33 PM Revision 8f5729d5 (ffmpeg): svq1dec: replace /2 by >>1
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:33 PM Revision 0257ac8f (ffmpeg): pnm: Fix spurious error message.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:02 PM Revision 70305013 (ffmpeg): libopenjpeg: set internal frame defaults
- Fix ffmpeg decoding, which was broken after the recent changes in
vsrc_buffer. - 06:14 PM Revision b06397ac (ffmpeg): Fix function pointer type to match function it is assigned.
- 06:14 PM Revision 80264dc4 (ffmpeg): Store pointers in a less messy way in SWSContext.
- 06:14 PM Revision 48b9b7ed (ffmpeg): Replace deprecated url_fseek by avio_seek.
- 06:14 PM Revision d3445a91 (ffmpeg): Remove unused variable.
- 06:14 PM Revision 5ce33e6b (ffmpeg): Move ifdef to avoid unused variable warnings.
- 06:14 PM Revision 17953642 (ffmpeg): Remove unused variables.
- 06:14 PM Revision 8c3651f4 (ffmpeg): Fix printf format string, fixes a warning.
- 06:03 PM Revision 7deaa2b8 (ffmpeg): riffenc/ffmpeg: Fix stream copy
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 06:03 PM Revision 99119bdf (ffmpeg): ffplay: fix null pointer read when codec unavilable.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 04:08 PM Revision 6fd00e9d (ffmpeg): aacdec: add decode_channel_map overread check
- All decode_channel_map calls together can easily read
more data than the amount of padding available.
Thus below patc... - 03:38 PM Revision 5631729c (ffmpeg): Increase TS packet size detection buffer.
- Fixes warning message with ticket #68.
- 03:38 PM Revision 90f5e991 (ffmpeg): Assume some TS packet size instead of failing completely.
- Fixes ticket #68.
- 02:21 PM Revision 5901cd62 (ffmpeg): oggdec:Correct duration
- Based on a patch by Reimar Döffinger.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 02:21 PM Revision c8981edd (ffmpeg): Only add 1 byte to av_malloc(0) when it actually returned NULL
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 02:21 PM Revision 91ff05f6 (ffmpeg): Make av_realloc(0) behave like our av_malloc(0)
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:48 AM Revision ea7f73c5 (ffmpeg): vsrc_buffer: during init, print information about timebase and sample...
- 10:03 AM Revision 2beac7c3 (ffmpeg): ffmpeg: rename ost->pict_tmp to ost->resample_frame
- The new name is more consistent with the employed naming scheme, and
more meaningful. - 10:03 AM Revision 01042d41 (ffmpeg): lavc: set defaults in internal codec frames
- This is required specifically for setting frame->format to -1,
otherwise it will be set to 0 = PIX_FMT_YUV420P and co... - 10:03 AM Revision 64c06615 (ffmpeg): vsrc_buffer: simplify av_vsrc_buffer_add_frame*() interface
- Now that pix_fmt, width, and height are directly embedded in the AVFrame,
there is no need to pass these values as se... - 10:03 AM Revision 04c373c1 (ffmpeg): ffmpeg: prefer dec/enc over ost/ist->st->codec in do_video_out()
- Compact code, improve readability.
- 10:03 AM Revision a851fa7f (ffmpeg): ffmpeg: move resample_changed check within the #if !CONFIG_AVFILTER
- The check and the corresponding message in do_video_out() are
unnecessary in the libavfilter path, as a similar check... - 10:03 AM Revision f5a669c2 (ffmpeg): ffmpeg: simplify mid-stream reconfiguration when libavfilter is disabled
- Implement lazy initialization of the image resample context, so that
the initialization code does not need to be dupl... - 10:03 AM Revision 70c24b21 (ffmpeg): ffmpeg: remove useless intermediary variable resample_dst in do_video...
- 10:03 AM Revision 566666ca (ffmpeg): lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()
- avfilter_copy_frame_props() avoids code duplication and increases
robustness.
The added files libavfilter/avcodec.[c... - 09:45 AM Revision 18ded93a (ffmpeg): lavc: add format field to AVFrame
- The format is a per-frame property, having it in AVFrame simplify the
operation of extraction of that information, si... - 09:45 AM Revision 22333a6b (ffmpeg): lavc: add width and height fields to AVFrame
- width and height are per-frame properties, setting these values in
AVFrame simplify the operation of extraction of th... - 08:34 AM Revision 314374e5 (ffmpeg): Use MAP_FAILED to check for mmap failure instead of manually
- recreating the value.
- 08:21 AM Revision 994de197 (ffmpeg): drawtext: add documentation for the shadow parameters
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 08:21 AM Revision c5420f10 (ffmpeg): drawtext: add shadow support.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 08:21 AM Revision e73127a4 (ffmpeg): drawtext: factor draw_glyphs.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 08:21 AM Revision a5b81c31 (ffmpeg): drawtext: fix and optimize yuv blend.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 08:18 AM Revision 3953a880 (ffmpeg): drawtext: get rid of divisions in the inner loop.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 08:18 AM Revision e74bf3f3 (ffmpeg): drawtext: simplify chroma blend and fix chroma alpha.
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 08:17 AM Revision a5b64584 (ffmpeg): lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo
- With the following additions:
* support to anti-aliased glyph rendering
* support to UTF-8 text and Unicode chars ren... - 07:58 AM Revision f44967b1 (ffmpeg): Use av_fast_malloc instead of av_fast_realloc.
- Avoids a memleak, is less code and might be faster.
- 07:47 AM Revision 6266c515 (ffmpeg): Simplify condition.
- 07:40 AM Revision 20e5d64a (ffmpeg): msvideo1enc: minor cosmetic cleanup, use FFALIGN, avoid calculating v...
- twice and add a missing "const".
- 02:14 AM Revision e5a85164 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
mov: fix composition timestamps on movie fragments.
wmavoice: Use proper size in memeset(). - 02:01 AM Revision c60d2be5 (ffmpeg): mp3enc:simplify
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 02:01 AM Revision e1e8a8de (ffmpeg): mp3enc:better variable name for the frames field file postion.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:59 AM Revision 4382bc2c (ffmpeg): mp3enc: drop nested structs
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:58 AM Revision f2a90c3b (ffmpeg): mp3enc:use FFMIN()
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:58 AM Revision 01be9331 (ffmpeg): mp3enc:Drop unneeded floating point math.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:58 AM Revision ec9a5deb (ffmpeg): mp3enc: drop sum and count bytes instead of bitrates from decoded hea...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:43 AM Revision 173c975e (ffmpeg): mp3enc: remove unneeded static const variables.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:43 AM Revision 7d624756 (ffmpeg): mp3enc: remove unneeded ifdef
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:27 AM Revision d62bf5d4 (ffmpeg): mp3enc: mux a XING header
- The patch below provides exactly that to the MP3 muxer. A XING header
containing
* the numer of frames,
* the ...
05/06/2011
- 11:02 PM Revision c34cb130 (ffmpeg): avfilter: dont use AVFilterLink as priv for pictures as its freed too...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:01 PM Revision 21d84246 (ffmpeg): avfilter: Fix ticket82 / fix initial buffer values.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:53 PM Revision 39f66edb (ffmpeg): AVFilter: use picture pool to avoid malloc().
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:37 PM Revision fa3eddc0 (ffmpeg): avfilter_unref_buffer: favor av_freep()
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 05:32 PM Revision c25a8d7d (ffmpeg): mpegvideo: fix 422 lowres
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:39 PM Revision a565c7b7 (ffmpeg): aiffdec:Rewrite get_meta()
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:12 PM Revision 423986fc (ffmpeg): Allow encodiing empty subtitles.
- 01:31 PM Revision 6164ac21 (streamers-build): adding the chunkstream I/O
- 01:19 PM Revision 95f163b3 (ffmpeg): swscale: Dither for unscaled 10->8bit per channel
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:38 AM Revision 7b1ec76e (streamers): removing more http I/O specific code
- deprecated. Use chunkstream instead!
- 11:31 AM Revision d0225f2c (streamers): adding chunkstream I/O
- 11:19 AM Revision a080ab84 (streamers): fixing a debug message
- 11:18 AM Revision 7915e038 (ffmpeg): swscale: dont reshuffle bytes
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:18 AM Revision 0bfe6568 (grapes): changing net_helper to use a more complex header
- 3 byte header allows for more controls on incoming packets
- 05:07 AM Revision 45a811b5 (ffmpeg): mov: fix composition timestamps on movie fragments.
- This fixes, for instance, the case that there is a track that has some samples with composition time offset and has a...
- 04:25 AM Revision 869303be (ffmpeg): wmavoice: Use proper size in memeset().
- sizeof(array_functrion_argument) gives the size of the pointer type not
the size of the array to which it points. - 02:28 AM Revision 6dc30b25 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
configure: warn if pkg-config is missing
Merged-by: Michael Niedermayer <michaelni@gmx.at> - 01:54 AM Revision 18752844 (ffmpeg): avidec: correct frame_offset for seeking
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:27 AM Revision cde55897 (ffmpeg): Silence a warning if pkg_config is not installed.
- 12:21 AM Revision ccd77fe5 (ffmpeg): Makefile:Put lost tab back.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:21 AM Revision 5e24098b (ffmpeg): avidec: detect mpeg4 keyframes in indexless avi
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
05/05/2011
- 10:30 PM Revision 0fa8d199 (ffmpeg): In svq3 decoder, check negative mb_type, fix potential crash.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:30 PM Revision 6c284560 (ffmpeg): fate: mention fate documentation in the error message
- Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 07:44 PM Revision 757ec2d7 (ffmpeg): MPEG: support 4:4:4 lowres
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 07:42 PM Revision 59b9c75d (ffmpeg): MPEG: support 4:4:4 intra lowres
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 05:29 PM Revision 762f95e4 (ffmpeg): configure: warn if pkg-config is missing
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 04:38 PM Revision 55bfb98f (ffmpeg): lavfi-regression: provide filter arguments to showfiltfmts
- In do_lavfi_pixfmts(), provide the filter arguments to showfiltfmts,
since some filter may require non-null or non-em... - 04:38 PM Revision e5272e72 (ffmpeg): eval: add sqrt function for computing the square root
- 04:32 PM Revision 5d2ce3a7 (ffmpeg): configure: add strong dependencies for movie source and mp filter
- 02:41 PM Revision 2565bc8b (streamers): removing http i/o
- 01:43 PM Revision 2264c110 (ffmpeg): SVQ3: do not modify const input buffer
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:43 PM Revision b0e7a932 (ffmpeg): SVQ3: Check that things match up after a frame.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:43 PM Revision 8811679c (ffmpeg): SVQ3: Move svq3 specific fields to their own context.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:35 PM Revision 175714c0 (ffmpeg): ffplay: set CODEC_FLAG_EMU_EDGE earlier
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:11 AM Revision 15edce59 (chunker-player): fixing TCP I/O
- 10:08 AM Revision f519259c (chunker-player): adding gitignore
- 10:07 AM Revision 327da69f (chunker-player): changing HttpPort and TcpPort to Port
- 10:02 AM Revision e9fe7473 (chunker-player): adding UDP output
- 09:45 AM Revision 13836171 (chunker-player): adding UDPIO handlers
- 09:45 AM Revision 03590124 (chunker-player): adding sendChunk function
- 09:22 AM Revision dc92ee1b (chunker-player): link with vaapi and svgalib if needed
- 09:21 AM Revision f61f9ed3 (chunker-player): build_ul: exit after building streamer and player
- 09:21 AM Revision 3d2b3344 (chunker-player): search for libievent dir also in external_libs (allow symlink)
- 09:20 AM Revision 962b03bc (chunker-player): passing LIBEVENT_DIR to player Makefile
- 09:19 AM Revision de21905b (chunker-player): making PSNR_PUBLICATION configurable from the Makefile, turne...
- 08:36 AM Revision 4f092ab6 (chunker-player): removing dangerous locate calls from build_ul
- 01:30 AM Revision b000b86e (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master: (23 commits)
doc: Check standalone compilation before submitting new components.
Fix standalone c... - 12:20 AM Revision 9a5624a0 (ffmpeg): rgb24toyv12: break out in the middle before out of array reads.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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.
Also available in: Atom