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

sort by:
Revision Author Date Message Commit Date
2b8b2ba Changelog: replace next by 2.0 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 10 July 2013, 00:47:10 UTC
1ebb95d Update for 2.0 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 10 July 2013, 00:15:43 UTC
5eaed6d atrac3: fix error handling decode_tonal_components returns a proper AVERROR. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 10 July 2013, 00:15:43 UTC
09f59d6 avformat/gif: Do not write GIF89a header if loop is set to -1. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 23:18:59 UTC
9e21490 Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: assume 0 stream start time if start time is unset in duration check ffplay: do not update audio clock with old audio pts if current frame is AV_NOPTS_VALUE Merged-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 22:57:04 UTC
49f441e MAINTAINERS: Update which releases are supported Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 22:47:01 UTC
c3ca702 codec_desc: fix typo in rv20 long_name. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 22:27:34 UTC
3aa2257 doc/RELEASE_NOTES: add a note about AVISynth Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 22:24:04 UTC
233177a jpegdec: clear EOBRUN on restarts Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 21:49:06 UTC
1c032e9 jpegdec: give handle_rstn() a return code that indicates if restart did happen Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 21:45:31 UTC
776155c mjpeg_decode_scan: reset restart state Fixes Ticket2082 Fixes progressive/refinement + restart jpegs Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 21:43:36 UTC
e9be467 doc/ffmpeg: document -override_ffserver Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 20:19:10 UTC
325411a snowenc: check minimum resolution Fixes Ticket1855 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 19:10:45 UTC
f07cb53 ffplay: assume 0 stream start time if start time is unset in duration check Fixes ticket #2103 and #2743. Signed-off-by: Marton Balint <cus@passwd.hu> 09 July 2013, 18:19:54 UTC
3886572 ffplay: do not update audio clock with old audio pts if current frame is AV_NOPTS_VALUE Signed-off-by: Marton Balint <cus@passwd.hu> 09 July 2013, 18:19:54 UTC
aa74810 bitstream: fix a crash in case of oom fixes ticket #2766 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 17:41:22 UTC
1937822 vorbiscomment: Add support for embedded cover art Fixes ticket #2655 Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 17:21:23 UTC
1e5bbbf lavf/flacdec: Share the function to parse cover art blocks Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 17:19:42 UTC
f9d7431 avformat/AVFormatContext: Move fields down to match the fork avconv uses private and internal fields from libavformat, we thus must match the layout even of the fields marked non public. Otherwise ffmpegs libavformat could not be used as a dropin replacement on debian/ubuntu The current soname of libavformat was not part of any release nor are any fields marked public moved thus in theory no installed shared lib ABI breakage should occur. Still the need for this change is unfortunate and chilling. If you installed shared libs from a recent development version of libavformat that is more recent than the last release. You probably want to check or rebuild applications that linked to it. minor versions of avformat & avdevice are bumped to allow detecting this as both use the updated struct Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 17:06:32 UTC
d5de123 avfilter/graphparse: Fix build with --enable-incompatible-fork-abi Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 17:06:32 UTC
c5a1b18 lavfi/drawtext: add support for printing frame metadata Signed-off-by: Paul B Mahol <onemda@gmail.com> 09 July 2013, 15:21:01 UTC
87fb18c imc: Catch a division by zero Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Reviewed-by: Kostya Shishkov Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 14:20:50 UTC
7d9cb12 avcodec/wmaprodec: Check block_align Fixes undefined behavior Its not known if this condition can be triggered through crafted input. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 13:32:21 UTC
694550f Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Force correct extradata for AVID AVCI50 in mov. Merged-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 11:04:51 UTC
0dd9962 ff_lpc_calc_coefs: assert that the type is levinson or cholesky Otherwise the code could misbehave (and there are no other types anyway) Fixes CID700759 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 09:57:45 UTC
9a1ec1f Force correct extradata for AVID AVCI50 in mov. Fixes ticket #2106. Reviewed-by: Kieran Kunhya 09 July 2013, 09:43:33 UTC
3c5071d lavfi/psnr: rename 's' parameter to match documentation Also removes some irrelevant lines in documentation. Signed-off-by: Paul B Mahol <onemda@gmail.com> 09 July 2013, 09:40:53 UTC
d0a7933 ffmpeg_opt: do not warn about unused gop_timecode The option is injected by generic code and being sometimes unused is normal. Fixes Ticket2762 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 08:54:40 UTC
e914a21 Merge remote-tracking branch 'qatar/master' * qatar/master: movenc: Rename the timestamp parameter to dts in write_hint_packets Merged-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 08:07:23 UTC
848295c Merge commit 'a87a0acf9b5d27aad032e61eef4973e62a4a6830' * commit 'a87a0acf9b5d27aad032e61eef4973e62a4a6830': movenc: Make sure the RTP hint tracks have nondecreasing DTS Merged-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 08:01:17 UTC
00b1401 avcodec/h264_ps: try to support Ambarella AVC Fixes Ticket2763 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 03:21:26 UTC
509642b WebM muxer writes WebVTT subtitle track The Matroska muxer now allows WebVTT subtitle tracks to be written while in WebM muxing mode. WebVTT subtitle tracks have four kinds: "subtitles", "captions", "descriptions", and "metadata". Each text track kind has a distinct Mastroska CodecID and track type, as described in the temporal metadata guidelines here: http://wiki.webmproject.org/webm-metadata/temporal-metadata/webvtt-in-webm When the stream has codec id AV_CODEC_ID_WEBVTT, the stream packet is serialized per the temporal metadata guidelines cited above. The WebVTT cue is written as a Matroska block group. The block frame comprises the WebVTT cue id, followed by the cue settings, followed by the cue text. (The block timestamp is synthesized from the cue timestamp.) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 01:09:12 UTC
a20f049 avcodec/libvpxenc: make class names unique This should fix an infinite loop with -h full Found-by: <Foofie> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 09 July 2013, 01:04:31 UTC
d1e8d4b ffmpeg: Allow overriding ffservers input Fixes Ticket1970 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 23:50:32 UTC
d7fbe92 ffmpeg: move creation_time for ffserver setting up Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 23:50:32 UTC
a03e79e lavfi: fix broken logic in metadata handling Signed-off-by: Paul B Mahol <onemda@gmail.com> 08 July 2013, 20:13:56 UTC
970c8df mpeg12dec: avoid reinitializtation on PS changes when possible. Fixes Ticket2574 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 19:55:04 UTC
7dee9c2 tests/fate/filter-audio: update asyncts reference The new reference matches the one used by qatar Fixes: fate-filter-asyncts Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 17:44:27 UTC
19c8f22 lavfi/rotate: switch to new drawutils Get rid of ugly hacks, also add support for more pixel formats. Signed-off-by: Paul B Mahol <onemda@gmail.com> 08 July 2013, 16:40:49 UTC
55c94f4 lavfi/drawutils: fix planar rgb Signed-off-by: Paul B Mahol <onemda@gmail.com> 08 July 2013, 16:40:49 UTC
d2dd1e0 lavfi/pad: use FFSIGN Signed-off-by: Paul B Mahol <onemda@gmail.com> 08 July 2013, 16:40:48 UTC
70b922f avformat/mov: read stream bitrates from isml manifest This allows to read a live isml movie and segment it using the smoothstreaming muxer, which requires the bitrates to be known for each stream. Signed-off-by: Alexandre Sicard <alexandre.sicard@smartjog.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 15:36:45 UTC
e096283 mp3dec: detect CBR and use CBR axiom to seek This should also work reasonable with truncated and growing mp3s. Fixes Ticket2590 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 15:12:51 UTC
6150bec lavfi: add psnr filter Signed-off-by: Paul B Mahol <onemda@gmail.com> 08 July 2013, 14:58:04 UTC
1ba01d3 swscale: treat gray as a fullrage (0-255) format Fixes Ticket2684 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 13:21:48 UTC
b86651a Check the return value of ff_rv34_decode_init() in rv30.c and rv40.c Avoids possible null pointer dereferences on oom. Fixes ticket #2727. 08 July 2013, 09:56:16 UTC
0677dde movenc: Rename the timestamp parameter to dts in write_hint_packets This matches its actual intended use better. Signed-off-by: Martin Storsjö <martin@martin.st> 08 July 2013, 09:44:25 UTC
a87a0ac movenc: Make sure the RTP hint tracks have nondecreasing DTS The RTP timestamps can be decreasing for codecs with B-frames. For these cases, make sure the timestamps in the MP4 file track itself are nondecreasing, and add an offset to the RTP packet hint instead to produce the intended RTP timestamp. Signed-off-by: Martin Storsjö <martin@martin.st> 08 July 2013, 09:43:42 UTC
5d3c303 cmdutils: replace exit() by exit_program() Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 09:12:32 UTC
eeddeb6 ffmpeg_opt: replace exit() by exit_program() Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 09:12:32 UTC
efce76a ffmpeg_filter: replace exit() by exit_program() Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 09:09:22 UTC
44d0e52 Merge remote-tracking branch 'qatar/master' * qatar/master: qdm2: check and reset dithering index per channel Merged-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 03:26:17 UTC
e1f98f2 Merge commit '76efedeadb1f6bf79020c44a71dd0cee13d932ad' * commit '76efedeadb1f6bf79020c44a71dd0cee13d932ad': qdm2: formatting cosmetics Conflicts: libavcodec/qdm2.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 03:10:06 UTC
d28a8ad Merge commit 'f054e309c58894450a5d18cce9799ef58aab9f14' * commit 'f054e309c58894450a5d18cce9799ef58aab9f14': qdm2: use init_static_data westwood_vqa: do not free extradata on error in read_header Conflicts: libavformat/westwood_vqa.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 03:02:52 UTC
b5a87dc Merge commit 'c4abc9098cacb227dba39bac6aea16b2bceba0d0' * commit 'c4abc9098cacb227dba39bac6aea16b2bceba0d0': vqavideo: check the version Conflicts: libavcodec/vqavideo.c See: b226af39107f09cd650875388250f4968eea54db Merged-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 02:53:52 UTC
f982d00 Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb' * commit '636ced8e1dc8248a1353b416240b93d70ad03edb': cmdutils: wrap exit explicitly Conflicts: avprobe.c cmdutils.c ffmpeg.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 02:34:11 UTC
4cd066b Merge commit '21732063a346475eb22c332b27e8216b79f9ad4a' * commit '21732063a346475eb22c332b27e8216b79f9ad4a': movenc: K&R formatting cosmetics Conflicts: libavformat/movenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 02:08:07 UTC
7023715 Merge commit '38e9585de993c32899588ab037180f2c930ce74c' * commit '38e9585de993c32899588ab037180f2c930ce74c': Makefile: Remove stray tabs vp8: Wait for prev_frame to parse segment_map before reading it yuv4mpeg: Correctly round chroma up for odd luma sizes rmdec: Use the AVIOContext given as parameter in rm_read_metadata() avio: Handle AVERROR_EOF in the same way as the return value 0 Conflicts: libavformat/rmdec.c libavformat/yuv4mpeg.c No change as all the commits where already in before Merged-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 01:42:03 UTC
5312c31 avformat_find_stream_info: fallback to timestamps in analyzeduration check in more cases This fixes speex in rtmp Fixes Ticket2409 the nellymoser in flv case actually needs larger analyzeduration. The code previously just failed to calculate the duration If this causes any problems, like premature analyze/probe end, please report! Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 08 July 2013, 00:37:24 UTC
099e57b zmbvenc: remove unused AVFrame from encoder private context Signed-off-by: Paul B Mahol <onemda@gmail.com> 07 July 2013, 23:50:54 UTC
3bec6a4 zmbvenc: do not set avctx->coded_frame Signed-off-by: Paul B Mahol <onemda@gmail.com> 07 July 2013, 23:45:17 UTC
ec4e042 gif: remove unused AVFrame from encoder private context Signed-off-by: Paul B Mahol <onemda@gmail.com> 07 July 2013, 23:06:06 UTC
bd03f99 gif: do not set avctx->coded_frame Signed-off-by: Paul B Mahol <onemda@gmail.com> 07 July 2013, 22:57:17 UTC
744a11c qdm2: check and reset dithering index per channel Checking per subband would have the index exceed the dithering noise table size. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org 07 July 2013, 20:06:35 UTC
76efede qdm2: formatting cosmetics Apply the usual style plus drop few unnecessary return at the end of void functions. 07 July 2013, 20:06:28 UTC
f054e30 qdm2: use init_static_data 07 July 2013, 20:06:20 UTC
76f5dfb westwood_vqa: do not free extradata on error in read_header The extradata is already freed by avformat_open_input on failure. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org 07 July 2013, 20:04:43 UTC
c4abc90 vqavideo: check the version Prevent out of buffer write. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org 07 July 2013, 20:04:05 UTC
636ced8 cmdutils: wrap exit explicitly Some C runtime implementations deadlock when calling threading functions on the atexit() handler. Use a simpler wrapper similar to av_log to call the cleanup function before exit. Bug-Id: 523 07 July 2013, 19:43:23 UTC
2173206 movenc: K&R formatting cosmetics Signed-off-by: Martin Storsjö <martin@martin.st> 07 July 2013, 18:34:31 UTC
38e9585 Makefile: Remove stray tabs Signed-off-by: Martin Storsjö <martin@martin.st> 07 July 2013, 16:29:19 UTC
46d208e vp8: Wait for prev_frame to parse segment_map before reading it This fixes occasional failures of vp8-test-vector-010 with frame-level multithreading enabled. Signed-off-by: Martin Storsjö <martin@martin.st> 07 July 2013, 10:30:29 UTC
6c86a63 yuv4mpeg: Correctly round chroma up for odd luma sizes Signed-off-by: Martin Storsjö <martin@martin.st> 07 July 2013, 10:30:22 UTC
d35b6cd rmdec: Use the AVIOContext given as parameter in rm_read_metadata() This fixes crashes when playing back certain RealRTSP streams. When invoked from the RTP depacketizer, the full realmedia demuxer isn't invoked, but only certain functions from it, where a separate AVIOContext is passed in as parameter (for the buffer containing the data to parse). The functions called from within those entry points should only be using that parameter, not s->pb. In the depacketizer case, s is the RTSP context, where ->pb is null. Cc: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st> 07 July 2013, 10:30:12 UTC
5d876be avio: Handle AVERROR_EOF in the same way as the return value 0 This makes sure the ffurl_read_complete function actually returns the number of bytes read, as the documentation of the function says, even if the underlying protocol uses AVERROR_EOF instead of 0. Signed-off-by: Martin Storsjö <martin@martin.st> 07 July 2013, 10:30:01 UTC
f5e646a wtv: Mark attachment with a negative stream id A sid 0 would be mismatched to the attachment. Prevent NULL pointer dereference. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org 07 July 2013, 02:28:51 UTC
a4baf96 avprobe: rename the prettyprint structures 07 July 2013, 02:28:51 UTC
1943630 dxa: make code independent of sizeof(AVFrame) Signed-off-by: Paul B Mahol <onemda@gmail.com> 06 July 2013, 16:33:59 UTC
be25614 mmsh: reimplement seeking Fixes Ticket2682 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 07 July 2013, 16:50:03 UTC
c7cfd4c avformat_find_stream_info: use fps_dts as last resort to determine duration Fixes long delay with some hardware generated h264 in ts Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 07 July 2013, 13:25:34 UTC
19d4163 avformat/mp3dec: read TOC even if not all needed information is available This fixes hyothetical bugs with parsing of elements after the TOC Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 07 July 2013, 10:50:41 UTC
4cc32e5 avformat/mp3dec: read xing toc independant of usetoc, only skip filling index if requested Fixes hypothetical parsing bug with -usetoc 0 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 07 July 2013, 10:49:37 UTC
a71832f avformat/Makefile: remove stray tab Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 07 July 2013, 09:56:02 UTC
b9d55a0 Merge remote-tracking branch 'qatar/master' * qatar/master: wtv: Mark attachment with a negative stream id Conflicts: libavformat/wtv.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 07 July 2013, 09:48:05 UTC
b7ce510 Merge commit 'a4baf96abd64cda68e3e4692b182bdf60745a14d' * commit 'a4baf96abd64cda68e3e4692b182bdf60745a14d': avprobe: rename the prettyprint structures tools: Wording and formatting cosmetics Conflicts: avprobe.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 07 July 2013, 09:35:59 UTC
7bd417c Merge commit '6516632967da5e6bd7d6136e8678f826669ed26e' * commit '6516632967da5e6bd7d6136e8678f826669ed26e': tests: Only run noproxy test if networking is enabled fifo: K&R formatting cosmetics Conflicts: libavformat/Makefile libavutil/fifo.c Merged-by: Michael Niedermayer <michaelni@gmx.at> 07 July 2013, 09:26:28 UTC
2adf8a9 Merge commit '4e7f0b082d8c4b360312216b9241bec65ff63b35' * commit '4e7f0b082d8c4b360312216b9241bec65ff63b35': kmvc: Clip pixel position to valid range The added clip should make no difference, there are already checks for the index. Merged-by: Michael Niedermayer <michaelni@gmx.at> 07 July 2013, 09:17:53 UTC
1aeddc3 Merge commit '8f689770548c86151071ef976cf9b6998ba21c2a' * commit '8f689770548c86151071ef976cf9b6998ba21c2a': kmvc: use fixed sized arrays in the context Merged-by: Michael Niedermayer <michaelni@gmx.at> 07 July 2013, 08:54:39 UTC
dc2a13a avformat/mov: Fix duration of fragmented mov Fixes Ticket2757 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 07 July 2013, 02:11:14 UTC
104dfaa dct_unquantize_h263_intra_c: fix assert condition Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 July 2013, 23:50:59 UTC
707b213 libavcodec/x86/mpegvideo: Move mmx functions under HAVE_MMX_INLINE should fix ticket2755 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 July 2013, 23:50:59 UTC
abce6df avcodec/x86/vp3dsp_init: move mmx functions under HAVE_MMX_INLINE Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 July 2013, 23:50:59 UTC
9a6e814 oggparseskeleton: avoid header parsing failure Based on description by James Almer and the xiph wiki Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 July 2013, 21:53:19 UTC
7f25050 nutdec: use ff_find_last_ts() Fixes finding the duration for nut files that are truncated Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 July 2013, 20:27:35 UTC
8ca5d27 avformat/utils: factor ff_find_last_ts() out of ff_gen_search() Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 06 July 2013, 20:27:35 UTC
6516632 tests: Only run noproxy test if networking is enabled 06 July 2013, 13:36:57 UTC
cd7b6de tools: Wording and formatting cosmetics 06 July 2013, 13:36:57 UTC
73142e7 fifo: K&R formatting cosmetics 06 July 2013, 12:28:06 UTC
4e7f0b0 kmvc: Clip pixel position to valid range Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org 06 July 2013, 12:12:45 UTC
8f68977 kmvc: use fixed sized arrays in the context Avoid some boilerplate code to dynamically allocate and then free the buffers. 06 July 2013, 12:12:42 UTC
back to top