source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3852e2c9   10 years martin libopenh264enc: Fix a typo and some nitpicks Also move the .long_name …
(edit) @71ec3d36   10 years martin doc: Add initial documentation about the OpenH264 encoder wrapper …
(edit) @5a1addd7   10 years lu_zero xsub: Support DXSA subtitles These have a DXSA tag and contain alpha …
(edit) @01168bf1   10 years lu_zero mpeg: Remove unused field
(edit) @b3f0465   10 years lu_zero segment: Fix the failure paths A failure in segment_end() or …
(edit) @8a3d9ca6   10 years martin libavcodec: Add an OpenH264 encoder wrapper Compared to existing, …
(edit) @2a1500fb   10 years martin movenc: Fix a typo in a comment Signed-off-by: Martin Storsjö …
(edit) @e581e88c   10 years martin movenc: Readd an accidentally removed condition This was removed …
(edit) @8e03ca2f   10 years vittorio.giovara isom: add 'mp1v' fourcc As referenced in the CoreMedia API docs. …
(edit) @1c618323   10 years vittorio.giovara msmpeg4: check memory allocations and propagate errors Bug-Id: CID 1257781
(edit) @ed97963   10 years vittorio.giovara ulti: invert the order of parameters of ulti_decode_frame() This is …
(edit) @4438c256   10 years vittorio.giovara vf_interlace: remove the warning tag in the message The log level is …
(edit) @15ea2227   10 years vittorio.giovara vf_interlace: merge FIELD_LOWER check
(edit) @046f75a9   10 years vittorio.giovara vf_interlace: also assert for height
(edit) @696141e8   10 years vittorio.giovara vf_interlace: use image width rather than linesize Based on a patch …
(edit) @fe082998   10 years vittorio.giovara build: Use -Werror=format-security Reduce the chance of introducing a …
(edit) @2cef68da   10 years vittorio.giovara vda: error out if decoded CVPixelBuffer is empty On some video …
(edit) @0352ff10   10 years vittorio.giovara ffv1: const correctness for encode_rgb_frame() …
(edit) @ca09effb   10 years vittorio.giovara ffv1: Drop unnecessary casts and const qualifiers to match function …
(edit) @1dd797e3   10 years vittorio.giovara swscale: check memory allocations CC: libav-stable@libav.org Bug-Id: …
(edit) @07a0c0f   10 years vittorio.giovara opt: check memory allocation CC: libav-stable@libav.org Bug-Id: CID …
(edit) @46808fdf   10 years martin movenc: Enable editlists by default if delay_moov is enabled Being …
(edit) @9f810a9b   10 years martin libavformat: Check for malloc failures in avformat_new_stream CC: …
(edit) @c4aa0f86   10 years martin libavformat: Remove a misleading/incorrect comment This comment can …
(edit) @f4d4e66a   10 years martin configure: Remap -L to -libpath for msvc This allows using libraries …
(edit) @3e160652   10 years martin cmdutils: update copyright year to 2015. Signed-off-by: Martin …
(edit) @f2ad1495   10 years martin avisynth: Use RTLD_LOCAL instead of RTLD_GLOBAL There shouldn't be …
(edit) @470c9db1   10 years martin sidxindex: Remove parsing that isn't necessary any longer When we …
(edit) @5cf6bda   10 years martin sidxindex: Don't adjust the Period start time depending on the track …
(edit) @7a1a63e3   10 years martin dashenc: Use pts for MPD timeline timestamps This should be more …
(edit) @c5e7ea1   10 years martin dashenc: Use delay_moov Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @b3b0b35d   10 years martin movenc: Get rid of a hack for updating the dvc1 atom Use the more …
(edit) @847bf598   10 years martin movenc: Add an option for delaying writing the moov with empty_moov …
(edit) @c725faeb   10 years martin movenc: Use start_dts/cts instead of cluster[0] for writing edit lists …
(edit) @724cbea7   10 years martin movenc: Remove an unnecessary condition when flushing fragments If …
(edit) @355d01a1   10 years martin movenc: Factorize writing ftyp and other identification tags to a …
(edit) @8d54bacb   10 years martin dashenc: Remove some stray double spaces Signed-off-by: Martin …
(edit) @b91a5757   10 years martin dashenc: Fix writing of timelines that don't start at t=0 When …
(edit) @50036c30   10 years martin fate: Use bitexact conversions in the dpxparser test This fixes fate …
(edit) @60d4c6ff   10 years anton h264: restore a block mistakenly removed in e10fd08a CC: …
(edit) @737d35e3   10 years anton vdpau: add support for the H.264 High 4:4:4 Predictive profile …
(edit) @1f9237f   10 years anton avconv_vdpau: allocate video surface of VDPAU-specified size …
(edit) @ebd5320a   10 years anton vdpau: add support for 4:2:2 and 4:4:4 chroma sampling Signed-off-by: …
(edit) @c220a60f   10 years anton vdpau: add helper for surface chroma type and size Since the VDPAU …
(edit) @6c99c92   10 years anton libavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flag This can be used by …
(edit) @57b6704   10 years anton avcodec: add AVCodecContext.sw_pix_fmt This carries the pixel format …
(edit) @4cfbeef3   10 years anton h264: factor hwaccel pixel formats list This is to avoid …
(edit) @9cfa68c5   10 years anton mpegts: add support for Opus Signed-off-by: Anton Khirnov …
(edit) @8ebf02f8   10 years martin libavformat: Only use MoveFileExA when targeting the desktop API …
(edit) @fc308b30   10 years martin rtpenc_mpegts: Call write_trailer for the mpegts muxer even if no …
(edit) @e2ce1639   10 years martin mpegts: Support running the write_trailer function without an …
(edit) @4895aa65   10 years martin libavformat: Allow calling av_write_trailer with a NULL AVIOContext …
(edit) @cee4490b   10 years anton on2avc: check number of channels Fixes invalid memory access. CC: …
(edit) @d423dd72   10 years anton smc: fix the bounds check Fixes invalid writes when there are more …
(edit) @0b39ac6f   10 years anton gifdec: refactor interleave end handling Fixes invalid writes with …
(edit) @17ba719d   10 years anton mmvideo: check frame dimensions The frame size must be set by the …
(edit) @88626e5a   10 years anton jvdec: check frame dimensions The frame size must be set by the …
(edit) @809c3023   10 years anton mjpegdec: check for pixel format changes Fixes possible invalid …
(edit) @64f7575f   10 years anton mov: avoid a memleak when multiple stss boxes are present CC: …
(edit) @210461c0   10 years vittorio.giovara imgconvert: check memory allocations and propagate errors
(edit) @596b5c48   10 years vittorio.giovara wma: check memory allocations and propagate errors
(edit) @63be97ec   10 years vittorio.giovara lavfi: always check av_expr_parse_and_eval() return value CC: …
(edit) @9e06327   10 years vittorio.giovara xcbgrab: Move NULL check before pointer dereference Bug-Id: CID 1254668
(edit) @5ac06633   10 years vittorio.giovara takdec: check av_samples_get_buffer_size() return value CC: …
(edit) @16c7a8a   10 years vittorio.giovara aacps: invert the order of parameters of ipdopd_reset() This is the …
(edit) @76ccf114   10 years vittorio.giovara rtsp: check ffurl_get_file_handle() return value CC: …
(edit) @b1306823   10 years vittorio.giovara check memory errors from av_strdup()
(edit) @9745f19f   10 years vittorio.giovara assdec: check the right variable CC: libav-stable@libav.org Bug-Id: …
(edit) @971099ff   10 years vittorio.giovara aacenc: correctly check returned value CC: libav-stable@libav.org
(edit) @ac467d9   10 years vittorio.giovara lcl: return an appropriate error code
(edit) @8b263331   10 years vittorio.giovara mpegts: check get16() return value And break flow of execution rather …
(edit) @430a816   10 years vittorio.giovara oggdec: add support for VP8 demuxing Signed-off-by: Vittorio Giovara …
(edit) @38129c26   10 years vittorio.giovara cmdutils: check file access functions return values CC: …
(edit) @c63dd3f0   10 years vittorio.giovara a64multi: check elbg return values
(edit) @3beb9cba   10 years vittorio.giovara roqvideo: check memory allocations and propagate errors
(edit) @ae2d41ec   10 years vittorio.giovara elbg: check memory allocations and propagate errors
(edit) @5d839778   10 years vittorio.giovara lavu: Refactor side data wiping And make sure the nb_side_data field …
(edit) @effa7d2a   10 years vittorio.giovara fate: add test for offset theora
(edit) @67fc8a15   10 years vittorio.giovara theora: support different visible and coded frame size Signed-off-by: …
(edit) @a381e0ce   10 years vittorio.giovara fate: add a DPX parser test
(edit) @87bd298a   10 years vittorio.giovara DPX parser Additional improvements and fixes by Michael Niedermayer …
(edit) @3a3790b8   10 years vittorio.giovara tiff: support encoding and decoding 64bit images
(edit) @59f0275   10 years martin movenc: Adjust the pts of new fragments similarly to what is done for …
(edit) @8a70ef94   10 years martin libavformat: Add a muxer wrapping mpegts encoding into RTP Since this …
(edit) @a505c0d   10 years martin rtp: Initial H.261 support The packetizer only supports splitting at …
(edit) @adc214e6   10 years martin rtpenc: Avoid brittle switch fallthroughs Instead explicitly jump to …
(edit) @3bb46524   10 years martin h261dec: Fix context initialization sequence ff_mpv_common_init sets …
(edit) @91bfac7   10 years martin h261enc: Disallow sliced encoding This avoids trying to do sliced …
(edit) @df07c07b   10 years martin rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered data …
(edit) @4218174   10 years martin rtpenc: Set the AVFMT_TS_NONSTRICT flag In particular, when …
(edit) @01f251c4   10 years martin rtpenc: Set the timestamp properly when sending mpegts data, too …
(edit) @f2c614e8   10 years martin srtpproto: fix option flag type Signed-off-by: Martin Storsjö …
(edit) @456e93b   10 years martin dashenc: Adjust the start time of a segment to the end of the previous …
(edit) @2f628d59   10 years martin dashenc: Write segment timelines properly if the timeline has gaps …
(edit) @6f4364a   10 years martin mov: Fix handling of zero-length metadata values Since 3cec81f4d4, a …
(edit) @10d4c5e5   10 years vittorio.giovara tiff: set the correct return value when check_size() fails Only one …
(edit) @3c27275c   10 years vittorio.giovara tiff: Check the check_size() return value and forward it Also use the …
(edit) @4690e01c   10 years vittorio.giovara prores: Evaluate all the quantizers Prevent an uninitialized data …
(edit) @490a3ebf   10 years vittorio.giovara matroskadec: Fix read-after-free in matroska_read_seek() In …
(edit) @d75190aa   10 years vittorio.giovara mpegvideo: move REBASE_PICTURE where it is used Drop an unused #undef …
Note: See TracRevisionLog for help on using the revision log.