source: ffmpeg

Revision Log Mode:


Legend:

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