source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a726ac9a   12 years stefasab examples/muxing: extend usage notice
(edit) @0cc3cd5c   12 years michaelni Merge branch 'docu' of https://github.com/rdp/FFmpeg * 'docu' of …
(edit) @547ec4d3   12 years michaelni ffmpeg: check timebase validity before using it. Found-by: Daemon404 …
(edit) @af32a1f2   12 years michaelni doc/filters: pad examples should be a @subsection Signed-off-by: …
(edit) @dfd085aa   12 years rogerpack2005 docu: add word resize to scale filter, to make searching for the word …
(edit) @a8eaa9eb   12 years rogerpack2005 docu: change verb flite Signed-off-by: rogerdpack …
(edit) @7f5a78a0   12 years rogerpack2005 docu: add flite ffmpeg example Signed-off-by: rogerdpack …
(edit) @d9d54706   12 years rogerpack2005 docu: fix flite example Signed-off-by: rogerdpack …
(edit) @3ca8a232   12 years onemda lavf/audiointerleave: check return value of av_new_packet() Fixes …
(edit) @bb502411   12 years onemda nutdec: check return value of av_new_packet() Fixes CID733173. …
(edit) @8cbb8f53   12 years michaelni dv: Set FS flag from AVFrame.top_field_first Signed-off-by: Michael …
(edit) @7b383bd9   12 years michaelni dvdec: Set top_field_first from FS flag Signed-off-by: Michael …
(edit) @2b4bbd12   12 years michaelni dvdec: Move the VSC pack parsing to before avctx->execute() This …
(edit) @0ee57f8b   12 years michaelni rawdec.c: Extract interlace information from quicktime flag if it …
(edit) @d7d5b5df   12 years onemda flvdec: check return value of create_stream() Fixes null pointer …
(edit) @295218f5   12 years onemda idcin: check chunk_size value before using it Fixes integer overflow. …
(edit) @3f814891   12 years onemda img2dec: check return value of av_new_packet() Fixes CID703626. …
(edit) @011f3892   12 years onemda h264: use designated initializers for AVClass Signed-off-by: Paul B …
(edit) @59e31aa2   12 years stefasab examples/muxing: provide more information in case of avcodec_open2 failure
(edit) @6133149e   12 years stefasab examples/muxing: add missing error checks
(edit) @e56b3a5e   12 years stefasab examples/muxing: fix case inconsistency in message
(edit) @e75357ea   12 years onemda xbmenc: cosmetics: reindent Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @5864fe62   12 years onemda flacdec: replace -1 with AV_SAMPLE_FMT_NONE Signed-off-by: Paul B …
(edit) @5c7a62ae   12 years michaelni movenc: fix tmcd parameters Signed-off-by: Michael Niedermayer …
(edit) @5bac83da   12 years michaelni shorten: fix U8 to be planar too Signed-off-by: Michael Niedermayer …
(edit) @916e40b   12 years onemda smacker: return more meaningfull error codes Signed-off-by: Paul B …
(edit) @ae237a11   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @4f5e5a05   12 years onemda lavf/txd: cosmetics: fix identation Signed-off-by: Paul B Mahol …
(edit) @b08273c9   12 years Clément Bœsch lavf/mkv: avoid negative ts by default. This fixes playback in some …
(edit) @304c37b2   12 years stefasab tests: add fate-xface test
(edit) @cd559bb   12 years stefasab lavc: add xface image decoder and encoder Based on libcompface code …
(edit) @95cd815c   12 years mans swscale: try to use mmap only if available Some systems, e.g. Minix, …
(edit) @e98b02de   12 years mans configure: check for mprotect Signed-off-by: Mans Rullgard …
(edit) @35782bfb   12 years michaelni h264: Change asserts to av_asserts in ff_h264_fill_default_ref_list() …
(edit) @151469db   12 years michaelni j2kenc: remove unneeded dereference Fixes CID703723 Signed-off-by: …
(edit) @1b8f4d7   12 years michaelni ffmpeg: use framerate not fieldrate as filter input. Fixes a problem …
(edit) @a63d7213   12 years michaelni ffplay: Prevent 0/0 aspect from being passed on to lavfi 0/0 fails to …
(edit) @f9d732c2   12 years justin.ruggles wmapro: use planar sample format
(edit) @2725ce7c   12 years justin.ruggles wmalossless: output in planar sample format
(edit) @7ebfe5b4   12 years justin.ruggles wmadec: use float planar sample format output
(edit) @977eb7d5   12 years justin.ruggles shorten: use planar sample format
(edit) @bc077ca6   12 years michaelni j2kdec: remove unneeded operation Fixes CID717554 Signed-off-by: …
(edit) @1e6cbb01   12 years michaelni j2kdec: make curtilenum integer. This fixes a potential crash. …
(edit) @0de0ae5a   12 years michaelni tag_tree_decode: check node being non null Fixes CID717843 …
(edit) @a6cac64f   12 years michaelni compute_lpc_coefs: assert that normalize and fail have a supported …
(edit) @93ef29b6   12 years michaelni noise_bsf: fix division by 0 Fixes CID733737 Signed-off-by: Michael …
(edit) @8441909f   12 years justin.ruggles lavc: update documentation for AVFrame.extended_data
(edit) @c73b1a1d   12 years michaelni flac_parser.c: fix issue with looping output for small files. see …
(edit) @41bf943f   12 years michaelni bgmc: fix sizeof arguments (should fix CIDs: 700724 and 608084) …
(edit) @45bd0d15   12 years michaelni lavf: fix fps detection with PAFF H.264 Fixes Ticket1065 …
(edit) @572781b2   12 years michaelni h264: fix parsing of old lossless profile (profile_idc == 144) …
(edit) @6bf43441   12 years michaelni eatgq: raise error on unsupported macroblock mode Reviewed-by: Paul B …
(edit) @0ea55365   12 years michaelni ansi: by design nb_args may exceed the size of the args array, so …
(edit) @d6f6a755   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avutil: …
(edit) @de3b1116   12 years onemda eatgq: fix small overread Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @82c0055c   12 years michaelni Merge commit 'b5198a2637b7b45b0049a1d4b386a06f016f2520' * commit …
(edit) @db51c659   12 years michaelni Merge commit '1bd442c276e6688b43777a198cad0d7e3a92123f' * commit …
(edit) @03760297   12 years michaelni doc/nut: Clarify what/where is the official nut specification …
(edit) @039341eb   12 years onemda wv: do not report invalid stream duration If total number of samples …
(edit) @dd5aff00   12 years onemda svq1dec: use log level that have more common sense Signed-off-by: …
(edit) @7b9fc769   12 years onemda svq1dec: use more common way to check if result is not zero …
(edit) @8f4020d   12 years onemda svq1dec: check return value of get_bits1() in more common way …
(edit) @e2bf1082   12 years onemda svq1dec: return more meaningful error codes Signed-off-by: Paul B …
(edit) @d3109811   12 years michaelni mp3enc: fix signed C99 overflow Signed-off-by: Michael Niedermayer …
(edit) @2217a224   12 years michaelni dpxenc: fix signed c99 overflows Signed-off-by: Michael Niedermayer …
(edit) @7a32ab5e   12 years michaelni sws: get rid of C99 signed overflows try #2 Signed-off-by: Michael …
(edit) @693097c   12 years michaelni paf: avoid C99 overflows Signed-off-by: Michael Niedermayer …
(edit) @3ee8eefb   12 years michaelni sws: avoid signed C99 overflows Signed-off-by: Michael Niedermayer …
(edit) @555f352f   12 years michaelni swr/rematrix: fix C99 left shift overflow Signed-off-by: Michael …
(edit) @014b178f   12 years michaelni g723_1: fix overflow in square_root() the intermediate does not fit …
(edit) @2fed05f   12 years michaelni avoid more "0xFF << 24" as it is considered a integer overflow in C99 …
(edit) @b12d92ef   12 years michaelni avoid "0xFF << 24" as it is considered a integer overflow in C99 …
(edit) @d3d715ff   12 years michaelni mpeg4videodec: Recalculate timebase in case of guessing time increment …
(edit) @096d96ff   12 years Clément Bœsch lavfi/select/scene: use pointer increments instead of y*linesize.
(edit) @08526483   12 years Clément Bœsch lavfi/select/scene: fix potential overread. Also make sure we use the …
(edit) @dff826b4   12 years Clément Bœsch lavfi/select/scene: move out convoluted sad variable init from loop.
(edit) @feaff427   12 years michaelni alsdec: fix clipping of weightings for MCC decoding Fixes CID717905 …
(edit) @20ec0d2a   12 years michaelni mpegvideo: fix motion_val checks Fixes CID604124 Signed-off-by: …
(edit) @f4d73f0f   12 years michaelni mpegvideo: check return value of ff_MPV_common_init() Fixes CID703621 …
(edit) @8cda27b7   12 years michaelni avcodec_find_best_pix_fmt_of_2: fix handling or PIX_FMT_NONE Fixes …
(edit) @b3eb4f5   12 years michaelni flashsv: check deflateInit() return value Fixes CID703620 …
(edit) @6581b6ce   12 years michaelni dnxhdenc: assert ff_dnxhd_get_cid_table() return value Signed-off-by: …
(edit) @1037e484   12 years michaelni dnxhddata_ Fix mixup of sizeof() and array elements in …
(edit) @670b927a   12 years michaelni ffv1: make sure gob_count is not 0 Fixes division by 0 Fixes …
(edit) @f70a651   12 years michaelni sws-test: raise limigts a bit. these cases arent used but theres no …
(edit) @3689ec3d   12 years michaelni pp: avoid overflow in w*h Fixes CID700580 Signed-off-by: Michael …
(edit) @c0f0bec2   12 years michaelni sws-test: check W/H Fixes CID733834 Signed-off-by: Michael …
(edit) @2c85727f   12 years onemda lavc/codec_desc: add/update properties of some codecs Signed-off-by: …
(edit) @225d3cc1   12 years michaelni ffeval: avoid folding EOF onto a valid char Fixes CID733704 …
(edit) @80db07ad   12 years michaelni probetest: check command line arguments Fixes CID733835 …
(edit) @8ab0b9ca   12 years michaelni trasher: check seek return value. Fixes CID733726 Signed-off-by: …
(edit) @7638f0b   12 years diego avutil: Do not make ff_ symbols globally visible.
(edit) @a5e0046a   12 years onemda xbmdec: s/av_reverse/ff_reverse Signed-off-by: Paul B Mahol …
(edit) @52d113ee   12 years diego avutil: Rename ff_set_systematic_pal2() ---> …
(edit) @b5198a26   12 years mans configure: tms470: add mapping for -mfpu=vfpv3-d16 flag …
(edit) @b6f8d635   12 years mans build: tms470: work around glibc math.h problems The glibc …
(edit) @5ab432fa   12 years mans configure: improve tms470 compiler usage with glibc Apply flags to …
(edit) @183117fe   12 years michaelni libavutil: loose idiotic circular dependancies between version and …
(edit) @083c7bf7   12 years michaelni sdp: output speex optional vbr parameter Optional sdp speex payload …
(edit) @c45b829d   12 years michaelni tests: fix checksums for png aspect ratio change Signed-off-by: …
Note: See TracRevisionLog for help on using the revision log.