source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @4981baf9   10 years martin avstring: Mark some character handling functions av_const …
(edit) @199d9f99   10 years vittorio.giovara mjpegdec: fix undefined shift Add a comment to explain the code. CC: …
(edit) @ac4a5e3a   10 years vittorio.giovara pthreads_frame: Do not leak on failure path CC: …
(edit) @5d29efe   10 years vittorio.giovara mpeg12dec: simplify context duplication CC: libav-stable@libav.org
(edit) @37b3361e   10 years vittorio.giovara mpeg12enc: factor out check in encode_dc Makes coverity less confused …
(edit) @0a66647   10 years vittorio.giovara mpegvideo_enc: factor out denominator and explicitly cast operands …
(edit) @e0a1d0a2   10 years vittorio.giovara mpegvideo_enc: rework direct mode check Remove stray semicolon and …
(edit) @05e59135   10 years anton nutdec: do not set has_b_frames It is not supposed to be set by demuxers.
(edit) @acc897e6   10 years anton lavc: make avpriv_flac_is_extradata_valid() private on the next bump
(edit) @e839de0f   10 years anton oggenc: accept only STREAMINFO extradata The reasoning is the same as …
(edit) @c070a875   10 years anton lavc: make avpriv_flac_parse_streaminfo() private on the next bump
(edit) @7784f477   10 years anton lavf: stop using avpriv_flac_parse_streaminfo() The only parameters …
(edit) @56dc46a1   10 years anton riffenc: do not fall back on AVCodecContext.frame_size for MP3 It …
(edit) @91e8d2e   10 years anton lavf: use the format context strict_std_compliance instead of the codec one
(edit) @2f3fadfb   10 years anton lavc,lavf: switch to the new vorbis parse API
(edit) @5e80fb7f   10 years anton lavc: add a public API for parsing vorbis packets. It is required by …
(edit) @6896f95b   10 years anton vorbis_parser: add an AV prefix to VorbisParseContext This is done in …
(edit) @87479264   10 years anton vorbis_parser: use a dedicated AVClass for logging Currently, the API …
(edit) @a4903911   10 years martin rtmpproto: Ignore errors from the getStreamLength method It is never …
(edit) @4ff670d9   10 years lu_zero hwaccel: Deinitialize hardware acceleration early enough The …
(edit) @77ab341c   10 years vittorio.giovara aacdec: add default case in channel layout Bug-Id: CID 732291
(edit) @930ffd46   10 years vittorio.giovara aacsbr: change order of operation to prevent out of array read CC: …
(edit) @9f6f4074   10 years vittorio.giovara aacsbr: treat 1-d arrays as such CC: libav-stable@libav.org Bug-Id: …
(edit) @f52b8717   10 years vittorio.giovara celp_filters: don't use filter lenght as loop bound CC: …
(edit) @c442190a   10 years vittorio.giovara error_resilience: initialize prev_* variables CC: …
(edit) @240b22af   10 years vittorio.giovara motion_est: remove dead code mb_type is initialized to 0 and never …
(edit) @351d0f8b   10 years vittorio.giovara get_bits: remove unused assignment Bug-Id: CID 1238816
(edit) @2f221b6a   10 years martin movenc: Define the flag bits using shifts instead of as decimal …
(edit) @aae6b3b9   10 years martin movenc: Don't write any iso brands in ismv files We deviate slightly …
(edit) @c55d1d3   10 years martin movenc: Don't write any tfdt atom for ismv files The tfdt atom …
(edit) @00c67fe1   10 years martin movenc: Write a 0 duration in mdhd and tkhd for an empty initial moov …
(edit) @cf589fa   10 years martin movenc: Add a flag for using default-base-is-moof in tfhd atoms …
(edit) @600d5ee   10 years martin movenc: Signal iso6 in compatible_brands when using tfdt …
(edit) @a9911a1b   10 years martin doc: Document the omit_tfhd_offset flag to the mp4 muxer …
(edit) @1e0b81ab   10 years martin movenc: Use a local variable consistently Signed-off-by: Martin …
(edit) @b2b79eca   10 years martin movenc: Don't check the custom IO flag when using faststart The …
(edit) @573b1de2   10 years martin movenc: Don't use track_id to decide which track is the first in a …
(edit) @84bf64d3   10 years vittorio.giovara bethsoftvid: simplify return handling Fixes a double free in case of …
(edit) @e9ba3098   10 years vittorio.giovara assdec: check av_new_packet return value CC: libav-stable@libav.org
(edit) @2cd2869   10 years vittorio.giovara jack: Use av_strerror
(edit) @043ea6f   10 years vittorio.giovara fbdev: Use av_strerror
(edit) @f64d7e91   10 years vittorio.giovara mtv: improve header check and avoid division by zero CC: …
(edit) @b3d11437   10 years vittorio.giovara oggenc: remove unneeded null check The code would have segfaulted …
(edit) @a9179b5   10 years vittorio.giovara configure: Check only for xcb xcb-utils are not needed anymore.
(edit) @4ad1eba0   10 years anton lavd: fix building x11grab after a6674d2
(edit) @ce91b2ea   10 years anton vdpau: return MAIN instead of BASELINE for H.264 CBP This is the same …
(edit) @26ab504a   10 years anton vdpau/h264: request MAIN rather than BASELINE VDPAU profile for CBP …
(edit) @11467ecf   10 years vittorio.giovara mxfdec: reduce loop bound in mxf_read_pixel_layout() Makes coverity …
(edit) @e6c66f1e   10 years vittorio.giovara bethsoftvid: check return value and clean memory CC: …
(edit) @b46b233b   10 years vittorio.giovara filmstripdec: avoid integer overflow CC: libav-stable@libav.org
(edit) @090c67d5   10 years vittorio.giovara matroskaenc: write correct Display{Width, Height} in stereo encoding …
(edit) @a6674d2e   10 years lu_zero xcbgrab: XCB-based screen capture Matches the x11grab screen capture …
(edit) @ed6dad37   10 years martin lavf: Implement ff_brktimegm using gmtime_r While a standalone …
(edit) @6b9b42cc   10 years martin drawtext: Remove the ifdef for localtime_r If it isn't available in …
(edit) @82ee7d0d   10 years martin Use gmtime_r instead of gmtime and localtime_r instead of localtime …
(edit) @3f8f1c6   10 years martin lavu: Provide fallbacks for gmtime_r and localtime_r This allows …
(edit) @9dcf239   10 years martin lavf: Check the return value of strftime If the buffer provided to …
(edit) @851ace79   10 years martin wtv: Avoid needlessly calling gmtime twice with the same argument …
(edit) @50dbe6b3   10 years vittorio.giovara mov: fix assigment check CC: libav-stable@libav.org Bug-Id: CID 1197050
(edit) @7df3b426   10 years vittorio.giovara mxfenc: Fix possible integer overflows None of these are likely …
(edit) @ad6b00d8   10 years vittorio.giovara mxfdec: add missing break CC: libav-stable@libav.org Bug-Id: CID 732232
(edit) @28c020d4   10 years vittorio.giovara matroskaenc: check avio_open_dyn_buf return value CC: …
(edit) @e0caa1eb   10 years vittorio.giovara matroskadec: check return values CC: libav-stable@libav.org Bug-Id: …
(edit) @3c1199c3   10 years vittorio.giovara matroskadec: fix leak on error CC: libav-stable@libav.org Bug-Id: CID …
(edit) @7785ce1   10 years vittorio.giovara lavf: replace rename() with ff_rename() The new function wraps errno …
(edit) @0b66fb45   10 years vittorio.giovara flac_picture: prevent a possible out of bound write At "mimetype[len] …
(edit) @f1ed83e2   10 years vittorio.giovara img2dec: check av_new_packet return value CC: libav-stable@libav.org
(edit) @1967cd4e   10 years vittorio.giovara audiointerleave: check av_new_packet return value CC: …
(edit) @ac84c1ce   10 years vittorio.giovara avfilter: check filter link validity Remove now redundant check. CC: …
(edit) @ef363ebd   10 years anton mp3enc: write full LAME frame Most importantly, it contains the …
(edit) @88b32673   10 years anton avconv: copy stream-level side data when streamcopying
(edit) @c63418e0   10 years anton doc: reword the mp3 muxer documentation Make it more structured.
(edit) @99143140   10 years anton mp3dec: fix reading the Xing tag The quality scale field is only …
(edit) @6df9d9b5   10 years martin lavf: Use av_gettime_relative The ones left using av_gettime are NTP …
(edit) @d0c09302   10 years martin avconv: Use av_gettime_relative Signed-off-by: Martin Storsjö …
(edit) @248d8fb6   10 years martin avplay: Use av_gettime_relative Signed-off-by: Martin Storsjö …
(edit) @e205429f   10 years martin tools: Use av_gettime_relative Whenever av_gettime() is used to …
(edit) @6fdf35fe   10 years martin lavc: Use av_gettime_relative Whenever av_gettime() is used to …
(edit) @1bd0bdcd   10 years martin lavu: Add av_gettime_relative Since av_gettime() is used in a number …
(edit) @af7ca6ea   10 years vittorio.giovara nutdec: check av_new_packet return value CC: libav-stable@libav.org
(edit) @b69183f6   10 years vittorio.giovara nutenc: check for negative index rather than assert CC: …
(edit) @be42c0b8   10 years vittorio.giovara rmdec: stricter error check to avoid theoretical unitialized use CC: …
(edit) @7207dd8f   10 years vittorio.giovara rmdec: check av_new_packet return value CC: libav-stable@libav.org
(edit) @629b2ed   10 years vittorio.giovara flvdec: make sure to check create_stream and report the same error …
(edit) @f22aa6b   10 years vittorio.giovara flvdec: avoid unitialized use of a struct member CC: …
(edit) @e73d26bb   10 years vittorio.giovara smoothstreamingenc: explict cast to avoid overflow CC: …
(edit) @04d8af5f   10 years janne-libav fate-mpeg4: use TARGET_SAMPLES for resize tests
(edit) @d2771a1d   10 years vittorio.giovara rtpproto: Free the addrinfo pointer on failure CC: …
(edit) @96bfb677   10 years vittorio.giovara nutdec: Prevent a memory corruption Chapters do not have an …
(edit) @350ed182   10 years vittorio.giovara rtpdec_hevc: drop unnecessary check len is always >=1 in that case. …
(edit) @322b571d   10 years vittorio.giovara rtmpproto: remove dead code Expression already evaluated before, …
(edit) @d1afd3e1   10 years vittorio.giovara vf_format: check input validity CC: libav-stable@libav.org
(edit) @7b48bf95   10 years vittorio.giovara wtv: clean memory on error CC: libav-stable@libav.org Bug-Id: CID 718002
(edit) @9fbc613   10 years vittorio.giovara wtv: check seek_by_sector return value CC: libav-stable@libav.org
(edit) @d7f530b0   10 years vittorio.giovara aviobuf: check context before using it Avoid a possible null pointer …
(edit) @02484d1a   10 years vittorio.giovara avio: fix sizeof argument CC: libav-stable@libav.org Bug-Id: CID 732284
(edit) @8ab3b71   10 years vittorio.giovara idcin: fix return check CC: libav-stable@libav.org Bug-Id: CID 732198
(edit) @0034314   10 years lu_zero rtmp: Always call rtmp_close() on rtmp_open() failure Prevent …
(edit) @fc1eda5   10 years vittorio.giovara swscale: fix sign extensions in yuv planar conversion Casting the …
(edit) @b7c77912   10 years vittorio.giovara oss_audio: use a macro to simplify ioctl() error checking Also add a …
Note: See TracRevisionLog for help on using the revision log.