source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c192be19   10 years michaelni Merge commit '16c01fb4347312b6d29a6498dad627665b96a20e' * commit …
(edit) @e7fdfbdc   10 years michaelni Merge commit '84b9463984083f4e83948c73c1a5dbaf596ff3f7' * commit …
(edit) @f1b20930   10 years michaelni Merge commit '2c6a7f9348378f887066fb1669c46b9485e8ef3e' * commit …
(edit) @7cbe1e04   10 years michaelni Merge commit '920bca3e2332dced9c78bd14cfc2ff138188bd57' * commit …
(edit) @16c01fb4   10 years anton hevc: remove an unused function parameter
(edit) @84b94639   10 years anton hevc: remove a redundant line pred_mode is overwritten a few lines …
(edit) @2c6a7f93   10 years anton hevc: do not store rqt_root_cbf in the context It does not need to be …
(edit) @920bca3   10 years anton hevc: do not store pcm_flag in the context It does not need to be …
(edit) @9421d97   10 years michaelni ffmpeg: Fix last newline at log level less than "info" Fixes …
(edit) @4be03a7a   10 years michaelni cmdutils: Exit in case of faulty stream specifiers Avoids printing …
(edit) @3f07dd6e   10 years lukasz.m.luki2 ffserver_config: fix possible crash Fixes CID #1254662
(edit) @1a054bd1   10 years lukasz.m.luki2 ffserver_config: do not store preset name Preset are translated to …
(edit) @33d6f90e   10 years Reynaldo H. Verdejo Pinochet ffserver: drop pointless explicit !=0 checks Signed-off-by: Reynaldo …
(edit) @20bf91f   10 years michaelni avcodec/roqvideoenc: clear freed pointers Avoid leaving stale …
(edit) @7ababb85   10 years michaelni avcodec/snow: clear freed pointers Avoid leaving stale pointers in …
(edit) @00672d2c   10 years michaelni avcodec/rl2: clear freed pointers Avoid leaving stale pointers in …
(edit) @51ddaf65   10 years michaelni avformat/mpeg: fix memleak of sub_name on error Fixes CID1254666 …
(edit) @62eca2f8   10 years michaelni avdevice/xcbgrab: Fix/remove unneeded NULL checks Fixes CID1254664 …
(edit) @374c907f   10 years michaelni avcodec/vorbis_parser: Move vp check Fixes null pointer dereference …
(edit) @1de78677   10 years michaelni avcodec/dvdsubdec: Check all fseek()s return codes Fixes CID1254660 …
(edit) @530eb6a   10 years michaelni avformat/hlsenc: Free context after hls_append_segment Fixes reading …
(edit) @ce80f9fe   10 years michaelni avformat/segment: export inner muxer timebase Fixes "Non-monotonous …
(edit) @ec012837   10 years lukasz.m.luki2 lavf/ffmdec: reident after last commit Signed-off-by: Lukasz Marek …
(edit) @745730c9   10 years lukasz.m.luki2 lavf/ffm: use AVOption API to store/restore stream properties This is …
(edit) @a38e06c1   10 years lukasz.m.luki2 ffserver_config: handle codec private options This commit allows to …
(edit) @2657f00d   10 years lukasz.m.luki2 ffmpeg_opt: use codec private context in ffserver streams …
(edit) @6690d4c3   10 years lukasz.m.luki2 lavf/ffm: store/restore private codec context Signed-off-by: Lukasz …
(edit) @bee5844d   10 years lukasz.m.luki2 lavu/opt: introduce av_opt_serialize() Function allows to create …
(edit) @eec69332   10 years lukasz.m.luki2 lavu/opt: introduce av_opt_is_set_to_default() New function allows to …
(edit) @01974a5   10 years lukasz.m.luki2 lavc/options: initialize pkt_timebase It's default in option_table.h …
(edit) @4a30277a   10 years lukasz.m.luki2 lavc/options: set timecode_frame_start to -1 as option default …
(edit) @c544ffd2   10 years lukasz.m.luki2 lavc/options_table: add pixel_format and video_size options Adding …
(edit) @c7270066   10 years lukasz.m.luki2 lavc/options_table: set min to -1 for timecode_frame_start …
(edit) @08ee02de   10 years michaelni avfilter/vf_tinterlace: remove unused variable Signed-off-by: Michael …
(edit) @f3cba01c   10 years michaelni Merge commit 'c00365b46d464ce47716315c1801818d811bdb9a' * commit …
(edit) @c00365b4   10 years martin aarch64: Make the function pointer tables position independent This …
(edit) @77204f7   10 years u avfilter/xbr: fix style in FILT4() calls
(edit) @7eece069   10 years u avfilter/xbr: clarify default "interpolated" pixels assignments
(edit) @bca3c2cf   10 years u avfilter/xbr: refactor xbr[234]x into a single function No speed …
(edit) @8bc1553   10 years u avfilter/xbr: add slice threading
(edit) @bd7d8604   10 years michaelni avcodec/nellymoserenc: update comment to match …
(edit) @454b7142   10 years u avfilter/xbr: add video and filtering flags to options Fixes ffmpeg …
(edit) @be96201e   10 years u avfilter/xbr: use function pointers for xbr[234]x
(edit) @c4fb79a3   10 years u avfilter/xbr: remove FATE test entry from @todo See …
(edit) @9a796f7f   10 years u avfilter/xbr: consistent copyright header
(edit) @d1529273   10 years u avfilter/xbr: make xbr[234]x a bit more consistent
(edit) @a99004a9   10 years u avfilter/xbr: misc style fixes
(edit) @fda209b7   10 years u avfilter/xbr: simplify left/up conditions
(edit) @a3c3ee69   10 years u avfilter/xbr: misc cleanup in FILT[234] macros
(edit) @7e91f775   10 years u avfilter/xbr: refactor src/dst pointers definitions into a macro
(edit) @18e4bf4f   10 years u avfilter/xbr: refactor the 21 pixels definition into a macro
(edit) @6bf9786a   10 years u avfilter/xbr: mark source pointers as const
(edit) @e0704840   10 years u avfilter/xbr: simplify width overread checks
(edit) @55f05ac0   10 years u avfilter/xbr: use different macro names for each dimension
(edit) @9f9c7417   10 years u avfilter/xbr: avoid unecessary macro redirections
(edit) @086487b   10 years u avfilter/xbr: localize some filtering variables
(edit) @08bb6f91   10 years u avfilter/xbr: do not pass unchanging r2y to macros
(edit) @aea7616   10 years stefasab lavfi/xbr: remove relicensing notice from copyright header The log is …
(edit) @dcb10ef9   10 years michaelni Merge commit '2fa6d21124bd2fc0b186290f5313179263bfcfb7' * commit …
(edit) @89e705cd   10 years michaelni Merge commit '74d7db586a2e9aeb107e357739c7e4dde0b6991c' * commit …
(edit) @a2f05d33   10 years michaelni lavfi : change xBR filter to LGPL Hyllian's message : "Hi, Put lgpl …
(edit) @7d37e45f   10 years michaelni avcodec/mpeg4video_parser: fix spurious extradata parse warnings …
(edit) @10411afd   10 years michaelni avcodec/mpeg4videodec: replace some return -1 by more specific error …
(edit) @18fcdc09   10 years michaelni avcodec/mpeg4videodec: forward return code in …
(edit) @deccb4d8   10 years michaelni avformat/http: simplify chained_options copying Signed-off-by: …
(edit) @ffaf2074   10 years michaelni Fix the timeout option not working when connecting to a HTTP url that …
(edit) @12630fa8   10 years michaelni avcodec/dvdsubdec: New option for obtaining global palette from .IFO …
(edit) @2fa6d211   10 years vittorio.giovara on2avc: Fix out of array access CC: libav-stable@libav.org Bug-Id: …
(edit) @74d7db58   10 years vittorio.giovara dv: Drop a spurious check The buffer is always valid. Bug-Id: CID 700682
(edit) @b08fd7ea   10 years michaelni mov.c: fix handling of seek return in read_mfra this would cause mfra …
(edit) @42c8db69   10 years michaelni Merge commit '8562c1483ba647f562e4c1df68a9231274b80e6b' * commit …
(edit) @f3c324a0   10 years michaelni Merge commit '3a6bb9735053c453f806ceab1d91124648d90aca' * commit …
(edit) @8562c148   10 years anton Icecast: Send content-type in all cases This is needed because …
(edit) @3a6bb973   10 years anton Icecast: Send 100-continue header if possible This allows for proper …
(edit) @05e4b25e   10 years michaelni avfilter/x86/vf_interlace: rewrite asm 4775 decicycles -> 3688 …
(edit) @fb3eb573   10 years michaelni avfilter/tinterlace: add Support for ff_lowpass_line_avx() & …
(edit) @18b46ecc   10 years michaelni avfilter/tinterlace: Move lowpass_line to a separate function and call …
(edit) @9d548fce   10 years michaelni avfilter/tinterlace: split context definition into seperate header so …
(edit) @f043965c   10 years michaelni avfilter/vf_tinterlace: fix linesize vs. width Signed-off-by: Michael …
(edit) @933eca91   10 years michaelni libavformat/mxfdec.c: refactored resolving timecode component …
(edit) @05e0ea60   10 years michaelni avfilter/vf_tinterlace: Fix output top field first flag for …
(edit) @6f373d75   10 years michaelni Merge commit '2e1704059ae8625beda2ffde847ad22c5ba416dc' * commit …
(edit) @53ab7846   10 years michaelni Merge commit 'd16ec1b6db25bc348b0d4800c9a0c9b7070e3710' * commit …
(edit) @85929b9c   10 years michaelni avcodec/lpc: remove unneeded {} Signed-off-by: Michael Niedermayer …
(edit) @d4065a9f   10 years michaelni Merge commit '60e0ee7ca25bd3bea54043b0607efe4cd51acaf3' * commit …
(edit) @a5adeff4   10 years michaelni Merge commit '3a6ddfb8745e4b306a5637927fb057f630345e2f' * commit …
(edit) @ac1735e7   10 years michaelni Merge commit 'e4cb6abb2f46910c72178e2f987a0198f0fd10b1' * commit …
(edit) @720a8d2b   10 years michaelni Merge commit '4b39cc1a093c239412ded522c4a899744e7f2008' * commit …
(edit) @2e170405   10 years lu_zero vf_interlace: Add SIMD for lowpass filter Signed-off-by: Luca Barbato …
(edit) @d16ec1b6   10 years vittorio.giovara atrac3plus: always initialize refwaves CC: libav-stable@libav.org
(edit) @60e0ee7c   10 years vittorio.giovara lpc: always initialize ref and err CC: libav-stable@libav.org Bug-Id: …
(edit) @3a6ddfb8   10 years vittorio.giovara exr: check return value CC: libav-stable@libav.org Bug-Id: CID 1198259
(edit) @e4cb6abb   10 years vittorio.giovara bgmc: fix sizeof arguments CC: libav-devel@libav.org Bug-Id: CID …
(edit) @4b39cc1a   10 years vittorio.giovara riff: support ProRes in avi (APCN fourcc)
(edit) @e6e61496   10 years michaelni doc/indevs: Rework and update documentation of AVFoundation device. …
(edit) @d525e662   10 years michaelni Changelog: Mention AVFoundation screen capturing. Signed-off-by: …
(edit) @20453342   10 years michaelni lavd/avfoundation: Introduce device alias 'none' to allow the user to …
(edit) @cde0ad5e   10 years Carl Eugen Hoyos tests/Makefile: Fix path for creation of ffprobe-test.nut.
(edit) @00df32f6   10 years michaelni avcodec/pngdec: split frame decoding in its own function. …
(edit) @8cab24df   10 years michaelni avcodec/pngdec: create a function to handle small (<=4) bits per pixel …
Note: See TracRevisionLog for help on using the revision log.