Activity
From 10/05/2009 to 11/03/2009
11/03/2009
- 10:50 PM Revision 981b8fd7 (ffmpeg): Don't lock the channel output configuration based on the first value ...
- non extradata formats. Instead lock it only after the successful decoding of a
frame. This fixes issue 999.
Original... - 10:47 PM Revision cabc41b0 (ffmpeg): Vertical align.
- Originally committed as revision 20447 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 PM Revision 198d5653 (ffmpeg): Use spaces after commas for improving readability.
- Originally committed as revision 20446 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 PM Revision bc37ec92 (ffmpeg): Add slicify video filter.
- Originally committed as revision 20445 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 PM Revision da23d424 (ffmpeg): Make avfilter_get_video_buffer() use
- avfilter_default_get_video_buffer() if the get_video_buffer() callback
is not defined in a filter.
Libavfilter filte... - 10:04 PM Revision ae2abc69 (ffmpeg): Explicitely define get_video_buffer() callbacks in the format,
- noformat and null filters.
Originally committed as revision 20443 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:59 PM Revision dc264e77 (ffmpeg): Change file doxy from
- "video format and noformat filters" to
"format and noformat video filters",
as suggested by Diego.
Originally commit... - 09:57 PM Revision 09da1781 (ffmpeg): Fix/clarify description of the noformat filter.
- Originally committed as revision 20441 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:01 PM Revision 143e3aa0 (ffmpeg): Fix grammar / clarify documentation for the format and noformat
- filters.
Originally committed as revision 20440 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:17 PM Revision 42022e03 (ffmpeg): add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov
- patch by Andrew Wason
Originally committed as revision 20439 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:26 AM Revision 31f8c109 (ffmpeg): Simplify AC-3 critical band end calculation (correctly this time).
- Originally committed as revision 20438 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 AM Revision 94593c9b (ffmpeg): Revert r20050, which caused decoding errors with at least one valid A...
- Originally committed as revision 20437 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/02/2009
- 11:44 PM Revision 20026733 (ffmpeg): Indent.
- Originally committed as revision 20436 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:41 PM Revision a75e1034 (ffmpeg): Add -fpre option to take a preset file as parameter. The -[avs]pre op...
- longer accept filenames, and -fpre should be used instead.
Originally committed as revision 20435 to svn://svn.ffmpe... - 08:23 PM Revision d71ad089 (ffmpeg): Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats.
- Originally committed as revision 20434 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:12 PM Revision ad9feac9 (ffmpeg): Avoid huge array for rgb ljpeg on the stack.
- Code tested with an ljpeg i had laying around.
Originally committed as revision 20433 to svn://svn.ffmpeg.org/ffmpeg... - 12:10 AM Revision e47ca4f7 (ffmpeg): map VYUY fourcc to rawcodec
- fixes http://samples.mplayerhq.hu/V-codecs/ATI-VCR12/ATI/y422test.avi
Originally committed as revision 20432 to svn:...
11/01/2009
- 08:14 PM Revision 58b3536d (ffmpeg): configure: fix 64-bit test with clang
- Originally committed as revision 20431 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:48 PM Revision 4c1645a4 (ffmpeg): Set sample format in flac_decode_init() rather than in
- ff_flac_parse_streaminfo() since the latter is shared with the raw FLAC
demuxer, which should not be setting the samp... - 03:08 PM Revision dee34af4 (ffmpeg): Set the sample format for Smacker audio in the decoder rather than in...
- demuxer.
Originally committed as revision 20429 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/31/2009
- 04:33 PM Revision faa374b7 (ffmpeg): configure: remove extra backslashes from suncc DEPEND_CMD
- Patch by Michael Kostylev <michael kostylev gmail>
Originally committed as revision 20428 to svn://svn.ffmpeg.org/ff... - 03:59 PM Revision 06454877 (ffmpeg): configure: use here-doc for --help output
- Originally committed as revision 20427 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:59 PM Revision 173c983b (ffmpeg): configure: use here-docs instead of echo for writing config.{h,mak}
- Originally committed as revision 20426 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 PM Revision b4f93564 (ffmpeg): configure: simplify setting of SDL flags in config.mak
- Originally committed as revision 20425 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 PM Revision c73f65d9 (ffmpeg): Allow disabling doc generation with --disable-doc
- Originally committed as revision 20424 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 PM Revision ad212cc6 (ffmpeg): configure: simplify STRIP setting in config.mak
- Originally committed as revision 20423 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 PM Revision a48289c7 (ffmpeg): Makefile cosmetics
- Originally committed as revision 20422 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:02 AM Revision 083c5a48 (ffmpeg): Implement AMR gain function that is used by both AMR and SIPR.
- Based on AMR SoC code by Robert Swain and Colin McQuillan.
Originally committed as revision 20421 to svn://svn.ffmpe...
10/30/2009
- 06:17 PM Revision 050ba6f4 (ffmpeg): print packet duration when debugging timestamps
- Originally committed as revision 20420 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:13 PM Revision a520e9f2 (ffmpeg): Document slice ordering assumption done by sws_scale().
- Originally committed as revision 29804 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:11 AM Revision c5ec0d9d (ffmpeg): Remove the get_video_buffer() callback.
- That was never required since avfilter_get_video_buffer() already
calls itself on the next link if get_video_buffer i... - 10:38 AM Revision b94ca208 (ffmpeg): Document that using "make -r" might be faster than plain "make" in Wi...
- Originally committed as revision 20418 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:57 AM Revision a5abfd8f (ffmpeg): Issue an error when forced format cannot be honored.
- Patch by Etienne Buira $name $surname lists chez free.fr
Originally committed as revision 20417 to svn://svn.ffmpeg....
10/29/2009
- 10:58 AM Revision 8a08175f (ffmpeg): Change whitespace placement a little to improve readabiliy slightly.
- Thats not an attempt to emulate indent -kr behavior down to the finest
fineprint, first it would not be worth the wor... - 10:46 AM Revision f92e7696 (ffmpeg): Multiple inclusion guards for synth_filter.h.
- Originally committed as revision 20415 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 AM Revision e58992e4 (ffmpeg): Support demuxing teletext in DVB streams.
- Original patch by Francesco Lavra, francescolavra interfree it
Originally committed as revision 20414 to svn://svn.f... - 10:43 AM Revision d886e4df (ffmpeg): Vertically align function arguments.
- Originally committed as revision 20413 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 AM Revision de4070b5 (ffmpeg): Add generic rules for building helpers with HOSTCC
- Originally committed as revision 20412 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/28/2009
- 10:41 PM Revision 7a41027c (ffmpeg): vorbis_dec: factor out duplicated code for index reading, bounds chec...
- error message into a shared macro.
Originally committed as revision 20411 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:46 PM Revision e273b038 (ffmpeg): Makefile cosmetics
- Originally committed as revision 20410 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 PM Revision 0956bc9b (ffmpeg): Enable hardcoded tables for ia64 shared builds.
- At least for cross-compilation with Gentoo gcc 4.4.2 it fixes the build errors
due to GPREL 22 being insufficient for... - 08:19 PM Revision f0125de9 (ffmpeg): configure: add C99 flags to HOSTCFLAGS
- Originally committed as revision 20408 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:02 PM Revision 3db0208c (ffmpeg): Change format string from "x" to PRIx32 to hopefully fix a warning wi...
- Originally committed as revision 20407 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 PM Revision 785d3c97 (ffmpeg): Makefile cosmetics
- Originally committed as revision 20406 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 PM Revision df4fe41d (ffmpeg): Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set
- Having mpegaudiodec.o unconditionally depend on mpegaudio_tables.h
forces the latter to be generated even when it wil... - 07:38 PM Revision 52a4a077 (ffmpeg): Fix out-of-tree builds with --enable-hardcoded-tables
- Originally committed as revision 20404 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:15 PM Revision 2300b120 (ffmpeg): Fix dependency: generated table is needed to create the mpegaudiodec....
- Originally committed as revision 20403 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:05 PM Revision 9e8fecf7 (ffmpeg): Better formatting for 2D tables in tableprint code.
- Originally committed as revision 20402 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:52 PM Revision 8abe97be (ffmpeg): 10l, fix incorrect endif comment.
- Originally committed as revision 20401 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:42 PM Revision eadaa00c (ffmpeg): Add support for hardcoding the mpegaudiodec tables.
- Reduces .bss size by about 194 kB.
Originally committed as revision 20400 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:04 PM Revision 1a04d4c7 (ffmpeg): mingw32: The flag to work around bug 37216 in gcc is automatically pa...
- MinGW since r18501. Remove a reference that suggests users should pass the
flag manually (this removal was missed in ... - 02:40 PM Revision d49dded5 (ffmpeg): Remove unused variable j.
- Originally committed as revision 20398 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:24 PM Revision 2a472e9c (ffmpeg): Detect Sun Studio compiler and set appropriate variables.
- Add dependency generation commands compatible with Sun Studio.
patch by Michael Kostylev, michael.kostylev gmail com
... - 10:51 AM Revision 4f99c31c (ffmpeg): Split synth filter out of dca.c.
- Originally committed as revision 20396 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:41 AM Revision 638783bf (ffmpeg): Split PAM encoder off into its own file.
- Originally committed as revision 20395 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:34 AM Revision 318888f8 (ffmpeg): Split the decoders from pnmen.c off into their own file.
- Originally committed as revision 20394 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:32 AM Revision 761f2c90 (ffmpeg): The encoders in pnmenc.c now depend on the init/end functions in pnm.c.
- Originally committed as revision 20393 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/27/2009
- 11:53 PM Revision 504eee37 (ffmpeg): Commit some functions that are used by both SIPR and AMR.
- Based on AMR SoC code by Robert Swain and Colin McQuillan.
Originally committed as revision 20392 to svn://svn.ffmpe... - 10:12 PM Revision 2be414c8 (ffmpeg): Fix doxies, use third person and phrase-ending dots.
- Originally committed as revision 20391 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 PM Revision fcbed3c7 (ffmpeg): Add format and noformat filters.
- Originally committed as revision 20390 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:56 PM Revision 51135d1d (ffmpeg): Move pixdesc.{h,c} from libavcodec to libavutil.
- This way pixdescs can be used without requiring a dependency on
libavcodec.
Originally committed as revision 20389 t... - 08:36 PM Revision 04a5c106 (ffmpeg): Consistently use third person in doxies.
- Originally committed as revision 20388 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:52 PM Revision 3555d2e8 (ffmpeg): Introduce first_avfilter and use that, together with AVFilter.next,
- for registering and finding filters, rather than use the struct
AVFilterList, which is removed.
Simplify the filter ... - 07:46 PM Revision 290d4a44 (ffmpeg): Add an entry for the AVFilter.next addition.
- Originally committed as revision 20386 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:42 PM Revision 243110f9 (ffmpeg): Add a field 'next' to AVFilter.
- Simplify the registration and iteration of all the registered filters,
consistent with what is done with formats / co... - 07:34 PM Revision 77f66963 (ffmpeg): Split codec-regression.sh again and create a lavfi-regression.sh for
- running the libavfilter tests.
Originally committed as revision 20384 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:53 PM Revision b856cbc3 (ml): MONL: mon_test does now pubblish the hopcount results on the repository
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@166 a72f678d-4428-462c-85b4-08f063ced704
- 05:37 PM Revision 13547dd1 (ffmpeg): add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.avi
- Originally committed as revision 20383 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:15 PM Revision 8767a009 (ffmpeg): Move PNM init/end functions to the PNM common code.
- This is done in preparation for the PNM encoder/decoder split.
Originally committed as revision 20382 to svn://svn.f... - 04:57 PM Revision d3067047 (ffmpeg): whitespace cosmetics: K&R coding style, prettyprinting
- Originally committed as revision 20381 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:35 PM Revision bc8964ef (ffmpeg): Remove crufty leftovers from the era when this file resided within li...
- Originally committed as revision 20380 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:57 PM Revision 9853bbb2 (ffmpeg): add some raw codec fourccs, fixes:
- samples/V-codecs/
P422.AVI
UYNV.AVI
UYNY.AVI
V422.AVI
YUNV.AVI
Originally committed as revision 20379 to svn://svn.... - 03:05 PM Revision ff54bb97 (ffmpeg): Fix indentation.
- Originally committed as revision 20378 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:04 PM Revision 25b6d0bc (ffmpeg): Only memset for palettes of 16 elements.
- Originally committed as revision 20377 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:30 AM Revision 6d7d410f (ffmpeg): Clarify responsibility for freeing a buffer when using vdpau.
- Originally committed as revision 20376 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:43 AM Revision b70bc022 (ffmpeg): Add descriptions for the committed filters.
- Originally committed as revision 20375 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/26/2009
- 07:34 PM Revision 6b27353c (ffmpeg): Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags.
- It is used to mark the pixel format used for hardware acceleration
support.
Originally committed as revision 20374 t... - 12:58 PM Revision 6bbd38ef (ml): ML: bug corrections\nMONL: bug corrections
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@163 a72f678d-4428-462c-85b4-08f063ced704
- 10:18 AM Revision 0600d30a (ffmpeg): Avoid "-z text" diversion on SunOS x86, needed to make FATE happy.
- patch by Michael Kostylev, michael.kostylev gmail com
Originally committed as revision 20373 to svn://svn.ffmpeg.org...
10/25/2009
- 09:06 PM Revision 8fdb01c1 (ffmpeg): Make dprintf_link() show the name of the link pixel format.
- Originally committed as revision 20372 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:09 AM Revision 45213083 (ffmpeg): s/movdqa/movaps/ in sse1 fft. (regression in r20293)
- Originally committed as revision 20371 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 7549632b (ffmpeg): rtsp_close_streams frees the auth_b64 line already
- Originally committed as revision 20370 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:06 AM Revision d243ba30 (ffmpeg): Support 3xx redirection in rtsp
- All the error codes 3xx got managed the same way.
After setup/early play redirection will not be managed
REDIRECT met...
10/24/2009
- 08:40 PM Revision c5898e86 (ffmpeg): compute codec bitrate in mov demuxer, patch by haim alon, haim dot al...
- Originally committed as revision 20368 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:24 PM Revision d3ee7715 (ffmpeg): Support amdfam10 for --cpu, also avoids a warning about unknown cpu if
- --cpu=host is used on AMD Phenom and newer at least.
Originally committed as revision 20367 to svn://svn.ffmpeg.org/... - 05:24 PM Revision bd56505a (ffmpeg): Bump micro version after the FRWU decoder inclusion
- Originally committed as revision 20366 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:01 PM Revision 8f1e4d4f (ffmpeg): Split codec-regression.sh, and create the lavf-regression.sh script.
- Originally committed as revision 20365 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:53 PM Revision 921da217 (ffmpeg): Just remove params understood by the demuxer
- This should unbreak certain urls.
Originally committed as revision 20364 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:18 PM Revision 7541f32e (ffmpeg): Suppress ?params in the rtsp uri
- Right now rtsp demuxer receives it's ffmpeg specific params encoded in the url
That made the server receiving request... - 03:10 PM Revision 224b4495 (ffmpeg): Use sdp c= line if the rtsp Transport line doesn't have a destination
- Transport:destination in rtsp is optional, c= line in sdp is compulsory
Patch from Armand Bendanan (name.surnameATfr... - 12:44 PM Revision 76e6e9c3 (ffmpeg): Remove ancient redir demuxer.
- HTTP supports redirection just fine without it.
Originally committed as revision 20361 to svn://svn.ffmpeg.org/ffmpe... - 12:39 PM Revision 2189dbc4 (ffmpeg): Fix codectest
- Originally committed as revision 20360 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/23/2009
- 10:49 PM Revision f94e56cf (ffmpeg): Split codec-regression.sh, put all the code which can be shared by
- other regression test scripts in the regression-funcs.sh file.
Originally committed as revision 20359 to svn://svn.f... - 11:51 AM Revision 329c01c5 (ffmpeg): Compile LPC code when CONFIG_LPC is set.
- The codec dependencies on LPC are already described in configure,
so there is no need to duplicate this in the Makefi...
10/22/2009
- 11:08 PM Revision 54116673 (ffmpeg): Update the entry for the AVFilter.description field addition.
- Originally committed as revision 20357 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:03 PM Revision cccd292a (ffmpeg): Move the description field of the filter from AVFilterContext to
- AVFilter, where it should have had defined the first time.
+10L.
Originally committed as revision 20356 to svn://svn... - 10:49 PM Revision 01537e9f (ffmpeg): Add an entry for the AVFilterContext.description addition.
- Originally committed as revision 20355 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 PM Revision 1551745c (ffmpeg): Add a description field to AVFilterContext.
- Originally committed as revision 20354 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 PM Revision 29b5a3aa (ffmpeg): Refer again to the "width" and "height" crop parameter names
- which were previously mentioned, rather than to "w" and "h".
Originally committed as revision 20353 to svn://svn.ffm... - 10:00 PM Revision c38ae71f (ffmpeg): Add video vertical flip filter.
- Originally committed as revision 20352 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:43 PM Revision debfab4a (ffmpeg): Refer to the "width" and "height" crop parameter names which were
- previously mentioned, rather than to "w" and "h".
Originally committed as revision 20351 to svn://svn.ffmpeg.org/ffm... - 09:19 PM Revision 06da6943 (ffmpeg): Add clang to detected compilers
- Originally committed as revision 20350 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:43 PM Revision b74d42ee (ffmpeg): Build extradata in adpcm_ms encoder.
- This fixes issue #1244.
Originally committed as revision 20349 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:43 PM Revision df84d7d9 (ffmpeg): Fix infinite loop with size==0 && sample_size!=0 in non interleaved a...
- Untested, i do not have a sample.
Originally committed as revision 20348 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:32 PM Revision 83a4d356 (ffmpeg): Support non interleaved avi files that have 0<size<sample_size.
- (No i do not have a sample its thus also untested)
The new code is also simpler.
Originally committed as revision 20... - 06:12 PM Revision 1b0e6d04 (ml): Some more bug corrections in ML
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@162 a72f678d-4428-462c-85b4-08f063ced704
- 05:56 PM Revision a3fd121c (ml): Some bug corrections in ML
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@161 a72f678d-4428-462c-85b4-08f063ced704
- 04:27 PM Revision c671ac40 (ffmpeg): Fixes detection and error reporting of non-existing files in img2.c.
- Patch by Samuli Valo: name surname picturall com
Originally committed as revision 20346 to svn://svn.ffmpeg.org/ffmp... - 03:57 PM Revision bb7d0e87 (ffmpeg): Indicate that AdaptCoeff1 and 2 are functions of the actual coefficie...
- Originally committed as revision 20345 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 AM Revision 1af63d85 (ml): Major revamp of ML. Still to be debugged!
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@160 a72f678d-4428-462c-85b4-08f063ced704
10/21/2009
- 09:19 PM Revision 415e6d29 (ffmpeg): Sort video filter descriptions by name.
- Originally committed as revision 20344 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision 06718022 (ffmpeg): Make the pix_fmts var in query_formats() static const.
- Originally committed as revision 20343 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:57 PM Revision 190c1669 (ffmpeg): Add video crop filter.
- Originally committed as revision 20342 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:43 PM Revision 9abba21a (ffmpeg): Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the
- argument of avfilter_make_format_list(), as the argument represents a
list of elements.
Originally committed as revi... - 08:39 PM Revision 1554fed2 (ffmpeg): Make avfilter_make_format_list() take in input a const argument.
- Originally committed as revision 20340 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:36 PM Revision f2ed1a41 (ffmpeg): Fix the spelling for the project name, from "ffmpeg" to "FFmpeg".
- Originally committed as revision 20339 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:22 PM Revision dba755fa (ffmpeg): Rename vfilters.texi to libavfilter.texi, as the file is meant to
- document libavfilter and not only its video filtering facilities.
Originally committed as revision 20338 to svn://sv... - 03:19 PM Revision e05d4d29 (ml): fixes here (repoclient_test) and there (ml)
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@158 a72f678d-4428-462c-85b4-08f063ced704
- 01:25 AM Revision a3faf694 (ffmpeg): Add comment on #endif about condition that triggers it.
- Originally committed as revision 20337 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/20/2009
- 07:27 PM Revision 61ee5045 (ffmpeg): Seek function for TMV
- Originally committed as revision 20336 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:07 PM Revision 0319ba5e (ffmpeg): Parenthesize correctly in TMV probe
- Originally committed as revision 20335 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:47 PM Revision 380cf1b9 (ml): Backup version please use previous version (154)!
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@155 a72f678d-4428-462c-85b4-08f063ced704
- 03:37 PM Revision 2bc70a76 (ffmpeg): Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek regressi...
- This makes the output nicely aligned even in for those cases, and might
also avoid some issues with printf implementa... - 03:27 PM Revision 711e69a7 (ffmpeg): Improve sofdec dectection to avoid false positives for MP2.
- Patch by tralph11, tralph11 yahoo
Originally committed as revision 20333 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:16 PM Revision 558dbb84 (ffmpeg): sin_tables.c is a generated file, so add it to CLEANFILES
- Originally committed as revision 20332 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:19 AM Revision a0b909fb (ffmpeg): Remove SHIFT_TEMPS from jfdct code.
- Patch by avcoder: our_beloved_project AT gmail DOT com
See thread [FFmpeg-devel] Patch: remove useless SHIFT_TEMPS de... - 09:22 AM Revision 351ad48b (ml): Imporved mon_test: two version
- passive: listening to incoming connections (no socketId specified)
active: you specify from command line the socketI... - 06:40 AM Revision 08580cb0 (ffmpeg): Make url_resetbuf() assert on wrong flags passed and make it static o...
- version bump.
See thread: [FFmpeg-devel] & vs. &&
Date: Mon, 12 Oct 2009 14:21:06 +0200
Originally committed as revi...
10/19/2009
- 11:22 PM Revision 0cd0a224 (ffmpeg): Move function that is only used by the MP3 muxer below the correspond...
- This removes the dependency of the MP2 muxer on the id3v2 object file.
Originally committed as revision 20329 to svn... - 10:45 PM Revision 2ab9be3a (ffmpeg): Add missing dependency of the S/PDIF muxer on the AAC parser.
- Fixes build with --disable-parsers.
Originally committed as revision 20328 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:36 PM Revision ff06d76a (ffmpeg): Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32.
- This fixes the build with demuxers disabled.
Originally committed as revision 20327 to svn://svn.ffmpeg.org/ffmpeg/t... - 10:32 PM Revision cd69fa69 (ffmpeg): The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object depen...
- Originally committed as revision 20326 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision 96ff02f1 (ffmpeg): Get rid of some pointless '== NULL' / '!= 0' conditions in if stateme...
- Originally committed as revision 20325 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision 6f571d89 (ffmpeg): Remove some duplicate object dependencies for the RTSP demuxer.
- They are already covered by its dependency on the SDP demuxer.
Originally committed as revision 20324 to svn://svn.f... - 10:03 PM Revision 47e9f621 (ffmpeg): Add missing rdt.o dependency for SDP demuxer.
- This fixes the build when the RTSP demuxer is disabled.
Originally committed as revision 20323 to svn://svn.ffmpeg.o... - 09:59 PM Revision 3a408eff (ffmpeg): Move up the $test variable definition, together with the other
- definitions of variables defined using the positional arguments of the
script.
Should ease the split of the file.
O... - 09:54 PM Revision dd65909a (ffmpeg): Give symbolic names to the positional parameters of the
- codec-regression.sh script.
Originally committed as revision 20321 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:22 PM Revision c0da46c8 (ffmpeg): Break over-80-chars-long line.
- Originally committed as revision 20320 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:55 PM Revision 72017ea1 (ffmpeg): check stream index validity in av_program_add_stream_index
- Originally committed as revision 20319 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:53 PM Revision 8425ceca (ffmpeg): request mp3 frame_size to be set in has_codec_parameters, fix issue #...
- Originally committed as revision 20318 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:45 PM Revision b0bef342 (ffmpeg): Add additional long names for the Flash Video decoder and encoder.
- Originally committed as revision 20317 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:44 PM Revision 2917367c (ffmpeg): Add additional long names for the Sorenson Vector Quantizer 3 decoder.
- Originally committed as revision 20316 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 PM Revision 1c062b55 (ffmpeg): Add additional long names for the Sorenson Vector Quantizer 1 decoder
- and encoder.
Originally committed as revision 20315 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:21 PM Revision 9adcccde (ffmpeg): mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make
- them use the same variable/global storage.
Saves 4 kB in .bss.
Originally committed as revision 20314 to svn://svn.f... - 03:51 PM Revision 8767fb4c (ffmpeg): whitespace cosmetics: prettyprinting, K&R style
- Originally committed as revision 20313 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:41 PM Revision 643fc8f1 (ffmpeg): Flip (M)JPEG frames encoded by Intel JPEG library.
- Fixes issues 1464 and 1468.
Originally committed as revision 20312 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:14 PM Revision 11eb3cea (ffmpeg): Remove pointless parentheses.
- Originally committed as revision 20311 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:47 PM Revision d91aac1c (ffmpeg): cosmetics: Remove pointless parentheses from return statement.
- Originally committed as revision 20310 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 PM Revision 933018e2 (ffmpeg): Align the seek regression test output for better readability.
- Originally committed as revision 20309 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 AM Revision 19538981 (ffmpeg): Update libx264.c for x264 API change
- Change behavior of b-pyramid option.
Originally committed as revision 20308 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:20 AM Revision f2c061ec (ffmpeg): reindent after commit
- Originally committed as revision 20307 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:12 AM Revision 7edbcfb7 (ffmpeg): In dump_format, print streams not associated with any program.
- Fixes issue #1366.
Originally committed as revision 20306 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:42 AM Revision cbd8a722 (ffmpeg): Fix wrong comparison in r20304
- Originally committed as revision 20305 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/18/2009
- 11:56 PM Revision 9cf6bbb9 (ffmpeg): If missing, calculate width or height from bpp and
- image size lowering the probe score too.
Originally committed as revision 20304 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:45 PM Revision 027e85d8 (ffmpeg): Add an entry for the avfilter_make_format_list() interface change.
- Originally committed as revision 20303 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:39 PM Revision 6b5dc050 (ffmpeg): Rename avfilter_make_format_list2() to avfilter_make_format_list().
- Originally committed as revision 20302 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:35 PM Revision e768cb76 (ffmpeg): Remove avfilter_make_format_list(), it has been replaced by
- avfilter_make_format_list2().
Originally committed as revision 20301 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:27 PM Revision c3a58c4e (ffmpeg): fix indentation
- Originally committed as revision 20300 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:06 PM Revision f6a1fa85 (ffmpeg): Implement avfilter_make_format_list2(), which is going to replace
- avfilter_make_format_list().
See the thread:
"[PATCH] Implement avfilter_make_format_list2(enum PixelFormat pix_fmt,... - 11:00 PM Revision f28b385d (ffmpeg): Make clear in the doxy that this is a *video* filter.
- Originally committed as revision 20298 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 PM Revision f6112d7f (ffmpeg): Split the "Introduction" chapter in two chapters as suggested by
- Diego.
Originally committed as revision 20297 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:43 PM Revision 94ec3aca (ffmpeg): Support FourCC mjpa as MJPEG.
- Fixes issue 1492.
Originally committed as revision 20296 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:33 PM Revision 9dd08b4e (ffmpeg): Fix recursive avfilter_poll_frame(). It was doing
- min = FFMIN(min, avfilter_poll_frame(link->src->inputs[i]))
which, since FFMIN is a macro, was calling itself
twice f... - 09:44 PM Revision b07781b6 (ffmpeg): fix linking on systems with a function name prefix (10l in r20287)
- Originally committed as revision 20294 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:42 PM Revision 29e4edbb (ffmpeg): sync yasm macros to x264
- Originally committed as revision 20293 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:41 PM Revision 807e4e81 (ffmpeg): mux all stream types except audio as one pes packet per avpacket, iss...
- Originally committed as revision 20292 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 PM Revision 10a693b5 (ffmpeg): fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at g...
- Originally committed as revision 20291 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:47 PM Revision e17ccf60 (ffmpeg): huffyuv: add some const qualifiers
- Originally committed as revision 20290 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:25 PM Revision 7857d3cc (ffmpeg): fix indentation and add braces
- Originally committed as revision 20289 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:11 PM Revision 45a49840 (ffmpeg): handle_packets takes number of packets as arg, avoid reading too much
- Originally committed as revision 20288 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:10 PM Revision 2f77923d (ffmpeg): simd add_hfyu_left_prediction
- 2.2x faster than C on conroe, 3.6x on penryn.
4-6% faster huffyuv decoding if using left or plane mode and yuv
Origi... - 08:08 PM Revision 1303d62d (ffmpeg): Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2t
- Print error when max resync size is reached and return EAGAIN instead of
INVALIDDATA, so user can retry if wanted.
O... - 07:51 PM Revision f4d608e3 (ffmpeg): add CONFIG_LPC to the build system for lpc dsputil functions. fixes b...
- problems when lpc.c is not compiled.
Originally committed as revision 20285 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:51 PM Revision 4df254f1 (ffmpeg): WMAPRO: use some type punning in decode_coeffs()
- Originally committed as revision 20284 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:02 PM Revision f122ef36 (ffmpeg): Smarten mtv's probe a bit. Check for non zero
- on bpp and width|height header fields. This
change is among the ones suggested by Vitor
Sessak in his '[FFmpeg-devel]... - 04:33 PM Revision a828d48c (ffmpeg): Replace seek test error return numbers by the corresponding E* strings.
- Hopefully this fixes regression tests on DOS.
It breaks alignment of the output a bit more, but this should be easy t... - 04:29 PM Revision a0228397 (ffmpeg): Replace big square-root table by a call to ff_sqrt(). Based on a patch
- by Reimar Döffinger.
Originally committed as revision 20281 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:13 PM Revision 8da1d52c (ffmpeg): remove old and useless debug code
- It uses the old, deprecated metadata API and prints exactly the same thing
as what ffmpeg/ffplay does.
Originally co... - 03:28 PM Revision c4d438c2 (ffmpeg): Read metadata in WavPack files.
- Patch by Anton Khirnov (acronym("What You Should Know About Something"), gmail)
Originally committed as revision 202... - 02:34 PM Revision 53bc53ae (ffmpeg): Fix typo that mistakenly slipped into previous commit:
- CONFIG_MPEG_XVMC_DECODER was changed to CONFIG_MPEGVIDEO_XVMC_DECODER.
patch by Onur Küçük, onur delipenguen net
Ori... - 12:17 PM Revision 2bd0758e (ffmpeg): matroskaenc: Add support for writing chapters.
- patch by Anton Khirnov wyskas _at_ gmail _dot_ com
Originally committed as revision 20277 to svn://svn.ffmpeg.org/f... - 10:47 AM Revision 15674f12 (ffmpeg): cosmetics: Break overly long lines.
- Originally committed as revision 20276 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:44 AM Revision 7b018b1d (ffmpeg): Add the null video filter.
- Originally committed as revision 20275 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:31 AM Revision 930aa451 (ffmpeg): Use 'enum PixelFormat *' rather than 'int *' as type for the
- AVFilterFormats.formats field.
Cleaner / safer.
Originally committed as revision 20274 to svn://svn.ffmpeg.org/ffmpe... - 08:31 AM Revision c3b27a3d (ffmpeg): Add an entry for the avfilter_get_video_buffer() API change operated
- in r20272.
Originally committed as revision 20273 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:16 AM Revision 0eb4ff9e (ffmpeg): Make avfilter_get_video_buffer() recursive.
- When called on a link with a filter whose destination pad has not a
get_video_buffer callback defined, it will call
a... - 07:46 AM Revision 1f09ab5e (ffmpeg): Add documentation for libavfilter video filters.
- Originally committed as revision 20271 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:01 AM Revision 5d660598 (ffmpeg): Support more than 64 channels in RTMP input
- Originally committed as revision 20270 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:58 AM Revision 8f648b74 (ffmpeg): Accept RTMP packets with one-byte header
- Originally committed as revision 20269 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:54 AM Revision f836fa17 (ffmpeg): Last parameter in RTMP "play" call was optional and some servers seem...
- understand it, so drop it.
Originally committed as revision 20268 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/17/2009
- 09:30 PM Revision 961057de (ffmpeg): Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisC...
- keys are case-insensitive.
Originally committed as revision 20267 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:00 PM Revision fde82ca7 (ffmpeg): Move autocorrelation function from flacenc.c to lpc.c. Also rename the
- corresponding dsputil functions and remove their dependency on the FLAC
encoder.
Fixes Issue1486.
Originally committ... - 08:37 PM Revision a4cb6751 (ffmpeg): Avoid segfault for empty input files
- Originally committed as revision 20265 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 PM Revision c69b3e0d (ffmpeg): Revert r20249, it seems the union trick works everywhere
- Original commit message:
Very evil missuse of svn to test if AVOption and AVOption2 are compatible.
If this test tr... - 02:07 PM Revision cf671d05 (ffmpeg): Remove extraneous const keyword
- Originally committed as revision 20263 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:15 AM Revision 56e6f830 (ffmpeg): Emit the SDP lines in the correct order
- Originally committed as revision 20262 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:04 AM Revision 215dab5f (ffmpeg): alacenc : use private compression_level value consistently.
- Originally committed as revision 20261 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/16/2009
- 11:06 PM Revision f076fe44 (ffmpeg): Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c().
- Originally committed as revision 20260 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:04 PM Revision 2d4bbdec (ffmpeg): Huffyuv: Add missing const to src pointers in dsputil functions.
- Originally committed as revision 20259 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:55 PM Revision 8471a187 (ffmpeg): Huffyuv: Remove unnecessary allocation in alloc_temp().
- RGB only needs one temp array.
Originally committed as revision 20258 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:52 PM Revision 6ec8eadd (ffmpeg): Huffyuv: Fix a valgrind warning in get_vlc2().
- The padding in bitstream_buffer wasn't initialized.
Originally committed as revision 20257 to svn://svn.ffmpeg.org/f... - 04:50 PM Revision a0992374 (ffmpeg): alacenc : Move some code around for clarity.
- Originally committed as revision 20256 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:12 PM Revision 52ae1e86 (ffmpeg): mlp: Indent.
- Originally committed as revision 20255 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:10 PM Revision 7fd88069 (ffmpeg): mlp: Only initialize VLC tables once. This caused a crash when multiple
- instances of the decoder were started at different times.
Bug reported by Maxim Anisiutkin.
Originally committed as ... - 04:03 PM Revision 33815fa1 (ffmpeg): mlp: Use smaller CRC tables if CONFIG_SMALL.
- Patch by Reimar.
Originally committed as revision 20253 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:16 PM Revision 45fc24a0 (ffmpeg): Do not try to free memory that was never allocated (partial revert of...
- Originally committed as revision 20252 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision 0b7f39c9 (ffmpeg): Release unreleased buffers found by make test.
- Originally committed as revision 20251 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 PM Revision bc2d2a07 (ffmpeg): Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.
- Originally committed as revision 20250 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:35 PM Revision b388d5e4 (ffmpeg): Very evil missuse of svn to test if AVOption and AVOption2 are compat...
- If this test triggers anywhere for anyone, revert this commit immedeatly.
Ill revert this in a day or 2, its just so ... - 12:31 PM Revision f1cb9858 (ffmpeg): Add an experimental AVOption2 that uses an union instead of double fo...
- Originally committed as revision 20248 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:04 AM Revision 68677dd8 (ffmpeg): Log a clearer warning message when muxing FLV with Speex containing m...
- 8 frames per packet.
Originally committed as revision 20247 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:55 AM Revision c76911bd (ffmpeg): Split parts of dvdata.h into dvdata.c, this ensures that things like
- work_chunks_* and dv_idct_factor_* variables appear only once in the binary
instead of 3 times.
Saves 3264 bytes in .... - 03:02 AM Revision 046c4001 (ffmpeg): Add Speex support to the FLV muxer.
- Originally committed as revision 20245 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/15/2009
- 06:04 PM Revision 75df2edb (ffmpeg): Add support for hardcoded ff_sin_* tables.
- Originally committed as revision 20244 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:55 PM Revision 4ee726b6 (ffmpeg): Move/add COSTABLE/SINTABLE macros to dsputil to add extern definitions
- for ff_cos_* and ff_sin_* without introducing too much code duplication.
Originally committed as revision 20243 to s... - 05:19 PM Revision 91405541 (ffmpeg): Remove silly casts to the same type as we already have.
- Originally committed as revision 20242 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 PM Revision 77edf866 (ffmpeg): Add missing release_buffer at decode end for asv1 decoder.
- Originally committed as revision 20241 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:10 PM Revision a57afd29 (ffmpeg): Partially revert r20233, exp2f is not available on some BSDs, DOS and...
- Originally committed as revision 20240 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:11 PM Revision e8b78541 (ffmpeg): Raise MAX_THREADS to 16.
- Patch by Frank Barchard, fbarchard google com
Originally committed as revision 20239 to svn://svn.ffmpeg.org/ffmpeg/... - 01:55 PM Revision 2e3ca1ff (ffmpeg): Skip padding bytes correctly in ID3 tags.
- This fixes a regression introduced in r20170.
Originally committed as revision 20238 to svn://svn.ffmpeg.org/ffmpeg/... - 11:50 AM Revision aafd6595 (ffmpeg): Do not initialize ff_cos_* tables again in rdft_init, they are already
- initialized by ff_fft_init and using different code can result in slightly
different values, in addition it crashes w... - 09:49 AM Revision 0fa0fa29 (ffmpeg): 10l: update Makefile after rename
- Originally committed as revision 20236 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:46 AM Revision 5855e4e0 (ffmpeg): Rename aiff.c to aiffdec.c
- Originally committed as revision 20235 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:45 AM Revision 47b47bbd (ffmpeg): Split up the AIFF muxer and demuxer into separate files.
- Originally committed as revision 20234 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 AM Revision 686884da (ffmpeg): Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio...
- This hopefully is fast enough so that it is reasonable to use the same formula
directly instead of the table for CONF...
10/14/2009
- 09:41 PM Revision 16aec747 (ffmpeg): Use hardcoded instead of runtime-calculated ff_cos_* tables if
- --enable-hardcoded-tables was used.
Due to the size, the code for the tables is generated at compile time.
Originall... - 05:28 AM Revision 6d924b5a (ffmpeg): Release frame after decoding is done
- Originally committed as revision 20231 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/13/2009
- 08:48 PM Revision ea09f691 (ffmpeg): Print a warning message when avcodec_default_free_buffers finds unrel...
- buffers, this hopefully should help detect codecs that do not release all
buffers e.g. in the decode_end function.
O... - 08:13 PM Revision 4a49ab77 (ffmpeg): Remove unnecessary calls to avcodec_check_dimensions, the check is al...
- done at a higher level.
Originally committed as revision 20229 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:31 PM Revision 0fbb0185 (ffmpeg): Call release_buffer on close for v210dec and v210x
- Originally committed as revision 20228 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:28 PM Revision 4b5fee02 (ffmpeg): Add missing release_buffer on close
- Originally committed as revision 20227 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:15 PM Revision d8b35b85 (ffmpeg): Add decoder for "forward uncompressed".
- Fixes issue 1467.
Originally committed as revision 20226 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:40 PM Revision 7537726f (ffmpeg): Implement execute2 for w32thread
- Originally committed as revision 20225 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:03 PM Revision 1e6ff470 (ffmpeg): Fix w32thread implementation to handle job count > thread_count.
- Originally committed as revision 20224 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:30 AM Revision 5bd1fc6f (ffmpeg): fft_dispatch array should be const
- Originally committed as revision 20223 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:23 AM Revision c522b4e9 (ffmpeg): Simplify: use FFSWAP
- Originally committed as revision 20222 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:08 AM Revision 1e699993 (ffmpeg): MXF: simply ignore tracks that are invalid due to not having a valid ...
- part instead of failing completely.
This partly fixes issue 1470 (broken files created by BBC ingex recorder).
Origi... - 01:46 AM Revision 87462968 (ffmpeg): Add Speex support to the Ogg muxer.
- Originally committed as revision 20220 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:19 AM Revision 24c6f152 (ffmpeg): Do not read data past the end of the SSND chunk in the AIFF demuxer.
- Fixes Issue 1455.
Originally committed as revision 20219 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/12/2009
- 10:00 PM Revision dd9d5a1e (ffmpeg): Support Midvid JPEG Video Codec (still flipped).
- Originally committed as revision 20218 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 PM Revision 54089ecd (ffmpeg): Support Intel JPEG Library Video Codec (still flipped).
- Originally committed as revision 20217 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 PM Revision 15299b38 (ffmpeg): Calculate correct packet durations when demuxing Ogg/Speex. This invo...
- determining if there is any delay in the first packet and/or any truncation in
the final packet.
Originally committe... - 07:50 PM Revision 933e8667 (ffmpeg): extend description of avcodec_decode_audio3:
- - clarify when 0 is returned
- explain that decode_audio3 has to be called multiple times when there
are multiple f... - 04:38 PM Revision 90aa6ace (ffmpeg): Merge declaration and initialization
- Originally committed as revision 20214 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:36 PM Revision 098d8e09 (ffmpeg): Simplify: use FFMIN
- Originally committed as revision 20213 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 PM Revision b5ca9cd3 (ffmpeg): Reindent after removing the outer for loops in the execute2 patch
- Originally committed as revision 20212 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:43 PM Revision 2a1294b9 (ffmpeg): Move dnxhdenc to execute2 multithreading API.
- This allows for some simplifications like removing some outer loops
and gives much better performance for thread_coun... - 11:35 AM Revision 8d23a86f (ffmpeg): Add an execute2 function that is more flexible and allows to use para...
- processing with jobs > threads without wasting too much memory.
It also avoids needing a separate int array when the ...
10/11/2009
- 11:09 PM Revision febd1c90 (ffmpeg): Detect Windows Media DRM protected files and display warning if no key
- was provided.
Patch by Daniel G. Taylor, dan programmer-art org
Originally committed as revision 20209 to svn://svn... - 04:16 PM Revision 0115b3ea (ffmpeg): ARM: align stack in NEON h264 mc functions
- A certain rotten fruit operating system doesn't provide the 8-byte stack
alignment required by the standard ARM ABI, ... - 02:32 PM Revision e276d9e8 (ffmpeg): ARM: force PIC for shared libs only with ARMv6T2 and later
- Originally committed as revision 20207 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:56 AM Revision b8c0db99 (ffmpeg): Allow autodetection of E-AC3.
- Originally committed as revision 20206 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 AM Revision a9b02043 (ffmpeg): Do the dnxhd_720p_rd test with -threads 4 in order to also test the t...
- Originally committed as revision 20205 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 AM Revision 3e6015cc (ffmpeg): ARM: simplify movrel definition as CONFIG_PIC is now set for shared libs
- Originally committed as revision 20204 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 AM Revision 1fce58c2 (ffmpeg): ARM: enable PIC for shared libs
- Recent versions of gcc generate movw/movt pairs, and the linkers fail
to handle the associated relocations properly. ... - 07:05 AM Revision 9881d05d (ffmpeg): 100l in avpicture_layout: width of chroma planes depends on format de...
- Fixes issue 1465
Originally committed as revision 20202 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:36 AM Revision 53b04467 (ffmpeg): Warn when WVC1 cannot be decoded
- Originally committed as revision 20201 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/10/2009
- 09:17 PM Revision 0096d766 (ffmpeg): Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.
- Originally committed as revision 20200 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:43 PM Revision 3bb98498 (ffmpeg): Hack: set the coded frame PTS to the incoming PTS.
- This is not correct, but libtheora does not seem to provide a way
to get the correct value, and this is necessary to ... - 10:40 AM Revision 04670366 (ffmpeg): Document the additon of the w and h fields to AVFilterPic.
- Originally committed as revision 20198 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 AM Revision 268fcbe2 (ffmpeg): Fix 100l incorrect bitmask check.
- Originally committed as revision 20197 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 AM Revision 9e553f7a (ffmpeg): Print error message when true interlaced VC-1 frames are encountered
- to inform user why decoder produces no output.
Originally committed as revision 20196 to svn://svn.ffmpeg.org/ffmpeg...
10/09/2009
- 06:29 PM Revision 54eb4ae0 (ffmpeg): Do not allow 0 sample rate in TMV demuxer
- Originally committed as revision 20195 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:24 PM Revision f19ae9ea (ffmpeg): Stricter TMV probe
- Originally committed as revision 20194 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:38 PM Revision 0359289d (ffmpeg): AAC: Fix regression introduced in r20067 where ADTS files would alway...
- signalled as having a channel configuration of 1 in output_configure().
Previously this didn't matter but it does now...
10/08/2009
- 05:12 PM Revision 2c702104 (ml): ml: corrected a misplaced break
- monl: corrected some bugs, added RTT measure
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk... - 02:40 PM Revision 144fec83 (ffmpeg): dca and aac decoders use float_to_int16_interleave, so check for
- the C version of that rather than float_to_int16.
Fixes output on ARM/VFP
Originally committed as revision 20192 to ...
10/07/2009
- 09:35 PM Revision 12bf71b6 (ffmpeg): ARM: whitespace cosmetics
- Originally committed as revision 20191 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 PM Revision bef966e3 (ffmpeg): ARM: NEON avg_pixels8 and avg_h264_qpel8_mc00
- Originally committed as revision 20190 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:23 PM Revision f13764ee (ml): tests/peer
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@151 a72f678d-4428-462c-85b4-08f063ced704
- 06:50 PM Revision 46c40e48 (ffmpeg): Add w and h fields to AVFilterPic.
- See the thread:
"[FFmpeg-devel] [PATCH] Add w,h fields to AVFilterPic".
Originally committed as revision 20189 to sv...
10/06/2009
- 11:10 PM Revision 8885ed28 (ml): ml: bug correcte in open_connection and TX packet callback\nmonl: finishe...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@150 a72f678d-4428-462c-85b4-08f063ced704
- 10:47 PM Revision 9797ce58 (ffmpeg): Add ALAC encoding and decoding regression tests.
- Originally committed as revision 20188 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:07 PM Revision 96da1c51 (ffmpeg): Implement trace messages logging in the filterchain processing.
- It is only enabled when the DEBUG symbol is defined.
Originally committed as revision 20187 to svn://svn.ffmpeg.org/... - 09:55 PM Revision 2ad4c241 (ffmpeg): ARM: make function names all-lowercase
- Originally committed as revision 20186 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:55 PM Revision cf57bea6 (ffmpeg): ARM: enable ARMv4 add_pixels_clamped
- Somehow this function was never used.
Originally committed as revision 20185 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:55 PM Revision 153f4957 (ffmpeg): ARM: ARMv6 optimised add_pixels_clamped()
- Originally committed as revision 20184 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:55 PM Revision c8315e91 (ffmpeg): ARM: whitespace cosmetics
- Originally committed as revision 20183 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:51 PM Revision 70d8c762 (ffmpeg): Reindent
- Originally committed as revision 20182 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:50 PM Revision 811e0fc2 (ffmpeg): Add RF64 support to wav demuxer.
- Originally committed as revision 20181 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:42 PM Revision 7ae8fb8f (ffmpeg): Add my GPG key fingerprint
- Originally committed as revision 20180 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:06 PM Revision 73c6f598 (ffmpeg): Move HuffYUV left prediction to dsputil.
- Patch by Nathan Caldwell, saintdev gmail
Originally committed as revision 20179 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:30 PM Revision 95ce961d (ffmpeg): Since some junk may be or may be not present before actual VC-1 extra...
- search for real extradata start instead of always skipping one byte.
Patch by Andrew Dennison gmailify(${name}d, lis... - 10:48 AM Revision 8601bccf (ml): ml: corrected 2 bugs
- monl: added hopcount
git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@149 a72f678d-442... - 06:33 AM Revision 01418506 (ffmpeg): Remove casts that are useless since the argument is void *.
- Originally committed as revision 20177 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:18 AM Revision 1c38da85 (ffmpeg): Allow building api-example from outside of libavcodec and also
- make it more consistent with libavformat/output-example.
Originally committed as revision 20176 to svn://svn.ffmpeg....
10/05/2009
- 09:36 PM Revision 7fd5aeb3 (ffmpeg): Only read ID3v1 tag if ID3v2 isn't present or is empty.
- This prevents the demuxer from exporting multiple semantically identical but
differently named tags.
Patch by Anton ... - 09:33 PM Revision 9a9964c5 (ffmpeg): cosmetics: reindent and line wrap after last commit
- Originally committed as revision 20174 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 PM Revision d6eee9f3 (ffmpeg): alacenc: add a fixed LPC coefficient mode as compression level 1. old
- compression level 1 is now compression level 2 and is still the default.
Originally committed as revision 20173 to s... - 08:18 PM Revision 1fe4abf3 (ffmpeg): Revert:
- r18826 | stefano | 2009-05-14 20:50:58 +0200 (Thu, 14 May 2009) | 2 lines
Make av_set_string3() print a message in c... - 08:10 PM Revision 41770abf (ffmpeg): id3v2: Export all text information frames with correct names.
- Patch by Anton Khirnov <wyskas at gmail dot com>
Originally committed as revision 20171 to svn://svn.ffmpeg.org/ffmp... - 04:06 PM Revision 078d89a2 (ffmpeg): MP3 muxer: Write all metadata.
- Patch by Anton Khirnov <wyskas at gmail dot com>
Originally committed as revision 20170 to svn://svn.ffmpeg.org/ffmp... - 09:19 AM Revision 79c07907 (ffmpeg): Fix pcm_read_seek () when the position it calculates is greater than ...
- pcm_read_seek() puts the return value of url_fseek() in an int and then
compares < 0 to see if an error occurred; if ... - 08:38 AM Revision 63380b5e (ffmpeg): Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed a...
- Patch by Ian Caulfield, ian D caulfield A gmail
Originally committed as revision 20168 to svn://svn.ffmpeg.org/ffmpe...
Also available in: Atom