source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @eb7960b2   10 years michaelni avcodec/h264: Fix undefined shifts in pack16to32() and pack8to16() …
(edit) @11145668   10 years michaelni avcodec/mpegvideo: Fix undefined shifts in ff_init_block_index() …
(edit) @d3b25383   10 years michaelni avcodec/012v: Check dimensions more completely Fixes division by 0 …
(edit) @c8372f80   10 years michaelni avfilter/aeval: Fixed a memory leak in EvalContext::channel_values …
(edit) @dcddca93   10 years Carl Eugen Hoyos Force -DEXTENSIONS on Solaris. This fixes compilation of …
(edit) @1d523ea8   10 years Carl Eugen Hoyos lavc/hevcdsp: Fix compilation for arm with --disable-neon.
(edit) @88bf1689   10 years Carl Eugen Hoyos lavd/avfoundation: Silence warnings when compiling for iOS. …
(edit) @87b3c6e2   10 years Carl Eugen Hoyos lavd/avfoundation: Silence c99 warnings when using gcc. Reviewed-by: …
(edit) @732f46a6   10 years Carl Eugen Hoyos lavd/qtkit: Silence deprecation warnings when using clang. …
(edit) @f8f324cc   10 years michaelni Merge commit '448c8cfe4c53e9e806effd8505b46d57fa707061' * commit …
(edit) @8d026861   10 years michaelni Merge commit '0c5e380c2c266d2e8a13c000cc527529db837f10' * commit …
(edit) @ebdae731   10 years michaelni Merge commit 'cf402d6fa88acd647cdff993429583bec8a34fdc' * commit …
(edit) @967afad   10 years michaelni Merge commit 'c83dd2d2a458075a58895c384372f57c1ec26276' * commit …
(edit) @14ab6f9a   10 years michaelni Merge commit '96a06dbaf278e8152487e08772946f63bd2a3843' * commit …
(edit) @f063a0b   10 years michaelni Merge commit 'dc7536ca3d2dbe47f40cc0fcd0fc2555a84d5f56' * commit …
(edit) @448c8cfe   10 years martin movenc: Support setting fragment_index before the moov atom is written …
(edit) @0c5e380c   10 years martin movenc: Don't rely on the fragment index for vc1 info gathering The …
(edit) @cf402d6f   10 years martin rtpenc_mpegts: Set chain->rtp_ctx only after avformat_write_header …
(edit) @c83dd2d2   10 years martin rtpenc_mpegts: Free the right ->pb in the error path in the init …
(edit) @96a06dba   10 years anton FATE: add support for testing hwaccels
(edit) @dc7536ca   10 years anton avconv: do not abort immediately if initializing hwaccel fails …
(edit) @3170b33   10 years michaelni avfilter/vf_fftfilt: increase RDFT length by 10% This fixes artifacts …
(edit) @399e3141   10 years michaelni libavformat/mxfenc: write package name metadata …
(edit) @2c8cff2b   10 years michaelni asfenc: fix leaking asf->index_ptr on error Signed-off-by: Andreas …
(edit) @cf82c426   10 years michaelni roqvideoenc: set enc->avctx in roq_encode_init So far it is only set …
(edit) @cf714205   10 years michaelni avcodec/libvpxenc: Clear twopass_stats.sz on deallocation …
(edit) @a11440c   10 years michaelni Merge commit '93f7948136fcda8ddbbc44a6c24418f11ca829b8' * commit …
(edit) @e71dce57   10 years michaelni avformat/siff: Fix checks and variable types Signed-off-by: Michael …
(edit) @8f92c089   10 years michaelni Merge commit 'ad94c6ca0b86c463f476b26606259a2041dcddc9' * commit …
(edit) @2e8020c6   10 years michaelni Merge commit '9f25a109922da43c1f81273a431d3b40cb5a785a' * commit …
(edit) @d898482a   10 years michaelni Merge commit 'bfeb83a8b7d3fcf09a54d8dbc9c521e10bb17530' * commit …
(edit) @b3a56e60   10 years michaelni avcodec/hevc_parser: use avpriv_find_start_code in hevc_split() …
(edit) @1f4088b2   10 years michaelni avcodec/options_table: remove extradata_size from the AVOptions table …
(edit) @374ec681   10 years michaelni tests/fate-run: Print more details on failure of stddev / filesize …
(edit) @6b8263b0   10 years michaelni ffmdec: limit the backward seek to the last resync position If …
(edit) @b4ec6afd   10 years michaelni Add dependencies to configure file for vf_fftfilt Signed-off-by: …
(edit) @93f79481   10 years vittorio.giovara libvpx: Fix mixed use of av_malloc() and av_reallocp() This buffer is …
(edit) @ad94c6ca   10 years vittorio.giovara siff: Use the correct type for packet size variables The avio …
(edit) @9f25a109   10 years vittorio.giovara matroskaenc: Also validate chapter end time This prevents it to be …
(edit) @bfeb83a8   10 years vittorio.giovara rtpdec_hevc: Drop extra sanity check for size of input packet In this …
(edit) @4c91d81b   10 years michaelni ffmdec: make sure the time base is valid A negative time base can …
(edit) @ba0198a7   10 years michaelni Merge commit '46d4d8575979a24a8d026d9805039b724e0e3e5f' * commit …
(edit) @e8821e7   10 years michaelni Merge commit '00d751d4fc20ec88d2cc2c9f39ec8b9e9c8cdeba' * commit …
(edit) @6453fddb   10 years Carl Eugen Hoyos doc: Clarify documentation for fade duration.
(edit) @4a94f7b2   10 years Carl Eugen Hoyos doc: Improve video creation examples (from image2). The examples used …
(edit) @b69238d9   10 years Carl Eugen Hoyos Fix the intra_dc_precision API doc. The mpegvideo decoder has set …
(edit) @bf4bd427   10 years Carl Eugen Hoyos lavc/ffv1enc: Auto-select -coder 1 for >8bit also for yuv. …
(edit) @46d4d85   10 years martin movenc: Avoid writing separate flags for the first sample if not …
(edit) @00d751d4   10 years martin movenc: Set tfhd default sample flags based on actual samples, if …
(edit) @6fa98822   10 years michaelni ffmdec: fix infinite loop at EOF If EOF is reached, while skipping …
(edit) @66879ee1   10 years michaelni ffmdec: initialize f_cprv, f_stvi and f_stau They are used in a …
(edit) @b0232301   10 years michaelni Merge commit '0ce3a0f9d9523a9bcad4c6d451ca5bbd7a4f420d' * commit …
(edit) @0ce3a0f9   10 years lu_zero utvideodec: Handle slice_height being zero Fixes out of array …
(edit) @fa14685a   10 years michaelni Merge commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f' * commit …
(edit) @d5e9fc78   10 years michaelni avcodec/tiff: move bpp check to after "end:" This ensures that all …
(edit) @9889762a   10 years michaelni Merge commit 'ae5e1f3d663a8c9a532d89e588cbc61f171c9186' * commit …
(edit) @1b47760b   10 years James RELEASE: update to 2.6.git Signed-off-by: James Almer <jamrial@gmail.com>
(edit) @e10b2a4d   10 years Reynaldo H. Verdejo Pinochet ffserver: remove stale debug stanza Signed-off-by: Reynaldo H. …
(edit) @0002a22e   10 years Reynaldo H. Verdejo Pinochet ffserver: move assignment outside condition eval Signed-off-by: …
(edit) @923a2445   10 years Reynaldo H. Verdejo Pinochet ffserver: break some too long lines Signed-off-by: Reynaldo H. …
(edit) @10fd7ff   10 years michaelni doc: avoid the incorrect phrase 'allow to' Signed-off-by: Andreas …
(edit) @7b9cb7b3   10 years vittorio.giovara avprobe: Export coded_{width,height} in -show_streams
(edit) @fa7084a0   10 years michaelni avfilter/vf_edgedetect: Change enums to int, which are accessed via …
(edit) @08880c1f   10 years michaelni avfilter/vf_curves: Change enums to int, which are accessed via …
(edit) @ee7b5d4   10 years michaelni avfilter/vf_drawtext: Change enums to int, which are accessed via …
(edit) @0d1acb94   10 years James fate: add test for vp90-2-trac4359.webm Regression test for the bug …
(edit) @fd503e96   10 years michaelni Merge commit '6448f15af02f2c3cf0df8cb8237957e426041f2d' * commit …
(edit) @3360c6ac   10 years michaelni Merge commit '5f5b78aca35d07c771f5c4c73a984be9fe04a0b8' * commit …
(edit) @acfb54c0   10 years michaelni Merge commit '0025f7408a0fab2cab4a950064e4784a67463994' * commit …
(edit) @ae5e1f3d   10 years lu_zero tiff: Check that there is no aliasing in pixel format selection Fixes …
(edit) @10e3e3aa   10 years michaelni Merge commit '62de77ffcaebd42fe685b8426da56b89b2532318' * commit …
(edit) @6448f15   10 years martin mxfdec: Fix the error handling for when strftime fails The str …
(edit) @8fabbd0d   10 years michaelni doc/filters: Add some random examples for fftfilt Reviewed-by: …
(edit) @0b69c53a   10 years michaelni vp9: included uses_2pass member in vp9_ref_frame(). Signed-off-by: …
(edit) @5f5b78ac   10 years lu_zero xcbgrab: Free the host string after checking the connection Prevent …
(edit) @0025f740   10 years lu_zero vorbis: Check the vlc value in setup_classifs The valid returned …
(edit) @62de77ff   10 years lu_zero vorbis: Use a local codebook variable Makes the code a little simpler.
(edit) @4ba8f327   10 years michaelni vp9: split segmentation map / mvpair references. This prevents a …
(edit) @0c49cff1   10 years onemda avfilter/af_astats: redo zero channel handling Suggested-by: Nicolas …
(edit) @fc9b4074   10 years michaelni Merge commit '0f9f7969ef4df3661131cede3e8cc770e1ea3db8' * commit …
(edit) @65ba90ea   10 years onemda avfilter/af_astats: Avoid Zero division in print part.
(edit) @0f9f7969   10 years vittorio.giovara rmdec: Improve message for demux error Use correct context, reduce …
(edit) @9d7e42e6   10 years michaelni avcodec/vc1_mc: optimize get_chroma_mv, and add get_luma_mv Test …
(edit) @8849c4c   10 years michaelni avcodec/mpegvideo_motion: Fix off by 1 error in MV bounds checking in …
(edit) @9f0eaf79   10 years michaelni avcodec/mpegvideo_motion: Fix off by 1 error in MV bounds checking …
(edit) @6c583e90   10 years michaelni avcodec/opusdec: Fix delayed sample value Fixes out of array access …
(edit) @1ae09258   10 years michaelni avcodec/opusdec: Clear out pointers per packet This is safer than to …
(edit) @e3201c38   10 years michaelni avcodec/utils: Align YUV411 by as much as the other YUV variants …
(edit) @9870c036   10 years michaelni avcodec/vc1_mc: change the type of s_rndtblfield to uint8_t …
(edit) @468defc5   10 years michaelni avcodec/vc1_mc: Simplify v_edge_pos and src_y correction when fieldmv …
(edit) @02fc168c   10 years michaelni avcodec/golomb: cleanup Signed-off-by: Zeng Zhaoxiu …
(edit) @b1e9634c   10 years michaelni ChangeLog: Remove the redundant VP9 RTP entry Signed-off-by: Michael …
(edit) @a75353e7   10 years michaelni Merge commit 'b77e335e441040a40fc6156b8e4a134745d10233' * commit …
(edit) @9a1884a1   10 years michaelni Merge commit 'dcae2e32f7d8a1ca5fb8c1e4aa81313be854dd73' * commit …
(edit) @b77e335e   10 years martin configure: Move the .object_arch check to the right place …
(edit) @1be6054   10 years michaelni avcodec/vc1_mc: remove useless variables Signed-off-by: Zeng Zhaoxiu …
(edit) @dcae2e32   10 years martin arm: Suppress tags about used cpu arch and extensions When all the …
(edit) @48b5be65   10 years michaelni avfilter: Add FFT domain filter. Signed-off-by: Michael Niedermayer …
(edit) @3499a1c0   10 years michaelni mips/asmdefs: change include guard to read AVUTIL_ instead of AVCODEC_ …
(edit) @ebd59d27   10 years michaelni Revert "avutil/opencl: is_compiled flag not being cleared in …
Note: See TracRevisionLog for help on using the revision log.