Activity
From 07/09/2008 to 08/07/2008
08/07/2008
- 05:33 PM Revision b80b5692 (ffmpeg): remove mxf.c, previously copied to mxfdec.c
- Originally committed as revision 14661 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 AM Revision 3ee573a3 (ffmpeg): Add simpler/cleaner/faster F32BE encoding/decoding.
- Originally committed as revision 14660 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 AM Revision ff66caab (ffmpeg): Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total ...
- Originally committed as revision 14659 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:16 AM Revision 13dbd9b7 (ffmpeg): Prevent DAUD PCM encoder from fetching values outside of ff_reverse[]...
- Originally committed as revision 14658 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:01 AM Revision bc02bc86 (ffmpeg): Remove unused redefinition of av_log for test.
- Originally committed as revision 14657 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:56 AM Revision 0f680571 (ffmpeg): Remove useless 'channels' assignment.
- Originally committed as revision 14656 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:12 AM Revision d09ea6ba (ffmpeg): rename mxf.c to mxfdec.c
- Originally committed as revision 14655 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/06/2008
- 10:17 PM Revision 5c5b1731 (ffmpeg): Maintain pointer to end of AVFormatContext.packet_buffer list
- This changes add_to_pktbuf() to maintain a pointer to the last entry
in the list, avoiding a linear walk-through on e... - 09:19 PM Revision b888abe1 (ffmpeg): Cosmetics: rename loop counters in eval_refl()
- Originally committed as revision 14653 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:16 PM Revision bdb34c9f (ffmpeg): Simplify eval_refl(): do not store a buffer value in a var when the b...
- Originally committed as revision 14652 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision aa425ada (ffmpeg): Simplify eval_refl(): s/b == 0/!b/
- Originally committed as revision 14651 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 PM Revision 40812fdc (ffmpeg): Simplify range checking in eval_refl(). Before the
- condition b == 0 could never be true, because it would
have already been caught in the previous ifs. Also the
conditi... - 08:39 PM Revision d70875c8 (ffmpeg): Cosmetics: reindent
- Originally committed as revision 14649 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:38 PM Revision 7e05617a (ffmpeg): Simplify do_output_subblock(): Remove a unneeded memcpy
- Originally committed as revision 14648 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:21 PM Revision 99423fa0 (ffmpeg): Distinguish the error reporting for the cases of wrong size and wrong
- timebase in the video4linux2 v4l2_read_header() function.
Originally committed as revision 14647 to svn://svn.ffmpeg... - 06:20 PM Revision e78d651f (ffmpeg): Distinguish the error reporting for the cases of wrong size and wrong
- timebase in the video4linux grab_read_header() function.
Originally committed as revision 14646 to svn://svn.ffmpeg.... - 12:04 PM Revision c3b9f5fb (ffmpeg): Remove a useless directive.
- Originally committed as revision 14645 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:03 PM Revision 2daefd2c (ffmpeg): Cosmetics: indentation
- Originally committed as revision 14644 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:34 AM Revision bbf020e9 (ffmpeg): Add Electronic Arts TGV chunk tags to EA demuxer.
- Originally committed as revision 14643 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:33 AM Revision cfc78718 (ffmpeg): Electronic Arts TGV decoder
- Originally committed as revision 14642 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:17 AM Revision 6ba10f33 (ffmpeg): Add av_memcpy_backptr(): deliberately overlapping memcpy variant.
- Originally committed as revision 14641 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:24 AM Revision c0f0b34b (ffmpeg): Simplify eval_refl(): return directly when needed instead of storing ...
- Originally committed as revision 14640 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:11 AM Revision 2f1cad0e (ffmpeg): Simplify rms(): merge a few operations in the same statement
- Originally committed as revision 14639 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:08 AM Revision b4d46e8c (ffmpeg): Cosmetical simplification in t_sqrt()
- Originally committed as revision 14638 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:06 AM Revision 438abdaa (ffmpeg): Check available size before writing in decode_frame()
- Originally committed as revision 14637 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:00 AM Revision 8089c652 (ffmpeg): Check *data_size in decode_frame()
- Originally committed as revision 14636 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:49 AM Revision 59917046 (ffmpeg): Cosmetics: alignment
- Originally committed as revision 14635 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:44 AM Revision e3751aa6 (ffmpeg): Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block...
- needs duplicating a few loops, but now the code is clearer.
Originally committed as revision 14634 to svn://svn.ffmp... - 12:21 AM Revision 00a3431c (ffmpeg): matroskadec: use av_freep(&x) instead of av_free(x);x=NULL
- Originally committed as revision 14633 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:17 AM Revision b8702539 (ffmpeg): matroskadec: replace matroska_queue_packet with a single call to dyna...
- patch by Anton Khirnov wyskas _at_ gmail _dot_ com
Originally committed as revision 14632 to svn://svn.ffmpeg.org/f...
08/05/2008
- 11:03 PM Revision 77c3fb90 (ffmpeg): add dv 4:1:1 regression test
- Originally committed as revision 14631 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:55 PM Revision b91758de (ffmpeg): 100l, fix test, ref values were done with mv0, dunno how this slipped in
- Originally committed as revision 14630 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 PM Revision 2cce68f8 (ffmpeg): add mpeg2 4:2:2 regression test
- Originally committed as revision 14629 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:46 PM Revision 95aad5d1 (ffmpeg): Fix small typo.
- Originally committed as revision 14628 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:39 PM Revision 9cc440bf (ffmpeg): Prevent low delay from being used with mpeg1.
- Originally committed as revision 14627 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:32 PM Revision 71e9a1b8 (ffmpeg): OKed sections of code from the SoC AAC decoder
- Originally committed as revision 14626 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:31 PM Revision fed3f069 (ffmpeg): Move shared tables to aactab.c and add declarations to aactab.h. Also...
- SoC code.
Originally committed as revision 14625 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:27 PM Revision 589ce6e6 (ffmpeg): AAC definitions and structures that have been OKed from the SoC AAC d...
- code
Originally committed as revision 14624 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:06 PM Revision 2ccd25d0 (ffmpeg): Use local variabes for *stride, where local variables exist.
- Originally committed as revision 14623 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:34 AM Revision 7d54ecc9 (ffmpeg): indent
- Originally committed as revision 14622 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:33 AM Revision 9b5fab91 (ffmpeg): Simplify l1mv/l1ref calculation.
- Originally committed as revision 14621 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:17 AM Revision c210fa61 (ffmpeg): simplify y_shift/ref_shift code
- Originally committed as revision 14620 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:04 AM Revision cc615d2c (ffmpeg): indent
- Originally committed as revision 14619 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 AM Revision d00eac6c (ffmpeg): Factorize some code between temporal and spatial direct mode.
- Originally committed as revision 14618 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 AM Revision 4e0e6888 (ffmpeg): Support muxing of Zork PCM audio into RIFF formats.
- Originally committed as revision 14617 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:28 AM Revision 5968d2dd (ffmpeg): misc spelling/grammar fixes
- Originally committed as revision 14616 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:52 AM Revision 6888b4fc (ffmpeg): Rename prodsum() function to convolve()
- Originally committed as revision 14615 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:49 AM Revision 5e3e4075 (ffmpeg): cosmetics: use a better function name than uncouple_channels()
- Originally committed as revision 14614 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:31 AM Revision 022845ed (ffmpeg): cosmetics: change function name and comments to refer to block decoding
- instead of block parsing
Originally committed as revision 14613 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:43 AM Revision 3fa1e818 (ffmpeg): matroskadec: update seek regression test to match new ebml parser
- This change is due to r14590.
The AVPacket position now points to the first byte of the actual
packet data in the fil... - 12:43 AM Revision cc70d14b (ffmpeg): matroskadec: remove useless num_streams
- Originally committed as revision 14611 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision 88cca989 (ffmpeg): matroskadec: expand useless ebml_read_element_id() wrapper
- Originally committed as revision 14610 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision 33ac07ea (ffmpeg): matroskadec: simplify matroska_ebmlnum_sint()
- Originally committed as revision 14609 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision c1e01133 (ffmpeg): matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num()
- Originally committed as revision 14608 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision cc8be506 (ffmpeg): matroska: expand useless define for MS compat codec id strings
- Originally committed as revision 14607 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision 20fb02c5 (ffmpeg): matroskadec: remove useless comments in ff_mkv_codec_tags
- Originally committed as revision 14606 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision ff33c5c5 (ffmpeg): matroskadec: update copyright year and related comments
- Originally committed as revision 14605 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision 737c40da (ffmpeg): matroskadec: reorder some functions in a more logical order
- Originally committed as revision 14604 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision 1b6d23bb (ffmpeg): matroskadec: remove now useless wrapper ebml_read_element_length()
- Originally committed as revision 14603 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision 66cfc385 (ffmpeg): matroskadec: remove now useless wrapper ebml_read_seek()
- Originally committed as revision 14602 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision 5c5373ce (ffmpeg): matroskadec: remove now useless peek_id
- Originally committed as revision 14601 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision 38797638 (ffmpeg): matroskadec: don't try to re-read already parsed ID in matroska_parse...
- Originally committed as revision 14600 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision 6314cca0 (ffmpeg): matroskadec: remove now unused parameter 'once' from ebml_parse_nest()
- Originally committed as revision 14599 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision c4d3d9ba (ffmpeg): matroskadec: directly use ebml_parse() or ebml_parse_id() where it's ...
- Originally committed as revision 14598 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision 66a37e06 (ffmpeg): matroskadec: new ebml_parse() function, centralize ebml_read_element_...
- Originally committed as revision 14597 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision 9bcb92ca (ffmpeg): matroskadec: rename ebml_parse() to ebml_parse_nest()
- Originally committed as revision 14596 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision c005b3f2 (ffmpeg): matroskadec: don't care about the number of bytes read by ebml_read_e...
- Originally committed as revision 14595 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision 592110c2 (ffmpeg): matroskadec: simplify check for hierarchy level
- Originally committed as revision 14594 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision f7b9687c (ffmpeg): matroskadec: cosmetics: consistent style for function declarations
- Originally committed as revision 14593 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision 104be240 (ffmpeg): matroskadec: Use string instead of char table as probe data compariso...
- Originally committed as revision 14592 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision eb05cacc (ffmpeg): matroskadec: use an EbmlBin as parameter to ebml_read_binary()
- Originally committed as revision 14591 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision c6cd2b3d (ffmpeg): matroskadec: extract common code out of ebml_read_*()
- Originally committed as revision 14590 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision ba5a1f99 (ffmpeg): matroskadec: simplify/cleanup error logging in ebml_read_*()
- Originally committed as revision 14589 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 54d8869d (ffmpeg): matroskadec: remove now useless expected_id parameter from ebml_parse()
- Originally committed as revision 14588 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 4dc9e183 (ffmpeg): matroskadec: expand useless ebml_peek_id() wrapper
- Originally committed as revision 14587 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 3856e7c4 (ffmpeg): matroskadec: remove unused levelup parameter from ebml_read_element_id()
- Originally committed as revision 14586 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 44cea765 (ffmpeg): matroskadec: extract read_level_up out of ebml_read_element_id
- Originally committed as revision 14585 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision dfde36a3 (ffmpeg): matroskadec: remove useless levelup check
- Originally committed as revision 14584 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 051ef5ce (ffmpeg): matroskadec: remove useless check for cluster presence
- Originally committed as revision 14583 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 28ba69e0 (ffmpeg): matroskadec: cosmetics: placement of 'else if'
- Originally committed as revision 14582 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 7eb9b068 (ffmpeg): matroskadec: remove some useless empty lines
- Originally committed as revision 14581 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 5efc8ec8 (ffmpeg): matroskadec: remove some useless or out of date comments
- Originally committed as revision 14580 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 8f35a2c0 (ffmpeg): matroskadec: cosmetics
- Originally committed as revision 14579 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision c171af9b (ffmpeg): matroskadec: remove unused struct name
- Originally committed as revision 14578 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 1e49ee42 (ffmpeg): matroskadec: remove now unused context fields
- Originally committed as revision 14577 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 70109c0d (ffmpeg): matroskadec: remove useless initialization
- Originally committed as revision 14576 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 16f97ab0 (ffmpeg): matroskadec: cosmetics: remove useless braces
- Originally committed as revision 14575 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 3143f133 (ffmpeg): matroskadec: remove some unused ebml funcs
- Originally committed as revision 14574 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 209472b4 (ffmpeg): matroskadec: use generic parser to parse clusters
- Originally committed as revision 14573 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision f06a4886 (ffmpeg): matroskadec: use generic parser inside matroska_execute_seekhead()
- Originally committed as revision 14572 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision ce6f28bd (ffmpeg): matroskadec: use generic parser to parse matroska from toplevel
- Originally committed as revision 14571 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision 9c25bafa (ffmpeg): matroskadec: move context settings to matroska_read_header()
- Originally committed as revision 14570 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision d88d806b (ffmpeg): matroskadec: cosmetics: indentation of matroska_read_header()
- Originally committed as revision 14569 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision 9a9a3b03 (ffmpeg): matroskadec: move declaration to upper block
- Originally committed as revision 14568 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision a636a56b (ffmpeg): matroskadec: invert a test
- Originally committed as revision 14567 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision 4348571b (ffmpeg): matroskadec: cosmetics: indentation of matroska_execute_seekhead()
- Originally committed as revision 14566 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision 82113343 (ffmpeg): matroskadec: remove useless dummy_level variable
- Originally committed as revision 14565 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision 13b350a3 (ffmpeg): matroskadec: use generic parser to parse seekhead
- Originally committed as revision 14564 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision 8ecdab8f (ffmpeg): matroskadec: declare var where it's used
- Originally committed as revision 14563 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision 2cbc8811 (ffmpeg): matroskadec: use generic parser to parse tracks
- Originally committed as revision 14562 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision 29708581 (ffmpeg): matroskadec: use generic parser to parse info
- Originally committed as revision 14561 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision b414cb89 (ffmpeg): matroskadec: use generic parser to parse attachments
- Originally committed as revision 14560 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision 6bbd7c7b (ffmpeg): matroskadec: use generic parser to parse chapters
- Originally committed as revision 14559 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision 434d496a (ffmpeg): matroskadec: use generic parser to parse tags
- Originally committed as revision 14558 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision e5929fdf (ffmpeg): matroskadec: use generic parser to parse index
- Originally committed as revision 14557 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision 009ecd50 (ffmpeg): matroskadec: return pointer instead of index in matroska_find_track_b...
- Originally committed as revision 14556 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision 28f450a9 (ffmpeg): matroskadec: create new AVStream earlier
- Originally committed as revision 14555 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision fc4d335f (ffmpeg): matroskadec: store an AVStream pointer instead of a stream index
- Originally committed as revision 14554 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision 63511324 (ffmpeg): matroskadec: use generic ebml parser to parse ebml header
- Originally committed as revision 14553 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision 789ed100 (ffmpeg): matroskadec: add an ebml generic parser
- Originally committed as revision 14552 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:39 AM Revision 6e35ae2a (ffmpeg): matroskadec: remove unused is_bframe flag
- Originally committed as revision 14551 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:39 AM Revision 4eff9743 (ffmpeg): matroskadec: simplify flag default
- Originally committed as revision 14550 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:39 AM Revision ead30062 (ffmpeg): matroskadec: remove storage of various unused flags
- Originally committed as revision 14549 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:39 AM Revision 5f8e0227 (ffmpeg): matroskadec: use more robust av_strlcpy() instead of strcpy()
- Originally committed as revision 14548 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:32 AM Revision ba7f712c (ffmpeg): remove unneeded local variable
- Originally committed as revision 14547 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:15 AM Revision 8354477e (ffmpeg): Port b4/b8_stride code from spatial direct mode to temporal.
- Fixes at least:
CAMANL3_Sand_E.264
camp_mot_picaff0_full.26l
CAPA1_TOSHIBA_B.264
CVPA1_TOSHIBA_B.264
Originally comm... - 12:08 AM Revision 42de393d (ffmpeg): Use frame_num and reference instead of poc for matching frames for di...
- mode MBs, this seems to work better with field/frame mixes. POC of both
can be the same and can be different that mak...
08/04/2008
- 11:29 PM Revision 6c86c44b (ffmpeg): *2 /2 is wrong for PAFF references, so do not do it.
- Originally committed as revision 14544 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:06 PM Revision f0538030 (ffmpeg): Port col_parity code from spatial mode to temporal mode,
- I also love it if people duplicate code and fix one but not the other.
Originally committed as revision 14543 to svn... - 10:59 PM Revision 301e1057 (ffmpeg): The code under FRAME_MBAFF for temporal direct mode MBs is needed for...
- Originally committed as revision 14542 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 PM Revision fa6a6c59 (ffmpeg): Remove redundant code.
- Originally committed as revision 14541 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 PM Revision 7762cc3d (ffmpeg): Fill ref_count/ref_poc for both fields of frames.
- Originally committed as revision 14540 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:54 PM Revision 354de1d0 (ffmpeg): misc spelling/wording fixes
- Originally committed as revision 14539 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:45 PM Revision 910e3668 (ffmpeg): Fix static leaks in h264.c.
- Patch by Art Clarke aclarke A vlideshow D com
Originally committed as revision 14538 to svn://svn.ffmpeg.org/ffmpeg/... - 11:19 AM Revision 45260d4f (ffmpeg): Use ref_poc and ref_count from the correct field.
- Fixes at least
MR8_BT_B.h264
Originally committed as revision 14537 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:17 AM Revision 4c0d57bd (ffmpeg): Fix dist_scale_factor for long term reference pictures.
- Originally committed as revision 14536 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:25 AM Revision 0e589ce1 (ffmpeg): Return an error when ff_jpegls_decode_picture fails.
- Patch by Mathieu Malaterre: name.surname at gmail
Originally committed as revision 14535 to svn://svn.ffmpeg.org/ffm... - 07:49 AM Revision cc0b6129 (ffmpeg): Simplify PCM codec; replace switch() statements with av_get_bits_per_...
- Originally committed as revision 14534 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:47 AM Revision 0fd7e57e (ffmpeg): Simplify PCM codec; use sample_fmts field to set the avctx->sample_fm...
- Originally committed as revision 14533 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 AM Revision 9d49b8ff (ffmpeg): Make avcodec_string() and av_get_bits_per_sample() report the sample ...
- Originally committed as revision 14532 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 AM Revision 51c3861e (ffmpeg): Add D-Cinema audio muxer
- Originally committed as revision 14531 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:02 AM Revision bb89b0bc (ffmpeg): Improve docs for the ffmpeg -map option.
- Originally committed as revision 14530 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:41 AM Revision 71041842 (ffmpeg): Use the correct collocated field in pred_direct_motion() when it diff...
- Fixes at least:
FRExt/HPCAFL_BRCM_C.264
FRExt/HPCAFLNL_BRCM_C.264
FRExt/HPCVFL_BRCM_A.264
FRExt/HPCVFLNL_BRCM_A.264
...
08/03/2008
- 10:29 PM Revision 55aff0d9 (ffmpeg): Read bitstream parameters for E-AC-3 streams before returning an error.
- Originally committed as revision 14528 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:42 PM Revision 602116df (ffmpeg): Hardcode the table for ungrouping 3 values in 5 bits. It will be reus...
- the E-AC-3 decoder.
Originally committed as revision 14527 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:24 PM Revision 021b8ae3 (ffmpeg): fix if/else case
- Originally committed as revision 14526 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 PM Revision 7417120b (ffmpeg): use the same table for ungrouping exponents and bap=2 mantissas
- Originally committed as revision 14525 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:37 PM Revision 2288834f (ffmpeg): full lpcm support in mov audio stsd v2
- Originally committed as revision 14524 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:42 PM Revision 14b70628 (ffmpeg): cosmetics: make all references to AC-3 capitalized and hyphenated
- Originally committed as revision 14523 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:41 PM Revision 2d47c3de (ffmpeg): remove a comment which is no longer true
- Originally committed as revision 14522 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:37 PM Revision 7254edb5 (ffmpeg): Replace call to deprecated avcodec_build() with avcodec_version().
- Originally committed as revision 14521 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:38 PM Revision f44fd374 (ffmpeg): Increase the maximum number of supported stream mappings in ffmpeg.c.
- The new value is given by maximum_files_nb * maximum_streams_per_file_nb,
which looks also more correct in respect to... - 01:11 PM Revision aa6de49e (ffmpeg): Remove useless mb_field_decoding_flag setting code that was at the wr...
- Originally committed as revision 14519 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:00 PM Revision 44e9dcf1 (ffmpeg): mb_field_decoding_flag was not initialized
- Fixes at least:
MR7_BT_B.h264
Sharp_MP_PAFF_1r2.jvt
Sharp_MP_PAFF_2.jvt
Originally committed as revision 14518 to sv... - 05:07 AM Revision 19759c9a (ffmpeg): Wrong constant used in default threshold value calculation for
- JPEG-LS lossy mode with < 128 colours.
Patch by Mathieu Malaterre (mail = gmailify("mathieu.malaterre"))
Originally... - 02:16 AM Revision 1db9da52 (ffmpeg): cosmetics: vertical alignment
- Originally committed as revision 14516 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:16 AM Revision a52d8c6b (ffmpeg): use MAX_BLOCKS for array size instead of 6
- Originally committed as revision 14515 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:11 AM Revision a42c8952 (ffmpeg): rearrange dimensions of pre_mantissa array
- Originally committed as revision 14514 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 42a45a03 (ffmpeg): Add graceful error handling to avcodec_get_pix_fmt_name() and avcodec...
- Originally committed as revision 14513 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:37 AM Revision a79db0f7 (ffmpeg): Add sample format converter to FFmpeg (adds -sample_fmt option)
- Originally committed as revision 14512 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/02/2008
- 11:13 PM Revision 2879c75f (ffmpeg): Picture.ref_count/ref_poc have to be stored per field (actually also per
- slice but thats a seperate bug)
Fixes at least:
CABREF3_Sand_D.264
camp_mot_fld0_full.26l
CVFI2_Sony_H.jsv
CVNLFI2_So... - 10:51 PM Revision ce98b0a4 (ffmpeg): do not fail on qscale==0 if error resilience is high, fix broken quic...
- Originally committed as revision 14510 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:32 PM Revision f769b746 (ffmpeg): Mark add_png_paeth_prediction_* functions which are only used within ...
- as static. patch by Uoti Urpala, uoti.urpala pp1.inet fi
Originally committed as revision 14509 to svn://svn.ffmpeg.... - 05:01 AM Revision 5a4476e2 (ffmpeg): Add sample format converter to FFplay.
- Originally committed as revision 14508 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:45 AM Revision aaef2bb3 (ffmpeg): support big endian lpcm with audio stsd v2
- Originally committed as revision 14507 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 AM Revision 6b477e1b (ffmpeg): keep original codec/fourcc endianness, fix XDCAMHD.mov
- Originally committed as revision 14506 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:40 AM Revision 9184d53a (ffmpeg): more complete audio stsd v2
- Originally committed as revision 14505 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:35 AM Revision 5ef3ad59 (ffmpeg): move version specific parsing code before codec specific code, will b...
- Originally committed as revision 14504 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:26 AM Revision abdff646 (ffmpeg): Simplify AVCodecContext usage within FFplay audio_decode_frame()
- Originally committed as revision 14503 to svn://svn.ffmpeg.org/ffmpeg/trunk
08/01/2008
- 11:27 PM Revision a78d882d (ffmpeg): I found a maintainer for all parts that had none listed :)
- Originally committed as revision 14502 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:12 PM Revision 758af986 (ffmpeg): Recommit r14497
- Log:
Add missing header #includes.
Limited to ffm.h & swf.h which are maintained by baptiste who requested that
vers... - 10:29 PM Revision c5e56a81 (ffmpeg): Revert r14497
- Log:
Add missing header #includes.
Policy violation (change not approved by maintainer)
and while discussions where ... - 08:30 PM Revision dcd61286 (ffmpeg): Explain the difference between HAVE_LIST and CONFIG_LIST in a short c...
- Originally committed as revision 14499 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:27 PM Revision 668b65bd (ffmpeg): Only check for socklen_t if network support is enabled.
- Originally committed as revision 14498 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:29 PM Revision 2e11268e (ffmpeg): Add missing header #includes.
- Originally committed as revision 14497 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:53 PM Revision 82cee279 (ffmpeg): Modify av_audio_convert() to use AVAudioConvert context struct; add a...
- Originally committed as revision 14496 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:26 AM Revision 8a464e75 (ffmpeg): Revert r14484 hunk that deleted the 'include avcodec.h' statement.
- Originally committed as revision 14495 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:23 AM Revision afffd357 (ffmpeg): Use compression level to set mp3lame quality option.
- Patch by Nicolas George nicolas george normalesup org
Original thread:
[PATCH] libmp3lame: set noise shaping & psycho...
07/31/2008
- 07:51 PM Revision 014d2f05 (ffmpeg): fix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue #471
- Originally committed as revision 14493 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:44 PM Revision 138568e9 (ffmpeg): downgrade mov negative ctts log message to warning, patch by Art Clar...
- Originally committed as revision 14492 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 PM Revision 39a127bf (ffmpeg): Only reset buffer state if seeking is successful; update seek reg ref.
- Originally committed as revision 14491 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:12 PM Revision d701934b (ffmpeg): check url_fseek return value
- Originally committed as revision 14490 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:02 PM Revision aaec4e03 (ffmpeg): check url_fseek return value, update seek reg tests
- Originally committed as revision 14489 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:01 PM Revision 23f02559 (ffmpeg): check url_fseek return value, update seek reg tests
- Originally committed as revision 14488 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 PM Revision 0afdedca (ffmpeg): Fix a potential out of array writing.
- Patch by Mathieu Malaterre mathieu malaterre gmail com
Originally committed as revision 14487 to svn://svn.ffmpeg.or... - 01:11 PM Revision ce1ee094 (ffmpeg): Add opt handler for pending "-sample_fmt" option
- Originally committed as revision 14486 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 PM Revision 9e82a113 (ffmpeg): Write sample format description within avcodec_string()
- Originally committed as revision 14485 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 PM Revision c2b28bb9 (ffmpeg): Add sample format support functions: avcodec_get_sample_fmt_name(), a...
- Originally committed as revision 14484 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:09 PM Revision bbdf8728 (ffmpeg): Use static vlc structure to decode layer 3 huffman tables.
- Patch by Art Clarke aclarke vlideshow com
Originally committed as revision 14483 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:47 AM Revision fd76c37f (ffmpeg): Modify all codecs to report their supported input and output sample f...
- Originally committed as revision 14482 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:38 AM Revision c8fd5da4 (ffmpeg): fix ARMv6 FASTDIV for divisor <=2
- Originally committed as revision 14481 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:26 AM Revision 22e7d9cc (ffmpeg): skip flv video info / command frame packets, fix issue #546
- Originally committed as revision 14480 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/30/2008
- 11:17 PM Revision f39e8b03 (ffmpeg): 1000l typo my new PRNG converged to -1.
- Originally committed as revision 14479 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:08 PM Revision 310d4424 (ffmpeg): Add a multiplicative LFG for those thinking the additive is not good
- enough, just 4 lines of code.
Originally committed as revision 14478 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:07 PM Revision 62f25230 (ffmpeg): change assert test due to the new reducing of time_base in av_set_pts...
- Originally committed as revision 14477 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:21 PM Revision c1708e8d (ffmpeg): Simplify intra PCM MB handling.
- Originally committed as revision 14476 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:02 PM Revision 9f31c7ef (ffmpeg): USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
- Originally committed as revision 14475 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 AM Revision af8ed96f (ffmpeg): EA Demuxer: make rev2 flag optional
- Originally committed as revision 14474 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:55 AM Revision f07fd8c0 (ffmpeg): add a bunch of new xdcam hd422 fourccs
- Originally committed as revision 14473 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 AM Revision 7fc628ca (ffmpeg): more hdv fourccs
- Originally committed as revision 14472 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:39 AM Revision 138ef0a9 (ffmpeg): update hdv fourcc descriptions
- Originally committed as revision 14471 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/29/2008
- 09:45 PM Revision b98052d5 (ffmpeg): give additional use case for version bumping; remove no longer true s...
- Originally committed as revision 14470 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:22 PM Revision 4ca7e74c (ffmpeg): Do not declare a counter as unsigned when it is not needed
- Originally committed as revision 14469 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:20 PM Revision 4e33ed36 (ffmpeg): Cosmetics: rename loop counter vars to i,j
- Originally committed as revision 14468 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:07 PM Revision 6c9c8b06 (ffmpeg): Cosmetics: rename loop counter vars to i,j
- Originally committed as revision 14467 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:17 PM Revision 8a37920c (ffmpeg): r14205 broke vorbis float_to_int on ppc
- Originally committed as revision 14466 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 AM Revision c16184e9 (ffmpeg): Fix a typo in sdp_write_header(): change "IPV4", which is not a valid
- network address type, to "IP4".
Originally committed as revision 14465 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:55 AM Revision 5b43368d (ffmpeg): Add note about gcc bugs that gcc devs refuse to fix.
- Originally committed as revision 14464 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:39 AM Revision 9bec77fe (ffmpeg): Use #define instead of a constant. Patch by Paul Kendall.
- Originally committed as revision 14463 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/28/2008
- 09:54 PM Revision 150d5a25 (ffmpeg): Make ffmpeg dump output format in case of codec type mismatch between
- an input stream and the corresponding output stream.
Originally committed as revision 14462 to svn://svn.ffmpeg.org/... - 03:47 PM Revision 2cf3c863 (ffmpeg): Document av_lfg_get().
- Originally committed as revision 14461 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 PM Revision e80d4741 (ffmpeg): Warning about MTs speed.
- Originally committed as revision 14460 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:42 PM Revision aa6a89aa (ffmpeg): Small h264 decoding speed optimization: while->do/while
- Originally committed as revision 14459 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:35 PM Revision 2754fe8b (ffmpeg): Simple lagged fibonacci PRNG.
- 3.5 times faster than our mersene twister.
10 times less memory needed. (=less cache trashing)
Originally committed ... - 10:49 AM Revision 045e21cc (ffmpeg): Cosmetics: new line
- Originally committed as revision 14457 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 AM Revision e7e4f476 (ffmpeg): Remove the now useless phase variable from context
- Originally committed as revision 14456 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 AM Revision 993ba051 (ffmpeg): increment minor version for commit r14412 (add sample_fmts infrastruc...
- Originally committed as revision 14455 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:18 AM Revision c749f3db (ffmpeg): Cosmetics: make comment match var name
- Originally committed as revision 14454 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 AM Revision 6509507f (ffmpeg): Cosmetics: align comments
- Originally committed as revision 14453 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:53 AM Revision f285e6dd (ffmpeg): Rename two context vars: s/sb/sp_block/, s/lhist/gain_block/
- Originally committed as revision 14452 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:37 AM Revision 36826ee0 (ffmpeg): Declare temporary buffers to be only of the necessary size
- Originally committed as revision 14451 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:25 AM Revision 5e707c59 (ffmpeg): Remove redundant comments
- Originally committed as revision 14450 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:24 AM Revision c6ad1304 (ffmpeg): Cosmetics: do not align with now removed next instruction
- Originally committed as revision 14449 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:07 AM Revision 2c463671 (ffmpeg): Cosmetics: remove braces and useless newline
- Originally committed as revision 14448 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 AM Revision 2b356efe (ffmpeg): Change the way the input is passed to do_hybrid_filter(). Before, in[...
- the oldest input sample passed and in[n-1] was the latest. Now it is the
contrary. This allows making backward_filter... - 02:53 AM Revision aed39f6c (ffmpeg): Remove RA288Context.output buffer. This buffer is just RA288Context.sb
- backwards (output[i] == sb[N-i], where N is the buffer length).
This makes the code slower, this will be fixed in my...
07/27/2008
- 11:06 PM Revision 452a398f (ffmpeg): Fix misdetection of H.264 in mpegts as mpeg1video in mpegts.
- Fixes maybeH264_dumpstream
Originally committed as revision 14445 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:22 PM Revision b26d3205 (ffmpeg): Add a few comments pointing to the G.728 specification
- Originally committed as revision 14444 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 PM Revision 854ce441 (ffmpeg): Remove the history buffer from the context. It can easily be evaluated
- from the lhist buffer.
Originally committed as revision 14443 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:56 PM Revision 218e0612 (ffmpeg): Remove unused variable.
- Originally committed as revision 14442 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:11 PM Revision 58fe7356 (ffmpeg): Add random to list of test programs.
- Originally committed as revision 14441 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 PM Revision cf160899 (ffmpeg): Change return type of main function to int to avoid a warning.
- Originally committed as revision 14440 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:05 PM Revision 00c6161d (ffmpeg): Move #includes, which are only used in the test program, below the #i...
- surrounding the test program to save an #ifdef at the top of the file.
Originally committed as revision 14439 to svn... - 08:59 PM Revision af274fd1 (ffmpeg): Improve long names for FFM muxer and demuxer:
- change "ffm format" to "FFM (FFserver live feed) format".
Originally committed as revision 14438 to svn://svn.ffmpeg... - 08:58 PM Revision 0143ec2a (ffmpeg): Rename two context buffers: pr{1,2} -> {sp,gain}_lpc. Also add a few ...
- comments.
Originally committed as revision 14437 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:55 PM Revision b211d3ae (ffmpeg): Complete documentation for av_set_string().
- Originally committed as revision 14436 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:55 PM Revision 59da0390 (ffmpeg): Remove st1 and st2 temporary buffers in backward_filter() and use ins...
- RA288Context.pr{1,2}. Note that the pr{1,2} buffers are one unity smaller
than the st{1,2} buffers. My guess is that ... - 08:53 PM Revision 51be0eb4 (ffmpeg): Change benchmarking code so it returns comparable values.
- Originally committed as revision 14434 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:50 PM Revision b6ff078b (ffmpeg): Make the selftesting code use and compileable.
- Originally committed as revision 14433 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 PM Revision 3df136d4 (ffmpeg): Change slightly the meaning of RA288Context.phase. This
- allows to remove two intermediary buffers and avoid a few
memcpy's.
Originally committed as revision 14432 to svn://... - 07:38 PM Revision 9c170372 (ffmpeg): Fix and clarify invalid examples for framerate override in the docume...
- patch by tripp, eliared yahoo com
Originally committed as revision 14431 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:12 PM Revision d3d265b2 (ffmpeg): matroska: add support for A_QUICKTIME/QDM2 codec
- Originally committed as revision 14430 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:11 PM Revision f009e36f (ffmpeg): matroska: add support for V_QUICKTIME track type
- Originally committed as revision 14429 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:49 PM Revision 18c7be65 (ffmpeg): Initialize outputed_poc to INT_MIN at decoder initialization.
- Fixes issue 560
Originally committed as revision 14428 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:01 PM Revision 143d7f14 (ffmpeg): left_block intialisation optimisation.
- This patch changes the left_block initialisation code in the fill_caches
function from individual array element sette... - 12:36 PM Revision f278709c (ffmpeg): typo fix
- Originally committed as revision 14426 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:21 AM Revision f25c244f (ffmpeg): AAC tables and data that have been OKed by Michael
- Originally committed as revision 14425 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/26/2008
- 06:54 PM Revision 01037451 (ffmpeg): Detect IDR less H.264 correctly.
- Fixes maybeH264_dumpvideo
Originally committed as revision 14424 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:38 PM Revision e791eb1e (ffmpeg): And.... Fix another spec reference to be more specific and correct.
- Originally committed as revision 14423 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:34 PM Revision 25f8bceb (ffmpeg): Fix reference to spec to be more specific and correct.
- Originally committed as revision 14422 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:14 PM Revision f42eb571 (ffmpeg): Remove st1 and st2 variables from context, since they could be just l...
- Originally committed as revision 14421 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:10 PM Revision 272d258a (ffmpeg): Rename st{1,2}{a,b} context variables to more meaningful names: {sp,g...
- Originally committed as revision 14420 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:07 PM Revision 4a1aa38b (ffmpeg): Simple refactoring to resolve a FIXME. Patch by Paul Kendall.
- Originally committed as revision 14419 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:38 PM Revision efa86ebe (ffmpeg): Cosmetics: remove useless parenthesis
- Originally committed as revision 14418 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:35 PM Revision e07c5ade (ffmpeg): Move colmult() function to the beginning of file to group DSP-related...
- Originally committed as revision 14417 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:33 PM Revision 5af20c20 (ffmpeg): Remove an useless comment describing colmult()
- Originally committed as revision 14416 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:33 PM Revision d899014e (ffmpeg): Remove an useless comment describing prodsum()
- Originally committed as revision 14415 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:31 PM Revision 952a980d (ffmpeg): Give the context variables of ra288 a better name: s/glob/ractx/
- Originally committed as revision 14414 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:29 PM Revision 029e1c01 (ffmpeg): Give the context structure of ra288 a better name: s/Real288_internal...
- Originally committed as revision 14413 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:48 AM Revision 88a07af7 (ffmpeg): add sample_fmts infrastructure: AVCodec->sample_fmts and SAMPLE_FMT_N...
- Originally committed as revision 14412 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:12 AM Revision 6916e38a (ffmpeg): Include 32-bit PCM description
- Originally committed as revision 14411 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:09 AM Revision 249f3243 (ffmpeg): Support 32-bit floating point audio samples in Sun AU demuxer
- Originally committed as revision 14410 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:08 AM Revision aa29709e (ffmpeg): add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)
- Originally committed as revision 14409 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:31 AM Revision fef744d4 (ffmpeg): indent
- Originally committed as revision 14408 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:27 AM Revision 0af6967e (ffmpeg): chroma_format_idc=0 aka grayscale support.
- Can be disabled by removing #define ALLOW_NOCHROMA in case the extra if()
slow the code down measurably.
Fixes at lea... - 01:57 AM Revision 385c820b (ffmpeg): Add a new -debug option for tracing calls to the default get/release_...
- Originally committed as revision 14406 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/25/2008
- 11:55 PM Revision af8c5e08 (ffmpeg): Revert r14404
- Remove another 2 incorrect checks.
These would ignore fields of different parity.
I was wrong, i thought pic_strictu... - 11:49 PM Revision d9022d38 (ffmpeg): Remove another 2 incorrect checks.
- These would ignore fields of different parity.
Originally committed as revision 14404 to svn://svn.ffmpeg.org/ffmpeg... - 11:39 PM Revision 79b5c776 (ffmpeg): Print an error if a reference picture is missing.
- Originally committed as revision 14403 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:36 PM Revision 6edac8e1 (ffmpeg): Remove mysterious ref->data[0] check.
- What the standard calls non-existent is not related to the
value of the data[0] pointer.
Originally committed as rev... - 10:42 PM Revision 99157e49 (ffmpeg): 10l typo, fix compilation
- Originally committed as revision 14401 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:39 PM Revision 91ea868e (ffmpeg): Remove another stupidity, long_ref==0 check 4 lines after assert(long...
- Originally committed as revision 14400 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:51 PM Revision b3e93fd4 (ffmpeg): indent
- Originally committed as revision 14399 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:46 PM Revision d4f7d838 (ffmpeg): Rewrite fill_default_ref_list(), the old code was obfuscated beyond
- repair with hacks.
new code is ~60lines old was ~200
Fixes at least:
FRExt/HCHP2_HHI_A.264
one sample also get decode... - 09:04 PM Revision e3576e25 (ffmpeg): Improve documentation about -bt option
- Originally committed as revision 14397 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:52 PM Revision 37dcf830 (ffmpeg): Do not scare the user with error messages when everything is ok.
- Originally committed as revision 14396 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:00 PM Revision d9e32422 (ffmpeg): Make remove_short() match remove_long() in that it calls unreference_...
- Originally committed as revision 14395 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision 472c9a58 (ffmpeg): Removing yet another weird field pic special case,
- now related to SHORT2LONG MMCOs.
Originally committed as revision 14394 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:09 PM Revision 9c0e4624 (ffmpeg): Make remove_long() call unreference_pic() internally.
- Originally committed as revision 14393 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 PM Revision 1cea5d0d (ffmpeg): Merge oddly duplicated remove_long/remove_long_at_index() function.
- Originally committed as revision 14392 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 PM Revision 6f450608 (ffmpeg): Remove strange long_ref=0.
- Originally committed as revision 14391 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 PM Revision 4f10312c (ffmpeg): indent
- Originally committed as revision 14390 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 PM Revision 3f1e1797 (ffmpeg): 10000l, forgotton }
- Originally committed as revision 14389 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 PM Revision c29e05e6 (ffmpeg): Remove another of these obfuscated special cases for field pictures
- that does not do anything.
Originally committed as revision 14388 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:12 PM Revision c7250900 (ffmpeg): Simplify mmco setup code used in IDR pictures.
- Originally committed as revision 14387 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:02 PM Revision 57288c4a (ffmpeg): Remove redundant h->mmco_index= 0.
- Originally committed as revision 14386 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:54 AM Revision 5118c6c7 (ffmpeg): Assert that long_ref has been cleared for released pics.
- Originally committed as revision 14385 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:52 AM Revision 849b9cef (ffmpeg): Clear long_ref when a frame is no longer a long_ref.
- Originally committed as revision 14384 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:48 AM Revision d9fe1749 (ffmpeg): Make sure mmco index is 0 (instead of uninitialized) in all error ret...
- Originally committed as revision 14383 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:15 AM Revision 14b83f9a (ffmpeg): compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal...
- Originally committed as revision 27349 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 04:10 AM Revision 4c8e5dfc (ffmpeg): Fix handling of old nuv files where an aspect of 1 actually means 4/3
- Patch by elupus (elupus ecce se)
Originally committed as revision 14382 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:13 AM Revision 9296f5d8 (ffmpeg): Simplify strange obfuscated code in MMCO_LONG handling.
- Note, this might change behavior for invalid bitstreams.
Originally committed as revision 14381 to svn://svn.ffmpeg....
07/24/2008
- 11:43 PM Revision 357282c6 (ffmpeg): Set field_poc (it was half uninitialized before) and use it
- instead of the fragile first_field check to determine if we have
2 fields at the end.
Originally committed as revisi... - 10:29 PM Revision b78a6baa (ffmpeg): Minor simplification of code in init_poc().
- Originally committed as revision 14379 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 PM Revision 5710b371 (ffmpeg): cosmetics (indent and 2 empty lines)
- Originally committed as revision 14378 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:04 PM Revision 80f8e035 (ffmpeg): init_poc() vs. idr() cleanup
- Originally committed as revision 14377 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:12 PM Revision e16190fa (ffmpeg): cosmetics: typo fixes
- Originally committed as revision 14376 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:40 PM Revision 3a459ebe (ffmpeg): aspect stored in nuv files must be converted from display- to sample-...
- Patch by elupus (elupus ecce se)
Originally committed as revision 14375 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:24 PM Revision 1e90317b (ffmpeg): Fix tiny_psnr so it compares all bytes (it did skip the last block).
- Also display both file sizes and slightly change the output formatting.
[not split in 3 patches to avoid the huge che... - 05:13 PM Revision ac5057c2 (ffmpeg): Fix loop filter with CAVLC 8x8dct.
- Fixes at least:
FRExt/HPCV_BRCM_A.264
FRExt/HVLCFI0_Sony_B.264
FRExt/HVLCPFF0_Sony_B.264
H264_artifacts_motion.h264
... - 05:09 PM Revision ca74c0a1 (ffmpeg): cosmetics: Fix two common typos: wont --> will not, lets --> let us.
- Originally committed as revision 14372 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:04 PM Revision cc8de8e8 (ffmpeg): cosmetics: typo/grammar fixes
- Originally committed as revision 14371 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:54 PM Revision 309005c0 (ffmpeg): cosmetics: Fix indentation after last commit.
- Originally committed as revision 14370 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:52 PM Revision 6b83bb1e (ffmpeg): Fix indentation after last commit.
- Originally committed as revision 27345 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 04:49 PM Revision f22e5e22 (ffmpeg): Remove AltiVec vector declaration compiler compatibility macros.
- The original problem was that FSF and Apple gcc used a different syntax
for vector declarations, i.e. {} vs. (). Nowa... - 03:47 PM Revision e740c796 (ffmpeg): Fix segfault with non existing input files.
- Originally committed as revision 14369 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:55 AM Revision a53b5450 (ffmpeg): Cosmetics: grammar nits
- Originally committed as revision 14368 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:55 AM Revision 1412060e (ffmpeg): misc spelling/grammar fixes
- Originally committed as revision 14367 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 AM Revision 80a61f08 (ffmpeg): Remove AltiVec vector declaration compiler compatibility macros.
- The original problem was that FSF and Apple gcc used a different syntax
for vector declarations, i.e. {} vs. (). Nowa... - 07:55 AM Revision ec072669 (ffmpeg): Use tkhd matrix for proper display in mov.
- Patch by John Schmiederer jschmiederer on2 com
Original thread: [PATCH] Use tkhd matrix for proper display in mov
Dat... - 04:29 AM Revision 2477d609 (ffmpeg): Rename update() function to backward_filter() and add a doxy comment
- Originally committed as revision 14364 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:15 AM Revision a6755f8d (ffmpeg): Rename and comment bandwidth broadening tables
- (s/table1a/syn_bw_tab/, s/table2a/gain_bw_tab/).
Originally committed as revision 14363 to svn://svn.ffmpeg.org/ffmp... - 04:07 AM Revision 5e65f5df (ffmpeg): Follow FFmpeg convention of returning negative values on error in eva...
- Originally committed as revision 14362 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:05 AM Revision a3896c63 (ffmpeg): Rename pred() to eval_lpc_coeffs() and add a doxy comment
- Originally committed as revision 14361 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:50 AM Revision a0cce158 (ffmpeg): Give windowing tables a more descriptive name
- (s/table1/syn_window/, s/table2/gain_window/).
Originally committed as revision 14360 to svn://svn.ffmpeg.org/ffmpeg... - 03:28 AM Revision 475d0e14 (ffmpeg): Add comments to do_hybrid_window()
- Originally committed as revision 14359 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:28 AM Revision 0f72a2b7 (ffmpeg): Give parameters of do_hybrid_window() more meaningful names
- Originally committed as revision 14358 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:23 AM Revision 427981c7 (ffmpeg): Rename co() function to the much more descriptive name of
- do_hybrid_window(). Also change a misleading and wrong comment.
Originally committed as revision 14357 to svn://svn.... - 03:22 AM Revision 5ab3d66f (ffmpeg): Simplify co(): write constant in a more readable way
- Originally committed as revision 14356 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 AM Revision bf75ac57 (ffmpeg): Simplify co(), use memcpy/memmove and colmult() when useful.
- Originally committed as revision 14355 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 AM Revision a149c1a5 (ffmpeg): Reset prev_frame_num for idr frames as required by the spec.
- Originally committed as revision 14354 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/23/2008
- 05:24 PM Revision b4cf2228 (ffmpeg): Better explanation for buf_size==0 code.
- Originally committed as revision 14353 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:06 PM Revision 327ce5e6 (ffmpeg): SMPTE 421M Annex L (aka .rcv) muxer
- Originally committed as revision 14352 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 PM Revision cf67f165 (ffmpeg): 100l cross_idr simplification had a typo
- Originally committed as revision 14351 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:44 PM Revision f3ba9db4 (ffmpeg): Remove truncated support, use an AVParser if you used that, it is the...
- Originally committed as revision 14350 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:37 PM Revision 617e42e2 (ffmpeg): Simplify cross_idr calculation.
- Originally committed as revision 14349 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:21 PM Revision 20455a33 (ffmpeg): Reduce the loglevel on a log message in the Nellymoser decoder. Relat...
- Originally committed as revision 14348 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:24 AM Revision 55f22dd4 (ffmpeg): Remove redundant keyframe checks.
- Originally committed as revision 14347 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 AM Revision 817a3de9 (ffmpeg): Reindent after last commit
- Originally committed as revision 14346 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 AM Revision fb34e75d (ffmpeg): Do not rescale AV_NOPTS_VALUE in output_example.c
- Originally committed as revision 14345 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:21 AM Revision 00a75000 (ffmpeg): In-loop deblocking filter for VC-1 decoder
- Originally committed as revision 14344 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:54 AM Revision 144b46f2 (ffmpeg): My commit at r14340 was not the right solution. For a monochromatic
- frame, there will be only one centroid and it will be impossible to
find three distinct ones. It is better to just av... - 03:56 AM Revision 6de72724 (ffmpeg): Do declaration and initialization separately in elbg.c
- to workaround an ICC bug.
Originally committed as revision 14342 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:55 AM Revision 6bf8b047 (ffmpeg): When picking a "high utility centroid" do not pick one
- that has no corresponding points. Not only it is the
worst possible pick, but also the code was written
without this ... - 03:54 AM Revision 5916af19 (ffmpeg): The codebook generator algorithm involves picking three
- different codebook centroids ("high utility", "low
utility" and "closest to the low utility one"). This
change avoid ... - 02:12 AM Revision 26b86e47 (ffmpeg): Support gaps in the frame num.
- Fixes at least:
MR3_TANDBERG_B.264
MR4_TANDBERG_C.264
MR5_TANDBERG_C.264
Originally committed as revision 14339 to s...
07/22/2008
- 07:30 PM Revision e44e4837 (ffmpeg): Reset frame_num for MMCO 5.
- Fixes at least
MR2_TANDBERG_E.264
Originally committed as revision 14338 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:44 PM Revision 2e916cb3 (ffmpeg): 3rd try to get the loop filter ref/mv check working correctly.
- Fixes at least:
src19td.IBP.264
CVWP3_TOSHIBA_E.264
cvmp_mot_picaff0_full_B.26l
CVMP_MOT_FRM_L31_B.26l
cvmp_mot_frm0_... - 01:01 PM Revision 5a78bfbd (ffmpeg): qscale has a range of 0..51 we thus do not need a 256 entry table and...
- to and it with 0xFF.
Originally committed as revision 14336 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:31 PM Revision a82688b0 (ffmpeg): Setting chroma_qp to 0 for PCM blocks is really an interesting minor
- optimization, more interresting would it have been had the author
thought about what value chroma_qp would have for t... - 11:56 AM Revision 3a756169 (ffmpeg): Deobfusate chroma_qp_table[1] init code.
- Originally committed as revision 14334 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:20 AM Revision 3a9b190c (ffmpeg): Enhance qblur and qcomp documentation.
- Patch by tripp eliared yahoo com
Originally committed as revision 14333 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/21/2008
- 10:46 PM Revision 6aaff88f (ffmpeg): Revert r13542: Spatial direct mode probably also works with PAFF.
- Originally committed as revision 14332 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:19 PM Revision c32867b5 (ffmpeg): Loop filtering with multiple slice types fix.
- Fixes at least:
CABAST3_Sony_E.jsv
CABASTBR3_Sony_A.jsv
CABASTBR3_Sony_B.jsv
Originally committed as revision 14331 ... - 09:32 PM Revision b7d49373 (ffmpeg): Make configure --help document the --enable-debug option.
- Originally committed as revision 14330 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:06 PM Revision 5ad2b4c6 (ffmpeg): Add complete listing of bitstream filters and 2 examples to the docum...
- patch by tripp, eliared yahoo com
Originally committed as revision 14329 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:52 PM Revision 662e5411 (ffmpeg): Correct b_quant offset comment in avcodec.h, it is the description for
- b_quant factor. patch by tripp, eliared yahoo com
Originally committed as revision 14328 to svn://svn.ffmpeg.org/ffm... - 08:40 PM Revision 9c56a1f9 (ffmpeg): Move --disable-debug to a better place within configure help output.
- Originally committed as revision 14327 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:11 PM Revision 9f5c1037 (ffmpeg): Use slice_type_nos instead of slice_type where it makes no difference.
- This way we use slice_type_nos almost everywhere which means 1 variable less
for gcc to put in a register.
Originall... - 06:44 PM Revision 4b30289e (ffmpeg): SI/SP slice support. (not bitexact)
- SI untested as I did not find any samples.
Originally committed as revision 14325 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:26 PM Revision 932f396f (ffmpeg): Remove superfluous ().
- Originally committed as revision 14324 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:24 PM Revision e3e6f18f (ffmpeg): Simplify slice type checks.
- Originally committed as revision 14323 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:06 PM Revision 72caa912 (ffmpeg): More correct ref comparison in the loop filter.
- Originally committed as revision 14322 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:41 AM Revision 091d3bdc (ffmpeg): fix memleak
- Originally committed as revision 27332 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:18 AM Revision 47b7382d (ffmpeg): Cleanup, use av_freep() instead of av_free(x); x=NULL
- Originally committed as revision 27331 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:46 AM Revision 582b3549 (ffmpeg): Check the allocated pointer instead of the given pointer as intended
- in vhook/ppm.c:Configure.
patch by Erik Hovland, erik hovland org
Originally committed as revision 14321 to svn://sv... - 05:25 AM Revision bbc35f51 (ffmpeg): Clarify -minrate/-maxrate description in the documentation.
- patch by tripp, eliared yahoo com
Originally committed as revision 14320 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:41 AM Revision 29d05ebc (ffmpeg): Simplify spatial direct ref selection with FFMIN3()
- Originally committed as revision 14319 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/20/2008
- 08:56 PM Revision 86255db9 (ffmpeg): cosmetics: Make libavcodec/ppc/dsputil_altivec.c conform to style gui...
- This includes indentation changes, comment reformatting, consistent brace
placement and some prettyprinting.
Origina... - 08:02 PM Revision b6934d7f (ffmpeg): cosmetics: Reindent two misplaced braces.
- Originally committed as revision 14317 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:58 PM Revision e3905ce0 (ffmpeg): cosmetics: Reformat PPC code in libavcodec according to style guideli...
- This includes indentation changes, comment reformatting, consistent brace
placement and some prettyprinting.
Origina... - 06:06 PM Revision 41f5c62f (ffmpeg): Fix used references indexes in the loop filter.
- Disable filter_mb_fast() as it optimized the incorrect code.
Fixes at least:
BA3_SVA_C.264
CABA3_SVA_B.264
CABACI3_So... - 04:02 PM Revision 7c7cf452 (ffmpeg): Add skip* AVOptions, which seem to have been missed.
- Originally committed as revision 14314 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:01 PM Revision b000c604 (ffmpeg): Decrease severity of 'invalid new backstep' log message to warning
- in mpeg audio decoder.
Originally committed as revision 14313 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:58 PM Revision 11f63a22 (ffmpeg): Supply context argument to av_log() in mpeg audio decoder.
- Originally committed as revision 14312 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/19/2008
- 10:01 PM Revision 4760aec6 (ffmpeg): read 'coupling in use' parameter from bitstream into decoder context ...
- then copy to the local variable.
Originally committed as revision 14311 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:53 PM Revision 4f20b45f (ffmpeg): Fix h264_loop_filter_strength_mmx2() so it works with PAFF.
- fixed at least:
CVFI1_Sony_D.jsv
CVFI1_SVA_C.264
MR6_BT_B.h264
Originally committed as revision 14310 to svn://svn.f... - 06:53 PM Revision d11f9e1b (ffmpeg): Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID...
- Originally committed as revision 14309 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:16 PM Revision fb19e144 (ffmpeg): Take the brain amputated spec literally if the user asks for it (-str...
- That is, add 16 frames delay, cache trashing and av desync.
fixes at least the following reference bitstreams:
CABA3_... - 04:01 PM Revision 0042808e (ffmpeg): Remove explicit strict_std_compliance support as it seems to work fin...
- AVOptions, actually it works even finer as it also gets passed to the
decoder.
Originally committed as revision 1430... - 03:57 PM Revision 5771b2c3 (ffmpeg): Make strict_std_compliance available to decoders.
- Originally committed as revision 14306 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 PM Revision f7dbf86d (ffmpeg): Fix for possible null pointer dereferencing, closes Coverity report 6...
- Originally committed as revision 14305 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 PM Revision 9f59e608 (ffmpeg): Cosmetics: alignment
- Originally committed as revision 14304 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:41 PM Revision 3c617380 (ffmpeg): Simplify co(): do not abuse pointer aritmetics
- Originally committed as revision 14303 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:37 PM Revision 2a811db2 (ffmpeg): Make the automatic has_b_frames increasing code increase it up to the
- same maximum that can be achieved by specifying the value in the bitstream.
Originally committed as revision 14302 t... - 03:32 PM Revision 6bc5714b (ffmpeg): Simplify co(): remove variables that are only used once
- Originally committed as revision 14301 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:21 PM Revision 28bb9eb2 (ffmpeg): Try to fix my latest 100l fate SVQ3 breakage.
- Originally committed as revision 14300 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:57 AM Revision 801b27fa (ffmpeg): Remove apparently unneeded out!=NULL check.
- Originally committed as revision 14299 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 AM Revision 3eaa6d0e (ffmpeg): Simplify picture output code.
- Originally committed as revision 14298 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:47 AM Revision 6b476f05 (ffmpeg): Remove useless #if 0 code.
- Originally committed as revision 14297 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:33 AM Revision 7c0efecc (ffmpeg): Do not forget marking disposed delayed pics as unused.
- Fixes issue335
Originally committed as revision 14296 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:29 AM Revision f12c4bba (ffmpeg): add ogv extension
- Originally committed as revision 14295 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:27 AM Revision 0fb6c620 (ffmpeg): cosmetics, remove space
- Originally committed as revision 14294 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:25 AM Revision 9b92ed76 (ffmpeg): update swf video frame number when muxing done, fix #439
- Originally committed as revision 14293 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:17 AM Revision 79f4494a (ffmpeg): indent
- Originally committed as revision 14292 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 AM Revision 0ab515e9 (ffmpeg): simplify
- Originally committed as revision 14291 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:54 AM Revision 7645da91 (ffmpeg): cosmetic: use hex value instead of decimal to show relation to 0x7FFFFF
- Originally committed as revision 14290 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 AM Revision df8a7dff (ffmpeg): Remove delayed_output_pic, I do not understand what this variable was...
- It is simpler and might be faster now.
Originally committed as revision 14289 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:44 AM Revision 1b547aba (ffmpeg): Drop out of order pics even if bitstream_restriction_flag is set.
- Originally committed as revision 14288 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:43 AM Revision 34e0d789 (ffmpeg): Set avctx->coded_frame in RoQ encoder. At some point in
- the SVN history this became mandated. Fix issue 548.
Originally committed as revision 14287 to svn://svn.ffmpeg.org/... - 12:32 AM Revision 6ebc89ac (ffmpeg): Make the ugly hack which uses an unused entry in the internal buffer
- array actually use a unused one, so it does work.
Originally committed as revision 14286 to svn://svn.ffmpeg.org/ffm...
07/18/2008
- 10:23 PM Revision fc7ad2af (ffmpeg): Make ffmpeg -t X with X<=0 transcode nothing.
- Originally committed as revision 14285 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:16 PM Revision 5bfe3b85 (ffmpeg): minor simplification of qdm2_decode_fft_packets()
- Originally committed as revision 14284 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:59 PM Revision 197ea524 (ffmpeg): Make frames non reference by default, so they are disposed of automat...
- in MPV_frame_start() if we break out due to an error at a random place.
Fixes issue334
Originally committed as revis... - 01:52 PM Revision 44eb047a (ffmpeg): Correcting displayed muxing overhead and video stream size.
- Partially fixes issue348.
Originally committed as revision 14282 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:03 PM Revision e0168e3b (ffmpeg): Support reading large metadata.
- fixes issue187
Originally committed as revision 14281 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:39 AM Revision 1e77df15 (ffmpeg): Make bitstream_* fields unsigned.
- Originally committed as revision 14280 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:38 AM Revision cfcd396b (ffmpeg): Only realloc() bitstream buffer when the needed size increased,
- this is needed to prevent loosing bitstream data with large metadata.
Originally committed as revision 14279 to svn:... - 11:08 AM Revision 2b4b8c82 (ffmpeg): If metadata has been parsed goto end instead of trying to
- decorrelate and output somehing nonexistng.
Originally committed as revision 14278 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:15 AM Revision 8d8d2b73 (ffmpeg): Fix a mem leak in vc1_decode_frame().
- Patch by Erik Hovland erik hovland org
Originally committed as revision 14277 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:13 AM Revision be390a4e (ffmpeg): Fix a mem leak in av_find_stream_info().
- Patch by Erik Hovland erik hovland org
Originally committed as revision 14276 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:18 AM Revision b7b38fb2 (ffmpeg): intreadwrite: support DEC compiler __unaligned type qualifier
- Originally committed as revision 14275 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:07 AM Revision c6002ea1 (ffmpeg): MPEGTS: Improve probe function
- When a sync byte is found, check that transport_error_indicator is zero,
and adaptation_field_control is valid (non-z... - 12:24 AM Revision 5469b788 (ffmpeg): cosmetics, remove space
- Originally committed as revision 14273 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision 40e7aaa3 (ffmpeg): Return max score when ftyp atom is encountered.
- Originally committed as revision 14272 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:09 AM Revision a1f3ffa3 (ffmpeg): Make C code in yuv2yuv1() do accurate rounding, this could be split
- depending on SWS_ACCURATE as well if someone wants.
Originally committed as revision 27323 to svn://svn.mplayerhq.hu...
07/17/2008
- 11:48 PM Revision 96e8987e (ffmpeg): Simplify: do not overuse pointer aritmetic
- Originally committed as revision 14271 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:43 PM Revision d78c1ea1 (ffmpeg): indent
- Originally committed as revision 27322 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:42 PM Revision bf2bdde6 (ffmpeg): Forgotten accurate rounding function YSCALEYUV2YV121_ACCURATE.
- Originally committed as revision 27321 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:35 PM Revision 7bae01c6 (ffmpeg): simplify yuv2yuv1()
- Originally committed as revision 27320 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:02 PM Revision c52d2da9 (ffmpeg): Declare parameters of pred() that could be const as such
- Originally committed as revision 14270 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 PM Revision efa85e5e (ffmpeg): Another simplification
- Originally committed as revision 14269 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:59 PM Revision 4a51e06b (ffmpeg): Simplify
- Originally committed as revision 14268 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:42 PM Revision 02a1eb93 (ffmpeg): Simplify
- Originally committed as revision 14267 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:39 PM Revision e4265007 (ffmpeg): Declare function parameters as const
- Originally committed as revision 14266 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:30 PM Revision 6afc7c19 (ffmpeg): 10l forgot SWS_BILINEAR
- Originally committed as revision 27318 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:01 PM Revision 010c00bc (ffmpeg): Ensure that exactly one scaler algo is used.
- Originally committed as revision 27317 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:42 PM Revision fbbea48e (ffmpeg): Rearrange AV_[RW][BL]*() macros
- Originally committed as revision 14265 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:42 PM Revision 7c5ea40c (ffmpeg): 100l, someone used FLT_MIN where -FLT_MAX was meant at a few places i...
- AVOptions array.
Originally committed as revision 14264 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:28 PM Revision 8351d2ba (ffmpeg): Replace LDLATEFLAGS hackery by proper LDFLAGS tests.
- The original reasons for LDLATEFLAGS are lost in the mists of time.
Originally committed as revision 14263 to svn://... - 02:13 PM Revision 2615800a (ffmpeg): Try to fix FATE after my time_base simplification change.
- Originally committed as revision 14262 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 AM Revision 2ece2e97 (ffmpeg): Move up swscale_error target so that regression tests error out immed...
- Originally committed as revision 14261 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/16/2008
- 10:10 PM Revision ef2b64f0 (ffmpeg): Free in avcodec_close() avctx->rc_eq. Fix a memory leak.
- Originally committed as revision 14260 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:54 PM Revision 9dff86c6 (ffmpeg): 10000l, revert
- r14254
Log:
The funny memcpyin svq3 generally has src & dst overlapping, so it
should at least be a memmove().
I w... - 05:51 PM Revision 1d42f410 (ffmpeg): indent
- Originally committed as revision 14258 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:48 PM Revision 7a9dba3c (ffmpeg): SVQ3 uses the JPEG variant of YUV 4:2:0.
- Fixes issue256
Originally committed as revision 14257 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:20 PM Revision 9e4cd833 (ffmpeg): cosmetics: Fix mxf codec long name.
- Originally committed as revision 14256 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:21 AM Revision 59e7894c (ffmpeg): print AVCodecContext address instead of AVClass, better when multiple...
- Originally committed as revision 14255 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:10 AM Revision 38844c0b (ffmpeg): The funny memcpyin svq3 generally has src & dst overlapping, so it
- should at least be a memmove().
Originally committed as revision 14254 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:57 AM Revision fb0fbd7c (ffmpeg): Print slice num as well.
- Originally committed as revision 14253 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:50 AM Revision 5eb0f2a4 (ffmpeg): float_to_int16_interleave: change src to an array of pointers instead...
- this has no immediate effect, but will allow it to be used in more codecs.
Originally committed as revision 14252 to...
07/15/2008
- 11:04 PM Revision 633d9def (ffmpeg): vorbis: reduce memory by reusing buffers
- Originally committed as revision 14251 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 PM Revision 1a325367 (ffmpeg): unroll another common case in vorbis_residue_decode
- Originally committed as revision 14250 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 PM Revision 589790c2 (ffmpeg): OGG: Add padding at end of Vorbis headers
- Patch by Siarhei Siamashka <siarhei.siamashka gmail com>
Originally committed as revision 14249 to svn://svn.ffmpeg.... - 09:30 PM Revision 64b9d48f (ffmpeg): Move the size of the H264Context delayed_pic array into a #define.
- This improves readability by getting rid of some magic numbers.
Originally committed as revision 14248 to svn://svn.... - 08:45 PM Revision deaab5fc (ffmpeg): Make v4l2_read_header() don't free a stream in case of failure when
- reading its header. The stream will be freed later in
av_open_input_stream(). Fix a segmentation fault due to a doubl... - 08:39 PM Revision 7c1d608e (ffmpeg): Make v4l_read_header() don't free a stream in case of failure when
- reading its header. The stream will be freed later in
av_open_input_stream(). Fix a segmentation fault due to a doubl... - 07:06 PM Revision b0367ef0 (ffmpeg): ARM: optimised MAC64 and MLS64
- Originally committed as revision 14245 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:06 PM Revision 6865e046 (ffmpeg): ARM: optimised MUL64
- Originally committed as revision 14244 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:06 PM Revision 7995962d (ffmpeg): ARM: ARMv6 optimised MULH
- Originally committed as revision 14243 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:06 PM Revision 6651ce17 (ffmpeg): ARM: ARMv6 optimised FASTDIV
- Originally committed as revision 14242 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:06 PM Revision de0e19cc (ffmpeg): ARM: disable use of system byteswap.h
- Our bswap functions are better than those in glibc, which has
no ARM-optimised versions.
Originally committed as rev... - 07:06 PM Revision c696a863 (ffmpeg): ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32()
- Originally committed as revision 14240 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:05 PM Revision ea66f252 (ffmpeg): ARM: ARMv6 optimised bswap_16/32
- Originally committed as revision 14239 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 PM Revision 29c8b626 (ffmpeg): Remove dead code in bitstream.h
- Originally committed as revision 14238 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:17 PM Revision b1e12f99 (ffmpeg): Print the address of the AVCodecContext in av_log().
- This makes debug output much easier to read when the
same codec is open more than once.
Originally committed as revi... - 04:11 AM Revision 4342a7f3 (ffmpeg): 10l, float_to_int16_interleave_sse/3dnow wrote the wrong samples
- Originally committed as revision 14236 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/14/2008
- 10:55 PM Revision 154dffd0 (ffmpeg): Make flic probe check a few more things.
- fixes issue399
Originally committed as revision 14235 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:31 PM Revision 744b4c02 (ffmpeg): Move the codec_id overriding at a slightly better place.
- Originally committed as revision 14234 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 PM Revision e1f15d38 (ffmpeg): H264: fix index range assert() in remove_short_at_index()
- Originally committed as revision 14233 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:11 PM Revision 283c0619 (ffmpeg): Remove common factors from timebase in av_set_pts_info().
- Should fix issue313
Originally committed as revision 14232 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:18 PM Revision 54347c2f (ffmpeg): Fix infinite loop at EOF.
- Originally committed as revision 14231 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:41 PM Revision 0e3510a3 (ffmpeg): Revert r14218. FFMAX is a macro, so
- sum = FFMAX(1, scalar_product(...));
might calculate the scalar product twice, which is slower.
Originally committed... - 12:08 PM Revision e44bbf62 (ffmpeg): only animated gif (gifdec.c) was removed)
- Originally committed as revision 14229 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:55 AM Revision fb72cf46 (ffmpeg): gifdec.c was removed, purge its entry from the Makefile.
- Originally committed as revision 14228 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/13/2008
- 11:34 PM Revision f55a5281 (ffmpeg): Fix decoding of 320x240.ogg.
- Originally committed as revision 14227 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:55 PM Revision 8833f375 (ffmpeg): -itsscale to scale timestamps
- fixes issue511
Originally committed as revision 14226 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:27 PM Revision 88c5cadc (ffmpeg): Cosmetics: reindent.
- Originally committed as revision 27279 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:27 PM Revision 2ac6ff2e (ffmpeg): Remove const vector casts.
- Fixes compilation with altivec and -std=gnu99.
Originally committed as revision 27278 to svn://svn.mplayerhq.hu/mpla... - 10:21 PM Revision 1cad63d6 (ffmpeg): removed gif decoder in r14209
- Originally committed as revision 14225 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 PM Revision 89129c6b (ffmpeg): Drop non-C99-compliant initialization.
- Originally committed as revision 14224 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:51 PM Revision 4c453ddb (ffmpeg): Make our flac decoder decode all the data at EOF.
- Fixes issue524
Originally committed as revision 14223 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:44 PM Revision 4a8361f8 (ffmpeg): tools/trasher: Don't mix srand/rand and srandom/random interface.
- patch by matthieu castet, castet.matthieu free fr
Originally committed as revision 14222 to svn://svn.ffmpeg.org/ffm... - 09:44 PM Revision 9606a838 (ffmpeg): strdup() the default value for rc_eq in AVCodec when setting it in
- avcodec_get_context_defaults(). The value has to be alloced dinamically
rather than statically since it may be freed ... - 09:39 PM Revision bd6754aa (ffmpeg): On EOF keep calling the decoders until they do not output anything
- anymore, instead of just once.
Originally committed as revision 14220 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:28 PM Revision f9690589 (ffmpeg): Fix the logic to access the location of a string to free when setting
- a new value for a string with av_set_string2(). Fix a segmentation
fault.
Originally committed as revision 14219 to ... - 08:41 PM Revision b903a928 (ffmpeg): Simplify
- Originally committed as revision 14218 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:39 PM Revision 3819081f (ffmpeg): Another av_clipf() usage
- Originally committed as revision 14217 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:38 PM Revision aa64ee30 (ffmpeg): Do not declare as double a var that only stores a float
- Originally committed as revision 14216 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 PM Revision 1894db14 (ffmpeg): Simplify: use FFMAX
- Originally committed as revision 14215 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:03 PM Revision b08edb22 (ffmpeg): check that csize in ff_lzw_decode_init is < LZW_MAXBITS, <= is not en...
- might read outside the prefix array
Originally committed as revision 14214 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:59 PM Revision 4138ad96 (ffmpeg): Add av_clipf() function to common.h and use it in ra288.c
- Originally committed as revision 14213 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 PM Revision 8effdce0 (ffmpeg): dvdsubdec: allow compilation with -DDEBUG
- Originally committed as revision 14212 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 PM Revision e8420626 (ffmpeg): RTP: use dprintf(), allow compilation with -DDEBUG
- Originally committed as revision 14211 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 PM Revision f94981ea (ffmpeg): ASF: use dprintf(), allow compilation with -DDEBUG
- Originally committed as revision 14210 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:47 PM Revision 0b54f3c0 (ffmpeg): Remove gif demuxer, the code contains a gif decoder and lzw decoder n...
- belongs in a demuxer, furthermore the code might be exploitable.
Fixes issue530
Originally committed as revision 142... - 04:19 PM Revision 8858816d (ffmpeg): Use -vsync 0 unless the user explicitly asked for something
- else when the framerate is above 1000.
Fixes issue259.
Originally committed as revision 14208 to svn://svn.ffmpeg.or... - 03:03 PM Revision b9fa3208 (ffmpeg): exploit mdct symmetry
- 2% faster vorbis on conroe, k8. 7% on celeron.
Originally committed as revision 14207 to svn://svn.ffmpeg.org/ffmpeg... - 02:59 PM Revision eb2cd99c (ffmpeg): mlpdec: Check for bits left before each read of End-of-Stream indicat...
- Substream parity check independently. This allows decoding of streams that
have EOS but don't have Substream parity c... - 02:56 PM Revision f27e1d64 (ffmpeg): simplify vorbis windowing
- Originally committed as revision 14205 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:27 PM Revision 6647ab80 (ffmpeg): bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
- throughout libavcodec.
Originally committed as revision 14204 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:25 PM Revision f9bd3056 (ffmpeg): clip MS ADPCM predictor range to correct [0..6] range, not [0..7]
- Originally committed as revision 14203 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:12 PM Revision 962fe7e1 (ffmpeg): Use bytestream and AV_RL* functions in ADPCM code where possible
- Originally committed as revision 14202 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 PM Revision ae8afab9 (ffmpeg): Fix MS ADPCM de- and encoding: first and second sample are swapped.
- Noticeable better decoding of e.g. http://samples.mplayerhq.hu/A-codecs/msadpcm-stereo/dance-b5th.asf
Originally com... - 12:40 PM Revision e70f1a20 (ffmpeg): Add parisc* to the list of architectures requiring PIC flags for shar...
- Originally committed as revision 14200 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 PM Revision 9ea583e1 (ffmpeg): mpegaudio: use MAC/MLS macros in ff_mpa_synth_filter
- Originally committed as revision 14199 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 PM Revision ffa978f1 (ffmpeg): mathops: add MAC64, MLS64, and MLS16
- MAC64: 64 += 32 x 32 (bits)
MLS64: 64 -= 32 x 32
MLS16: 32 -= 16 x 16
Originally committed as revision 14198 to svn:... - 12:07 AM Revision 71c465a1 (ffmpeg): Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER
- This makes LIBMPEG2_BITSTREAM_READER_HACK redundant, so remove it.
Originally committed as revision 14197 to svn://s...
07/12/2008
- 10:17 PM Revision c1c90466 (ffmpeg): Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which
- video codec is used.
Fixes issue49 Departed Trailer.evo (mpeg ps missdetecting h264 as mpeg2video)
Originally commit... - 08:55 PM Revision 1b71f045 (ffmpeg): configure: simplify negative dependencies
- Originally committed as revision 14195 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:55 PM Revision 3250003c (ffmpeg): configure: allow !foo as argument to enabled/disabled and *_deps lists
- Originally committed as revision 14194 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:40 PM Revision dd57251c (ffmpeg): Remove old hackish codec probe system.
- Originally committed as revision 14193 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:12 PM Revision 007f67b0 (ffmpeg): Fix pts handling when encoding with libschroedinger, closes issue 453.
- patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 14192 to svn://svn.ffmpeg.org/f... - 08:09 PM Revision f73b2040 (ffmpeg): Fix pts handling when encoding with libdirac.
- patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 14191 to svn://svn.ffmpeg.org/f... - 08:01 PM Revision 2a72e494 (ffmpeg): Use strcmp() instead of strncmp() in set_codec_from_probe_data().
- Originally committed as revision 14190 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:57 PM Revision 25d3fb73 (ffmpeg): indent
- Originally committed as revision 14189 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:57 PM Revision 942de2f4 (ffmpeg): Only try to probe the codec when the available data has roughly doubled
- relative to the last attempt.
Originally committed as revision 14188 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:56 PM Revision 312d24d5 (ffmpeg): Add mpegvideo and H.264 to the codec probe.
- Originally committed as revision 14187 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:50 PM Revision 010acd8e (ffmpeg): h264_probe()
- Originally committed as revision 14186 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 PM Revision 55823964 (ffmpeg): indent
- Originally committed as revision 14185 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:42 PM Revision 0bef08e5 (ffmpeg): New codec probing system try #1.
- Originally committed as revision 14184 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:43 PM Revision 3e86dba2 (ffmpeg): command_streams are type data not unknown.
- Originally committed as revision 14183 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:02 PM Revision 09fec2b9 (ffmpeg): Use new style static VLC tables for IMC decoder.
- Also fixes a memleak due to the previous in-context tables not being freed.
Originally committed as revision 14182 t... - 02:28 PM Revision 9d3b9f2c (ffmpeg): Move add_to_pktbuf() before av_read_packet(). My future work on codec...
- cleanup will need this.
Originally committed as revision 14181 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:25 PM Revision 64cd3108 (ffmpeg): Move set_codec_from_probe_data() up to where the other probe function...
- Originally committed as revision 14180 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:15 PM Revision 3179da62 (ffmpeg): Pass AVPacketList instead of the whole context to add_to_pktbuf as th...
- all that is needed.
Originally committed as revision 14179 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:43 AM Revision d08e3e91 (ffmpeg): Prevent users from setting -vol and -acodec copy together.
- They are incompatible since the frames are not decoded, so they can't be preprocessed.
Originally committed as revis... - 10:56 AM Revision f1b2f1bf (ffmpeg): Typo and grammar fix
- Originally committed as revision 14177 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 AM Revision 848eab4e (ffmpeg): Correct a couple of typos
- Originally committed as revision 14176 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 AM Revision 8884b918 (ffmpeg): 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/...
- First coefficient array must be unsigned to fit in 8 bits
Originally committed as revision 14175 to svn://svn.ffmpeg... - 07:28 AM Revision ff227126 (ffmpeg): 10l, forgot to replace a / 256 for r14173.
- Fixes MS ADPCM regression test.
Originally committed as revision 14174 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/11/2008
- 09:38 PM Revision ddcf031f (ffmpeg): Change MS ADPCM table so they fit into int8_t and change array type.
- Originally committed as revision 14173 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:54 PM Revision 4972a246 (ffmpeg): indent
- Originally committed as revision 14172 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:51 PM Revision 7ee18c17 (ffmpeg): Fix not coded channels / silence decoding.
- Fixes issue264 WMV audio stutter
Originally committed as revision 14171 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:45 PM Revision 362aba4b (ffmpeg): Check that we have enough output space available.
- Originally committed as revision 14170 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:25 PM Revision 0261e365 (ffmpeg): Deprecate avcodec_build(), it returns the same value as
- avcodec_version().
Originally committed as revision 14169 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:12 PM Revision 876ef93d (ffmpeg): simplify
- Originally committed as revision 14168 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:10 PM Revision 6e264d45 (ffmpeg): Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr.
- Originally committed as revision 14167 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:48 AM Revision 4ad62d9a (ffmpeg): Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for...
- Originally committed as revision 14166 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:45 AM Revision fd9f3153 (ffmpeg): Make preprocessor condition more specific and useful by changing
- #ifdef CONFIG_ENCODERS --> #ifdef CONFIG_DVVIDEO_ENCODER.
Originally committed as revision 14165 to svn://svn.ffmpeg... - 07:41 AM Revision 58607ca7 (ffmpeg): Move one function that is only used for muxing below #ifdef CONFIG_MU...
- Originally committed as revision 14164 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 AM Revision 37673b1b (ffmpeg): Move a function and an #ifdef CONFIG_MUXERS so that functions used on...
- muxing get disabled when compiling with --disable-muxers.
Originally committed as revision 14163 to svn://svn.ffmpeg... - 07:37 AM Revision 66b32ce8 (ffmpeg): Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_...
- fixes some warnings when compiling with muxers disabled.
Originally committed as revision 14162 to svn://svn.ffmpeg.... - 04:48 AM Revision d7e1fc42 (ffmpeg): SSE2 optimizations for Monkey's Audio decoder vector functions
- Originally committed as revision 14161 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:07 AM Revision 3a8322b1 (ffmpeg): H264: Fix decoding with CABAC/delta_qp/PCM macroblocks.
- Patch by Jason Garrett-Glaser (darkshikari gmail com)
Originally committed as revision 14160 to svn://svn.ffmpeg.org... - 12:59 AM Revision 28ce1839 (ffmpeg): Add a checklist about new codecs or formats to the documentation.
- Originally committed as revision 14159 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/10/2008
- 06:01 PM Revision 822cc8f7 (ffmpeg): Update Changelog and documentation for MVI demuxer and decoder.
- Originally committed as revision 14158 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:37 PM Revision 5c5a6dfe (ffmpeg): Update info for Sonic, add Dirac to supported formats list.
- Originally committed as revision 14157 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:33 PM Revision 64c2f20a (ffmpeg): Sort lists ignoring case.
- Originally committed as revision 14156 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:31 PM Revision d698c5d3 (ffmpeg): cosmetics: Fix inconsistent indentation.
- Originally committed as revision 14155 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:37 PM Revision 1619f426 (ffmpeg): 100L, avoption splited code added, I should double check with svn sta...
- Originally committed as revision 27245 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:52 AM Revision 6413d91d (ffmpeg): Remove useless casts.
- Patch by avcoder ffmpeg at gmail d0t com
Originally committed as revision 14154 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:49 AM Revision 24909d39 (ffmpeg): Remove useless casts.
- Patch by avcoder ffmpeg at gmail d0t com
Originally committed as revision 14153 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:44 AM Revision 733cec1d (ffmpeg): Parse frames to feed the decoder with individual parse units.
- Patch by Anuradha Suraparaju anuradha rd bbc co uk
Original thread: [PATCH] Patches to fix issue453 individuallibdira... - 11:41 AM Revision eb64714c (ffmpeg): Add entry for Dirac codec.
- Patch by Anuradha Suraparaju anuradha rd bbc co uk
Originally committed as revision 14151 to svn://svn.ffmpeg.org/ff... - 11:40 AM Revision 0cf0e25d (ffmpeg): Add a parameter for queue size.
- Patch by Anuradha Suraparaju anuradha rd bbc co uk
Originally committed as revision 14150 to svn://svn.ffmpeg.org/ff... - 07:40 AM Revision 80150f7e (ffmpeg): Fix MPEG video packetization for RTP
- Originally committed as revision 14149 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:15 AM Revision bb68f8a2 (ffmpeg): Monkey's Audio decoder vector functions work on input with length
- a multiple of 16. Reflect that fact in the documentation for them.
Originally committed as revision 14148 to svn://s... - 03:02 AM Revision 5b8cc860 (ffmpeg): Motion Pixels MVI Demuxer.
- Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net>
Originally committed as revision 14147 to svn:... - 03:01 AM Revision 974e0eee (ffmpeg): Motion Pixels Video Decoder.
- Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net>
Originally committed as revision 14146 to svn:...
07/09/2008
- 10:43 PM Revision e40b183d (ffmpeg): Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costa...
- Originally committed as revision 27244 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:51 PM Revision 7ac884c5 (ffmpeg): Fix a warning in ffserver.c caused by the use of the function
- av_set_string() deprecated since r14134.
Originally committed as revision 14145 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:21 PM Revision fdbb1feb (ffmpeg): Remove ancient code that hasnt worked in many years.
- Originally committed as revision 14144 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:09 PM Revision 18c64005 (ffmpeg): regenerate dependencies when building object files
- Originally committed as revision 14143 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:59 PM Revision 81d4ee3e (ffmpeg): New full search ME
- Originally committed as revision 14142 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:45 PM Revision 304ba23a (ffmpeg): Print the program_name rather than always "FFmpeg" when showing the
- commandline tools license.
Originally committed as revision 14141 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:51 PM Revision bc314472 (ffmpeg): Make the function prototype visible to comply with C99 inline.
- Fixes building with gcc -std=gnu99.
Originally committed as revision 14140 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:34 AM Revision 5cfdfd8a (ffmpeg): increment minor version for commit r14110 (Electronic Arts CMV decoder)
- Originally committed as revision 14139 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:21 AM Revision e98750c3 (ffmpeg): float_to_int16_sse2()
- 20% faster than sse
Originally committed as revision 14138 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:57 AM Revision 4e999ebe (ffmpeg): indent
- Originally committed as revision 14137 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:56 AM Revision 385b19df (ffmpeg): Allow setting codecs through preset files
- Originally committed as revision 14136 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:03 AM Revision 7445f9cc (ffmpeg): fix IPCM_decode_error.h264
- Originally committed as revision 14135 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom