source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @aa39516a   12 years nicolas.george error: define AVERROR_BUFFER_TOO_SMALL. Some API require a buffer and …
(edit) @ab2356c   12 years Carl Eugen Hoyos Let the ffmpeg executable select the abuffersink filter.
(edit) @df3a96c4   12 years michaelni ffmpeg: Add sanity check on frame duplication This prevents long …
(edit) @a54bc1eb   12 years michaelni riff: add "YUV8" FourCC sample: …
(edit) @776a4e4   12 years stefasab doc/muxers/segment: apply minor documentation updates and adjustements …
(edit) @5eb4af6c   12 years michaelni snow: move init code that depends on picture paramaters to after these …
(edit) @93d67296   12 years michaelni video_get_buffer: return ENOMEM instead of -1 on malloc failure …
(edit) @f339ebc1   12 years michaelni lavc/utils: print error message on get_buffer related errors …
(edit) @f91b7d80   12 years michaelni mdutils: print error message on error get_buffer related errors …
(edit) @86e107a7   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @af392efe   12 years stefasab lavf/segment: rename SegmentContext.pb to list_pb The new name is …
(edit) @d8013f38   12 years stefasab lavf/segment: add error log in case of invalid filename template …
(edit) @a1e092cc   12 years stefasab lavf/segment: fix logic for segmenting audio-only inputs Also add a …
(edit) @4e2899dd   12 years stefasab lavf/segment: add more information in log message in seg_write_packet()
(edit) @597282ef   12 years stefasab doc: add documentation regarding MIPS optimizations Add doc/mips.txt …
(edit) @fd0e6ef9   12 years stefasab lavf/segment: remove unused offset variable
(edit) @77dcae5   12 years stefasab lavf/segment: apply misc fixes to the private options internal …
(edit) @a5af2933   12 years stefasab lavf/segment: slightly simplify fail logic in seg_write_packet()
(edit) @4ad17bc7   12 years stefasab lavf/segment: move list filename printing logic from segment_end() to …
(edit) @71e5a140   12 years Carl Eugen Hoyos Suggest aresample filter if it was not compiled but requested.
(edit) @6ea973f   12 years michaelni avcodec_align_dimensions2: support 12 & 14 bit planar colorspaces …
(edit) @4251a0b8   12 years michaelni imgconvert: add planar RGB formats to pix_fmt_info Signed-off-by: …
(edit) @6ca8ef51   12 years michaelni imgconvert: add yuv 9,10,12,14 bit planar YUV formats to pix_fmt_info …
(edit) @e9757066   12 years michaelni libavutil: add 12 and 14 bit planar colorspaces Reviewed-by: Jean …
(edit) @1a068bfe   12 years diego cosmetics: Consistently use C-style comments with multiple inclusion guards
(edit) @4051be6f   12 years diego anm: fix a few Doxygen comments
(edit) @09f21198   12 years diego misc typo and wording fixes
(edit) @22662ca5   12 years siretart attributes: add av_noreturn Also use it in the declaration of the …
(edit) @a1641e95   12 years siretart attributes: drop pointless define guards the av_-prefixed attributes …
(edit) @06eb4f08   12 years mans configure: do not disable av_always_inline with --enable-small …
(edit) @09a445ce   12 years lu_zero flvdec: initial stream switch support Codec change midstream gets …
(edit) @906f9dce   12 years lu_zero avplay: fix write on freed memory for rawvideo Do not assume avpacket …
(edit) @33895451   12 years martin snow: remove a VLA used for edge emulation Signed-off-by: Martin …
(edit) @fb93e61e   12 years mans x86: lavfi: fix gradfun/yadif build with mmx/sse disabled These …
(edit) @5d171b1f   12 years onemda jvdec: check if there is enough data Signed-off-by: Paul B Mahol …
(edit) @f8a81755   12 years onemda jvdec: remove redundant check Signed-off-by: Paul B Mahol …
(edit) @1bc9e4c5   12 years onemda jvdec: remove buf_size It is same as avpkt->size. Signed-off-by: …
(edit) @1c638cfc   12 years onemda jvdec: stop reading partial palette Signed-off-by: Paul B Mahol …
(edit) @c673a90b   12 years michaelni tools: add bisect script This script works like "git bisect" except …
(edit) @c9de83fe   12 years michaelni yadif/x86: add prototypes for functions, make code valid C again. …
(edit) @114f82ee   12 years michaelni jvdec: check that the video_size fits in the packet. Prevents use of …
(edit) @596814f9   12 years onemda jvdec: fix memleak of jv->frames Signed-off-by: Paul B Mahol …
(edit) @cbd9b2f9   12 years martin snow: remove the runs[] VLA. Signed-off-by: Martin Storsjö …
(edit) @4d8516fd   12 years martin snow: Check mallocs at init Signed-off-by: Martin Storsjö …
(edit) @9d0c71e5   12 years michaelni jvdemux: correct size for truncated packets Signed-off-by: Michael …
(edit) @699083e   12 years onemda fate: add test for Bitmap Brothers JV demuxer Signed-off-by: Paul B …
(edit) @7c520701   12 years onemda fate: add test for Bitmap Brothers JV video Signed-off-by: Paul B …
(edit) @6671c400   12 years michaelni h264pred: assert that depth is supported Signed-off-by: Michael …
(edit) @9c995fe1   12 years michaelni h264dsp: assert that depth is supported Signed-off-by: Michael …
(edit) @5a1bbb3a   12 years michaelni dsputil: assert that depth is supported Signed-off-by: Michael …
(edit) @bb6effe0   12 years stefasab lavfi: remove vsrc_buffer.h API The vsrc_buffer.h is not installed …
(edit) @ab7dbdc9   12 years stefasab lavc/rawdec: add assertion check in raw_decode() Check on an implicit …
(edit) @17a54f5d   12 years stefasab lavc/rawdec: prefer constant AVPALETTE_SIZE over 256*4 Improve …
(edit) @4330b8b   12 years michaelni h264: sps: handle more profiles Signed-off-by: Michael Niedermayer …
(edit) @9091ba9d   12 years michaelni h264: add support for constraint_set4_flag / constraint_set5_flag …
(edit) @b6851d34   12 years michaelni x86/gradfun: fix compilation failure on open solaris Signed-off-by: …
(edit) @b2527d5d   12 years michaelni Revert "alsdec: remove dead assignments" This reverts commit …
(edit) @a08efa2e   12 years michaelni has_decode_delay_been_guessed: tighten up the heuristic. This adds …
(edit) @4e9e0700   12 years michaelni has_decode_delay_been_guessed: skip guessing when …
(edit) @1fb07be0   12 years michaelni fate: drop strict 1 for MR4_TANDBERG_C.264 and MR5_TANDBERG_C.264 …
(edit) @bafa1c7f   12 years michaelni h264: add avpriv_h264_has_num_reorder_frames() This function exports …
(edit) @4719ea7e   12 years mans flacdec: remove redundant setting of avctx->sample_fmt Signed-off-by: …
(edit) @2c883c6a   12 years michaelni has_decode_delay_been_guessed: improve heuristic This allows …
(edit) @41dd3006   12 years michaelni doc/developer: refer to av_malloc() instead of malloc() …
(edit) @b286383b   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: asfdec: …
(edit) @7c84e7d3   12 years Clément Bœsch mem: heap memory poisoning. Enable it by default with FATE. …
(edit) @2278a3e5   12 years michaelni vc1dsp: use av_assert2 Signed-off-by: Michael Niedermayer …
(edit) @2ceaffc   12 years michaelni resample2: use av_assert() Signed-off-by: Michael Niedermayer …
(edit) @7309451d   12 years michaelni swr: fix warning: passing argument 2 of s->mix_any_f from incompatible …
(edit) @338509c2   12 years michaelni swr: fix warning: passing argument 1 of s->mix_any_f from incompatible …
(edit) @087d067a   12 years michaelni swr: fix warning: passing argument 2 of ctx->simd_f from incompatible …
(edit) @04b5eb47   12 years michaelni swr: fix mix* related function pointer warnings Signed-off-by: …
(edit) @5e745cef   12 years anton asfdec: read attached pictures.
(edit) @728d2afa   12 years anton apetag: reindent
(edit) @02a951b9   12 years anton apetag: export attached covers as video streams.
(edit) @b72767df   12 years anton apetag: fix the amount of data read from binary tags. Substract the …
(edit) @f2e175c7   12 years anton apetag: make sure avio_get_str() doesn't read more than it should.
(edit) @a02b8c69   12 years anton mov: read itunes cover art.
(edit) @c855ce26   12 years Clément Bœsch lavf/wtvdec: add missing { } around if. This should fix the current …
(edit) @58e57c30   12 years mans snow: remove VLA in mc_block() Signed-off-by: Mans Rullgard …
(edit) @ff8f8dfb   12 years martin intfloat: Don't use designated initializers in the public headers …
(edit) @fbdb2059   12 years michaelni wmaenc: dont mess with the bitrate. The bitrate is not writeable by …
(edit) @33bb63c   12 years martin snow: remove a VLA. Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @4aad316b   12 years diego doc: Remind devs to check return values, especially for malloc() et al
(edit) @edf35d83   12 years kostya.shishkov MS ATC Screen (aka MSS3) decoder
(edit) @c4e0e744   12 years michaelni wtvdec: return error when filetime_to_iso8601/crazytime_to_iso8601 …
(edit) @a87b17f3   12 years mans vf_yadif: move x86 init code to x86/yadif.c Signed-off-by: Mans …
(edit) @2f0accf1   12 years mans vf_gradfun: move x86 init code to x86/gradfun.c Signed-off-by: Mans …
(edit) @d35a986   12 years michaelni configure: make fast_unaligned configureable Fixes Ticket1481 …
(edit) @fc31508e   12 years martin roqvideo: Remove a totally unused dspcontext Signed-off-by: Martin …
(edit) @5eb353e0   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @23eeffcd   12 years michaelni mov: add workaround for incorrect 0 time point. Fixes Ticket1471 …
(edit) @779f8bc   12 years mans smacker: remove some unused code This removes some code apparently …
(edit) @d55e5e6b   12 years mans dsicin: remove dead assignment Signed-off-by: Mans Rullgard …
(edit) @3c928477   12 years mans aacdec: remove dead assignment Signed-off-by: Mans Rullgard …
(edit) @800ab1ba   12 years mans rl2: remove dead assignment Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @1c2c64ed   12 years mans proresenc: make a variable local to the loop where it is used This …
(edit) @4ca6d206   12 years mans alsdec: remove dead assignments Signed-off-by: Mans Rullgard …
(edit) @c23dcd97   12 years michaelni RELEASE: update, seem this has been forgotten Signed-off-by: Michael …
(edit) @8ac3868f   12 years michaelni lavf/aiffdec: handle ID3 chunk Signed-off-by: Michael Niedermayer …
Note: See TracRevisionLog for help on using the revision log.