source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9e0b0c60   10 years michaelni Merge commit '2ded57371abead879bcee56da5131e5fac0d17ef' * commit …
(edit) @1fddfaa2   10 years michaelni Merge commit '2d9d6afb8d2f284f5e620ecc19f643d5cd3facb8' * commit …
(edit) @b96c1cd7   10 years michaelni Merge commit '0f9eb9165bb7d7982fdedf64f6bcec856f1bedd6' * commit …
(edit) @894d1033   10 years michaelni avcodec/lcldec: support rgb24 with width%4 != 0 Fixes Ticket1216 …
(edit) @92c07acc   10 years Carl Eugen Hoyos Read (display) aspect ratio from mxf files. Fixes ticket #4107.
(edit) @2ded5737   10 years martin movenc: Add support for writing sidx atoms for DASH segments A flag …
(edit) @0b3c2305   10 years michaelni configure: Enable mpcodec compilation without inline asm. …
(edit) @70205f17   10 years michaelni mpcodecs: Use _INLINE guards for inline asm. Enabled compilation with …
(edit) @2d9d6afb   10 years martin movenc: Factorize adding fragment info into a separate function By …
(edit) @0f9eb91   10 years martin movenc: Include empty tracks in iods when writing fragmented mp4 When …
(edit) @cc5f7315   10 years michaelni avformat/flvenc: remove unused variable Signed-off-by: Michael …
(edit) @4127d97c   10 years michaelni Merge commit 'c64f3615118d757dcf76040fe5407bf2b3883206' * commit …
(edit) @bb7be3b7   10 years michaelni Merge commit '4d0cd5f58c892276716f46f4b2702915e5018215' * commit …
(edit) @c88ae843   10 years michaelni Merge commit '8b573ddda75980f724f779ff75aacc2ff81d9e0e' * commit …
(edit) @91a9ae5b   10 years michaelni Merge commit 'eac3ac1fe0774b65316852616b2672702dbc3f31' * commit …
(edit) @0d5af820   10 years michaelni Merge commit 'eb335f3c5ce37f2b93c993e28404d113bee843bc' * commit …
(edit) @c23d7de2   10 years michaelni Merge commit '84c0ece5fd9569c0f31804f02a199ecd0e7d13d8' * commit …
(edit) @e0785494   10 years michaelni Merge commit 'a7b365ae191f45a0d7ed7b34033d5d0cbdd47139' * commit …
(edit) @30156eab   10 years michaelni Merge commit 'de1f8ead8993512925a3ee6c7491473414419e55' * commit …
(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) @c64f3615   10 years anton flvenc: Send new metadata when FLAG_METADATA_UPDATED is set. …
(edit) @4d0cd5f5   10 years anton flvenc: move metadata updates into a single function Signed-off-by: …
(edit) @8b573dd   10 years anton hevc: remove superfluous assignments and checks
(edit) @eac3ac1f   10 years anton hevc: eliminate an unneeded intermediate variable
(edit) @eb335f3c   10 years anton hevc: reduce variable scope Also, collapse the array into a scalar, …
(edit) @84c0ece5   10 years anton hevc: further reduce code duplication in hls_prediction_unit()
(edit) @a7b365ae   10 years anton hevc: reduce code duplication in hls_prediction_unit()
(edit) @de1f8ead   10 years anton hevcdsp_template: templatize transquant_bypass
(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 …
Note: See TracRevisionLog for help on using the revision log.