source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2497914a   10 years michaelni avformat/img2dec: pass error code and signal EOF Found-by: Daemon404 …
(edit) @1dbdcb4a   10 years michaelni avformat/img2dec: fix error code at EOF for pipes Signed-off-by: …
(edit) @454f98b8   10 years michaelni Merge commit '4620affa24eedb167482198aa04126bcedd05620' * commit …
(edit) @59f49667   10 years michaelni Merge commit '86a361081d3eb4e999d75bc2a462f01d88cbd2e5' * commit …
(edit) @8f3d3e5f   10 years michaelni Merge commit '95d312d6c82e7485f43c3ddda0f369af0e41c83b' * commit …
(edit) @9b53691f   10 years michaelni Merge commit '28f5cd312c9da9072108edf8b7685d009374ea96' * commit …
(edit) @a6fd685f   10 years michaelni Merge commit 'd07ddc93e29a4fdf12cd426953a7ecd5abe5e36d' * commit …
(edit) @4620affa   10 years diego m4vdec: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @86a36108   10 years diego lmlm4: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @95d312d6   10 years diego concat: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @28f5cd31   10 years diego fate: Switch ra4-288 test from framecrc() to pcm() The decoder is …
(edit) @d07ddc93   10 years martin avcodec: Fix a doxy comment to refer to the right function CC: …
(edit) @303fc9b3   10 years michaelni avcodec/mpegvideo_enc: write a log message at verbose level if frame …
(edit) @4f4f08e6   10 years James x86/idctdsp: port {put,add}_pixels_clamped to yasm Also add sse2 …
(edit) @c99a8828   10 years James avcodec/idctdsp: change {put,add}_pixels_clamped to ptrdiff_t …
(edit) @6441d522   10 years michaelni Merge commit '2f172f1ae984b763c06069adb51d0053b3834f4b' * commit …
(edit) @d8ddac3   10 years michaelni Merge commit 'ddf5fb71ee9c8b2d9a23c0f661a84896cd7050fc' * commit …
(edit) @b8d3f7fc   10 years michaelni Merge commit 'a2efbecc4ed12d287cf29856418c4da4a7648d95' * commit …
(edit) @ad26e83f   10 years James avcodec/x86: use function pointers for {put,add}_pixels_clamped Same …
(edit) @857fc0a7   10 years michaelni libavutil/opt: fix av_opt_set_channel_layout() to access correct …
(edit) @2f172f1a   10 years martin rtsp: Clear the session id on redirects This fixes handling redirects …
(edit) @ddf5fb71   10 years martin rtpenc: HEVC/H.265 support Signed-off-by: Martin Storsjö …
(edit) @a2efbec   10 years martin libavformat: Move avc mp4 startcode parsing to a shared file …
(edit) @70277d1d   10 years James x86/videodsp: add ff_emu_edge_{hfix,hvar}_avx2 ~15% faster than sse2. …
(edit) @280ef183   10 years michaelni libavformat/ffmetadec: Make unchanged function arguments const …
(edit) @ab6f4fd4   10 years michaelni libavformat/dv: Make unchanged function arguments const …
(edit) @af19d2ed   10 years michaelni libavformat/avienc: Make unchanged function arguments const …
(edit) @d6ed6778   10 years michaelni libavformat/avidec: Make unchanged function arguments const …
(edit) @e27f781a   10 years michaelni Merge commit 'c463dfc7e49929a9891884312b23b27d14729c51' * commit …
(edit) @3cd252d2   10 years michaelni doc/APIchanges: fix typo Found-by: ubitux Signed-off-by: Michael …
(edit) @ac682955   10 years michaelni postproc: add basic deblock filter visualization support …
(edit) @266b3d4f   10 years michaelni ffplay: use av_codec_get_pkt_timebase() Reviewed-by: Benoit Fouet …
(edit) @c463dfc7   10 years martin rtpdec_hevc: Drop a duplicated, nonstandard entry The RFC spec draft …
(edit) @170e2fd7   10 years michaelni configure: Check if "-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600" is …
(edit) @3bc03617   10 years michaelni configure: fail if SDL is unavailable and --enable-sdl is specified …
(edit) @fb01a18   10 years michaelni configure: reindent the --disable-sdl related code Signed-off-by: …
(edit) @a7ed0108   10 years michaelni configure: support --disable-sdl Signed-off-by: Michael Niedermayer …
(edit) @3fe96294   10 years michaelni hevc: move intermediate bidir buffer Other buffers are already there. …
(edit) @de60ce39   10 years michaelni hevc: remove unneeded buffer. Signed-off-by: Michael Niedermayer …
(edit) @164d6c7f   10 years James x86/videodsp: fix warning about discarded 'const' qualifier …
(edit) @789274dc   10 years James avcodec/libvpxdec: don't check for formats other than i420 when vp9 …
(edit) @00d3bb1a   10 years michaelni tests/fate-run.sh: Cat .err file in case of error with V>0 This may …
(edit) @9f0ba52f   10 years Carl Eugen Hoyos Skip decklink_common_c.h when running make checkheaders.
(edit) @55179987   10 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @6b733be7   10 years michaelni Fix compile error on arm4/arm5 platform Since these commits …
(edit) @1f5a3cf   10 years Marton Balint ffplay: move pts calculating code to generic decoder Signed-off-by: …
(edit) @9e0d1c00   10 years Marton Balint ffplay: factorize decoder functions to generic decoder Signed-off-by: …
(edit) @32f1a28   10 years Marton Balint ffplay: handle fullscreen status on resize event In some cases resize …
(edit) @6843b9dc   10 years michaelni avformat/riffenc: Filter out "BottomUp" in ff_put_bmp_header() Fixes …
(edit) @e5b31129   10 years michaelni avcodec/webp: fix default palette color 0xff000000 -> 0x00000000 …
(edit) @b0f7de3e   10 years michaelni avcodec/asvenc: fix AAN scaling Signed-off-by: Michael Niedermayer …
(edit) @0bb5ad7a   10 years michaelni avcodec/asvenc: Fix integer overflow in level Warn if the qscale is …
(edit) @6b2caa32   10 years James x86/vp9: add AVX and AVX2 MC Roughly 25% faster MC than ssse3 for …
(edit) @22844132   10 years michaelni ffmpeg: replace impossible dts/pts combinations by a reasonable guess …
(edit) @bdb7f086   10 years michaelni doc/decoders: adding documentation for lavc/dvdsubdec.c option …
(edit) @c7d21dee   10 years michaelni libavcodec/dvdsubdec: Add option forced_subs_only to only decode …
(edit) @1cf28fd5   10 years michaelni avformat/asfenc: Make asf_write_indexs index argument const …
(edit) @d902a3f4   10 years michaelni avformat/adtsenc: buf isnt changed in adts_decode_extradata(), make it …
(edit) @544380aa   10 years michaelni avcodec/4xm: Make src of decode_p_block() const Signed-off-by: …
(edit) @3a7f9db1   10 years michaelni avcodec/snow: Make block argumrnt of ff_snow_pred_block() const …
(edit) @3c4fc6a7   10 years michaelni postproc/postprocess_template: mark unchanged function arguments const …
(edit) @bd689097   10 years michaelni postprocess: prefetch* dont change anything, thus their arguments …
(edit) @fe5093aa   10 years michaelni Revert "configure: Refactor setting of feature test macro …
(edit) @5820358b   10 years michaelni Add missing entry for maintainer of rtpenc_hevc.* Signed-off-by: …
(edit) @9c843fb1   10 years michaelni avformat/avidec: ensure that palette does not contain the BottomUp …
(edit) @591e06b0   10 years michaelni avformat/img2: remove useless 'pix' duplicated entry. The second …
(edit) @e1cddd1   10 years michaelni rtpenc_h263_rfc2190: avoid misleading error output Signed-off-by: …
(edit) @f3aaec78   10 years michaelni avdevice/version: bump minor for the decklink input Found-by: jamrial …
(edit) @bac6cfcb   10 years michaelni avdevice: add decklink input support Signed-off-by: Michael …
(edit) @a5e040ee   10 years michaelni avdevice/decklink: move general code of decklink encoder to common …
(edit) @56b8d106   10 years michaelni configure: Refactor setting of feature test macro _XOPEN_SOURCE Some …
(edit) @eb7a6d08   10 years george lavu/bprint: add const to av_bprint_is_complete() argument.
(edit) @08e2b0da   10 years u avformat/assenc: mux all extradata at once Before this commit, the …
(edit) @e6077067   10 years u avformat/assenc: return correct error code
(edit) @ce8dc93a   10 years u avcodec/webvttdec: add some memory checks
(edit) @36c3a016   10 years u avcodec/textdec: add some memory checks
(edit) @947a5111   10 years u avcodec/subviewerdec: add some memory checks
(edit) @59271622   10 years u avcodec/srtdec: add some memory checks
(edit) @6a65da3a   10 years u avcodec/samidec: add some memory checks
(edit) @8e7808b5   10 years u avcodec/realtextdec: add some memory checks
(edit) @27a9bee2   10 years u avcodec/mpl2dec: add some memory checks
(edit) @e833b02f   10 years u avcodec/movtextdec: add some memory checks
(edit) @ac95b436   10 years u avcodec/microdvddec: add some memory checks
(edit) @4c850730   10 years u avcodec/jacosubdec: add some memory checks
(edit) @d210c0e7   10 years u avcodec/ass: add ff_ass_add_rect_bprint() helper
(edit) @dcdc1cb   10 years michaelni rtpdec_hevc: do not print an error message if the received packet has …
(edit) @6c7f1155   10 years michaelni avformat/mp3dec: avoid early EOF with concatenated gapless mp3s …
(edit) @36bf549b   10 years michaelni mlpdec: support TrueHD streams with an Atmos substream The fourth …
(edit) @ff34b2d6   10 years michaelni mlpdec: support major sync headers with optional extension blocks …
(edit) @6821a5a4   10 years michaelni rtpenc: HEVC/H.265 support Signed-off-by: Michael Niedermayer …
(edit) @e927682   10 years michaelni avfilter/vf_scale: Allow chroma samples to be above and to the left of …
(edit) @61af6beb   10 years michaelni swscale: Allow chroma samples to be above and to the left of luma …
(edit) @950ce21d   10 years michaelni Merge commit '103391ca90b2f7c56ae756d76c76f7c3dfa28dd4' * commit …
(edit) @28dce3cd   10 years michaelni avcodec/alacenc: Remove unused variable Signed-off-by: Michael …
(edit) @99500736   10 years michaelni alacenc: remove unneeded masking The extra bits have already been …
(edit) @a0844935   10 years michaelni alacenc: fix incorrect buffer use The issue lies in actually dead …
(edit) @d87fe268   10 years michaelni avformat/mp3dec: fix gapless audio support The code already had …
(edit) @103391ca   10 years diego dca: Remove some commented-out cruft
(edit) @7ac6b8cf   10 years michaelni avfilter/idet: typo fix: PROGRSSIVE -> PROGRESSIVE Signed-off-by: …
(edit) @33c752b   10 years James x86/me_cmp: port mmxext vsad functions to yasm Also add mmxext …
Note: See TracRevisionLog for help on using the revision log.