https://github.com/eVRydayVR/ffmpeg-unwarpvr

sort by:
Revision Author Date Message Commit Date
35a7b73 update for 2.1 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 28 October 2013, 00:35:03 UTC
0fef19b doc/RELEASE_NOTES: update for 2.1 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 28 October 2013, 00:13:46 UTC
d041f12 avdevice/pulse_audio_enc: remove double ; Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 23:52:11 UTC
b85bf34 doc/APIchanges: add 2 missing hashes & versions Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 23:45:19 UTC
f11a917 MAINTAINERS: update which releases i maintain Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 23:40:15 UTC
72d1f66 Changelog: add 2.1 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 23:39:34 UTC
0ddd3c5 hevc: add decode hrd (cherry picked from commit ab4061dff796b1dd2bc884101226aab48c2c875e) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 22:50:35 UTC
2f77894 hevc: better mt implementation Signed-off-by: Mickaël Raulet <mraulet@insa-rennes.fr> (cherry picked from commit 93afb8c519deca85b3c97804927de5b016dd32d1) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 22:49:50 UTC
c1882e8 hevc: clean up mvs(cherry picked from commit 955317c09b877a513d3fcfcd1615909b2f4f651c) Decreases the difference to Anton Khirnovs patch v5 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 22:48:43 UTC
2707cca hevc: cosmetic change(cherry picked from commit 3b57513b3f39c04337801fb9d159c7ca8dfa9deb) Decreases the difference to Anton Khirnovs patch v5 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 22:48:11 UTC
3106cbd hevc: more cosmetic(cherry picked from commit 9697abe41daa234602915f85bf6b1c0ca0252cff) Decreases the difference to Anton Khirnovs patch v5 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 22:46:54 UTC
3c3ece2 hevc : cosmetic changes(cherry picked from commit 7308c0ccf13f18cebe4851e6dcd6b5c0b09be1dd) Decreases the difference to Anton Khirnovs patch v5 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 22:45:34 UTC
dbe6f9f lavc: add support for CODEC_CAP_DELAY in subtitles This patch adds CODEC_CAP_DELAY support to avcodec_decode_subtitle2. For DVB teletext decoding, a single teletext packet can contain multiple teletext pages. In order to support that, the teletext decoder may buffer some pages. Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 22:12:41 UTC
b387a24 lavd/fbdev_enc: remove unused variables Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 21:46:32 UTC
758b6d3 avcodec/hevc: calculate checksum only if AV_EF_EXPLODE is set This avoids a slowdown with the default of enabled CRC checks Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 21:31:04 UTC
69d39cb Revert "avcodec/options_table: disable CRC checking by default" This reverts commit c7027ce9eac04fb20bd85fa37dbf24856c080c45. It appears there is no complete consensus on this currently. 27 October 2013, 21:30:31 UTC
e797bd9 Revert "avcodec/options_table: set err_detect to careful by default" This reverts commit b1348eb68b432041b2557b9073590cf0fa60ff14. 27 October 2013, 21:30:00 UTC
b04af34 lavd/fbdev_enc: more stream validation restrictive So far fbdev_enc device picked up first video stream and ignored others. It is required to provide exactly one video stream now. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> 27 October 2013, 20:45:32 UTC
7f5e75e lavd/pulse_audio_enc: more stream validation restrictive So far pulse device picked up first audio stream and ignored others. It is required to provide exactly one audio stream now. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> 27 October 2013, 20:45:32 UTC
4fb3aa4 lavd:pulse_audio_enc: fix array compared against 0 fixes CID 1113222 Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> 27 October 2013, 20:45:26 UTC
e5b3b75 lavd/pulse_audio_enc: fix timestamp calculation Current implementation didn't include duration of last processed packet. Also remove access to st->cur_dts and replace with pkt->pts. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> 27 October 2013, 20:43:05 UTC
75b2bbe libavfilter/vf_noise: relicense to LGPL Signed-off-by: Paul B Mahol <onemda@gmail.com> 27 October 2013, 20:29:07 UTC
b1348eb avcodec/options_table: set err_detect to careful by default Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 20:18:50 UTC
c7027ce avcodec/options_table: disable CRC checking by default 3 runs each of fate-suite/hevc-conformance/ENTP_C_LG_3.bit with crc flag 1841819858 decicycles in frame decode, 32 runs, 0 skips 1833937180 decicycles in frame decode, 32 runs, 0 skips 1843283884 decicycles in frame decode, 32 runs, 0 skips without crc flag 1703897301 decicycles in frame decode, 32 runs, 0 skips 1695031879 decicycles in frame decode, 32 runs, 0 skips 1697524383 decicycles in frame decode, 32 runs, 0 skips Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 20:18:50 UTC
2886d6c avcodec/takdec: also do crc check when er compliant is set Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 20:18:40 UTC
d206fd9 avio: Check for memory allocation failure of private data Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> 27 October 2013, 19:15:03 UTC
52aed19 avfiltergraph: Properly handle memory allocation failure Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> 27 October 2013, 19:15:03 UTC
6ef3097 timefilter: Handle memory allocation failure Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> 27 October 2013, 19:14:23 UTC
fc7be7d avcodec/avcodec.h: Add documentation for the AV_EF_* defifines The documentation is copied from the AVOption texts Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 19:05:36 UTC
2ef1e62 correct the AVOption documentation for AV_EF_CAREFUL The flag was and is intended to be a sane default and thus does not enable time consuming checks. This also matches how the flag is used in decoders and demuxers. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 19:03:08 UTC
292902e avfilter: add mergeplanes filter Signed-off-by: Paul B Mahol <onemda@gmail.com> 27 October 2013, 18:58:43 UTC
d9bc251 ffmpeg_filter: Fix non jpeg yuv in jpeg support This is a regression, did not bisect so dont know what caused it but likely some changes to the command line handling code. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 16:41:06 UTC
4307026 avformat/utils: make "first_dts not matching first dts in the queue" message more informative Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 16:41:06 UTC
5b53dd0 doc/encoders: replace @xref with @ref command @xref is ignored by texi2pod. 27 October 2013, 14:32:25 UTC
efc5a54 vp9: skip itxfm_add if the whole block has no coefficients. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 14:02:48 UTC
960490c avcodec/x86/videodsp: Small speedups in ff_emulated_edge_mc x86 SIMD. Don't use word-size multiplications if size == 2, and if we're using SIMD instructions (size >= 8), complete leftover 4byte sets using movd, not mov. Both of these changes lead to minor speedups. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 14:02:48 UTC
cd86eb2 avcodec/x86/videodsp: fix a bug in a %if statement where we used '%%' instead of '&&'. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 14:02:48 UTC
696aa74 lavfi/overlay: correct small error in intersection detection The image size of the destination image was used to determine if a source image was positioned outside the destination image, that no intersection could occur. Actually for these two cases the size of the source image has to be used! Signed-off-by: Stefano Sabatini <stefasab@gmail.com> 27 October 2013, 14:01:02 UTC
2c7c2a5 vcodec/vc1dec: remove dead code Fixes CID732196 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 12:34:35 UTC
7eda2e5 avcodec/vc1_parser: check ff_vc1_parse_frame_header*() return value Fixed CID739860 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 12:28:08 UTC
46143d2 avcodec/tiff: factorize offset init code Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 12:10:38 UTC
d5ad4e4 avcodec/tiff: remove TIFF_LONG special case Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 12:10:38 UTC
0aba920 avcodec/tiff: Fix use of uninitialized off variable Fixes CID1108608 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 12:10:38 UTC
43041a7 doc/encoders: add libshine doc Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com> 27 October 2013, 12:02:32 UTC
d3aa04b doc/protocols/rtp: apply misc fixes Partially suggested-by Burek Pekaric <burek021@gmail.com>. 27 October 2013, 11:44:48 UTC
21f2290 MAINTAINERS: add my name for Launchpad Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 11:11:06 UTC
09ef98f avcodec/hevcpred_template: Fix integer overflows signed integer overflow is undefined in C Fixes the following gcc warnings: In file included from libavcodec/hevcpred.c:27:0: libavcodec/hevcpred_template.c: In function ‘intra_pred_8’: libavcodec/hevcpred_template.c:302:9: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] In file included from libavcodec/hevcpred.c:31:0: libavcodec/hevcpred_template.c: In function ‘intra_pred_9’: libavcodec/hevcpred_template.c:302:9: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] In file included from libavcodec/hevcpred.c:35:0: libavcodec/hevcpred_template.c: In function ‘intra_pred_10’: libavcodec/hevcpred_template.c:302:9: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 10:54:53 UTC
1038671 Merge commit 'afa93d198aaf2cc661c4df6d4095cd030265d30a' * commit 'afa93d198aaf2cc661c4df6d4095cd030265d30a': hevc_parser: Set pict_type, key_frame and output_picture_number. hevc: Search start code in decode_nal_units(). Merged-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 10:29:37 UTC
afa93d1 hevc_parser: Set pict_type, key_frame and output_picture_number. Conflicts: libavcodec/hevc.c 27 October 2013, 10:07:43 UTC
f7f8801 hevc: Search start code in decode_nal_units(). User may cut off a weird position and send a packet from there. This avoids returning as invalid data immediately. 27 October 2013, 09:43:14 UTC
83d96e9 Changelog: add entry for HEVC support. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 09:34:34 UTC
7b0f61a FATE: update HEVC tests This changes the tests that used the internal hevc checksum to use framecrc Signed-off-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Conflicts: tests/fate/hevc.mak tests/ref/fate/hevc-conformance-DBLK_A_SONY_3 tests/ref/fate/hevc-conformance-DBLK_B_SONY_3 tests/ref/fate/hevc-conformance-DBLK_C_SONY_3 tests/ref/fate/hevc-conformance-DELTAQP_B_SONY_3 tests/ref/fate/hevc-conformance-DELTAQP_C_SONY_3 tests/ref/fate/hevc-conformance-POC_A_Bossen_3 Merged-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 09:15:56 UTC
3b56f66 avcodec/flacdec: also do crc check when er compliant is set Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 08:51:21 UTC
346e096 avcodec/error_resilience check error_concealment, not err_recognition. err_recognition is supposed to trigger detecting and reporting errors, not trying to fix them. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 08:51:21 UTC
4e26828 cmdutils: add -colors option 27 October 2013, 08:18:45 UTC
d61617a lavu/parseutils: add av_get_known_color_name() 27 October 2013, 08:16:05 UTC
1e5271a avformat/utils: do not override pts in h264 when they are provided from the demuxer Fixes Ticket2143 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 27 October 2013, 00:27:45 UTC
f3d0642 avutil/utils: check that size_t is unsigned ANSI/ISO C guarantee this, yet there is evidence that there exist platforms where its not so. See: http://www.cs.utah.edu/dept/old/texinfo/glibc-manual-0.02/library_30.html Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 26 October 2013, 20:08:06 UTC
c78a416 Merge remote-tracking branch 'qatar/master' * qatar/master: fft-test: add a missing #include Merged-by: Michael Niedermayer <michaelni@gmx.at> 26 October 2013, 19:59:24 UTC
3fcc268 Merge commit 'b284e1ffe343d6697fb950d1ee517bafda8a9844' * commit 'b284e1ffe343d6697fb950d1ee517bafda8a9844': mem: do not check for negative size Merged-by: Michael Niedermayer <michaelni@gmx.at> 26 October 2013, 19:49:04 UTC
d2db1bb avformat/http: dont fail with unknown Content-Encodings Fixes: http://m1.file.xiami.com/282/23282/343749/1769075752_709488_l.mp3 Based-on-patch-by: Crossle Song <sxm@yixia.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 26 October 2013, 17:20:01 UTC
e0b2bdd avcodec/h264_parser: heuristically detect non marked keyframes Fixes Ticket3083 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 26 October 2013, 13:56:11 UTC
41efb8d avcodec/x86/cabac: include get_cabac_bypass_sign_x86() under #if !BROKEN_COMPILER this might fix Ticket2999 as well as some fate clients untested as the original patch submitter no longer has the environment to test this should be reverted if it does not fix the issues Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 26 October 2013, 13:06:55 UTC
99a4c86 configure: link with built libs when pc-uninstalled is used Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 26 October 2013, 12:06:40 UTC
444ce03 Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: add support for libswresample options ffplay: use av_frame_get_pkt_pos instead directly accessing pkt pos ffplay: factor out picture freeing code ffplay: update and extend documentation for channel and stream switching Merged-by: Michael Niedermayer <michaelni@gmx.at> 26 October 2013, 11:54:29 UTC
44758b4 ffplay: add support for libswresample options Signed-off-by: Marton Balint <cus@passwd.hu> 26 October 2013, 10:23:54 UTC
04de0e0 ffplay: use av_frame_get_pkt_pos instead directly accessing pkt pos Signed-off-by: Marton Balint <cus@passwd.hu> 26 October 2013, 10:23:54 UTC
2d059d8 ffplay: factor out picture freeing code Signed-off-by: Marton Balint <cus@passwd.hu> 26 October 2013, 10:23:54 UTC
060c42b ffplay: update and extend documentation for channel and stream switching Signed-off-by: Marton Balint <cus@passwd.hu> 26 October 2013, 10:23:54 UTC
fcd08b7 avformat/md5enc: add format, version and column headers See Ticket2280 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 26 October 2013, 10:16:04 UTC
6889b78 doc/issue_tracker: add 2 missing issue types Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 26 October 2013, 09:29:42 UTC
0feecb6 Merge remote-tracking branch 'lukaszmluki/master' * lukaszmluki/master: lavd/pulse_audio_enc: avoid vars in for() lavd/pulse_audio_enc: add another default to stream name Merged-by: Michael Niedermayer <michaelni@gmx.at> 26 October 2013, 08:31:04 UTC
8342595 fft-test: add a missing #include stdio.h needed for printf since 7177df90a043bd59e172843fc7cb9e767080ea12 26 October 2013, 07:11:22 UTC
b284e1f mem: do not check for negative size size_t is guaranteed to be unsigned Signed-off-by: Anton Khirnov <anton@khirnov.net> 26 October 2013, 07:05:56 UTC
7e19c54 Merge remote-tracking branch 'qatar/master' * qatar/master: fate: aac: Add test for AAC-ELD Merged-by: Michael Niedermayer <michaelni@gmx.at> 26 October 2013, 00:58:08 UTC
8c508a0 Merge commit 'adea4512c6087280702e2423de55cea050e20a98' * commit 'adea4512c6087280702e2423de55cea050e20a98': aacdec: Fix calls to avpriv_report_missing_feature(). See: 435a730e2190c9b005117eaad57f7559cd82581c See: 72cf47b241c7972cce313e1f474bdb8f3684fa15 Merged-by: Michael Niedermayer <michaelni@gmx.at> 26 October 2013, 00:46:40 UTC
a665704 Merge commit '4d6ee0725553a43ba88d6f8327ebcf8f1c5ae8d4' * commit '4d6ee0725553a43ba88d6f8327ebcf8f1c5ae8d4': libavutil: x86: Add AVX2 capable CPU detection. Conflicts: libavutil/cpu.c libavutil/cpu.h libavutil/x86/cpu.c See: 865b70bc5d1cf37ec6d6cb729a69dda2cca28bd5 Merged-by: Michael Niedermayer <michaelni@gmx.at> 26 October 2013, 00:36:36 UTC
865b70b Add AVX2 capable CPU detection. Patch based on x264's AVX2 detection Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 26 October 2013, 00:34:22 UTC
780669e avcodec/jpeg2000dec: non zero image offsets are not supported Fixes out of array accesses Fixes Ticket3080 Found-by: ami_stuff Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 26 October 2013, 00:19:13 UTC
c428170 lavd/pulse_audio_enc: avoid vars in for() Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> 25 October 2013, 23:58:18 UTC
c6c70c2 lavd/pulse_audio_enc: add another default to stream name Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> 25 October 2013, 23:58:01 UTC
3c9dd93 h264: make flush_change() set mmco_reset This ensures that frames do not get mixed on context reinits Fixes Ticket2836 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 25 October 2013, 23:22:38 UTC
2cf9448 avformat/rtpproto: when local rtp port and local rtcp port are not specified, try to make two successive ports and retry 3 times when failed some video players on Android will not send udp hole punching messages if the rtcp port and rtp port are not two successive integers. So, if the video player is behind NAT, it could not receive and rtp messages via udp Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 25 October 2013, 20:40:21 UTC
4e326ec fate: aac: Add test for AAC-ELD 25 October 2013, 19:41:23 UTC
adea451 aacdec: Fix calls to avpriv_report_missing_feature(). It does not take log level as an argument. 25 October 2013, 19:41:23 UTC
4d6ee07 libavutil: x86: Add AVX2 capable CPU detection. Patch based on x264's AVX2 detection Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> 25 October 2013, 18:36:55 UTC
08a8976 avcodec/h264: reduce noisiness of "mmco: unref short failure" Do not consider it an error if we have no frames and should discard one. This condition can easily happen when decoding is started from an I frame Fixes Ticket2811 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 25 October 2013, 18:03:29 UTC
ba8716d avformat/mp3dec: perform seek resync in the correct direction Fixes seeking to the last frame in CBR files Fixes Ticket2773 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 25 October 2013, 17:37:03 UTC
d04ec6f avformat/rmdec: english typos Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 25 October 2013, 17:14:36 UTC
2e7a1fd avcodec/twinvq: return the actual number of consumed bytes Fixes Ticket2980 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 25 October 2013, 15:25:26 UTC
cbb7f56 metasound & twinvqdec: return the number of read bytes from read_bitstream Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 25 October 2013, 15:24:07 UTC
f5dae48 configure: abort if threading without atomics is used also provide a list of workarounds to the user Fixes Ticket2363 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 25 October 2013, 14:55:57 UTC
b499129 doc: add a few links to the Channel Layout syntax section 25 October 2013, 13:44:12 UTC
a350513 doc/utils: document channel layout specification 25 October 2013, 13:44:04 UTC
d9ad305 Merge remote-tracking branch 'qatar/master' * qatar/master: fft-test: Remove possibility of returning restricted exit code dct-test: Remove possibility of returning a restricted exit code base64-test: Remove posibility of returning restricted exit codes tree-test: Don't return restricted exit codes Conflicts: libavutil/base64.c See: b2fdf3fc35b6dca8ac7f6d46bd73ea5eb1339193 See: f80ca1cb002c53927fa3edaff5082bfba24d6193 See: cbbd0ac764b43df081898a2c3548a2fee1faca53 See: 5dfdffeb6fe9c43a496a4c1949cf9162474c7418 Merged-by: Michael Niedermayer <michaelni@gmx.at> 25 October 2013, 11:35:53 UTC
6abb9eb avformat/wavdec: Fix smv packet interleaving This strips the relative timestamp "flag" off. Fixes Ticket2849 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 25 October 2013, 10:50:26 UTC
7177df9 fft-test: Remove possibility of returning restricted exit code Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> 25 October 2013, 10:06:43 UTC
5331d2b dct-test: Remove possibility of returning a restricted exit code Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> 25 October 2013, 10:06:43 UTC
8dc1b7b base64-test: Remove posibility of returning restricted exit codes Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> 25 October 2013, 10:06:32 UTC
5229794 doc/issue_tracker: remove more mentions of patches Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 25 October 2013, 10:03:35 UTC
back to top