source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2f6bb86f   10 years michaelni swscale/utils: support bayer input + scaling, and bayer input + any …
(edit) @173d51c9   10 years lukasz.m.luki2 lavu/opt: fix av_opt_get function Signed-off-by: Lukasz Marek …
(edit) @5aed6f56   10 years lukasz.m.luki2 ffserver_config: report not closed last tag Signed-off-by: Lukasz …
(edit) @5dc0f607   10 years lukasz.m.luki2 lavu/opt: fix memleak in test Signed-off-by: Lukasz Marek …
(edit) @d03867c2   10 years michaelni avcodec/dvbsubdec: av_assert* instead of assert() Signed-off-by: …
(edit) @84ccc317   10 years James x86/flacdsp: separate decoder and encoder dsp initialization …
(edit) @39dfe680   10 years michaelni avcodec/dvbsubdec: Cleanup on *malloc failure Signed-off-by: Michael …
(edit) @e74e1460   10 years michaelni libswscale/ppc/swscale_altivec.c : fix hScale_altivec_real() …
(edit) @1f4bce8   10 years Carl Eugen Hoyos lavf/tcp: Clarify that the -timeout option takes microseconds.
(edit) @0ea54d69   10 years Carl Eugen Hoyos lavd/avfoundation: Remove unused -frame_rate option.
(edit) @5e8e2f38   10 years Carl Eugen Hoyos configure: Hack to treat x32 as x86_64. Allows shared compilation on …
(edit) @9d6ad68f   10 years michaelni avcodec/h264_parser: Avoid adding SEI to the global header Only …
(edit) @12aab852   10 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @597d8261   10 years michaelni lavf/webmdashenc: Representation IDs should be unique. According to …
(edit) @dadc1f5e   10 years michaelni Merge commit 'c9c7d59b7d26f0328d612995dd9256337ae1cbfb' * commit …
(edit) @1e16492b   10 years michaelni Merge commit 'c6074a30ba3b5fb4319ee6ee599656d58548cdc8' * commit …
(edit) @940f5c08   10 years michaelni Merge commit '1b667269062eb6aec0b8726393ea91b7f7f57fde' * commit …
(edit) @69b2d43   10 years michaelni Merge commit '4cb9f1a77432de6f368df69bebbc082368a88c86' * commit …
(edit) @70cbb473   10 years michaelni Merge commit '60b055133485891405722bc9722e2c74fc9764b8' * commit …
(edit) @287eb699   10 years michaelni Merge commit '443502aed8b814d883825e52e91e4f018955aa66' * commit …
(edit) @eaf4ab98   10 years Marton Balint ffplay: signal the frame queue before closing audio Fixed regression …
(edit) @e0c36f58   10 years michaelni avcodec/dvbsubdec: Fix 8bit non_mod case Untested, i failed to find a …
(edit) @2813dabd   10 years michaelni avcodec/dvbsubdec: use av_freep() for saftey Signed-off-by: Michael …
(edit) @4809ac75   10 years michaelni Merge commit '2383323661f3b8342b2c4d356fcfe8c5d1b045f8' * commit …
(edit) @6229f782   10 years michaelni avcodec/dvbsubdec: Add return code to save_subtitle_set() …
(edit) @db36b6e2   10 years michaelni Merge commit '1bdd21d97528d870fbb4388e837abaf390f2f7d7' * commit …
(edit) @261d2ea   10 years michaelni Merge commit 'a6defd1f5b1bffcea7aa00ff379a6602cdaf2d05' * commit …
(edit) @4dd8509   10 years michaelni Merge commit '9e9be5a20c0b36dce1cae11f5f5957886231a764' * commit …
(edit) @db6be541   10 years lukasz.m.luki2 fate: add opt-test
(edit) @b54effba   10 years lukasz.m.luki2 lavu/opt: update tests In general this commit prepares opt tests to …
(edit) @4efc7964   10 years lukasz.m.luki2 lavu/opt: add support for binary defaults Signed-off-by: Lukasz Marek …
(edit) @bb60142f   10 years lukasz.m.luki2 lavu/opt: check for NULL before parsing set_string_binary crashes …
(edit) @7edb5eec   10 years michaelni Merge commit '0e1ebfebc8326069732795698a82f3fea0742a54' * commit …
(edit) @76bd8e16   10 years michaelni Merge commit '7c61e4b1a0f9e9f5b7bc08879e9e101eb90b19ea' * commit …
(edit) @8d6b51b1   10 years michaelni Merge commit 'db71c4926d948717ce3b74253eb385dc43dcb14d' * commit …
(edit) @d3127691   10 years michaelni Merge commit 'f349f4b5502c94943c30001b8a4d75daded3281c' * commit …
(edit) @9311026e   10 years michaelni Merge commit '898e9a24ef13d8c56b4abf4ee0af09cdb0343e2d' * commit …
(edit) @aeb1621d   10 years michaelni Merge commit 'fe27aeaeab07142b1acd2690c64ee6973bdd7eba' * commit …
(edit) @81e3f819   10 years michaelni Merge commit '52f954da7594c31ad94c9bcb54290145b59b27f5' * commit …
(edit) @2c0bf76b   10 years michaelni MAINTAINERS: Add myself as maintainer for Icecast protocol …
(edit) @17dc39e7   10 years michaelni Icecast: Use 100-continue if possible for proper error handling Using …
(edit) @5e08b54   10 years michaelni Icecast: always send a content-type use a default (audio/mpeg for …
(edit) @c9c7d59b   10 years vittorio.giovara tiff: Use av_mallocz_array CC: libav-stable@libav.org
(edit) @c6074a30   10 years vittorio.giovara opt: Fix the documentation mentioning av_set_string3 It is av_opt_set now.
(edit) @1b667269   10 years vittorio.giovara h264_parser: don't stop on SPS_EXT in split Add SPS_EXT, SEI, and …
(edit) @4cb9f1a7   10 years vittorio.giovara h264_cabac: fix one fill_rectangle() indentation level Bug-Id: CID 1087088
(edit) @60b05513   10 years vittorio.giovara png_parser: fix size of chunk_lenght Fixes the comparison against …
(edit) @443502a   10 years vittorio.giovara dvbsubdec: move shared codepath CC: libav-stable@libav.org Bug-Id: …
(edit) @23833236   10 years vittorio.giovara dvbsubdec: improve error checking Use av_mallocz_array instead of …
(edit) @1bdd21d9   10 years vittorio.giovara dvbsubdec: add missing break Fix a memory leak too. CC: …
(edit) @a6defd1   10 years vittorio.giovara hevc_cabac: decrease CABAC_MAX_BIN Prevents shifts with undefined …
(edit) @9e9be5a2   10 years vittorio.giovara hevc_mvs: prevent unitialized use CC: libav-stable@libav.org Bug-Id: …
(edit) @6f2068e6   10 years michaelni avcodec/hevc.c: for big negative mvy value, should wait line 0 of ref …
(edit) @0e1ebfeb   10 years vittorio.giovara 4xm: drop unnecessary check data_size is always >= 0 in this case. …
(edit) @7c61e4b1   10 years vittorio.giovara hpeldsp: Increase put_no_rnd_pixels_tab[][] size CC: …
(edit) @db71c492   10 years vittorio.giovara mjpegenc: fix argument size in encode_mb CC: libav-stable@libav.org
(edit) @cfaa2339   10 years michaelni libavcodec/ppc/me_cmp.c : support little endian in sse8_altivec(), …
(edit) @bb38cb14   10 years michaelni libavcodec/ppc/me_cmp.c : factorize little and big endian code add …
(edit) @f349f4b5   10 years vittorio.giovara mpegvideo: fix size of array CC: libav-stable@libav.org Bug-Id: CID …
(edit) @898e9a24   10 years vittorio.giovara mpegvideo: check mpv return value CC: libav-stable@libav.org Bug-Id: …
(edit) @fe27aeae   10 years vittorio.giovara mpeg12enc: increase declared size of block function argument CC: …
(edit) @52f954da   10 years martin libavcodec: Unconditionally build xiph.o vorbis_parser.o is built …
(edit) @a83af3fc   10 years michaelni Merge commit 'b776113e5d4a56759615196de98efe802e95a6b6' * commit …
(edit) @b776113e   10 years martin v4l2: Unify one instance of reading/storing errno Signed-off-by: …
(edit) @48efe9ec   10 years michaelni avcodec/utvideodec: Fix undefined behavior in shift Fixes: …
(edit) @35dcc8a0   10 years michaelni avcodec/lagarith: fix integer overflow Fixes: …
(edit) @685f7227   10 years michaelni tests/Makefile: New try to fix fate-ffprobe with --target-path.
(edit) @758a66dc   10 years lukasz.m.luki2 ffserver_config: drop requirement video size being multiple of 16 …
(edit) @5dcb990   10 years michaelni avcodec/wmaprodec: Fix integer overflow in sfb_offsets initialization …
(edit) @8c28a39c   10 years michaelni options_table.h: min value for colorspace is 0 (AVCOL_SPC_RGB) The …
(edit) @48c29883   10 years michaelni lavd/avfoundation: Use internal av_strtok instead of std lib strtok …
(edit) @7656c4c6   10 years michaelni avcodec/utvideodec: fix assumtation that slice_height >= 1 Fixes out …
(edit) @e981de81   10 years michaelni avcodec/lagarith: fix chroma plane width & height Fixes out of array …
(edit) @73f74f6b   10 years stefasab lavfi/xbr: apply misc cosmetical fixes
(edit) @a602f88e   10 years michaelni Merge commit '28396d17ff1c1493b78d6eece484ffc27ed86d0d' * commit …
(edit) @a7d451c1   10 years michaelni Merge remote-tracking branch 'github/master' * github/master: …
(edit) @28396d17   10 years martin libfdk-aacdec: Support building with the latest version of fdk-aac …
(edit) @e1ee0521   10 years timothygu99 tests: Fix test name for pixfmts tests
(edit) @ff9b2177   10 years u doc/filters: explicit and complete xBR documentation
(edit) @30466cac   10 years u avfilter/xbr: drop yet another x2 reference
(edit) @937ebb84   10 years u avfilter/xbr: fix filter description field
(edit) @548a5f7e   10 years u avfilter/xbr: fix TODO entry
(edit) @fc0a91e   10 years u avfilter/xbr: consistent use of @see
(edit) @ae65a845   10 years u Changelog: explicit that xBR scaler is implemented as a filter
(edit) @064a2376   10 years michaelni avfilter/vf_xbr: Uppercase first letter of context type for …
(edit) @19d0949d   10 years michaelni lavfi: add xbr filter xBR Signed-off-by: Michael Niedermayer …
(edit) @f6a8c77a   10 years michaelni avcodec/utils: Fix warning: comparison between enum foo and enum bar …
(edit) @9889b29f   10 years michaelni avcodec/utils: make sidedata remapping table static const …
(edit) @b44a242c   10 years michaelni libfdk-aacdec: Support building with the latest version of fdk-aac …
(edit) @715ccc2b   10 years michaelni Merge commit '09f25533a564eab743f258d168697a11122914c4' * commit …
(edit) @d99653c9   10 years michaelni Merge commit 'a1a259881fa7b23e2ffc0c2a43d4923fe42d0478' * commit …
(edit) @0960cc4c   10 years michaelni Merge commit 'e3e317e0c015b164b6c2eb8913e393216d78de23' * commit …
(edit) @b546023b   10 years michaelni swscale: fix yuv2yuvX_8 assembly on x86 use_mmx_vfilter check/fix by …
(edit) @e971eef8   10 years Carl Eugen Hoyos Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user. …
(edit) @4e179436   10 years lukasz.m.luki2 lavu/opt: copy dict in av_opt_copy Signed-off-by: Lukasz Marek …
(edit) @457204ee   10 years lukasz.m.luki2 lavu/opt: document av_opt_copy function
(edit) @db2caf0a   10 years lukasz.m.luki2 lavc/options: fix shallow copy context avcodec_copy_context leaves …
(edit) @86476c5   10 years michaelni avfilter/avf_showwaves: fix off by one error in loop condition It …
(edit) @7ba72777   10 years Marton Balint ffplay: only output null packet once on EOF The generic decoder …
(edit) @cc474188   10 years Marton Balint ffplay: fix indentation after last commit Signed-off-by: Marton …
Note: See TracRevisionLog for help on using the revision log.