summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* lavu/parseutils: add av_get_known_color_name()Stefano Sabatini2013-10-27
|
* avformat/utils: do not override pts in h264 when they are provided from the ↵Michael Niedermayer2013-10-27
| | | | | | | | demuxer Fixes Ticket2143 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/utils: check that size_t is unsignedMichael Niedermayer2013-10-26
| | | | | | | | 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>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-26
|\ | | | | | | | | | | | | * qatar/master: fft-test: add a missing #include Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * fft-test: add a missing #includeAnton Khirnov2013-10-26
| | | | | | | | stdio.h needed for printf since 7177df90a043bd59e172843fc7cb9e767080ea12
* | Merge commit 'b284e1ffe343d6697fb950d1ee517bafda8a9844'Michael Niedermayer2013-10-26
|\| | | | | | | | | | | | | * commit 'b284e1ffe343d6697fb950d1ee517bafda8a9844': mem: do not check for negative size Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mem: do not check for negative sizeVittorio Giovara2013-10-26
| | | | | | | | | | | | size_t is guaranteed to be unsigned Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | avformat/http: dont fail with unknown Content-EncodingsMichael Niedermayer2013-10-26
| | | | | | | | | | | | | | 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>
* | avcodec/h264_parser: heuristically detect non marked keyframesMichael Niedermayer2013-10-26
| | | | | | | | | | | | Fixes Ticket3083 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/x86/cabac: include get_cabac_bypass_sign_x86() under #if ↵Michael Niedermayer2013-10-26
| | | | | | | | | | | | | | | | | | | | !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>
* | configure: link with built libs when pc-uninstalled is usedLukasz Marek2013-10-26
| | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2013-10-26
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * | ffplay: add support for libswresample optionsMarton Balint2013-10-26
| | | | | | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
| * | ffplay: use av_frame_get_pkt_pos instead directly accessing pkt posMarton Balint2013-10-26
| | | | | | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
| * | ffplay: factor out picture freeing codeMarton Balint2013-10-26
| | | | | | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
| * | ffplay: update and extend documentation for channel and stream switchingMarton Balint2013-10-26
| | | | | | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* | | avformat/md5enc: add format, version and column headersMichael Niedermayer2013-10-26
| | | | | | | | | | | | | | | | | | See Ticket2280 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | doc/issue_tracker: add 2 missing issue typesMichael Niedermayer2013-10-26
|/ / | | | | | | | | Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'lukaszmluki/master'Michael Niedermayer2013-10-26
|\ \ | | | | | | | | | | | | | | | | | | | | | * 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>
| * | lavd/pulse_audio_enc: avoid vars in for()Lukasz Marek2013-10-26
| | | | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
| * | lavd/pulse_audio_enc: add another default to stream nameLukasz Marek2013-10-26
| | | | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-26
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * qatar/master: fate: aac: Add test for AAC-ELD Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | fate: aac: Add test for AAC-ELDAlex Converse2013-10-25
| | |
* | | Merge commit 'adea4512c6087280702e2423de55cea050e20a98'Michael Niedermayer2013-10-26
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'adea4512c6087280702e2423de55cea050e20a98': aacdec: Fix calls to avpriv_report_missing_feature(). See: 435a730e2190c9b005117eaad57f7559cd82581c See: 72cf47b241c7972cce313e1f474bdb8f3684fa15 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | aacdec: Fix calls to avpriv_report_missing_feature().Alex Converse2013-10-25
| | | | | | | | | | | | It does not take log level as an argument.
* | | Merge commit '4d6ee0725553a43ba88d6f8327ebcf8f1c5ae8d4'Michael Niedermayer2013-10-26
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * | libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya2013-10-25
| | | | | | | | | | | | | | | | | | Patch based on x264's AVX2 detection Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | | Add AVX2 capable CPU detection. Patch based on x264's AVX2 detectionKieran Kunhya2013-10-26
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | avcodec/jpeg2000dec: non zero image offsets are not supportedMichael Niedermayer2013-10-26
| | | | | | | | | | | | | | | | | | | | | Fixes out of array accesses Fixes Ticket3080 Found-by: ami_stuff Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | h264: make flush_change() set mmco_resetMichael Niedermayer2013-10-26
| |/ |/| | | | | | | | | | | | | This ensures that frames do not get mixed on context reinits Fixes Ticket2836 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/rtpproto: when local rtp port and local rtcp port are not ↵lemonlinger@gmail.com2013-10-25
| | | | | | | | | | | | | | | | | | 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>
* | avcodec/h264: reduce noisiness of "mmco: unref short failure"Michael Niedermayer2013-10-25
| | | | | | | | | | | | | | | | | | 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>
* | avformat/mp3dec: perform seek resync in the correct directionMichael Niedermayer2013-10-25
| | | | | | | | | | | | | | Fixes seeking to the last frame in CBR files Fixes Ticket2773 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/rmdec: english typosMichael Niedermayer2013-10-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/twinvq: return the actual number of consumed bytesMichael Niedermayer2013-10-25
| | | | | | | | | | | | Fixes Ticket2980 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | metasound & twinvqdec: return the number of read bytes from read_bitstreamMichael Niedermayer2013-10-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: abort if threading without atomics is usedMichael Niedermayer2013-10-25
| | | | | | | | | | | | | | | | also provide a list of workarounds to the user Fixes Ticket2363 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: add a few links to the Channel Layout syntax sectionStefano Sabatini2013-10-25
| |
* | doc/utils: document channel layout specificationStefano Sabatini2013-10-25
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-25
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * fft-test: Remove possibility of returning restricted exit codeDerek Buitenhuis2013-10-25
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * dct-test: Remove possibility of returning a restricted exit codeDerek Buitenhuis2013-10-25
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * base64-test: Remove posibility of returning restricted exit codesDerek Buitenhuis2013-10-25
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
| * tree-test: Don't return restricted exit codesDerek Buitenhuis2013-10-24
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | avformat/wavdec: Fix smv packet interleavingMichael Niedermayer2013-10-25
| | | | | | | | | | | | | | | | This strips the relative timestamp "flag" off. Fixes Ticket2849 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/issue_tracker: remove more mentions of patchesMichael Niedermayer2013-10-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/issue_tracker: update resolution namesMichael Niedermayer2013-10-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/issue_tracker: remove patches as we dont use trac to handle patchesMichael Niedermayer2013-10-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/issue_tracker: theres no substatus in tracMichael Niedermayer2013-10-25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | MAINTAINERS: updatePaul B Mahol2013-10-25
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>