Revision 38cb616fbf: Merge "Compressed/uncompressed frame header changes."...
Changed Paths: Modify /vp9/encoder/vp9_bitstream.c Merge "Compressed/uncompressed frame header changes." into experimental
View ArticleResizing a colorbox will keep the scroll position
Resizing a colorbox will keep the scroll position
View Articlenetwork: factor out bind-listening code
network: factor out bind-listening code Introduce ff_listen_bind, to be shared with the other non-tcp network protocols. [DBH] libavformat/network.c[DBH] libavformat/network.h[DBH] libavformat/tcp.c
View ArticleRevision 5c05fbf6bb: Merge "Refactor 4x4 block level rd loop" into experimental
Changed Paths: Modify /vp9/encoder/vp9_rdopt.c Merge "Refactor 4x4 block level rd loop" into experimental
View ArticleRevision 407eb03ad7: Merge "Build fix when ENTROPY_STATS is defined" into...
Changed Paths: Modify /vp9/encoder/vp9_bitstream.c Modify /vp9/encoder/vp9_onyx_if.c Merge "Build fix when ENTROPY_STATS is defined" into experimental
View ArticleRevision c725ad3756: Remove set_scale_factors call We could remove calling...
Changed Paths: Modify /vp9/decoder/vp9_decodemv.c Remove set_scale_factors call We could remove calling set_scale_factors() since it is also done in set_refs() right after vp9_decode_mb_mode_mv()...
View ArticleRevision 9e5bb9598c: Add intra_only and reset_frame_context flags Added two...
Changed Paths: Modify /vp9/common/vp9_onyxc_int.h Modify /vp9/decoder/vp9_decodframe.c Modify /vp9/encoder/vp9_bitstream.c Modify /vp9/encoder/vp9_onyx_if.c Add intra_only...
View ArticleRevision 7873de1481: Merge "Remove unused and outdated debug code." into...
Changed Paths: Modify /vp9/vp9_common.mk Merge "Remove unused and outdated debug code." into experimental
View ArticleRevision 17544d1478: Merge "Remove some unused code related to...
Changed Paths: Modify /vp9/encoder/vp9_bitstream.c Modify /vp9/encoder/vp9_rdopt.c Merge "Remove some unused code related to macroblock/splitmv coding." into experimental
View ArticleRevision a91e5b4fdc: sad_test: fix msvc compile Fixes: error C2121:...
Changed Paths: Modify /test/sad_test.cc sad_test: fix msvc compile Fixes: error C2121: '#' : invalid character : possibly the result of a macro expansion Change-Id:...
View Articleftp: reconnect on seek
ftp: reconnect on seek ABOR command usually takes long (FTP server implementation dependent). It also produces different response codes from different servers. It is save for ffmpeg to reconnect both...
View Articlelibavcodec/smvjpegdec: pass flags / idct algo into jpeg avctx
libavcodec/smvjpegdec: pass flags / idct algo into jpeg avctx Signed-off-by: Michael Niedermayer [DH] libavcodec/smvjpegdec.c
View Articlefate: fix smvjpeg test
fate: fix smvjpeg test Signed-off-by: Michael Niedermayer [DH] tests/fate/video.mak[DH] tests/ref/fate/smvjpeg
View Articleftp: rename function name
ftp: rename function name ftp_send_command was used only once. This commit makes this function specific, not generic [DH] libavformat/ftp.c
View ArticleVideo stream played very late on wowza server from ffmpeg when Stream starts...
Form ffmpeg i fired some command to run video on wowza server ffmpeg -i /home/Downloads/GAmUk.mp4 -f mpegts udp:/ip:10000/live/test.stream and streaming is running as well only problem is latency not...
View Articleftp: credentials moved into FTPContext
ftp: credentials moved into FTPContext FTP server may disconnect client. This commit stores credentials for future reconnect. [DH] libavformat/ftp.c
View ArticleHow to authenticate DRV Via FFMPEG
Using ffmpeg i was able to get stream from a cam, channel and a recorded video but when i tries to access a protected DVR i always gets failed with error likeconnection refused404 no page foundcseq...
View ArticleRevision 87626a8f6e: Enable iterative motion search for 4x4 inter pred This...
Changed Paths: Modify /vp9/encoder/vp9_onyx_if.c Modify /vp9/encoder/vp9_onyx_int.h Modify /vp9/encoder/vp9_rdopt.c Enable iterative motion search for 4x4 inter pred This commit...
View ArticleHow to Play YUV sequence of images with JSP
I could get YUV images from Camera for 20 frames per second, i want to play it as live streaming on JSP page.I have done some research about JMF/FFMpeg, maybe they could work with J2SE(Swing),but seems...
View Article