Activity
From 01/24/2009 to 02/22/2009
02/22/2009
- 11:13 PM Revision 7c2d92fe (ffmpeg): Fix xvmc object dependencies.
- Originally committed as revision 17534 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:48 PM Revision 7bbc686f (ffmpeg): Fix vc1 split().
- Fixes Subtitle-sample.evo, issue52.
Originally committed as revision 17533 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:13 PM Revision 91ba181a (ffmpeg): Better parsing of i263 picture header
- Originally committed as revision 17532 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:53 PM Revision b9c353ff (ffmpeg): Compact repeated messages to "Last message repeated x times".
- Originally committed as revision 17531 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:39 PM Revision adc5abf7 (ffmpeg): mention raw Chinese AVS video demuxer
- Originally committed as revision 17530 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:29 PM Revision 214ee5f5 (ffmpeg): Search for things like "int *src" without const.
- Originally committed as revision 17529 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:27 PM Revision 04331dea (ffmpeg): Split avutil.h, move all the pixel format definitions to the new
- dedicated file pixfmt.h.
Originally committed as revision 17528 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:27 PM Revision b81350a8 (ffmpeg): consistent naming of Chinese AVS raw demuxer
- Originally committed as revision 17527 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:48 PM Revision 5ef251e5 (ffmpeg): Add missing av_cold in static init/close functions.
- Patch by Daniel Verkamp daniel at drv dot nu.
Originally committed as revision 17526 to svn://svn.ffmpeg.org/ffmpeg/... - 01:48 PM Revision 50ded3fd (ffmpeg): Add note about big vs. little endian.
- Originally committed as revision 17525 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:35 AM Revision e27ad118 (ffmpeg): Convert x264 asm files to proper unix line breaks
- Originally committed as revision 17524 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:33 AM Revision 9bd5f59b (ffmpeg): Remove (incorrect) filenames from x264 asm files, add descriptions.
- Originally committed as revision 17523 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:04 AM Revision 3a636b6f (ffmpeg): Fix gcc detection: Not all gcc versions have "(GCC)" in the version s...
- Originally committed as revision 17522 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:47 AM Revision a9d3c669 (ffmpeg): mention MXF D-10 Mapping muxer in documentation
- Originally committed as revision 17521 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:51 AM Revision 66e6038c (ffmpeg): Check return value of frame_start(), this avoids a crash if AVCodecCo...
- Not sure if returning -1 is the best possible solution but at least avoids the crash.
Originally committed as revisi... - 09:42 AM Revision 67d44b84 (ffmpeg): Support playback of incorrectly cut DV files where the headers do not
- start at the first byte.
Originally committed as revision 17519 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:23 AM Revision e51b7a41 (ffmpeg): Update regressions for YUV2RGB table generator change in SwScaler
- Originally committed as revision 17518 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:22 AM Revision e76709d8 (ffmpeg): New LGPLed YUV2RGB table generator for SwScaler
- Originally committed as revision 28700 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:02 AM Revision 21effaa4 (ffmpeg): Change the type of pblocks from pointers to short array into
- pointers to array of 64 DCTELEM, similarly to other block fields.
This also get rid of some casts and fixes a warning... - 02:06 AM Revision d8f28a77 (ffmpeg): add bandwidth before failing if feed is already being received
- Originally committed as revision 17516 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:04 AM Revision 00473727 (ffmpeg): do not set error if an unknown parameter is in config file, just skip
- Originally committed as revision 17515 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:07 AM Revision bc64cb96 (ffmpeg): check av_get_packet return value
- Originally committed as revision 17514 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:00 AM Revision c027e91a (ffmpeg): Increase ffmpeg intermediate conversion buffer size to accomodate 48-...
- images.
Originally committed as revision 17513 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:58 AM Revision befb5cac (ffmpeg): Increase ffmpeg intermediate conversion buffer size to accomodate PPM...
- Originally committed as revision 17512 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 AM Revision 00182190 (ffmpeg): Support 48-bit RGB PPM image.
- Originally committed as revision 17511 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 AM Revision 88c21a6f (ffmpeg): Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.
- Originally committed as revision 17510 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:20 AM Revision 0d8f0abf (ffmpeg): return AVERROR(ENOMEM) if alloc failed, set count after alloc, use va...
- Originally committed as revision 17509 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:13 AM Revision 03bc0f37 (ffmpeg): Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilers
- Originally committed as revision 17508 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:13 AM Revision df442a8d (ffmpeg): configure: detect ccc compiler (Alpha) and set required flags
- Originally committed as revision 17507 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/21/2009
- 11:54 PM Revision d2718187 (ffmpeg): parse aac extradata to fetch channels and sample rate, patch from Netgem
- Originally committed as revision 17506 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 PM Revision c132938d (ffmpeg): Waste less space for printing timebases.
- Originally committed as revision 17505 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision a9e534d5 (ffmpeg): Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the
- structure is meant to represent. See "[PATCH] rtsp.[ch]: RTSPHeader ->
RTSPServerResponse" and "[PATCH] document rtsp... - 10:12 PM Revision b1598b58 (ffmpeg): configure: indent
- Originally committed as revision 17503 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 PM Revision fa0e036d (ffmpeg): Print all timebases (idea from netgem)
- Originally committed as revision 17502 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:09 PM Revision 7e101459 (ffmpeg): Check the return values of a few functions to avoid the corresponding...
- patch by Patrik Kullman, patrik yes nu
Originally committed as revision 17501 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:07 PM Revision 154d432c (ffmpeg): Pass sysroot argument to gcc
- Originally committed as revision 17500 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:07 PM Revision c5200f17 (ffmpeg): Add --sysroot and --sysinclude configure options
- Some cross-compilers need these parameters, and we can't
figure out the correct values.
Originally committed as revi... - 09:07 PM Revision 629687f6 (ffmpeg): configure: move detection of compiler type to single location
- Originally committed as revision 17498 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:57 PM Revision c60a0f85 (ffmpeg): Check for alloc failures.
- Originally committed as revision 17497 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 PM Revision 8ebe099a (ffmpeg): Check for EOF during index reading.
- Originally committed as revision 17496 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:38 PM Revision a90de11d (ffmpeg): Check return value of posix_memalign and explicitly set pointer to NU...
- fails, patch by Patrik Kullman, patrik yes nu.
Originally committed as revision 17495 to svn://svn.ffmpeg.org/ffmpeg... - 08:35 PM Revision 1bbeb06a (ffmpeg): Use av_strdup to allocate string, prevents the warning:
- vhook/fish.c:130: warning: assignment discards qualifiers from pointer target type
patch by Patrik Kullman, patrik ye... - 08:29 PM Revision 0a036d07 (ffmpeg): Revert adding av_uninit to out_width/out_height variables.
- The warning is not a false positive.
Originally committed as revision 17493 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:11 PM Revision 346db3ef (ffmpeg): Use context variable repeat_pict for frame duration computation and
- document this new use.
Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17492 to svn://svn... - 08:11 PM Revision f5007cc8 (ffmpeg): Handle chunks with the MSB in size set correctly that is unsigned.
- Originally committed as revision 17491 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:03 PM Revision 96c3da93 (ffmpeg): Set context variable picture_structure in H264 parser.
- Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17490 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:59 PM Revision 0ed260c7 (ffmpeg): Set context variable key_frame in H264 parser.
- Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17489 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:56 PM Revision ff6474dd (ffmpeg): Parse NAL units in H264 parser.
- Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17488 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:54 PM Revision 1790a5e9 (ffmpeg): Make the following H264 functions available to the parser:
- ff_h264_decode_sei, ff_h264_decode_seq_parameter_set,
ff_h264_decode_picture_parameter_set, ff_h264_decode_nal,
ff_h2... - 06:41 PM Revision 20a93972 (ffmpeg): Bail out if regtest-flashsv is run but zlib is not enabled.
- Originally committed as revision 17486 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:31 PM Revision 7ea3880a (ffmpeg): Fix swscale-error vs. swscale_error typo; it is marked as the former ...
- Originally committed as revision 17485 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:19 PM Revision 333d5374 (ffmpeg): Remove special treatment of version.h in DEPEND_CMD
- Originally committed as revision 17484 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:19 PM Revision 36798f1b (ffmpeg): Declare version.h dependencies explicitly
- Originally committed as revision 17483 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:29 PM Revision 73d65a96 (ffmpeg): Be less noisy with invalid pts/dts.
- Originally committed as revision 17482 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:17 PM Revision e641f320 (ffmpeg): indent
- Originally committed as revision 17481 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:03 PM Revision 28499cc8 (ffmpeg): Correct, portable definition of INT_BIT
- Originally committed as revision 17480 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:03 PM Revision f4870943 (ffmpeg): configure: add (empty) avr32 arch case
- Originally committed as revision 17479 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:03 PM Revision cfdb6148 (ffmpeg): configure: sort cases in arch section
- Originally committed as revision 17478 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:03 PM Revision 822be725 (ffmpeg): Alpha: fix inline asm with DEC/Compaq/HP compiler
- Originally committed as revision 17477 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:01 PM Revision 7b776589 (ffmpeg): Take account of struct size in total packet queue size tracking.
- fix issue806
Originally committed as revision 17476 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:32 PM Revision 31f2616d (ffmpeg): Fix raw rgb/bgr vertical flip in avi based on info from http://www.fo...
- partially fixes issue862.
Originally committed as revision 17475 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:51 PM Revision 431ac290 (ffmpeg): Factorize some code in yuv2rgb_template.c to ease further yuva2rgb pa...
- Patch by Cédric Schieli, cschieli gmail
Originally committed as revision 28690 to svn://svn.mplayerhq.hu/mplayer/tru... - 02:40 PM Revision d541a7d2 (ffmpeg): Change sizeof(struct_type) to sizeof(variable).
- Originally committed as revision 17474 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 AM Revision 40494418 (ffmpeg): move zeroing of alpha channel register out of YSCALEYUV2xxx macros,
- patch by Cédric Schieli (cschieli at gmail youknowwhat)
Originally committed as revision 28687 to svn://svn.mplayerh... - 10:52 AM Revision df57ab14 (ffmpeg): splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,
- YSCALEYUV2xxx_YA and YSCALEYUV2xxx_COEFF,
patch by Cédric Schieli (cschieli at gmail youknowwhat)
Originally committ... - 10:49 AM Revision 9c77b26b (ffmpeg): make MMX registers parametrized in the WRITEBGR32 macro,
- patch by Cédric Schieli (cschieli at gmail youknowwhat)
Originally committed as revision 28685 to svn://svn.mplayerh... - 10:34 AM Revision 9f2fc126 (ffmpeg): add raw demuxer for Chinese AVS elementary streams
- Originally committed as revision 17473 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/20/2009
- 10:00 PM Revision a169df2f (ffmpeg): Set the correct number of samples for E-AC-3 in the AC3 parser.
- Originally committed as revision 17472 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:20 PM Revision ebb61f83 (ffmpeg): Use last decoded SPS as current SPS in order to parse picture timing SEI
- correctly. This works around an apparent H.264 standard deficiency.
Patch by Ivan Schreter, schreter gmx net
Origin... - 12:03 PM Revision abaab07c (ffmpeg): Add myself as maintainer for American Laser Games and Electronic Arts...
- Originally committed as revision 17470 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:00 AM Revision ce83d2bd (ffmpeg): Fixing a value returning issue
- Originally committed as revision 17469 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/19/2009
- 11:35 PM Revision b1fa4942 (ffmpeg): Add convergence_duration to AVCodecParserContext.
- Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17468 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:24 PM Revision e9259f8d (ffmpeg): Re-indent after last commit
- Originally committed as revision 17467 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:23 PM Revision e7f73adb (ffmpeg): AAC in ASF does not need parsing.
- Originally committed as revision 17466 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:09 PM Revision 52837498 (ffmpeg): Add Divio MPEG-4 FOURCC (M4CC)
- Originally committed as revision 17465 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:08 PM Revision d42e44a0 (ffmpeg): Reindent after last commit
- Originally committed as revision 17464 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 PM Revision 3878be31 (ffmpeg): Silence two warnings:
- cast discards qualifiers from pointer target type
Patch by Ivan Schreter, schreter gmx net
Originally committed as ... - 10:56 PM Revision 274aa1d0 (ffmpeg): Some buffer checks for indeo3
- Originally committed as revision 17462 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:41 PM Revision 2a46003c (ffmpeg): matroskadec: fix seek regression tests according to r17460
- Originally committed as revision 17461 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:01 PM Revision 9ebeea82 (ffmpeg): matroskadec: return AVERROR_EOF upon detection of end of file
- Originally committed as revision 17460 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:54 PM Revision dc405cc1 (ffmpeg): A try to fix the regressions.
- Originally committed as revision 17459 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:21 PM Revision edf9b2f0 (ffmpeg): FFplay: Stop processing input file when AVERROR_EOF is returned from ...
- Originally committed as revision 17458 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:19 PM Revision 0e9602ef (ffmpeg): FLV demuxer: return AVERROR_EOF upon detection of end of file.
- Originally committed as revision 17457 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:19 PM Revision 1e04bbee (ffmpeg): AVI demuxer: return AVERROR_EOF upon detection of end of file.
- Originally committed as revision 17456 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:18 PM Revision 9bf1b724 (ffmpeg): Add AVERROR_EOF.
- Originally committed as revision 17455 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:09 AM Revision 6f2162b4 (ffmpeg): Mark functions only used within the test programs as static.
- Originally committed as revision 17454 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:55 AM Revision 859bb3cf (ffmpeg): Add more paranoid checks of xvmc token.
- Originally committed as revision 17453 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:39 AM Revision 9cfc1b3a (ffmpeg): Exit with error if MPV_common_init() is called with PIX_FMT_NONE.
- Give nice error message to fix codecs that call it this way.
Originally committed as revision 17452 to svn://svn.ffm... - 12:54 AM Revision e1025248 (ffmpeg): Only enable SSE/3DNOW optimizations when they have been enabled at co...
- Fixes shared build with SSE/3DNOW disabled but MMX and yasm enabled.
Originally committed as revision 17451 to svn:/... - 12:47 AM Revision 2213f431 (ffmpeg): Directly #include required X11/XvMC header.
- Originally committed as revision 17450 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 AM Revision 94ed2a30 (ffmpeg): transitioning dv_guess_dct_mode to dsputil cmp function
- Originally committed as revision 17449 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:30 AM Revision 7fb7f636 (ffmpeg): Adding 2 intra 8x8 cmp functions: vsad, vsse
- Originally committed as revision 17448 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:28 AM Revision 4cff8dc8 (ffmpeg): Allow AC-3 parser to modify codec_id.
- Patch by Joakim Plate (elupus A ecce D se).
Originally committed as revision 17447 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:28 AM Revision 3899eb2f (ffmpeg): Making the arrays accomodate an extra intra 8x8 cmp function
- Originally committed as revision 17446 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 AM Revision d52b39c7 (ffmpeg): fix missing dependencies
- Originally committed as revision 17445 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:14 AM Revision b7438896 (ffmpeg): Fix typo: explixitly -> explicitly.
- Originally committed as revision 17444 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:06 AM Revision b3183ad0 (ffmpeg): prettyprinting whitespace cosmetics
- Originally committed as revision 17443 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/18/2009
- 11:46 PM Revision 6363af44 (ffmpeg): Add key_frame to AVCodecParserContext, used in libavformat.
- Initialized to -1 in parser.c for backward compatibility.
Patch by Ivan Schreter, schreter gmx net
Originally commi... - 11:33 PM Revision 2ea89d92 (ffmpeg): Parse buffering period (H.264, D.1.1).
- Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17441 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:32 PM Revision 31866c46 (ffmpeg): The 3DNow! and SSE FFT optimizations depend on the yasm optimizations in
- x86/fft_mmx.asm, so only build them if the latter is built.
Originally committed as revision 17440 to svn://svn.ffmp... - 11:25 PM Revision 24a414e0 (ffmpeg): Store CPB count in the context.
- Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17439 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:16 PM Revision 15239b7f (ffmpeg): Rename the "src" parameter in the sws_scale() declaration to
- "srcSlice" to stress the fact that it references a slice rather than an
image.
Originally committed as revision 2865... - 11:11 PM Revision 583799c4 (ffmpeg): Document sws_scale().
- Originally committed as revision 28654 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:32 PM Revision 9ac9f896 (ffmpeg): Use const qualifier for the variable "tbp", fix warning.
- Originally committed as revision 17438 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 PM Revision 61af68d7 (ffmpeg): Use parentheses around assignment used as truth value, fix warning.
- Originally committed as revision 17437 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:29 PM Revision 818ff9a4 (ffmpeg): Assign const qualifier to the font variable, fix warning.
- Originally committed as revision 17436 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:20 PM Revision 2ba56289 (ffmpeg): Add const qualifier to the error var, fix warnings.
- Originally committed as revision 17435 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:25 PM Revision eecc17a7 (ffmpeg): Move debug trace to the new compute_frame_delay() function.
- Patch by Tomer Barletz: barletz gmail
Originally committed as revision 17434 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:23 PM Revision 712de377 (ffmpeg): Cosmetics: reindent after previous commit.
- Originally committed as revision 17433 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:23 PM Revision 443658fd (ffmpeg): Do not force last delay value to its own value.
- Adapted from a patch by Tomer Barletz: surname chez gmail
Originally committed as revision 17432 to svn://svn.ffmpeg... - 03:17 PM Revision 49410784 (ffmpeg): Extract into its own function the code to compute frame delay.
- Patch by Tomer Barletz gmail_address(last_name)
Originally committed as revision 17431 to svn://svn.ffmpeg.org/ffmpe... - 02:01 PM Revision 1447aac4 (ffmpeg): av_alloc_format_context has been renamed, update AVFormatContext av_c...
- documentation accordingly.
Patch by avcoder: `gmail_address(ffmpeg)`
Originally committed as revision 17430 to svn:/... - 11:57 AM Revision 9392863d (ffmpeg): Clarify get_ue_golomb_31() behavior with >31.
- Originally committed as revision 17429 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:46 AM Revision a6f925b8 (ffmpeg): Make output_example use av_interleaved_write_frame() instead of av_wr...
- Patch by Art Clarke (standard login name) xuggle com
Originally committed as revision 17428 to svn://svn.ffmpeg.org/... - 09:21 AM Revision 9bbf1a5c (ffmpeg): Instead of crashing, return from ff_vdpau_mpeg_picture_complete()
- if get_buffer() failed.
Patch by Reimar
Originally committed as revision 17427 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:14 AM Revision 59501dc8 (ffmpeg): Add myself as vdpau maintainer.
- Originally committed as revision 17426 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 AM Revision c12b0d86 (ffmpeg): Set global header flag for every container that requires it.
- Patch by Art Clarke a$(name) xuggle com
Originally committed as revision 17425 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:14 AM Revision 7b05a816 (ffmpeg): fix partition index byte count
- Originally committed as revision 17424 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:13 AM Revision 454d53ed (ffmpeg): always use multi track since timecode track is present
- Originally committed as revision 17423 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:49 AM Revision de43a239 (ffmpeg): av_write_trailer() must be done before closing codecs.
- Patch by aclarke a xuggle d com
Originally committed as revision 17422 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:57 AM Revision 6739fa54 (ffmpeg): fix preface version
- Originally committed as revision 17421 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:42 AM Revision 50ced76f (ffmpeg): check fifo size and realloc if needed
- Originally committed as revision 17420 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:57 AM Revision ef33facd (ffmpeg): start counting track number from 0
- Originally committed as revision 17419 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:18 AM Revision 5bea4f67 (ffmpeg): remove redundant comment
- Originally committed as revision 17418 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:13 AM Revision c3ff541b (ffmpeg): do not write slice count when muxing cbr
- Originally committed as revision 17417 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:43 AM Revision 8ab94b52 (ffmpeg): flush pending write in mxf_write_footer
- Originally committed as revision 17416 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:35 AM Revision 659713bf (ffmpeg): use index 0 for timecode track and write it in source package also
- Originally committed as revision 17415 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:05 AM Revision 6c53bf63 (ffmpeg): fix rip body sid when muxing cbr
- Originally committed as revision 17414 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:38 AM Revision cf6065ca (ffmpeg): Parse cbp_removal_delay in SEI picture structure.
- Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17413 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:36 AM Revision ff594f81 (ffmpeg): Parse dpb_output_delay in SEI picture structure.
- Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17412 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:33 AM Revision 82e38c29 (ffmpeg): Parse initial_cpb_removal_delay_length.
- Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17411 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:12 AM Revision 42c6850e (ffmpeg): simplify descriptor size computation logic
- Originally committed as revision 17410 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 AM Revision ca14e2a8 (ffmpeg): Handle conditional compilation of CPU-specific FFT code in the Makefile.
- Also replace one coarse MMX condition with more fine-grained
3DNow!/3DNowExt!/SSE conditions.
Originally committed a... - 12:03 AM Revision a1ef9f08 (ffmpeg): Add support for enabling/disabling AMD 3DNow! extended optimizations.
- Originally committed as revision 17408 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:02 AM Revision a233eaa6 (ffmpeg): use new metadata API in nsv demuxer
- Originally committed as revision 17407 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 AM Revision 4b358c3e (ffmpeg): use new metadata API in mpegts muxer
- Originally committed as revision 17406 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/17/2009
- 11:59 PM Revision 3d17b948 (ffmpeg): mpegvideo_xvmc.o depends on mpegvideo.o.
- Originally committed as revision 17405 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:51 PM Revision 7df33ec2 (ffmpeg): Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in me...
- memcpy calls. s->pblocks is the element actually being handled.
Originally committed as revision 17404 to svn://svn... - 11:36 PM Revision 63864cb8 (ffmpeg): small Doxygen comment grammar fix
- Originally committed as revision 17403 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:35 PM Revision bd0eddb7 (ffmpeg): Revert converting two asserts into if checks and error messages.
- It did not achieve the intended effect.
Originally committed as revision 17402 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:30 PM Revision ef7ae94b (ffmpeg): Fix MBAFF/PAFF samples.
- Patch by Stephen Warren, swarren nvidia com
Originally committed as revision 17401 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:36 PM Revision 9ba8bc01 (ffmpeg): spelling/grammar/wording fixes for the Doxygen comments
- Originally committed as revision 17400 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:25 PM Revision 3fff6382 (ffmpeg): Gopher protocol should depend on networking being enabled.
- Ok'd by Måns and DonDiego on IRC.
Originally committed as revision 17399 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:43 PM Revision 30f68128 (ffmpeg): Add missing #includes to fix 'make checkheaders'.
- Originally committed as revision 17398 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:41 PM Revision 1f1ff731 (ffmpeg): remove now useless get_str16() from rmdec.c
- Originally committed as revision 17397 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 PM Revision 7379d5bc (ffmpeg): use new metadata API in rm (de)muxer
- Originally committed as revision 17396 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:20 PM Revision 6c25f346 (ffmpeg): Fix @param[in/out] handling
- Originally committed as revision 17395 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 PM Revision 41d7f7bd (ffmpeg): apedec: display a warning when truncating a metadata tag
- Originally committed as revision 17394 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 PM Revision ce09f927 (ffmpeg): Move initialization of {luma,chroma}_weight_flag[] up,
- to make sure they are always initialized.
Patch by Gwenole Beauchesne g${name} splitted-desktop com
Originally commi... - 12:11 PM Revision de861578 (ffmpeg): cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings ...
- "'inline' is not at beginning of declaration" with -Wextra.
Originally committed as revision 17392 to svn://svn.ffmp... - 12:03 PM Revision 1bf6e565 (ffmpeg): cosmetics: 'const static' --> 'static const' to avoid warnings of the...
- "'static' is not at beginning of declaration" with -Wextra.
Originally committed as revision 17391 to svn://svn.ffmp... - 08:12 AM Revision bf6d9818 (ffmpeg): Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not
- a static function
Originally committed as revision 17390 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:09 AM Revision e5f483c6 (ffmpeg): Move to rtp.h the prototypes of all the functions defined in rtp.c
- Originally committed as revision 17389 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:02 AM Revision 3f9867b1 (ffmpeg): use new metadata API in ape demuxer
- Originally committed as revision 17388 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/16/2009
- 10:46 PM Revision 649c171a (ffmpeg): Thoroughly check all fields set by the application in xvmc struct.
- Originally committed as revision 17387 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision 7846418b (ffmpeg): flacdec: Silence false positive warning about uninitialized variables in
- decode_subframe_fixed(). Patch by Patrik Kullman (patrik A yes D nu).
Originally committed as revision 17386 to svn:... - 06:52 PM Revision 037c08d6 (ffmpeg): avidec: fix error introduced in r17382
- Originally committed as revision 17385 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:19 PM Revision 02c0c8d1 (ffmpeg): Minor clarification of xvmc field description.
- Originally committed as revision 17384 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:16 PM Revision e7de624b (ffmpeg): Improvements in xvmc structure fields descriptions.
- Originally committed as revision 17383 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:33 PM Revision 87ad63c0 (ffmpeg): Add a context to av_log() calls and modify a function prototype to al...
- Originally committed as revision 17382 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:27 PM Revision 2a1d51c5 (ffmpeg): Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "...
- document rtsp.h" mailinglist thread.
Originally committed as revision 17381 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:27 PM Revision b4314bff (ffmpeg): Add a context to av_log() call and update the trace not to be redundant.
- Originally committed as revision 17380 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:24 PM Revision 3b0fc605 (ffmpeg): Don't install rtsp.h. It is intended to be private, it depends on rtp...
- which isn't installed anyway (so it doesn't work).
In the process, also remove public/private API comments from rtsp... - 04:14 PM Revision 49a06a4d (ffmpeg): Change av_log() calls to fprintf() to stderr calls.
- Originally committed as revision 17378 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:12 PM Revision 0fd7c133 (ffmpeg): Add a context to av_log() calls.
- Originally committed as revision 17377 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:09 PM Revision ff9843ca (ffmpeg): Add a context to av_log() call.
- Originally committed as revision 17376 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:09 PM Revision c1023470 (ffmpeg): Add a context to av_log() calls.
- Originally committed as revision 17375 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:09 PM Revision 871e62e5 (ffmpeg): Add a context to av_log() calls.
- Originally committed as revision 17374 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:45 PM Revision b9450753 (ffmpeg): Add a context to av_log() call.
- Originally committed as revision 17373 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:44 PM Revision 76b9092f (ffmpeg): Add a context to av_log() calls and extend ape_dumpinfo prototype to ...
- Originally committed as revision 17372 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:48 PM Revision e86a14de (ffmpeg): fetch display aspect ratio from mpeg-2 essence
- Originally committed as revision 17371 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 AM Revision 38425603 (ffmpeg): whitespace cosmetics: Reindent a few lines after the last commit.
- Originally committed as revision 17370 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:49 AM Revision 83344066 (ffmpeg): Get rid of some '#if CONFIG_MPEG_XVMC_DECODER' preprocessor checks ar...
- statements by merging the CONFIG_MPEG_XVMC_DECODER check into the if condition.
Originally committed as revision 173... - 11:35 AM Revision 42dfc2bf (ffmpeg): whitespace cosmetics: Place spaces around += for better readability.
- Originally committed as revision 17368 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 AM Revision d1fa518e (ffmpeg): merge mxf_write_d10_packet into mxf_write_packet
- Originally committed as revision 17367 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 AM Revision ed80a059 (ffmpeg): Add missing object dependencies: eatqi.o depends on mpeg12.o.
- Originally committed as revision 17366 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 AM Revision b0a880b3 (ffmpeg): Document ff_rtp_get_payload_type()
- Originally committed as revision 17365 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:36 AM Revision 0550b58f (ffmpeg): Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not
- a static function
Originally committed as revision 17364 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:57 AM Revision 42402a55 (ffmpeg): Make BMP decoder try to decode files with incorrect filesize field value
- Originally committed as revision 17363 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:02 AM Revision f9d5bf3c (ffmpeg): Replace two asserts by checks and error messages.
- Originally committed as revision 17362 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:59 AM Revision e7c88eb7 (ffmpeg): Doxygen comment wording fix
- Originally committed as revision 17361 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:55 AM Revision b4ee1d39 (ffmpeg): Make format long_names consistent.
- Originally committed as revision 17360 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:51 AM Revision fe5a361c (ffmpeg): fix mxf interleaving packet purge
- Originally committed as revision 17359 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:33 AM Revision 6545996f (ffmpeg): whitespace cosmetics
- Originally committed as revision 17358 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:36 AM Revision 72a8a69d (ffmpeg): Make myself maintainer of the website code
- Originally committed as revision 17357 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:21 AM Revision cad1928f (ffmpeg): Give struct members more sensible names:
- total_number_of_mv_blocks --> allocated_mv_blocks
total_number_of_data_blocks --> allocated_data_blocks
Originally... - 12:09 AM Revision 648410c1 (ffmpeg): cosmetics: one more wording fix
- Originally committed as revision 17355 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:06 AM Revision df9d2e04 (ffmpeg): cosmetics: Keep lines below 80 characters where sensibly possible.
- Originally committed as revision 17354 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/15/2009
- 11:55 PM Revision 037f13fe (ffmpeg): Doxygen spelling/wording fixes
- Originally committed as revision 17353 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:23 PM Revision 2f953883 (ffmpeg): spelling/wording fixes for the Doxygen comments
- Originally committed as revision 17352 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:12 PM Revision f194f470 (ffmpeg): Add my GPG fingerprint
- Originally committed as revision 17351 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:05 PM Revision 8f66518d (ffmpeg): draw_horiz_band() is really ff_draw_horiz_band().
- Originally committed as revision 17350 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 PM Revision 058bcd7b (ffmpeg): spelling/grammar/wording/whitespace for Doxygen comments
- Originally committed as revision 17349 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:45 PM Revision 4e30fa6e (ffmpeg): Rename AV_XVMC_RENDER_MAGIC constant to AV_XVMC_ID to reflect a similar
- change in the name of the struct member xvmc_id.
Originally committed as revision 17348 to svn://svn.ffmpeg.org/ffmp... - 08:45 PM Revision c1b02101 (ffmpeg): Improve grammar: "X next after Y" -> "next X after Y".
- Originally committed as revision 17347 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 PM Revision 864899c3 (ffmpeg): cosmetics: typo fix
- Originally committed as revision 17346 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 PM Revision ad0405fc (ffmpeg): Describe all fields in xvmc struct.
- Originally committed as revision 17345 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:10 PM Revision d758a5cb (ffmpeg): spelling/grammar/wording fixes for Doxygen comments
- Originally committed as revision 17344 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:06 PM Revision 1909fade (ffmpeg): comment spelling/grammar/wording fixes
- Originally committed as revision 17343 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 PM Revision e98b4755 (ffmpeg): Explain how AV_XVMC_RENDER_MAGIC got its seemingly arbitrary value.
- Originally committed as revision 17342 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:45 PM Revision 1fcef408 (ffmpeg): Rename unique_id to the way michaelni likes it. (xvmc_id)
- Originally committed as revision 17341 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:30 PM Revision 3d43e42f (ffmpeg): Document all functions in mpegvideo_xvmc.
- Originally committed as revision 17340 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:42 PM Revision f602b044 (ffmpeg): Rename xvmc_pixfmt_render structure to xvmc_pix_fmt.
- Originally committed as revision 17339 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:21 PM Revision 11f8aa04 (ffmpeg): Kill the magic field in xvmc structure.
- Originally committed as revision 17338 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:54 PM Revision 9043202e (ffmpeg): K&R whitespace cosmetics
- Originally committed as revision 17337 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:53 PM Revision 5e565998 (ffmpeg): matroskaenc: use new metadata API
- Originally committed as revision 17336 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:29 PM Revision c1e7b256 (ffmpeg): 10l: Remove duplicated hunk of code.
- Originally committed as revision 17335 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:05 PM Revision f702df39 (ffmpeg): matroskadec: export language of metadata tags when available
- Originally committed as revision 17334 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:02 PM Revision 0334f799 (ffmpeg): Document av_codec_next().
- Originally committed as revision 17333 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:00 PM Revision cf960242 (ffmpeg): matroskadec: add needed definitions forgotten in r17331
- Originally committed as revision 17332 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:53 PM Revision 929e9de7 (ffmpeg): matroskadec: add generic metadata support
- Originally committed as revision 17331 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 PM Revision 325ace3e (ffmpeg): matroskadec: read track and attachment uid
- will be useful for generic metadata support
Originally committed as revision 17330 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:29 PM Revision 38766e08 (ffmpeg): matroskadec: export track name through the metadata API
- Originally committed as revision 17329 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:25 PM Revision 6cb6e159 (ffmpeg): matroskadec: use new metadata API to export some simple information
- Originally committed as revision 17328 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:23 PM Revision c99a3576 (ffmpeg): Silence following warning if only zeros were not consumed:
- AVC: Consumed only m bytes instead of n
Originally committed as revision 17327 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:34 PM Revision d1037c12 (ffmpeg): Do not export to the public the first_protocol symbol at the next
- major bump.
There is no need for that, since av_protocol_next() already provides
access to the first registered proto... - 02:32 PM Revision 1c787b10 (ffmpeg): Cast a __u64 variable to uint64_t so that it can be printed without w...
- Originally committed as revision 17325 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:31 PM Revision 9075d1e0 (ffmpeg): Document av_protocol_next().
- Originally committed as revision 17324 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:29 PM Revision 5d377501 (ffmpeg): Replace calls/references of the deprecated register_protocol()
- function with correponding calls/references to av_register_protocol().
Originally committed as revision 17323 to svn... - 02:25 PM Revision 65c40e4e (ffmpeg): Rename register_protocol() to av_register_protocol() and deprecate
- register_protocol().
Originally committed as revision 17322 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:13 PM Revision 54b4ea57 (ffmpeg): demux some more metadata tags in mov
- Originally committed as revision 17321 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:31 PM Revision 06aae123 (ffmpeg): Place spaces consistently in pointer types in vdpau.c
- Originally committed as revision 17320 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 AM Revision 9e0a8a36 (ffmpeg): Cosmetics. Vertical align.
- Originally committed as revision 17319 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:14 AM Revision d76c5ed5 (ffmpeg): Almost cosmetics.
- Move some assignments after the checks.
Originally committed as revision 17318 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:06 AM Revision d2d600b7 (ffmpeg): Check all critical xvmc struct fields in ff_xvmc_field_start()
- and log error if they are not correct. All other functions
are supposedly called after that one, so use assert() for ... - 09:04 AM Revision aeedac95 (ffmpeg): Document av_iformat_next() and av_oformat_next() functions.
- Originally committed as revision 17316 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 AM Revision afb9342a (ffmpeg): Proper condition in xvmc decode mb.
- The old one would try to use mv blocks that are written outside their buffer,
in case of unhandled error.
Originally... - 08:42 AM Revision 095edd3e (ffmpeg): Rename xvmc_render_state to something with pixfmt in its name.
- Originally committed as revision 17314 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:29 AM Revision 3fff9d92 (ffmpeg): A little better wording of doxygen comments.
- Originally committed as revision 17313 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:55 AM Revision 1a90cf3c (ffmpeg): Revert 17308.
- The above commit makes ff_xvmc_decode_mb to output one log entry
for each decoded MB, causing massive slowdown.
Orig... - 06:29 AM Revision 5f5e6af1 (ffmpeg): Prevent heap corruption when resampling 8-bit audio.
- Originally committed as revision 17311 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:36 AM Revision a0723a4d (ffmpeg): Give a little better name to the magic(_id) field in xvmc struct
- Originally committed as revision 17310 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:28 AM Revision 49674dd0 (ffmpeg): use new metadata API in mov demuxer
- Originally committed as revision 17309 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:27 AM Revision 1333d8fd (ffmpeg): Replace assert in ff_xvmc_field_end() by av_log call at level AV_LOG_...
- Originally committed as revision 17308 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:17 AM Revision eb3b2ef9 (ffmpeg): Remove obsolete display_flags member from xvmc struct
- and mark state defines as obsolete.
Originally committed as revision 17307 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:35 AM Revision 72d38a74 (ffmpeg): Detailed description of the interesting fields in xvmc struct.
- Originally committed as revision 17306 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:28 AM Revision f8519095 (ffmpeg): Move the state field in the xvmc struct to the extensions section.
- It has always been a workaround for MPlayer limitations.
Originally committed as revision 17305 to svn://svn.ffmpeg.... - 01:24 AM Revision 967d2ae6 (ffmpeg): Remove redundant assert(render) in ff_xvmc_init_block(). The immedia...
- following if condition checks render and does an assert if it fails.
Originally committed as revision 17304 to svn:/... - 12:52 AM Revision e26f8d76 (ffmpeg): Remove asserts that are immediately followed by a check and error ret...
- Originally committed as revision 17303 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision 3af6c3dd (ffmpeg): Drop struct members display_flags and state with the next major versi...
- They are not used within FFmpeg.
Originally committed as revision 17302 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:16 AM Revision 8f38ff00 (ffmpeg): Doxygen comment/explanation for ff_xvmc_init_block().
- Originally committed as revision 17301 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:09 AM Revision 4b722390 (ffmpeg): Remove completely unsed structure fields mc_type and chroma_format.
- Their only user, MPlayer, has already been updated not to use them anymore.
Originally committed as revision 17300 t...
02/14/2009
- 11:48 PM Revision 05c363e9 (ffmpeg): whitespace consistency cosmetics
- Originally committed as revision 17299 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:45 PM Revision 5d6c1110 (ffmpeg): Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefi...
- Originally committed as revision 17298 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:28 PM Revision 3bffe5fc (ffmpeg): Deprecate some unused xvmc structure fields.
- Originally committed as revision 17297 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:13 PM Revision 0b2eb2e8 (ffmpeg): Add Doxygen comment similar to ff_xvmc_field_start() to ff_xvmc_field...
- Originally committed as revision 17296 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:08 PM Revision fe4be5db (ffmpeg): whitespace cosmetics: remove stray space
- Originally committed as revision 17295 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 PM Revision 4acfdcab (ffmpeg): Cosmetics
- Originally committed as revision 17294 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:59 PM Revision ce0e60a1 (ffmpeg): Merge preprocessor if CONFIG_MPEG_XVMC_DECODER and code if( &&)
- where possible
Originally committed as revision 17293 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:48 PM Revision 9107f7cd (ffmpeg): Doxygenize ff_xvmc_field_start() comment.
- Originally committed as revision 17292 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 PM Revision a1bce011 (ffmpeg): Clarify ff_xvmc_field_start() comment.
- Originally committed as revision 17291 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 PM Revision 9e494ab7 (ffmpeg): Check ff_xvmc_field_start() result in all cases.
- Originally committed as revision 17290 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 PM Revision 24b1583a (ffmpeg): Another attempt to clarify draw_horiz_band() usage.
- Originally committed as revision 17289 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 PM Revision b71bd0ed (ffmpeg): Merge some declarations and initializations.
- Originally committed as revision 17288 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:06 PM Revision 013cebfb (ffmpeg): Return error instead of triggering assert.
- Originally committed as revision 17287 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:52 PM Revision 930efaf4 (ffmpeg): cosmetics: comment wording/grammar
- Originally committed as revision 17286 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:50 PM Revision 6e4b41f8 (ffmpeg): cosmetics: Change '8*8' to '64'.
- Originally committed as revision 17285 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:49 PM Revision cb18fb62 (ffmpeg): cosmetics: K&R style
- Originally committed as revision 17284 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 PM Revision 9939841f (ffmpeg): Give nice message for failed assert.
- Originally committed as revision 17283 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:00 PM Revision 2d7b0560 (ffmpeg): Attempt to clarify draw_horiz_band description and fix two random typos.
- Originally committed as revision 17282 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:52 PM Revision dd4e297d (ffmpeg): More clarification for draw_horiz_band() in hwaccell mode.
- Originally committed as revision 17281 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 PM Revision 4440bd0d (ffmpeg): Add xvmc_internal.h that contains all internal xvmc function declarat...
- This allows getting rid of a bunch of ugly forward declarations.
Originally committed as revision 17280 to svn://svn... - 08:35 PM Revision 6e280340 (ffmpeg): Cosmetic 64 instead 8*8
- Originally committed as revision 17279 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:30 PM Revision ae4dde76 (ffmpeg): Clarify some assert usage.
- They are not to check application supplied parameters.
Originally committed as revision 17278 to svn://svn.ffmpeg.or... - 08:18 PM Revision e14ff1e6 (ffmpeg): Use sws_printVec2() instead of the deprecated sws_printVec().
- Originally committed as revision 28567 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:14 PM Revision 26b40a65 (ffmpeg): Implement sws_printVec2() and deprecate sws_printVec().
- Originally committed as revision 28566 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:07 PM Revision 2661ba4b (ffmpeg): Document that ff_draw_horiz_band() could be used as hwaccell callback.
- Originally committed as revision 17277 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:00 PM Revision 99df0aa5 (ffmpeg): another (last?) round of K&R whitespace cosmetics
- Originally committed as revision 17276 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:54 PM Revision ba585726 (ffmpeg): whitespace cosmetics: Align some comments.
- Originally committed as revision 17275 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:52 PM Revision 81189e4f (ffmpeg): whitespace cosmetics: Put some spaces around operators for better rea...
- Originally committed as revision 17274 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:47 PM Revision 465ce23e (ffmpeg): Remove a comment that references a non-existing function.
- Originally committed as revision 17273 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:42 PM Revision 0439c09d (ffmpeg): Make one comment slightly clearer and more readable.
- Originally committed as revision 17272 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 PM Revision 63a21bc0 (ffmpeg): Remove one more commented-out line.
- Originally committed as revision 17271 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 PM Revision 7e2e870e (ffmpeg): some more K&R whitespace cosmetics
- Originally committed as revision 17270 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:37 PM Revision a26b51cd (ffmpeg): Document sws_normalizeVec().
- Originally committed as revision 28565 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:33 PM Revision a1db3b93 (ffmpeg): cosmetics: grammar/spelling/wording fixes in comments
- Originally committed as revision 17269 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 PM Revision 052f3779 (ffmpeg): Remove useless comment.
- Originally committed as revision 17268 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 PM Revision eba9cecc (ffmpeg): Restore one set of parentheses to avoid the warning:
- libavcodec/mpegvideo_xvmc.c: In function ‘ff_xvmc_decode_mb’:
libavcodec/mpegvideo_xvmc.c:269: warning: suggest paren... - 07:21 PM Revision 1f7c1d14 (ffmpeg): whitespace cosmetics: consistently format all comments
- Originally committed as revision 17266 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:14 PM Revision d15876d3 (ffmpeg): whitespace cosmetics: Correctly indent all comments.
- Originally committed as revision 17265 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:09 PM Revision 788aa94a (ffmpeg): Clarify TODO comment
- Originally committed as revision 17264 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:08 PM Revision 6c7b70fb (ffmpeg): Remove compatibility layer for old names of xvmc definitions.
- The header was non-public before and the only user, MPlayer, was updated.
Originally committed as revision 17263 to ... - 07:05 PM Revision 36c5204d (ffmpeg): Drop two more sets of useless parentheses.
- Originally committed as revision 17262 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:02 PM Revision 90509ec7 (ffmpeg): get rid of the branch prediction
- Originally committed as revision 17261 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 PM Revision 4ec58e13 (ffmpeg): cosmetics: Consistently format all if/else statements in K&R style
- and drop braces from if statements where unnecessary.
Originally committed as revision 17260 to svn://svn.ffmpeg.org... - 06:57 PM Revision 9f00a41c (ffmpeg): Remove some useless parentheses.
- Originally committed as revision 17259 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:51 PM Revision ed92bedb (ffmpeg): Rename some forward declarations that were missed, fixes the warnings:
- libavcodec/mpegvideo.o libavcodec/mpegvideo.c
libavcodec/mpegvideo.c: In function ‘MPV_frame_start’:
libavcodec/mpegv... - 06:47 PM Revision f0a902ad (ffmpeg): remove obsolete comment
- Originally committed as revision 17257 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:46 PM Revision a002da79 (ffmpeg): Fix compilation: XVMC_ --> ff_xvmc prefix for xvmc functions.
- Originally committed as revision 17256 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:45 PM Revision 4742762f (ffmpeg): remove some useless ()
- Originally committed as revision 17255 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 PM Revision 78f9a878 (ffmpeg): use ff_xvmc for function names instead of XVMC_
- Originally committed as revision 17254 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:15 PM Revision c1a5aa29 (ffmpeg): whitespace cosmetics: Restore vertical alignment.
- Originally committed as revision 17253 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:06 PM Revision aae667ba (ffmpeg): clarify xvmc struct fields usage distribution (internal communication)
- Originally committed as revision 17252 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:56 PM Revision 6785e509 (ffmpeg): doxygen style comments
- Originally committed as revision 17251 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:52 PM Revision c97dffbc (ffmpeg): Replace useless X11 #includes by the one that actually provides the r...
- declarations of XvMCMacroBlock and XvMCSurface.
Originally committed as revision 17250 to svn://svn.ffmpeg.org/ffmpe... - 05:45 PM Revision 6b6ea1df (ffmpeg): whitespace cosmetics: vertical alignment
- Originally committed as revision 17249 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:42 PM Revision e0dcbda2 (ffmpeg): Fix non-Doxygen comment.
- Originally committed as revision 17248 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:37 PM Revision 1369e003 (ffmpeg): Add avcodec.h #include so that LIBAVCODEC_VERSION_MAJOR is not undefi...
- Originally committed as revision 17247 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:28 PM Revision 4f7e6f0d (ffmpeg): vertically align xvmc struct member comments
- Originally committed as revision 17246 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:24 PM Revision 117f9234 (ffmpeg): Rename xvmc flags to follow ffmpeg AV_ notion.
- preserve MP_ ones until next major bump.
Originally committed as revision 17245 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:12 PM Revision ea375af8 (ffmpeg): Give public #defines that are used by MPlayer an AV_ prefix.
- Originally committed as revision 17244 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:04 PM Revision 3ae01928 (ffmpeg): Replace all (x == NULL) or (x != NULL) in assert and if conditions by...
- Originally committed as revision 17243 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:54 PM Revision af28efa2 (ffmpeg): Update multiple inclusion guards to match filename.
- Originally committed as revision 17242 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:53 PM Revision ef1b5ae2 (ffmpeg): remove assertion that use external definitions
- Originally committed as revision 17241 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:43 PM Revision 1aa7abb2 (ffmpeg): Fix compilation: Restore mistakenly removed constant definitions.
- Originally committed as revision 17240 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:39 PM Revision 43cbf8ad (ffmpeg): Make hScale_altivec_real() trim its output like other implementations do
- Originally committed as revision 28556 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 04:37 PM Revision 12794f73 (ffmpeg): Some AltiVec functions in SwScaler produce different output than their
- counterparts in pure C, so don't invoke them in bitexact mode.
Originally committed as revision 28555 to svn://svn.m... - 04:37 PM Revision 24d54e9e (ffmpeg): explain chroma_format field in xvmc struct
- Originally committed as revision 17239 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:30 PM Revision d54a08cf (ffmpeg): describe idct variable in xvmc struct
- Originally committed as revision 17238 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:24 PM Revision ff921378 (ffmpeg): Describe the purpose of magic in xvmc structure.
- Originally committed as revision 17237 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:23 PM Revision 4ef690f5 (ffmpeg): whitespace cosmetics: vertical alignment
- Originally committed as revision 17236 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:22 PM Revision 2d7d8cc7 (ffmpeg): whitespace cosmetics: another round of formatting consistency fixes
- Originally committed as revision 17235 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 PM Revision 148302e7 (ffmpeg): whitespace cosmetics: consistent (more or less) K&R style
- Originally committed as revision 17234 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:05 PM Revision 39dba5e8 (ffmpeg): whitespace cosmetics: Fix indentation depth.
- Originally committed as revision 17233 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:01 PM Revision 8e5cfb6e (ffmpeg): Remove commented-out code.
- Originally committed as revision 17232 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:54 PM Revision 8f6f050a (ffmpeg): 100l: Remove stray character that slipped into header name.
- Originally committed as revision 17231 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 PM Revision 8ba31141 (ffmpeg): Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from in...
- The alternative (schoolbook) solution is less readable.
Originally committed as revision 17230 to svn://svn.ffmpeg.o... - 03:37 PM Revision fc2dd7e3 (ffmpeg): Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.
- Originally committed as revision 17229 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:30 PM Revision 9e477960 (ffmpeg): Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.
- Originally committed as revision 17228 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:44 PM Revision bad4a6bb (ffmpeg): Use consistent indent style in oggdec.
- Originally committed as revision 17227 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision aea0b32c (ffmpeg): Make xvmc.h an installed header, applications like MPlayer need it.
- Originally committed as revision 17226 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:37 PM Revision fd949a63 (ffmpeg): Revert adding a _pixfmt to vdpau/xvmc header names.
- Since vdpau.h was an installed header this would break API.
Originally committed as revision 17225 to svn://svn.ffmp... - 01:12 PM Revision db68113d (ffmpeg): cosmetics: alphabetical order
- Originally committed as revision 17224 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:49 AM Revision 3fd2d1c4 (ffmpeg): Add av_uninit to variable declarations to fix the false positive warn...
- vhook/ppm.c:236: warning: 'out_height' may be used uninitialized in this function
vhook/ppm.c:235: warning: 'out_widt... - 11:47 AM Revision fd51ff16 (ffmpeg): Fix avfilter_parse_graph() invalid graph description detection.
- See the thread:
"[FFmpeg-devel] [PATCH] Fix avfilter-parse-graph()".
Originally committed as revision 17222 to svn:/... - 06:38 AM Revision 7fa70598 (ffmpeg): Enable dropping frames for RV3/4
- Originally committed as revision 17221 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/13/2009
- 11:02 PM Revision eca406e2 (ffmpeg): Add libavcodec/internal.h include to avoid warning: implicit declarat...
- function ‘ff_log_missing_feature’
Patch by Patrik Kullman ( patrik yes nu )
Originally committed as revision 17220 ... - 10:38 PM Revision 73d0869a (ffmpeg): compute body offset and index entry offset correctly
- Originally committed as revision 17219 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 PM Revision 3cfe8819 (ffmpeg): lpc: Remove false positive compilation warning about weight being
- uninitialized. Patch by Patrik Kullman (patrik A yes D nu).
Originally committed as revision 17218 to svn://svn.ffmp... - 10:03 PM Revision eabe8c70 (ffmpeg): Assert that ff_lpc_calc_coefs() is called with a valid LPC method.
- Patch by Patrik Kullman (patrik A yes D nu).
Originally committed as revision 17217 to svn://svn.ffmpeg.org/ffmpeg/t... - 10:01 PM Revision 83f63ffb (ffmpeg): lpc: Document the use_lpc parameter to ff_lpc_calc_coefs().
- Patch by Patrik Kullman (patrik A yes D nu).
Originally committed as revision 17216 to svn://svn.ffmpeg.org/ffmpeg/t... - 09:56 PM Revision 3c90870a (ffmpeg): add myself as maintainer for lpc.[ch]
- Originally committed as revision 17215 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:36 PM Revision 2ead1eb0 (ffmpeg): use correct field number for video according to specs, patch by Thier...
- Originally committed as revision 17214 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 PM Revision 032d8aec (ffmpeg): cosmetics, rename nb_frames to nb_fields
- Originally committed as revision 17213 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:04 PM Revision ab91e84d (ffmpeg): fix slice offset computation
- Originally committed as revision 17212 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:07 PM Revision 03b12747 (ffmpeg): Re-indent after last commit.
- Originally committed as revision 17211 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:06 PM Revision f1ade11e (ffmpeg): Make set coup.gain[c][0] aand only coup.gain[c][0] is set for a indep...
- Discussed/OKed at http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-February/062219.html
Originally committed as... - 09:52 AM Revision fbd52050 (ffmpeg): Add supported network protocols section.
- Originally committed as revision 17209 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:39 AM Revision 67164b0c (ffmpeg): Remove pointless #if around the file, it is already conditionally com...
- Originally committed as revision 17208 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:57 AM Revision 1c6bdfa9 (ffmpeg): set mime type for mxf
- Originally committed as revision 17207 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:46 AM Revision 844d9e41 (ffmpeg): simplify
- Originally committed as revision 17206 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:34 AM Revision 8d1a5af7 (ffmpeg): cosmetics, reindent, add/remove some empty lines, redundant comment
- Originally committed as revision 17205 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:28 AM Revision bd3f81f3 (ffmpeg): MXF D-10 muxer
- Originally committed as revision 17204 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:13 AM Revision 6249143d (ffmpeg): store display height without vbi
- Originally committed as revision 17203 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:11 AM Revision db6db7e5 (ffmpeg): split mpegvideo descriptor into cdci descriptor and wav common in sou...
- Originally committed as revision 17202 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:06 AM Revision 86dd3974 (ffmpeg): In RV3/4 nonzero MB offset for the first slice also indicates error
- Originally committed as revision 17201 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:06 AM Revision e15421fe (ffmpeg): write essence elements klv packets with ber4 length, more interoperable
- Originally committed as revision 17200 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:33 AM Revision baaf7b1b (ffmpeg): encode klv fill item length in fixed ber 4 bytes
- Originally committed as revision 17199 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:51 AM Revision ecc3a139 (ffmpeg): Report the illegal audio object type, not it offset by 1.
- Discussed and OKed at http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/2009-February/019860.html
Originally committ... - 12:57 AM Revision b6188c5a (ffmpeg): Put dispatch_tab in the rodata section for macho64.
- This fixes linking shared libavcodec, since the linker doesn't allow
text relocations in shared libraries under Darwi... - 12:08 AM Revision 4eb311d0 (ffmpeg): Correctly map ADTS profile_ObjectType to MPEG-4 AOT
- Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 17196 to svn://svn.ffmpeg.org/ff... - 12:02 AM Revision ecb24904 (ffmpeg): add SSE2 version of vp6_filter_diag
- original patch by Zuxy Meng zuxy.meng _at_ gmail _dot_ com
Originally committed as revision 17195 to svn://svn.ffmp...
02/12/2009
- 11:52 PM Revision 6af3c226 (ffmpeg): add MMX version of vp6_filter_diag
- original patch by Sebastien Lucas sebastien.lucas _at_ gmail _dot_ com
Originally committed as revision 17194 to sv... - 11:51 PM Revision dd44d9e3 (ffmpeg): ADTS Muxer: Refuse to write illegal ADTS files by checking validity o...
- members and erroring out if invalid
Patch by Alex Converse ( alex converse gmail com )
Originally committed as revi... - 11:48 PM Revision 5110b25e (ffmpeg): convert ff_pw_64 into an xmm_reg for future use in vp6 sse code
- Originally committed as revision 17192 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 PM Revision 81b55ee5 (ffmpeg): Fix typo: vido --> video
- Originally committed as revision 17191 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 PM Revision 43dedc1e (ffmpeg): Add raw (de)muxers to list of supported file formats.
- Originally committed as revision 17190 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 PM Revision b6b3bd91 (ffmpeg): Relinquish maintainership of adtsenc.c from Måns grasp :)
- Originally committed as revision 17189 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:39 PM Revision e3b44649 (ffmpeg): use av_malloc() in vorbis_comment()
- Originally committed as revision 17188 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:52 PM Revision 39271be4 (ffmpeg): Add entries that were missing from the supported file formats list.
- Originally committed as revision 17187 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:49 PM Revision 913c3e2c (ffmpeg): Use more descriptive format names, similar to the format long_names.
- Originally committed as revision 17186 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:27 PM Revision 29ef9575 (ffmpeg): Fix compilation, there is no file vdpauvideo.c, only vdpau.c
- Originally committed as revision 17185 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:26 PM Revision 517ac243 (ffmpeg): Use more descriptive format long_names.
- Originally committed as revision 17184 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:24 PM Revision 69acc88b (ffmpeg): cosmetics: format long_name spelling fixes
- Originally committed as revision 17183 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:49 PM Revision 5f401ee0 (ffmpeg): AAC: Cosmetic alterations after the last commit
- Originally committed as revision 17182 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:47 PM Revision b2d9d4a5 (ffmpeg): Give an error message when returning due to an unallocated channel el...
- Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 17181 to svn://svn.ffmpeg.org/ff... - 01:31 PM Revision 30272450 (ffmpeg): Add support for sample rate index 12, 7350 Hz
- Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 17180 to svn://svn.ffmpeg.org/ff... - 01:22 PM Revision ff587009 (ffmpeg): Remove bogus coupling_point assignment for non-CCE as this value is n...
- in this case
Patch by Alex Converse ( alex converse gmail com )
Originally committed as revision 17179 to svn://svn... - 09:15 AM Revision 6a460c36 (ffmpeg): write active picture height for d-10/imx in mov
- Originally committed as revision 17178 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:10 AM Revision d5cce0a4 (ffmpeg): Add a warning log when trying to encode into a container requiring gl...
- headers in extradata and the codec is not set correctly.
Patch by Art Clarke aclarke xuggle com
Originally committed... - 05:32 AM Revision 6f0b1866 (ffmpeg): set last packet next pointer to null
- Originally committed as revision 17176 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:38 AM Revision cfa3caf8 (ffmpeg): check body partitions count before writing
- Originally committed as revision 17175 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:23 AM Revision 2779cdad (ffmpeg): Check return value of ffm_write_write_index and ffm_read_write_index.
- Patch by Patrik Kullman, patrik at yes dot nu
Originally committed as revision 17174 to svn://svn.ffmpeg.org/ffmpeg/... - 02:17 AM Revision 2dc91884 (ffmpeg): return error if read failed
- Originally committed as revision 17173 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 AM Revision 6fcce4f9 (ffmpeg): Change ffm_write_write_index to return int, and return if error occured.
- Patch by Patrik Kullman, patrik at yes dot nu
Originally committed as revision 17172 to svn://svn.ffmpeg.org/ffmpeg/... - 02:02 AM Revision 22009729 (ffmpeg): Remove reference to renamed header file xvmc_render.h.
- Originally committed as revision 17171 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:27 AM Revision 37a43cfb (ffmpeg): Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes ...
- to 0, but ffplay checks it before displaying subtitles (ffplay.c:1437).
patch by Björn Axelsson, gecko acc.umu se
Or... - 01:07 AM Revision 508048af (ffmpeg): 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well.
- Originally committed as revision 17169 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:00 AM Revision 8df3bf60 (ffmpeg): Rename xvmc_render.h --> xvmc_pixfmt.h and vdpau.h --> vdpau_pixfmt.h as
- suggested by Michael, the new names better describe the contents of the files.
Originally committed as revision 1716... - 12:48 AM Revision 8c7f8206 (ffmpeg): Let rgb32 pass for ljpeg.
- Originally committed as revision 17167 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:12 AM Revision 39e80e6c (ffmpeg): Apply misc fixes for sws_getCachedContext() documentation.
- Originally committed as revision 28537 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:08 AM Revision 68a7aaff (ffmpeg): compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu ...
- Originally committed as revision 17166 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:07 AM Revision 70bf0416 (ffmpeg): Bump micro version, related to r28491.
- See the thread:
"[FFmpeg-devel] [PATCH] Explicitely declare {dst, src}Format sws_get*Context() params as enum PixelFo...
02/11/2009
- 11:49 PM Revision a88f0f16 (ffmpeg): rename wrongly named b_per_gop to b_per_i_or_p according to specs
- Originally committed as revision 17165 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:42 PM Revision a1588654 (ffmpeg): Document sws_getContext().
- Originally committed as revision 28535 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:34 PM Revision bf6c32fe (ffmpeg): use new metadata API in ogg/vorbis demuxer
- Originally committed as revision 17164 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 PM Revision d1e3c6fd (ffmpeg): extend resampling API, add S16 internal conversion
- Originally committed as revision 17163 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision b5fdaebb (ffmpeg): Document sws_getIdentityVec().
- Originally committed as revision 28533 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:11 PM Revision 5b4f5e5d (ffmpeg): fix frame size, time rate is not stts duration anymore with time offset
- Originally committed as revision 17162 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:19 PM Revision fcdd622c (ffmpeg): do not set start time to 0, it is not the case with elst time offset
- Originally committed as revision 17161 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:07 PM Revision d3b771bb (ffmpeg): Document old scaler as deprecated
- Originally committed as revision 17160 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:28 PM Revision 865780ae (ffmpeg): Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com
- Originally committed as revision 17159 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:12 PM Revision 15c13dde (ffmpeg): Fix wrong file name in header, noticed by David DeHaven, dave sagetv ...
- Originally committed as revision 17158 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:01 PM Revision b57ac115 (ffmpeg): Add av_uninit macro to variable to avoid false positive warning:
- libavformat/electronicarts.c: In function ‘ea_read_packet’:
libavformat/electronicarts.c:447: warning: ‘num_samples’ ... - 02:57 PM Revision 1e4eb387 (ffmpeg): Add av_uninit macro to variables to avoid false positive warnings:
- libavcodec/msrledec.c: In function ‘ff_msrle_decode’:
libavcodec/msrledec.c:139: warning: ‘pix32’ may be used uniniti... - 02:55 PM Revision f59f8148 (ffmpeg): Add av_uninit macro to variable to avoid false positive warning:
- libavcodec/qtrleenc.c: In function ‘qtrle_encode_frame’:
libavcodec/qtrleenc.c:113: warning: ‘bulkcount’ may be used ... - 02:52 PM Revision decae20f (ffmpeg): Add av_uninit macro to variable to avoid false positive warning:
- libavcodec/eatgv.c: In function ‘tgv_decode_frame’:
libavcodec/eatgv.c:66: warning: ‘offset’ may be used uninitialize... - 12:02 PM Revision 71a3dff9 (ffmpeg): Initialize s->gob_index for Intel variant of H.263 too
- Originally committed as revision 17153 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:01 PM Revision 9b4cfc36 (ffmpeg): Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit
- the general libavcodec naming structure.
Originally committed as revision 17152 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:16 AM Revision d3a4b4e0 (ffmpeg): Add check whether the compiler/assembler supports 10 or more operands.
- thanks to Loren for some help with the asm statements
Originally committed as revision 17151 to svn://svn.ffmpeg.org... - 11:09 AM Revision 80e58c61 (ffmpeg): Allow demuxing of audio substreams stored as 0x06 type.
- Fixes issue 725: MPEG2 PS with PCM audio.
On behalf of Jai.
Originally committed as revision 17150 to svn://svn.ffmp... - 08:02 AM Revision 7a101190 (ffmpeg): parse mpeg2 gop header time code and use it
- Originally committed as revision 17149 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:18 AM Revision 7c9668cf (ffmpeg): write timecode track
- Originally committed as revision 17148 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:03 AM Revision 89818988 (ffmpeg): H264: Change left_block_options to uint8_t from int, saving a little ...
- Originally committed as revision 17147 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:32 AM Revision a5929abe (ffmpeg): adjust time rate according to elst time offset
- Originally committed as revision 17146 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:06 AM Revision 0cfa3596 (ffmpeg): fix last keyframe index accross body partitions
- Originally committed as revision 17145 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 AM Revision 1585b93a (ffmpeg): fix body offset
- Originally committed as revision 17144 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 4c08b2bd (ffmpeg): Cosmetics: vertical align "*" for consistency with the other doxyies.
- Originally committed as revision 17143 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:19 AM Revision 3dc6cb2e (ffmpeg): Remove @deprecated notice from AVFrac, it is not deprecated anymore.
- Originally committed as revision 17142 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:07 AM Revision 6d0c77ba (ffmpeg): Use av_strlcpy instead of snprintf without formatting.
- Prevents warnings about "format not a string literal and no format arguments".
patch by Patrik Kullman, patrik yes nu...
02/10/2009
- 11:45 PM Revision 6d3cf67c (ffmpeg): Move sws_getGaussianVec() documentation from swscale.c to swscale.h.
- Originally committed as revision 28528 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:43 PM Revision 89b74647 (ffmpeg): Document sws_cloneVec().
- Originally committed as revision 28527 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:40 PM Revision 70838eef (ffmpeg): Fix typo: lenght -> length.
- Originally committed as revision 28526 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:38 PM Revision 0bcb5b39 (ffmpeg): Document sws_scaleVec().
- Originally committed as revision 28525 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:32 PM Revision c326825e (ffmpeg): Document sws_getConstVec().
- Originally committed as revision 28524 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:26 PM Revision b954b34a (ffmpeg): Move documentation of sws_getCachedContext() from swscale.c to
- swscale.h.
Originally committed as revision 28523 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 11:25 PM Revision 9c91a0b0 (ffmpeg): fix partition offset when only one stream present
- Originally committed as revision 17140 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 PM Revision 9ea5e6f6 (ffmpeg): Remove pointless comment regarding sws_scale_ordered().
- Originally committed as revision 28522 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:22 PM Revision 1eeded39 (ffmpeg): Add a @deprecated notice to swscale_get_ordered().
- Originally committed as revision 28521 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:59 PM Revision 0e633e2b (ffmpeg): fix timecode value
- Originally committed as revision 17139 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 PM Revision 6847ab43 (ffmpeg): introduce a macroblock index to avoid a few x*width+y calculations
- Originally committed as revision 17138 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:51 PM Revision b9fce052 (ffmpeg): fix multiple slices per frame
- Originally committed as revision 17137 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:08 PM Revision 4ca6f4b2 (ffmpeg): fix parsing of pic_structure
- Originally committed as revision 17136 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:45 PM Revision e090c70f (ffmpeg): avoid duplicating dsputil's clear_block
- Originally committed as revision 17135 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:36 PM Revision ae2d3e3b (ffmpeg): time_code has 24 bits, not 16
- Originally committed as revision 17134 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:34 PM Revision d934de5c (ffmpeg): do not check for minimum slice start code, 0x00000100 is valid
- Originally committed as revision 17133 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:27 PM Revision 9fc88d7e (ffmpeg): Fix crash when encoding using libschroedinger.
- Currently only pixel and half-pixel motion vector precisions are supported in
libschroedinger. Setting the mv_precisi... - 01:47 PM Revision f418b861 (ffmpeg): Check sampling index validity for AAC decoding
- Patch by Jai Menon ( jmenon86 gmail com )
Originally committed as revision 17131 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:38 PM Revision c7efffcb (ffmpeg): Add a default (error) for the switch in case of an unsupported PIX_FMT.
- Removes warnings about possibly uninitialized variables.
Patch by Patrik Kullman %patrik A yes P nu%
Originally comm... - 11:29 AM Revision 3d6fac8c (ffmpeg): Use default system include path for an installed OpenJPEG library.
- patch by Mathieu Malaterre, mathieu.malaterre gmail com
Originally committed as revision 17129 to svn://svn.ffmpeg.o... - 10:35 AM Revision 79ff462e (ffmpeg): Fix (with av_uninit()) false positive warning about uninitialized var...
- offset is initialized and used if code == 1.
patch by Patrik Kullman %patrik A yes P nu%
Originally committed as rev... - 09:12 AM Revision 0dd89666 (ffmpeg): Silence one icc warning:
- variable "..." is used before its value is set
Originally committed as revision 17127 to svn://svn.ffmpeg.org/ffmpeg... - 09:02 AM Revision 99b170f8 (ffmpeg): write body partitions
- Originally committed as revision 17126 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:46 AM Revision 7524f46e (ffmpeg): compute index byte count in mxf_write_partition
- Originally committed as revision 17125 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 AM Revision c1425a14 (ffmpeg): remove check, mxf muxer does not have track number limitation anymore
- Originally committed as revision 17124 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:31 AM Revision 4a15f3ee (ffmpeg): retrieve flags from mxf_parse_mpeg2_frame using a param
- Originally committed as revision 17123 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:28 AM Revision a784cc67 (ffmpeg): 10l, edit unit offset is after klv fill
- Originally committed as revision 17122 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:23 AM Revision bf31d93a (ffmpeg): cosmetics, associate mxf_write_klv_fill to aligned elements
- Originally committed as revision 17121 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:14 AM Revision ee1f7f4b (ffmpeg): write component depth and horizontal subsampling best effort local tags
- Originally committed as revision 17120 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:09 AM Revision 7be34052 (ffmpeg): fix header byte count
- Originally committed as revision 17119 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:35 AM Revision b25ee3fb (ffmpeg): move up mxf_write_klv_fill and align index, rip and primer pack
- Originally committed as revision 17118 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:22 AM Revision bd5c94b5 (ffmpeg): fix primer pack local tags uls
- Originally committed as revision 17117 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:53 AM Revision 216b6631 (ffmpeg): correctly set multi track operational pattern
- Originally committed as revision 17116 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:27 AM Revision 4c125b8f (ffmpeg): fix compilation with DEBUG defined, field does not exist anymore
- Originally committed as revision 17115 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:00 AM Revision 3d021dd6 (ffmpeg): Remove unnecessary emms Assembler instructions.
- Originally committed as revision 28518 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:24 AM Revision b7d3a8c1 (ffmpeg): Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version c...
- Originally committed as revision 17114 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 AM Revision 949cd978 (ffmpeg): remove now useless av_set_program_name() function
- Originally committed as revision 17113 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 08681191 (ffmpeg): use new metadata API in mpegts demuxer
- Originally committed as revision 17112 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/09/2009
- 11:42 PM Revision edbdf77e (ffmpeg): Document coeff and length fields in SwsVector.
- Originally committed as revision 28512 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:37 PM Revision 26f3ae82 (ffmpeg): move vp6_filter_diag4() to a new vp6dsp.c file and use it throught ds...
- Originally committed as revision 17111 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 PM Revision 862c1d2f (ffmpeg): Replace snprintf() with av_strlcpy().
- Fixes the following warning on some systems:
audioconvert.c:131: warning: format not a string literal and no format
a... - 11:04 PM Revision 37a558fe (ffmpeg): Add SEI recovery point frame counter to H264Context and use it when
- setting key_frame.
Patch by Ivan Schreter schreter A gmx D net
Originally committed as revision 17109 to svn://svn.... - 10:45 PM Revision ed761067 (ffmpeg): vp56: alpha_offset is uninitialized on purpose
- Originally committed as revision 17108 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:11 PM Revision 05276956 (ffmpeg): libvorbis: Use 0-10 range for audio quality.
- Patch by Nicolas George (nicolas george normalesup org)
Originally committed as revision 17107 to svn://svn.ffmpeg.o... - 10:04 PM Revision a5037227 (ffmpeg): Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used un...
- Originally committed as revision 17106 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:47 PM Revision 3b49f690 (ffmpeg): av_flatten to make the similarly named attribute available.
- Originally committed as revision 17105 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:47 PM Revision 51066987 (ffmpeg): av_uninit() to suppress false uninitialized warnings from gcc without...
- Originally committed as revision 17104 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision 16e3b0b3 (ffmpeg): rename ff_audio_interleave to ff_audio_rechunk_interleave
- Originally committed as revision 17103 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:31 PM Revision 945f7c6e (ffmpeg): Revert #undefining system functions, it is not necessary.
- Originally committed as revision 28502 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:57 PM Revision f0b00aba (ffmpeg): Try to clarify doxy of avformat_seek_file().
- Originally committed as revision 17102 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:37 PM Revision be3e68b2 (ffmpeg): Check for duplicate const/static/inline.
- Originally committed as revision 17101 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 PM Revision 516c5f88 (ffmpeg): Add config.h #include for ARCH_X86 definition.
- Originally committed as revision 28500 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:01 PM Revision 84205e02 (ffmpeg): Add #undefs to reenable system functions that are normally forbidden ...
- parts of FFmpeg but OK in this test program. Fixes the build.
Originally committed as revision 28499 to svn://svn.mp... - 05:53 PM Revision 43175f50 (ffmpeg): Drop DECLARE_ALIGNED from extern declarations. It creates trouble when
- swscale_internal.h is #included without HAVE_AV_CONFIG_H defined.
Originally committed as revision 28498 to svn://sv... - 03:49 PM Revision 990058bd (ffmpeg): Try to doxyfy av_resample_init(). I hope I did not misremember anythi...
- just briefly checked the source.
Originally committed as revision 17100 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:31 PM Revision 3136fcf4 (ffmpeg): Move doxy for public resample2 functions to the public header.
- Originally committed as revision 17099 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:31 PM Revision e2a004ad (ffmpeg): Prefix visible YUV2RGB functions with sws_
- Originally committed as revision 28496 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:17 PM Revision fa58ba15 (ffmpeg): Give better name to Inverse_Table_6_9
- Originally committed as revision 28495 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:32 AM Revision ea399a87 (ffmpeg): Remove svn:executable property from source file.
- Originally committed as revision 17098 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:19 AM Revision 2907deed (ffmpeg): Remove file name from file headers.
- It provides no useful information and breaks on renames.
Originally committed as revision 28494 to svn://svn.mplayer... - 11:17 AM Revision b17e0f06 (ffmpeg): Remove file name from file headers.
- It provides no useful information and breaks on renames.
Originally committed as revision 17097 to svn://svn.ffmpeg.... - 08:16 AM Revision c385c0da (ffmpeg): remove no more needed fields in GIFContext, patch by Daniel Verkamp, ...
- Originally committed as revision 17096 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:14 AM Revision dacfaf23 (ffmpeg): remove dead rgb24 code, gif encoder now directly takes palette, patch...
- Originally committed as revision 17095 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:11 AM Revision c33030bd (ffmpeg): remove dead netscape loop header code in gif encoder, patch by Daniel...
- Originally committed as revision 17094 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 AM Revision 505aa6c9 (ffmpeg): Check that there are subtitle rects to encode in avcodec_encode_subti...
- Patch by Björn Axelsson ( gecko A acc D umu D se )
Originally committed as revision 17093 to svn://svn.ffmpeg.org/ff... - 01:51 AM Revision 9413db9e (ffmpeg): Check that start_display_time is 0 in avcodec_encode_subtitle()
- Patch by Björn Axelsson ( gecko A acc D umu D se )
Originally committed as revision 17092 to svn://svn.ffmpeg.org/ff... - 01:46 AM Revision d84d6fbf (ffmpeg): Increase the number of packets required to identify as MPEG PES to ke...
- identifying MP3 files with padding or garbage at the beginning.
Originally committed as revision 17091 to svn://svn.... - 01:39 AM Revision 00bbe276 (ffmpeg): VP3: Do not ignore error from read_huffman_tree().
- Originally committed as revision 17090 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:38 AM Revision 16a59a7b (ffmpeg): Add ffplay subtitle stream selection command-line parameter
- Patch by Björn Axelsson ( gecko A acc D umu D se )
Originally committed as revision 17089 to svn://svn.ffmpeg.org/ff... - 12:27 AM Revision f54b31b9 (ffmpeg): Fix blend_subrect for even-width subrects positioned on odd columns
- Patch by Björn Axelsson ( gecko A acc D umu D se )
Originally committed as revision 17088 to svn://svn.ffmpeg.org/ff... - 12:18 AM Revision ffe2c09d (ffmpeg): Fix timestamp parsing in XSUB decoder.
- Patch by Björn Axelsson gecko A acc D umu D se
Originally committed as revision 17087 to svn://svn.ffmpeg.org/ffmpeg... - 12:18 AM Revision 7a094c6a (ffmpeg): remove no more needed comment, declaration is in internal header
- Originally committed as revision 17086 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/08/2009
- 11:34 PM Revision fbd7ddf4 (ffmpeg): cosmetics: typo/grammar fixes in doxygen and other comments
- Originally committed as revision 17085 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:32 PM Revision 5bfd3147 (ffmpeg): cosmetics: Fix a few typos and use a consistent codec long name.
- Originally committed as revision 17084 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:28 PM Revision fca93859 (ffmpeg): Remove unused variables.
- Originally committed as revision 17083 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 PM Revision 4b81366b (ffmpeg): Add av_cold attribute to init function.
- Originally committed as revision 17082 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:24 PM Revision 27030ee4 (ffmpeg): Remove unused variables.
- Originally committed as revision 17081 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:19 PM Revision 01c53437 (ffmpeg): typo: CODEC_ID_cljr --> CODEC_ID_CLJR
- Originally committed as revision 17080 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:06 PM Revision c099766f (ffmpeg): Drop the deprecated sws_scale_ordered() at the next major version
- bump.
Originally committed as revision 28492 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 11:02 PM Revision 96b27045 (ffmpeg): Replace int type with enum PixelFormat for the dstFormat/srcFormat
- params of the sws_getContext() and sws_getCachedContext()
declarations, consistent with the implementation.
Original... - 10:50 PM Revision b534f73d (ffmpeg): Fix a typo: lumaSarpen -> lumaSharpen.
- Originally committed as revision 28490 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:24 PM Revision 9afc2917 (ffmpeg): Remove rendering column from list of supported subtitle formats.
- Originally committed as revision 17079 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 PM Revision 173c7185 (ffmpeg): Add missing ffplay subtitle cycling keybinding.
- patch by Björn Axelsson, gecko acc.umu se
Originally committed as revision 17078 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:06 PM Revision 7be75dd7 (ffmpeg): cosmetics: comment grammar/spelling fixes
- Originally committed as revision 17077 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 PM Revision ced06bd8 (ffmpeg): Add the ability to set the timestamp to the current time by specifyin...
- as the time
Patch by Francesco Cosoleto ( cosoleto gmail com )
Originally committed as revision 17076 to svn://svn.... - 09:42 PM Revision f9e5b942 (ffmpeg): 10l: fix compiler warning:
- ncdec.c:82: warning: ISO C90 forbids mixed declarations and code
Originally committed as revision 17075 to svn://svn... - 09:23 PM Revision 74afdc55 (ffmpeg): Document the av_base64_encode/decode functions.
- See the thread:
"[PATCH] Improve documentation for libavutil/base64.h".
Originally committed as revision 17074 to sv... - 09:22 PM Revision 4d8eb2e8 (ffmpeg): Fix a const related warning
- Patch by Ivan Schreter ( schreter gmx net )
Originally committed as revision 17073 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:19 PM Revision ac76729c (ffmpeg): Cosmetics: "* out" -> "*out" for consistency with the other
- parameters.
Originally committed as revision 17072 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:16 PM Revision 5118bd44 (ffmpeg): Cosmetics: rename the "size" parameter of av_base64_encode() to "in_s...
- Originally committed as revision 17071 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:14 PM Revision 1cc65cec (ffmpeg): Move declaration of ff_interleave_add_packet to internal.h.
- It is an internal function and should not be in an installed header.
Originally committed as revision 17070 to svn:/... - 09:13 PM Revision 52ef50a0 (ffmpeg): Cosmetics: prefer out/in over buf/src for the parameter names of
- av_base64_encode(), for consistency/readability reasons.
Originally committed as revision 17069 to svn://svn.ffmpeg.... - 09:09 PM Revision 18099ade (ffmpeg): Declare ff_interleave_new_audio_packet as static, it is not used
- outside of audiointerleave.c. Also remove the function declaration
from the header as it is now static.
Originall... - 09:08 PM Revision 61ccbc52 (ffmpeg): Cosmetics: consistently prefer "size" over "len"/"length" for the
- variable names.
Originally committed as revision 17067 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:08 PM Revision 94027d3b (ffmpeg): document ff_audio_interleave
- Originally committed as revision 17066 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:00 PM Revision 0d20c3fd (ffmpeg): Make av_base64_encode() do not require the user to provide an
- overallocated buffer where to put the encoded string.
See the thread:
"[PATCH] Improve documentation for libavutil/b... - 08:28 PM Revision dd02ea11 (ffmpeg): Replace hard-coded SEI type constants with symbolic names
- Patch by Ivan Schreter ( schreter gmx net )
Originally committed as revision 17064 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:56 PM Revision eb8a25c8 (ffmpeg): Clarify has_b_frames doxy.
- Originally committed as revision 17063 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:50 PM Revision eaf5d011 (ffmpeg): NC camera demuxer
- Patch by Nicolas Martin - elvadrias at gmail
Originally committed as revision 17062 to svn://svn.ffmpeg.org/ffmpeg/t... - 05:55 PM Revision 998b6f7c (ffmpeg): Clarify that avformat_seek_file() is not part of the stable API yet.
- Originally committed as revision 17061 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:52 PM Revision d04768fa (ffmpeg): avformat_seek_file() prototype
- Originally committed as revision 17060 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:45 PM Revision 3daa434a (ffmpeg): ff_add_hfyu_median_prediction_mmx2
- overall ffvhuff decoding speedup: 28% on core2, 25% on k8.
Originally committed as revision 17059 to svn://svn.ffmpe... - 05:44 PM Revision 6166516d (ffmpeg): re-enable mid_pred asm on x86_64. (broke in r16681)
- Originally committed as revision 17058 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:34 PM Revision 74892f7a (ffmpeg): Fix reserved identifer detection so it doesnt detect __asm and such.
- Originally committed as revision 17057 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:30 PM Revision 3d8f9025 (ffmpeg): Factorize grep -v cases.
- Originally committed as revision 17056 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 PM Revision 6c2dd77e (ffmpeg): Patch check script.
- Note, before you flame me that its dirty, i did post it to ffmpeg-dev and
asked for a review and threatened to commit... - 09:59 AM Revision 04e06cfa (ffmpeg): cosmetics: sample_to_chunk -> stsc
- Originally committed as revision 17054 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:57 AM Revision a234e38d (ffmpeg): cosmetics: sample_to_ctime -> ctts
- Originally committed as revision 17053 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:55 AM Revision 1975c52c (ffmpeg): remove useless field
- Originally committed as revision 17052 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 AM Revision 9e8d61d4 (ffmpeg): rewrite pts also, as comment says
- Originally committed as revision 17051 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:42 AM Revision 59453725 (ffmpeg): remove useless return
- Originally committed as revision 17050 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:39 AM Revision 425c9962 (ffmpeg): fix doxygen
- Originally committed as revision 17049 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:27 AM Revision 8e2fd8e1 (ffmpeg): Replace the calls to the deprecated av_alloc_format_context() with
- corresponding calls to avformat_alloc_context().
Originally committed as revision 17048 to svn://svn.ffmpeg.org/ffmp... - 08:16 AM Revision 88a28965 (ffmpeg): Deprecate av_malloc_format_context() in favor of
- avformat_alloc_context(), and drop the old symbol at the next major
bump.
Originally committed as revision 17047 to ... - 06:35 AM Revision 353f87b8 (ffmpeg): fix typo in h264dsp_mmx (no effect currently as the function is not u...
- Originally committed as revision 17046 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:11 AM Revision 8468664b (ffmpeg): Remove 'const' qualifier from variable in av_parse_video_frame_size().
- Thus only one warning is printed due to assignment instead of 2 from strtol.
Originally committed as revision 17045 ... - 06:03 AM Revision 8eb027c8 (ffmpeg): remove useless cast, it does not remove warning, encode prototype mus...
- Originally committed as revision 17044 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:49 AM Revision a7573719 (ffmpeg): remove warning about incompatible pointer
- Originally committed as revision 17043 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:12 AM Revision 5ac4d768 (ffmpeg): reuse MXFCodecUL for data def and simplify
- Originally committed as revision 17042 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:42 AM Revision 251bf875 (ffmpeg): remove implicit header inclusions from mxf.h
- Originally committed as revision 17041 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:35 AM Revision 84a2d304 (ffmpeg): free index entries
- Originally committed as revision 17040 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:33 AM Revision 63601677 (ffmpeg): use new audio interleaving generic code
- Originally committed as revision 17039 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:31 AM Revision f1544e79 (ffmpeg): extract audio interleaving code from mxf muxer, will be used by gxf a...
- Originally committed as revision 17038 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:27 AM Revision baf2ffd3 (ffmpeg): offset dts according to edit list, hackish but works, based on patch ...
- Originally committed as revision 17037 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 AM Revision 6bab4799 (ffmpeg): Remove const qualifier from function argument to eliminate the warning
- swfenc.c:452: warning: passing argument 2 of #av_fifo_generic_write# discards qualifiers from pointer target type
Or... - 03:29 AM Revision d526105f (ffmpeg): only use 2 slices for index, one video(vbr) and one audio(cbr)
- Originally committed as revision 17035 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:38 AM Revision 5ccc2316 (ffmpeg): force first track to be video and simplify
- Originally committed as revision 17034 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 AM Revision 67d8ac4a (ffmpeg): write system item
- Originally committed as revision 17033 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/07/2009
- 09:13 PM Revision 88b2027e (ffmpeg): declare ff_interleave_add_packet
- Originally committed as revision 17032 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 AM Revision 432f1f11 (ffmpeg): Move RV3/4 frame type check up so 1-slice unanchored B-frames are che...
- Originally committed as revision 17031 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 AM Revision 186f155e (ffmpeg): Add decoder flush after seeking for RV3/4 decoders
- Originally committed as revision 17030 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:13 AM Revision 85d0d114 (ffmpeg): use 512 kag size needed for d10
- Originally committed as revision 17029 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/06/2009
- 11:54 PM Revision 9d385cfe (ffmpeg): Drop the deprecated function register_avcodec() at the next major
- version bump.
Originally committed as revision 17028 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:50 PM Revision 9be26823 (ffmpeg): Replace the calls to the deprecated function register_avcodec() with
- corresponding calls to avcodec_register().
Originally committed as revision 17027 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:46 PM Revision 85662f49 (ffmpeg): Rename register_avcodec() as avcodec_register() and deprecate the old
- function name.
Originally committed as revision 17026 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:29 PM Revision 21eff9ce (ffmpeg): Add a new test program for base64, based on that removed in r17024.
- See the thread:
"[PATCH] remove unused and broken test program in libavutil/base64.c".
Originally committed as revis... - 11:24 PM Revision 33094be8 (ffmpeg): Remove broken test program.
- Originally committed as revision 17024 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 PM Revision 18c7b354 (ffmpeg): Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer a...
- Originally committed as revision 17023 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:41 PM Revision d3536678 (ffmpeg): Do not use RTP_MAX_PACKET_LENGTH in the RTP muxer
- Originally committed as revision 17022 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:30 PM Revision dcd913d9 (ffmpeg): Fix minor memory leak.
- Patch by Jindrich Makovicka, approved by mans.
Originally committed as revision 17021 to svn://svn.ffmpeg.org/ffmpeg... - 03:30 PM Revision 17a5894a (ffmpeg): Merge rtp_aac.h and rtp_mpv.h in rtpenc.h
- Originally committed as revision 17020 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 PM Revision 271e6ddd (ffmpeg): Fix list of input pix_fmts supported by GIF. This makes it work with ...
- It also allows encoding GIF with a 4-bit palette and with a graycale one as a
side effect.
Originally committed as r... - 12:59 PM Revision 6337178b (ffmpeg): Ensure that the palette is set in data[1] for all 8bit formats.
- Also document it.
Originally committed as revision 17018 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:49 AM Revision 9a77d59a (ffmpeg): Use libopenjpeg for jpeg2k decoding.
- Patch by Jaikrishnan Menon
Originally committed as revision 17017 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:35 AM Revision 302879cb (ffmpeg): Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h
- Originally committed as revision 17016 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:37 AM Revision 1a45a9f4 (ffmpeg): Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first a...
- to the parse_packet() function pointer in RTPDynamicProtocolHandlers. This
allows these functions to peek back and re...
02/05/2009
- 11:10 PM Revision 4606a059 (ffmpeg): Fix blend_subrect for some subrects positioned on odd rows.
- Patch by Björn Axelsson gecko A acc D umu D se
Originally committed as revision 17014 to svn://svn.ffmpeg.org/ffmpeg... - 11:07 PM Revision 676ef505 (ffmpeg): Fix blend_subrect for subrects positioned on odd rows.
- Patch by Björn Axelsson gecko A acc D umu D se
Originally committed as revision 17013 to svn://svn.ffmpeg.org/ffmpeg... - 10:34 PM Revision 0a861b6f (ffmpeg): Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and
- "cur_transport_priv", as discussed in the "[PATCH] rtsp.h: rename tx
variables" thread.
Originally committed as revi... - 08:15 PM Revision f5b28890 (ffmpeg): format timestamp correctly according to specs and set it
- Originally committed as revision 17011 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:30 PM Revision 5ccad11d (ffmpeg): use timestamp as modification date
- Originally committed as revision 17010 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:51 PM Revision da2dc39e (ffmpeg): Revert part of r16593.
- network.h should only be included when CONFIG_NETWORK is set.
Originally committed as revision 17009 to svn://svn.ff... - 06:41 PM Revision d0f89acf (ffmpeg): Make the MP3 probe weakly claim all files with ID3v2 tags to fix regr...
- files with very large tags.
Originally committed as revision 17008 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:32 PM Revision eacc40e8 (ffmpeg): use timestamp as creation date
- Originally committed as revision 17007 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 PM Revision 71a48ff2 (ffmpeg): Add size_in_bits to PutBitContext
- Originally committed as revision 17006 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:00 PM Revision b516ecdd (ffmpeg): Delete an enum and a function typedef that aren't used anywhere, and
- move move a struct/typedef in rtsp.h that is only used in ffserver.c into
ffserver.c. See "[PATCH] rtsp.h: move/remov... - 02:53 PM Revision 21da81d7 (ffmpeg): Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c
- does not need to abuse read_buf_index
Originally committed as revision 17004 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:59 AM Revision 468d298d (ffmpeg): Electronic Arts demuxer: support TQI video tag
- Originally committed as revision 17003 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:58 AM Revision d8964f3a (ffmpeg): Electronic Arts TQI decoder
- Originally committed as revision 17002 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:59 AM Revision 44ba8b65 (ffmpeg): don't assume quant_matrix[0]==8 in ff_mpeg1_decode_block_intra(). thi...
- Originally committed as revision 17001 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:57 AM Revision 50240e56 (ffmpeg): convert mpeg1_decode_block_intra() to inline global
- Originally committed as revision 17000 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:47 AM Revision 1c7c6669 (ffmpeg): fix key frame offset with open gop
- Originally committed as revision 16999 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:47 AM Revision 7595a5e4 (ffmpeg): configure: add command flag to disable yasm use
- Originally committed as revision 16998 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:03 AM Revision c0f5b7f1 (ffmpeg): configure: set EXESUF before it is used
- Originally committed as revision 16997 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/04/2009
- 09:28 PM Revision 5317c95b (ffmpeg): Remove CONFIG_H264_ENCODER references
- Originally committed as revision 16996 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:28 PM Revision 993f2d0f (ffmpeg): configure: move basic sanity tests before other tests
- Originally committed as revision 16995 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:43 PM Revision f0d54372 (ffmpeg): Remove documentation of non-existing function parameters.
- Originally committed as revision 16994 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:41 PM Revision 181d8a7f (ffmpeg): Remove unused CONFIG_H264_ENCODER #define.
- Originally committed as revision 16993 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 PM Revision c7f03f4e (ffmpeg): Remove pointless '#if CONFIG_ENCODERS' around forward declarations.
- Originally committed as revision 16992 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:34 PM Revision 242e2270 (ffmpeg): fastdiv is disabled by default, so put --enable-fastdiv into the help...
- Originally committed as revision 16991 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:31 PM Revision 9e5e2a2e (ffmpeg): Use directory name as multiple inclusion guard prefix.
- We do this for all other libraries already.
Originally committed as revision 16990 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:17 PM Revision 1262d638 (ffmpeg): Move enum RTSPTransport up a bit, so that all fields that are assigne...
- of this type can be properly attributed as such (in this case, transport in
the RTSPTransportField struct). See "[PAT... - 04:16 PM Revision f52901b3 (ffmpeg): No need to compute stype
- Originally committed as revision 16988 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 AM Revision 034fcddf (ffmpeg): always write mxf time base in descriptors
- Originally committed as revision 16987 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:56 AM Revision 2db5da97 (ffmpeg): Do not misuse unsigned long to store pointers.
- Originally committed as revision 16986 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:50 AM Revision 5a897cfa (ffmpeg): use sample rate as audio input time base
- Originally committed as revision 16985 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 AM Revision 488227c5 (ffmpeg): write all available metadata tags into extended_content_header
- Originally committed as revision 16984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:37 AM Revision 300f24f3 (ffmpeg): use new metadata API in asf muxer
- Originally committed as revision 16983 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/03/2009
- 11:18 PM Revision 4f0f9bdd (ffmpeg): let packet pass through when no timestamps
- Originally committed as revision 16982 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 PM Revision 832404ce (ffmpeg): exactly compute index byte count
- Originally committed as revision 16981 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:09 PM Revision 5363c43e (ffmpeg): Add av_cold attributes to *_init and *_end functions.
- Originally committed as revision 16980 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:03 PM Revision bf252f7f (ffmpeg): prevent reading more than container atom size, fix broken file broken...
- Originally committed as revision 16979 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:59 PM Revision 2c823b3c (ffmpeg): VP3: Prevent stack corruption from an unset custom coding method.
- Originally committed as revision 16978 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 20e2a7ae (ffmpeg): use new metadata API in asf demuxer
- Originally committed as revision 16977 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 PM Revision cb99c652 (ffmpeg): Add fields to H264Context and SPS for upcoming VA API support.
- Patch by Gwenole Beauchesne gbeauchesne A splitted-desktop dotcom
Originally committed as revision 16976 to svn://sv... - 06:04 PM Revision 25a03ba3 (ffmpeg): 100l, don't run tests twice, this was some forgotten debugging code.
- Originally committed as revision 16975 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:58 PM Revision 551a0c79 (ffmpeg): Fix a bug in 3DEC CBC decryption and add more extensive tests based on
- the official test vectors.
Originally committed as revision 16974 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:56 PM Revision cc55c464 (ffmpeg): check validity of pointer srcC
- Originally committed as revision 16973 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:03 PM Revision 61eb8cc4 (ffmpeg): Update DES test code to use the new public API.
- Originally committed as revision 16972 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:45 PM Revision bc17cc01 (ffmpeg): Add support for 3DES to DES module
- Originally committed as revision 16971 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:20 PM Revision 1a534c7f (ffmpeg): Add and use a public API for RC4 and DES, analogous to the AES API.
- Originally committed as revision 16970 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:12 PM Revision 88297e80 (ffmpeg): Reformat rdt_demuxer AVCodec struct sanely.
- Originally committed as revision 16969 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 AM Revision 1558d0b9 (ffmpeg): Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec)
- Originally committed as revision 16968 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:01 AM Revision 152714e1 (ffmpeg): Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV1...
- Originally committed as revision 16967 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/02/2009
- 11:43 PM Revision c0f14458 (ffmpeg): use new metadata API in aiff demuxer
- Originally committed as revision 16966 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:37 PM Revision 33abc1a7 (ffmpeg): be more flexible with frame rate check
- Originally committed as revision 16965 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 PM Revision be62f556 (ffmpeg): simplify
- Originally committed as revision 16964 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:24 PM Revision f8ca63e8 (ffmpeg): Fix vertical resolution of subtitles.
- Patch by Björn Axelsson gecko A acc D umu D se
Originally committed as revision 16963 to svn://svn.ffmpeg.org/ffmpeg... - 11:13 PM Revision 0d08e270 (ffmpeg): Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:
- libavutil/lzo.c:235:5: warning: "LIBAVUTIL_VERSION_MAJOR" is not defined
Originally committed as revision 16962 to s... - 11:09 PM Revision da61e413 (ffmpeg): use new metadata API in rtsp demuxer
- Originally committed as revision 16961 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:08 PM Revision f3650b23 (ffmpeg): use new metadata API in rtp muxer
- Originally committed as revision 16960 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 PM Revision 10ce8f23 (ffmpeg): it seems I never added myself in there before
- Originally committed as revision 16959 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision e80c73b3 (ffmpeg): Add support for fourcc "SP54".
- Patch by Eli Friedman eli D friedman A gmail
Originally committed as revision 16958 to svn://svn.ffmpeg.org/ffmpeg/t... - 10:17 PM Revision b3a9e50c (ffmpeg): cosmetics: indentation
- Originally committed as revision 16957 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:17 PM Revision 3b1c4a06 (ffmpeg): simplify usage of dstlen as it is not a parameter anymore
- Originally committed as revision 16956 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:14 PM Revision ee56cab3 (ffmpeg): cosmetics: indentation
- Originally committed as revision 16955 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:13 PM Revision b182eeb0 (ffmpeg): use new metadata API in the mp3 muxer
- Originally committed as revision 16954 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:11 PM Revision 9d98535c (ffmpeg): use new metadata API in the mp3 demuxer
- Originally committed as revision 16953 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:45 PM Revision 5ea7ce88 (ffmpeg): modify the way to pass parameters to av_metadata_set()
- This improves code readability and this avoid warnings about discarding
qualifiers from pointer target type.
Origina... - 09:32 PM Revision 69b6d53b (ffmpeg): cosmetics: whitespace
- Originally committed as revision 16951 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 PM Revision 679f5c25 (ffmpeg): Documentation for LZO error return value flags
- Originally committed as revision 16950 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:30 PM Revision a545f067 (ffmpeg): Move doxygen documentation from lzo.c to lzo.h
- Originally committed as revision 16949 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:29 PM Revision 6fb625c4 (ffmpeg): cosmetics: whitespaces, empty lines
- Originally committed as revision 16948 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:26 PM Revision f35254d1 (ffmpeg): mxf does not have timestamps
- Originally committed as revision 16947 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:16 PM Revision 0b178e56 (ffmpeg): Add av_ prefix to LZO stuff and thus make it officially part of the p...
- Keep lzo1x_decode until the next major version bump for binary compatibility.
Originally committed as revision 16946... - 06:51 PM Revision aa8d024c (ffmpeg): Allocate trellis tables on heap only when needed.
- Originally committed as revision 16945 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:10 PM Revision 426a6f34 (ffmpeg): Splits the totalbitrate in a videodatarate and audiodatarate part.
- Patch by Stefan de Konink stefan konink de
Originally committed as revision 16944 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:05 PM Revision 9a354fe3 (ffmpeg): Implement the reading of the video bitrate of flv movies out of the m...
- to have the total bitrate available in the avformat structures.
Patch by Stefan de Konink stefan konink de
Original... - 10:58 AM Revision 822617cd (ffmpeg): 24bit pcm support
- Originally committed as revision 16942 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:54 AM Revision 2253d6d7 (ffmpeg): more flexible mapping selection
- Originally committed as revision 16941 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 AM Revision a4397fa9 (ffmpeg): fix temporal offet of ipbb sequences, simplification welcome
- Originally committed as revision 16940 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:31 AM Revision b17f1a07 (ffmpeg): Doxygen defgroups throw a warning if they don't have a title as well ...
- Originally committed as revision 16939 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 AM Revision ed00d0c1 (ffmpeg): fix video line map tag size
- Originally committed as revision 16938 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:04 AM Revision bc185fc1 (ffmpeg): fix flush and interleaving by edit units
- Originally committed as revision 16937 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 AM Revision 0e9dbd96 (ffmpeg): write index table and rip, muxer works pretty well now
- Originally committed as revision 16936 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 AM Revision 6ebafef6 (ffmpeg): Add XSUB to list of supported subtitle formats.
- Originally committed as revision 16935 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 AM Revision 70e49399 (ffmpeg): cosmetics: Place all subtitle entries together.
- Originally committed as revision 16934 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:22 AM Revision f8a32581 (ffmpeg): Add necessary #includes to pass 'make checkheaders'.
- Originally committed as revision 16933 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:40 AM Revision 0290074c (ffmpeg): factorize common wav local tags
- Originally committed as revision 16932 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:36 AM Revision f9303ffd (ffmpeg): write req local tags for wav
- Originally committed as revision 16931 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:00 AM Revision 4966b98a (ffmpeg): adjust size when not writing f2
- Originally committed as revision 16930 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:49 AM Revision 8ed82d81 (ffmpeg): do not write f2 if not interlaced
- Originally committed as revision 16929 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:45 AM Revision cbd70c41 (ffmpeg): write bitrate tag
- Originally committed as revision 16928 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:35 AM Revision 724e7d8d (ffmpeg): write display height/width tags
- Originally committed as revision 16927 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:53 AM Revision faeb2bd4 (ffmpeg): flacdec: set default sample_fmt before parsing extradata
- Originally committed as revision 16926 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:35 AM Revision 6bf959fe (ffmpeg): Add av_unused to conditionally used variable, fixes the warning:
- h264.c:6464: warning: unused variable 'dir'
Originally committed as revision 16925 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/01/2009
- 10:02 PM Revision eee99eb3 (ffmpeg): return eof/error if only ffm header has been written, should fix #815
- Originally committed as revision 16924 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:46 PM Revision cdf51395 (ffmpeg): Explain how to add IPv6 support to Cygwin.
- Originally committed as revision 16923 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:22 PM Revision 9f5aca8f (ffmpeg): don't support the mp3 extension in the mp2 muxer
- especially not under any conditionnal
Originally committed as revision 16922 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:14 PM Revision 55b557ec (ffmpeg): Silence compiler warnings for XL decoder
- Originally committed as revision 16921 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:11 PM Revision b7093975 (ffmpeg): Make WNV1 decoder use temporary buffer for bit-reversed input
- Originally committed as revision 16920 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:52 PM Revision 94f694a4 (ffmpeg): cosmetics: Remove period after copyright statement non-sentence.
- Originally committed as revision 16919 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:51 PM Revision bf89d54e (ffmpeg): cosmetics: Remove period after copyright statement non-sentence.
- Originally committed as revision 28444 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:27 PM Revision ad4d0b9e (ffmpeg): Make TM2 decoder byteswap input into separate buffer instead of doing...
- Originally committed as revision 16918 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:20 PM Revision a2a98637 (ffmpeg): Factorize stream reading in TM2 decoder
- Originally committed as revision 16917 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:03 PM Revision 3ffabd4e (ffmpeg): Silence two pointer assignment compiler warnings in rv34.c
- Originally committed as revision 16916 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:44 PM Revision 5d44b2a1 (ffmpeg): Silence useless compiler warning when passing AVFrame* instead of AVP...
- to ff_msrle_decode()
Originally committed as revision 16915 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:07 PM Revision bc4cccd4 (ffmpeg): Remove H.264 encoder initialization.
- We have no H.264 encoder to speak of and this produces warnings.
Originally committed as revision 16914 to svn://svn... - 01:37 PM Revision d1c6e47c (ffmpeg): Fix the Transport: line in the SETUP request so that it works with WMS
- servers when trying to set up a session over TCP:
- add the interleave property
- add unicast, only for WMS (since it... - 02:01 AM Revision 82aaa790 (ffmpeg): Use full internal pathname in doxygen @file directives.
- Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectorie... - 02:00 AM Revision bad5537e (ffmpeg): Use full internal pathname in doxygen @file directives.
- Otherwise doxygen complains about ambiguous filenames when files exist
under the same name in different subdirectorie... - 01:29 AM Revision 65ffe3e8 (ffmpeg): Fix filenames in doxygen comments.
- Originally committed as revision 16911 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:20 AM Revision 674bd4f6 (ffmpeg): cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator.
- Originally committed as revision 16910 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/31/2009
- 10:49 PM Revision 7591b304 (ffmpeg): remove some warnings due to avctx->execute
- Originally committed as revision 16909 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:30 PM Revision a95d00b2 (ffmpeg): shorten: trivial simplification of signature check
- Originally committed as revision 16908 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:16 PM Revision f579d24b (ffmpeg): assume widescreen when ratio also > 17, patch by Ben Hutchings, ben a...
- Originally committed as revision 16907 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision a4fd53c4 (ffmpeg): fix decoding 720p50 audio samples
- Originally committed as revision 16906 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:17 AM Revision 06466638 (ffmpeg): free audio fifo
- Originally committed as revision 16905 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:06 AM Revision 5efa932d (ffmpeg): use st->priv_data to store per stream context
- Originally committed as revision 16904 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 AM Revision 8f819636 (ffmpeg): change prototype of mxf_interleave_get_packet to make it compatible
- with av_interleave_packet_per_dts
Originally committed as revision 16903 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:49 AM Revision 59bcc93b (ffmpeg): do not use PAL_samples_per_frame in init, to make init independant
- Originally committed as revision 16902 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:47 AM Revision a9025f2a (ffmpeg): cosmetics, remove empty lines
- Originally committed as revision 16901 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:54 AM Revision a1a37f13 (ffmpeg): add my copyright as well
- Originally committed as revision 16900 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:53 AM Revision aecee3b2 (ffmpeg): fix doxygen tag
- Originally committed as revision 16899 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:53 AM Revision 8090b222 (ffmpeg): cosmetics, align vertically
- Originally committed as revision 16898 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 AM Revision 74334ae1 (ffmpeg): write best effort video line map
- Originally committed as revision 16897 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 AM Revision 4118d68f (ffmpeg): add frame layout local tag, best effort
- Originally committed as revision 16896 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:02 AM Revision baed2ec4 (ffmpeg): add aes3 pcm wrapping and use it by default
- Originally committed as revision 16895 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 AM Revision c6b579df (ffmpeg): split wav_desc in generic_sound_desc
- Originally committed as revision 16894 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:54 AM Revision 3f2795ed (ffmpeg): thanks to interleaving, audio is now locked
- Originally committed as revision 16893 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:49 AM Revision 221ef8ca (ffmpeg): local tag 3201 is picture essence coding, so do not write it for wav
- Originally committed as revision 16892 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:46 AM Revision 383dde71 (ffmpeg): stored height is stupidly /2 if interlaced
- Originally committed as revision 16891 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:44 AM Revision 95900588 (ffmpeg): add size param to write_generic_desc
- Originally committed as revision 16890 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:42 AM Revision 52e5cd2b (ffmpeg): parse mpeg2 progressive frame flag
- Originally committed as revision 16889 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:32 AM Revision 7c7c1a76 (ffmpeg): delay header writing and parse mpeg2 frame
- Originally committed as revision 16888 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:18 AM Revision cc812c8c (ffmpeg): correctly pack and interleave pcm samples in mxf
- Originally committed as revision 16887 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:09 AM Revision 34c65ac6 (ffmpeg): function is static
- Originally committed as revision 16886 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:08 AM Revision fd5583bc (ffmpeg): use new ff_interleave_add_packet
- Originally committed as revision 16885 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:01 AM Revision ccf0071d (ffmpeg): split av_interleave_per_dts, to avoid code duplication
- Originally committed as revision 16884 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:53 AM Revision 4becee23 (ffmpeg): ADPCM found in Xbox wav files can be decoded with
- existing CODEC_ID_ADPCM_IMA_WAV
Originally committed as revision 16883 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:11 AM Revision 7f3a6a05 (ffmpeg): cosmetics: change comment type and vertical alignment
- Originally committed as revision 16882 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:10 AM Revision 64cb3765 (ffmpeg): cosmetics: add some documentation to FLACContext
- Originally committed as revision 16881 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:50 AM Revision 1a969d6d (ffmpeg): Cosmetics: fixing indentation
- Originally committed as revision 16880 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:46 AM Revision 77cd35cd (ffmpeg): unrolling encoding loops
- Originally committed as revision 16879 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 AM Revision b45ba151 (ffmpeg): Cosmetics: simplifying static initialization
- Originally committed as revision 16878 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:39 AM Revision 85eca52b (ffmpeg): simplifying DIF encoding process
- Originally committed as revision 16877 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:37 AM Revision 76bd5997 (ffmpeg): Cosmetics: fixing the indentation
- Originally committed as revision 16876 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:36 AM Revision 9b8390bf (ffmpeg): factoring code into dv_init_enc_block
- Originally committed as revision 16875 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:36 AM Revision 5c2a9dd6 (ffmpeg): Cosmetics: replacing 0 with NULL for pointer assignment
- Originally committed as revision 16874 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:35 AM Revision 2331854d (ffmpeg): Cosmetics: moving the function definition around
- Originally committed as revision 16873 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:34 AM Revision b25d4392 (ffmpeg): Replacing the constant with a macro
- Originally committed as revision 16872 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:20 AM Revision 82159ad9 (ffmpeg): flacdec: add support for SAMPLE_FMT_32
- Originally committed as revision 16871 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 AM Revision 99b38122 (ffmpeg): Fix documentation of the return value of avcodec_encode_video().
- ripped out of a patch by Bitbreaker/METALVOTZE X bitbreaker ihlaid de Y
Originally committed as revision 16870 to sv...
01/30/2009
- 11:50 PM Revision 67a7e4db (ffmpeg): Use '#if defined()' for OS-specific preprocessor checks.
- Avoids some warnings about undefined preprocessor directives.
Originally committed as revision 16869 to svn://svn.ff... - 11:13 PM Revision e1f7cb7f (ffmpeg): ARM: NEON optimised vector_fmul_window
- Originally committed as revision 16868 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:13 PM Revision dd927e2e (ffmpeg): ARM: NEON optimised vector_fmul
- Originally committed as revision 16867 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:39 PM Revision 89150098 (ffmpeg): remove duplicate tables
- Originally committed as revision 16866 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:33 PM Revision 63cae55d (ffmpeg): Use the new RDFT code in the QDM2 decoder.
- Originally committed as revision 16865 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:15 PM Revision 68602540 (ffmpeg): Add the rdft family of transforms (fft/ifft of an all real sequence) ...
- Originally committed as revision 16864 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:52 PM Revision 9d52d54d (ffmpeg): Add required header mem.h, av_malloc and friends are used.
- Originally committed as revision 16863 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:46 PM Revision dbef3f46 (ffmpeg): cosmetics: Move all #includes together at the beginning of the file.
- Originally committed as revision 16862 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:44 PM Revision cf2c671f (ffmpeg): Add 'void' keyword to parameterless function declaration.
- Originally committed as revision 16861 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:38 PM Revision dc8a7c93 (ffmpeg): Add missing void keyword to parameterless function declarations.
- Originally committed as revision 16860 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:15 PM Revision f92a6c66 (ffmpeg): Record B-fraction index from frame header and two fields from entry p...
- into VC-1 context.
Patch by Gwenole Beauchesne
(gbeauchesne <whirlpool> splitted <dash> desktop <dit> com)
Thread [P... - 05:13 PM Revision 3021a8a7 (ffmpeg): Make ff_h263_resync() return the bit position of the resync_marker or
- a negative number if none was found.
Patch by Gwenolé Beauchesne: gbeauchesne splitted minus desktop com
Originally ... - 12:41 PM Revision 5449a787 (ffmpeg): If AVPacket->data == NULL, the packet does not contain any buffer to
- be freed.
This fixes a double free on exit.
Originally committed as revision 16857 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:18 AM Revision 73f18493 (ffmpeg): Use a constant instead of a magic number.
- Patch by Gwenolé Beauchesne: gbeauchesne splitted minus desktop com
Originally committed as revision 16856 to svn://... - 06:38 AM Revision 2ed42113 (ffmpeg): avoid indeterminate order of accessing src
- Originally committed as revision 16855 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:44 AM Revision 04e76709 (ffmpeg): typo
- Originally committed as revision 16854 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/29/2009
- 10:12 PM Revision 4d55404f (ffmpeg): Rename string.c to avstring.c so that the name of header and C file m...
- Originally committed as revision 16853 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:08 PM Revision 2e584eea (ffmpeg): cosmetics: Add empty line for consistent formatting.
- patch by Gwenolé Beauchesne, gbeauchesne splitted-desktop com
Originally committed as revision 16852 to svn://svn.ff... - 05:08 PM Revision eea32564 (ffmpeg): Mark ff_fft_end av_cold.
- Originally committed as revision 16851 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:33 PM Revision bf23f6dc (ffmpeg): pvez avi fourcc is truemotion1
- Originally committed as revision 16850 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/28/2009
- 11:16 PM Revision 7d685b48 (ffmpeg): spelling/grammar/consistency review part III
- Originally committed as revision 16849 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:03 PM Revision bfe3676f (ffmpeg): spelling/grammar/consistency review part II
- Originally committed as revision 16848 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:48 PM Revision 7b484a7a (ffmpeg): Add "const" to AES function arguments where possible without generating
- more warnings.
Originally committed as revision 16847 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:37 PM Revision 0838cfdc (ffmpeg): Fix remotely exploitable arbitrary code execution vulnerability.
- Found by Tobias Klein / tk // trapkit / de /
See: http://www.trapkit.de/advisories/TKADV2009-004.txt
Originally comm... - 11:12 AM Revision 5a446bc8 (ffmpeg): fix an overflow in vc1 intra overlap filter
- Originally committed as revision 16845 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:50 AM Revision b69201a8 (ffmpeg): Add common.h #include, necessary for av_const.
- Originally committed as revision 16844 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:16 AM Revision 81169111 (ffmpeg): Fix Doxygen comments for VC-1 decoder.
- Originally committed as revision 16843 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:16 AM Revision 1aa73351 (ffmpeg): Fix Doxygen comments for RV3/4 decoder.
- Originally committed as revision 16842 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:15 AM Revision 20642e28 (ffmpeg): Fix Doxygen comments for APE decoder.
- Originally committed as revision 16841 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:16 AM Revision 89c9ff50 (ffmpeg): spelling/grammar/consistency review part I
- Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/27/2009
- 11:44 PM Revision d972e56c (ffmpeg): second try fixing time code in gxf
- Originally committed as revision 16839 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 PM Revision be195ed1 (ffmpeg): Prefer av_freep() over av_free() for variables in the context for saf...
- Originally committed as revision 16838 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:20 PM Revision 0d29b7d5 (ffmpeg): Add {} between if/else
- Originally committed as revision 16837 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:14 PM Revision 9913860b (ffmpeg): Export all tracks (each is a different language) instead of just one.
- Originally committed as revision 16836 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:03 PM Revision c58d6796 (ffmpeg): remove pointless {}
- Originally committed as revision 16835 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:58 PM Revision a10f1cbb (ffmpeg): Move current_track variable closer to where it is used.
- Originally committed as revision 16834 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:56 PM Revision 68e1794e (ffmpeg): Fix memleak of fourxm->tracks on error return.
- Originally committed as revision 16833 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:09 PM Revision 4f989885 (ffmpeg): vertical align
- Originally committed as revision 16832 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:06 PM Revision cc988dd7 (ffmpeg): Fix memleak of header in error returns.
- Originally committed as revision 16831 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:01 PM Revision 59afda9f (ffmpeg): better header_size check
- Originally committed as revision 16830 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:51 PM Revision 4698bb24 (ffmpeg): size < 4 is invalid
- Originally committed as revision 16829 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:06 PM Revision f7ad5aa2 (ffmpeg): indentation
- Originally committed as revision 16828 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:03 PM Revision b1549d61 (ffmpeg): mingw: don't check for minimum mingw runtime and w32api versions for ...
- there is no vfw in mingw-64, and it has different (not yet stable) version
defines
Originally committed as revision ... - 06:01 PM Revision bbfb80f3 (ffmpeg): Whitespace cosmetics to align return statements.
- Originally committed as revision 16826 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:00 PM Revision 16f753f4 (ffmpeg): Check buffer is inside what is passed when probing for flac.
- Originally committed as revision 16825 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:34 PM Revision ca6532f6 (ffmpeg): ARM: remove some unused macro arguments
- Originally committed as revision 16824 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:06 PM Revision d8f9269d (ffmpeg): ARM: reorder some instructions in put_pixels*_arm for speed gains
- Originally committed as revision 16823 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:06 PM Revision 00c5727d (ffmpeg): ARM: replace jump tables with conditional branches
- Originally committed as revision 16822 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:06 PM Revision d9e68f5c (ffmpeg): ARM: replace explicit literal loads with ldr Rd, =lit
- Originally committed as revision 16821 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:06 PM Revision fc252eba (ffmpeg): ARM: change alignment of loops in put_pixels*_arm to 32
- Originally committed as revision 16820 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:06 PM Revision 4f928a4d (ffmpeg): ARM: optimised mid_pred()
- Originally committed as revision 16819 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:06 PM Revision 1214bd86 (ffmpeg): ARM: allow register operands for shifts in MULL()
- Originally committed as revision 16818 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 PM Revision 20631a9c (ffmpeg): Merge rtp_internal.h in rtp.h, and remove rtp_internal.h
- Originally committed as revision 16817 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 AM Revision 620b8a2e (ffmpeg): fix doxygen file reference
- Originally committed as revision 16816 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:29 AM Revision 8dc81a45 (ffmpeg): seek at 0 when timestamp requested is negative
- Originally committed as revision 16815 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 AM Revision eded5c43 (ffmpeg): add a ff_gcd() function again, for compatibility with old libavcodec
- Originally committed as revision 16814 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 73c87551 (ffmpeg): vp5: don't try decoding a P frame before any I frame was parsed
- fix issue802
Originally committed as revision 16813 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/26/2009
- 11:39 PM Revision 7a420671 (ffmpeg): make it clear that the new metadata API is a work in progress
- Originally committed as revision 16812 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 PM Revision 99ed41a8 (ffmpeg): Fix filenames in Doxygen comments.
- Originally committed as revision 16811 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision bd591ead (ffmpeg): Update preset files documentation to match with r16795.
- Originally committed as revision 16810 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:21 PM Revision 822005ed (ffmpeg): Implement avfilter_graph_check_validity().
- Originally committed as revision 16809 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:46 PM Revision e1b6bdbb (ffmpeg): Change "H.263 Intel" long name to "Intel H.263".
- Originally committed as revision 16808 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:32 PM Revision 4f924f9a (ffmpeg): configure: exit with error if OS is unknown
- Originally committed as revision 16807 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:55 PM Revision 115d095e (ffmpeg): Add a Changelog entry for the ALSA stuff.
- Originally committed as revision 16806 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:44 PM Revision 9289a32a (ffmpeg): Fix AAC data smuggling:
- aactab.h declares only 316 of 428 elements in ff_aac_pow2sf_tab[]
Originally committed as revision 16805 to svn://sv... - 11:15 AM Revision 811bfa76 (ffmpeg): Remove misleading comment about how to build SHA1 test program.
- Generating the test program is integrated into the build system already.
Originally committed as revision 16804 to s... - 09:42 AM Revision a6cef965 (ffmpeg): Remove unneeded check.
- Originally committed as revision 16803 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:41 AM Revision a44cb89b (ffmpeg): Fix an exploit in indeo by checking we are not writing out of the str...
- Fixes issue 655
Originally committed as revision 16802 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:24 AM Revision f2f35d33 (ffmpeg): Fix version.h dependency on version.sh
- Originally committed as revision 16801 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:16 AM Revision 35fd8122 (ffmpeg): Add ALSA support in libavdevice.
- Patch by Nicolas George: name surname normalesup org
Original thread: [FFmpeg-devel] [PATCH] ALSA for libavdevice
Dat... - 09:10 AM Revision 1db2c5c9 (ffmpeg): version.h depends on version.sh.
- Originally committed as revision 16799 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 AM Revision 67eb5da6 (ffmpeg): HAVE_3DNOW --> HAVE_AMD3DNOW
- Originally committed as revision 16798 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:40 AM Revision 137ae327 (ffmpeg): Workaround for gcc 3.4 to align sh properly
- Originally committed as revision 16797 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/25/2009
- 11:21 PM Revision 8076c473 (ffmpeg): Reorganize header #includes: Unconditionally #include standard C head...
- group all local #includes together.
Originally committed as revision 16796 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:10 PM Revision 17771682 (ffmpeg): Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr and
- /usr/local
Originally committed as revision 16795 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:59 PM Revision 1e60e933 (ffmpeg): 10l: Add #undefs for system free/malloc/realloc, which must be used h...
- Originally committed as revision 16794 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 PM Revision a1a84f69 (ffmpeg): Add (un)installation targets for ffpresets using the new DATADIR vari...
- Originally committed as revision 16793 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:40 PM Revision 77652a6a (ffmpeg): C files should #include the header files of the same name.
- Originally committed as revision 16792 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision 14a8acf1 (ffmpeg): configure: add datadir variable and write to config.{h,mak}
- Originally committed as revision 16791 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 PM Revision b58f29a1 (ffmpeg): Disambiguate the macros used to disable fprintf/printf/puts functions.
- Originally committed as revision 16790 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:54 PM Revision ed0fd852 (ffmpeg): Add required limits.h header.
- Originally committed as revision 16789 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:28 PM Revision c79de5c0 (ffmpeg): The default subq value in the x264 CLI is now 6, not 5.
- Originally committed as revision 16788 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:58 PM Revision f4406ec1 (ffmpeg): HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
- Originally committed as revision 28358 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:57 PM Revision ebc3209a (ffmpeg): HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
- Originally committed as revision 16787 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:51 PM Revision 0f73b510 (ffmpeg): Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro decl...
- This compiler might be supported in the future or we might some day decide
to export these macros.
Originally commit... - 07:48 PM Revision 3bf96eec (ffmpeg): Add AMD 3DNow! instruction enabling/disabling support in the build sy...
- Originally committed as revision 16785 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:43 PM Revision 75aa95a6 (ffmpeg): Drop redundant architecture extension dependencies.
- Originally committed as revision 16784 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 PM Revision 3bb13a47 (ffmpeg): Drop _MSC_VER case from macro declaration.
- This compiler will never see our internal headers.
Originally committed as revision 16783 to svn://svn.ffmpeg.org/ff... - 07:22 PM Revision 5090122f (ffmpeg): Drop deprecated av_fifo_write function with the next libavutil versio...
- Originally committed as revision 16782 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:18 PM Revision 4ce94923 (ffmpeg): Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.
- Their definition depends on preprocessor directives from config.h,
thus they cannot be declared in a public header si... - 07:11 PM Revision c60208e7 (ffmpeg): Directly #include some required headers.
- Originally committed as revision 16780 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:15 PM Revision 30e98e62 (ffmpeg): Add missing architecture-specific options to summary output.
- Originally committed as revision 16779 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:12 PM Revision 724cc2df (ffmpeg): Use AV_WL32/AV_WB32 in bitstream.h
- Originally committed as revision 16778 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:52 PM Revision 7996d153 (ffmpeg): SSE depends on x86.
- Originally committed as revision 16777 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:36 PM Revision 692c315e (ffmpeg): Do not #include common.h without necessity.
- This eliminates the need to work around common.h overriding certain system
functions which are required in this heade... - 04:59 PM Revision 57be00be (ffmpeg): Make more descriptive the long names for the various variants of H.263.
- Originally committed as revision 16775 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:44 PM Revision 4815e246 (ffmpeg): Move documentation of av_register_all() from allformats.c to
- avformat.h, and extend it.
Originally committed as revision 16774 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:01 PM Revision f3c04c13 (ffmpeg): Remove redundant av_log2_16bit forward declaration, fixes checkheader...
- libavutil/internal.h:167: warning: redundant redeclaration of `av_log2_16bit'
libavutil/common.h:143: warning: previo... - 02:00 PM Revision 6b8b7258 (ffmpeg): Move internal.h #include to the end of the file so that it is after
- the declaration of av_log2_16bit, which it uses.
Originally committed as revision 16772 to svn://svn.ffmpeg.org/ffmp... - 01:04 PM Revision bd53b426 (ffmpeg): ARM: NEON optimised H.264 weighted prediction
- Originally committed as revision 16771 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 PM Revision 5a29589b (ffmpeg): ARM: NEON optimised H.264 biweighted prediction
- Originally committed as revision 16770 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:03 PM Revision 1615fb91 (ffmpeg): Declare struct SwsContext before using it, fixes the checkheaders war...
- libswscale/swscale_internal.h:58: warning: `struct SwsContext' declared inside parameter list
libswscale/swscale_inte... - 11:59 AM Revision dfe44a85 (ffmpeg): Disable C code when compiling AltiVec code, fixes the warning:
- swscale_template.c:2623: warning: `swScale_C' defined but not used
Originally committed as revision 28352 to svn://s... - 11:57 AM Revision f40c7dbb (ffmpeg): spelling/grammar cosmetics
- Originally committed as revision 28351 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:33 AM Revision 7a24ec50 (ffmpeg): Fix #endif comments.
- Originally committed as revision 28350 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:16 AM Revision 4ceb4e31 (ffmpeg): Add required headers to fix warnings during 'make checkheaders'.
- Originally committed as revision 16769 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:27 AM Revision aeb987ce (ffmpeg): flacdec: get total number of samples from STREAMINFO
- Originally committed as revision 16768 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:21 AM Revision 7fa9a0a2 (ffmpeg): use function and definitions from libavcodec/flac.h in oggparseflac.c
- Originally committed as revision 16767 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 AM Revision ce7e8214 (ffmpeg): move FLAC_STREAMINFO_SIZE to flac.h
- Originally committed as revision 16766 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 AM Revision d38b8821 (ffmpeg): define FLAC metadata types in flac.h
- Originally committed as revision 16765 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:16 AM Revision 6cde949a (ffmpeg): Handle ID3v2 tags in raw FLAC streams by skipping them.
- Patch by David DeHaven (dave sagetv com)
Originally committed as revision 16764 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/24/2009
- 07:05 PM Revision 9f3d3ecf (ffmpeg): flacdec: cosmetics: some line wrapping at 80 chars
- Originally committed as revision 16763 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:52 PM Revision 1df0390e (ffmpeg): flacdec: cosmetics: indentation
- Originally committed as revision 16762 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:51 PM Revision 1bec121f (ffmpeg): flacdec: cosmetics: use consistent coding style (K&R)
- Originally committed as revision 16761 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:18 PM Revision 62560865 (ffmpeg): Add configuration options section to help output.
- Originally committed as revision 16760 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:14 PM Revision 732c9a34 (ffmpeg): help output cosmetics
- Originally committed as revision 16759 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:56 PM Revision d233d8ef (ffmpeg): Remove --enable-static and --disable-shared from help output.
- Only one of --enable or --disable should be in the help output.
Originally committed as revision 16758 to svn://svn.... - 05:49 PM Revision 15396d5c (ffmpeg): Use cc_default variable in help output for --cc option.
- The cc variable is not yet initialized when the help output is printed.
Originally committed as revision 16757 to sv... - 05:44 PM Revision 799fde37 (ffmpeg): Add a check for ppc4xx instructions; rename preprocessor directive ac...
- Originally committed as revision 16756 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:32 PM Revision f5b96597 (ffmpeg): Remove pointless #if HAVE_ALTIVEC around internal header #include
- and function declarations.
Originally committed as revision 16755 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:08 PM Revision a0d8a50b (ffmpeg): configure: add help for fastdiv
- Originally committed as revision 16754 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 13de8a08 (ffmpeg): cosmetics: indentation
- Originally committed as revision 16753 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:03 PM Revision 5305f40b (ffmpeg): flacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR
- Originally committed as revision 16752 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:02 PM Revision 9f2db545 (ffmpeg): flacdec: remove another unneeded debugging statement
- Originally committed as revision 16751 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:01 PM Revision f7f3e3bf (ffmpeg): flacdec: remove unneeded debugging statements
- Originally committed as revision 16750 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:46 PM Revision c5706efd (ffmpeg): flacdec: remove some unused code
- Originally committed as revision 16749 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision dfcb6b56 (ffmpeg): Directly #include a bunch of indirectly #included headers.
- Originally committed as revision 16748 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision da837937 (ffmpeg): Fix undefined preprocessor directives warnings during 'make checkhead...
- Originally committed as revision 16747 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 PM Revision 175da7da (ffmpeg): Add required headers to fix 'make checkheaders'.
- Originally committed as revision 16746 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:32 PM Revision 19e017f2 (ffmpeg): remove alloc_table_0 and alloc_table_2, the same
- data exists in alloc_table_1 and alloc_table_3
Originally committed as revision 16745 to svn://svn.ffmpeg.org/ffmpeg... - 02:30 PM Revision 45beb850 (ffmpeg): remove zigzag_scan8x8, it is the same as ff_zigzag_direct
- Originally committed as revision 16744 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:28 PM Revision 3e723368 (ffmpeg): avoid duplication of size_table and offset_table
- Originally committed as revision 16743 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:26 PM Revision fa79489f (ffmpeg): avoid duplication of dquant_code
- Originally committed as revision 16742 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 AM Revision 673bcc3d (ffmpeg): I'll take care of qdm2 also
- Originally committed as revision 16741 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:20 AM Revision 1ac63c2a (ffmpeg): return an error if we can not get a full packet,
- fixes hang on EOF
Originally committed as revision 16740 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:15 AM Revision e0df9e44 (ffmpeg): Do not allocate RoqTempData on the stack
- Originally committed as revision 16739 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:06 AM Revision c6f79c3e (ffmpeg): fix header parsing, the NULL terminated File ID is followed by a space
- Originally committed as revision 16738 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:56 AM Revision cb760a47 (ffmpeg): Skip m= blocks in the SDP if the media type is unknown. This prevents
- subsequent a= lines from the m= block to be applied to the previous
m= line, thus breaking otherwise functional RTP s...
Also available in: Atom