- 17 Sep, 2013 40 commits
-
-
Chih-Wei Huang authored
It's introduced by the erroneous merging commit cbe47b1e. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Derek Buitenhuis authored
It's not our responsibility to account for other projects' terrible hacky usage. Also, it is no longer needed by XMBC, since 78b71d4. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Michael Niedermayer authored
Previously this would have lead to a memcpy(a,a) which violates the requirement of non overlapping src and dst. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: doc: Add missing hashes and dates to APIChanges Conflicts: doc/APIchanges Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'b1db3315': ffv1: Make sure at least one slice context is initialized Conflicts: libavcodec/ffv1.c This condition is not possible in ffmpegs ffv1 code and already checked for by assert() for the case that some future changes make it possible. Thus merge just for meta-data Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'ea78a348': eacmv: Make sure a reference frame exists before referencing it Conflicts: libavcodec/eacmv.c See: 113d7be6Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'c39f7eba': truemotion2: Use av_freep properly in an error path Conflicts: libavcodec/truemotion2.c See: c54aa2fbMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'f875a732': mpeg4videodec: Check the width/height in mpeg4_decode_sprite_trajectory Conflicts: libavcodec/mpeg4videodec.c See: fc5c49abMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'a92538b7': ivi_common: Make sure color planes have been initialized Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '7f8d41eb': mov: Don't use a negative duration for setting other fields Conflicts: libavformat/mov.c See: 87d073eaMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
Since the errors are not fatal, it is less confusing not to show them as errors but as warnings. Arbitrarily fixes trac ticket #2419.
-
Michael Niedermayer authored
* commit '19b9659f': oggparseogm: Convert to use bytestream2 Conflicts: libavformat/oggparseogm.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '711c9701': rv34: Check the return value from ff_rv34_decode_init Conflicts: libavcodec/rv30.c libavcodec/rv40.c See: b86651a2Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '569d18aa': matroskadec: Verify realaudio codec parameters Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'e1f3847f': mace: Make sure that the channel count is set to a valid value Conflicts: libavcodec/mace.c See: 6df1cfa7Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '1115689d': svq3: Check for any negative return value from ff_h264_check_intra_pred_mode Conflicts: libavcodec/svq3.c See: 019eb2c7Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
Also fix the typo in the last entry version.
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: rtmp: rename main_channel_id to stream_id. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'd4aef997': rtmp: Follow Flash player numbering for channels. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '120af23c': rtmp: Send video on a separate channel. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '68b46774': lavf: Make probe_codec return an error code Conflicts: libavformat/utils.c A failure to reallocate should not free the array as it is used to probe the codec. And failure to reallocate if the following probe succeeds isnt a fatal error for probe_codec(). Thus this is only partially merged to ensure probing still is attempted with the data available. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-
Michael Niedermayer authored
* commit '1daea523': x86: Add an xmm clobbering wrapper for avcodec_encode_video2 See: ede42109Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '73084391': lavf: Don't explicitly flush after each written packet in muxers Conflicts: libavformat/assenc.c libavformat/yuv4mpeg.c See: 8de9bb6eMerged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '596e5d47': lavf: Add a flag to enable/disable per-packet flushing Conflicts: libavformat/avformat.h libavformat/mux.c libavformat/version.h This adds a 2nd API to set per packet flushing If the user application indicates through either a non default then this non default takes precedence over the other still default value Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '0a9425d7': flv: Do not export datastream as metadata Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '92ed83e3': rtmp: Store all the notify messages Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'fe0337e8': rtmp: Do not send the first field twice within the handshake Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '666ed7ed': rtmp: Drop an unneeded warning Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'ffb7669e': rtmp: Support play method in listen mode Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '97d35fa8': rtmp: Factor out publish specific code Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '3feb3d6c': mem: Introduce av_reallocp Conflicts: doc/APIchanges libavutil/mem.c libavutil/mem.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Martin Storsjö authored
This is required since 187105ff when we started trying to wrap this function as well. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
* commit '187105ff': Fix references to deleted avcodec_encode_video() function Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Martin Storsjö authored
This avoids crashes when initializing the range coder for the first slice context. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This is similar to an existing check for the second-last frame from 062421e3. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-