source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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: …
(edit) @93931143   12 years onemda lavc: return s->get_buffer() error code if it errors out …
(edit) @f58f9023   12 years onemda pngenc: write sample aspect ratio Signed-off-by: Paul B Mahol …
(edit) @8288c2b   12 years onemda pngdec: read sample aspect ratio Signed-off-by: Paul B Mahol …
(edit) @2a56e65c   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vc1: …
(edit) @d0707677   12 years michaelni ffplay: use audio parameters from the decoded frame instead of …
(edit) @15ef1cfe   12 years michaelni Merge commit 'f5962229bfcb14c2879e69ccdf7f1a4934168609' * commit …
(edit) @6571833d   12 years onemda smjpegdec: use url_feof() Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @18884f15   12 years michaelni Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723' * commit …
(edit) @c55bebe2   12 years michaelni Merge commit '90558e848a29ef1e85ecb1832ad9a26eebe958e0' * commit …
(edit) @85fe70b6   12 years michaelni Merge commit 'ca411fc1d34329cd17b28627f697e391ae52073f' * commit …
(edit) @741a8b72   12 years mans configure: recognise Minix as OS No special setup is required for …
(edit) @ac17ccf7   12 years mans configure: work around bug in ash shell The ash 'test' builtin …
(edit) @b4ca1b15   12 years michaelni Merge commit 'bc4620e5d61a4dd9a1f654fadd281a172aab04be' * commit …
(edit) @d6c342fd   12 years michaelni Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf' * commit …
(edit) @d197bd4f   12 years michaelni Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066' * commit …
(edit) @3b0bb321   12 years michaelni Merge commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507' * commit …
(edit) @3cc02527   12 years michaelni vp8dec: reset loopfilter delta values at keyframes while testing a …
(edit) @74c39bc   12 years mans eval-test: make table static const Signed-off-by: Mans Rullgard …
(edit) @10e645e   12 years lu_zero lavr: handle clipping in the float to s32 conversion We cannot clip …
(edit) @1bd442c   12 years lu_zero nut: prioritize native tags Use native tags instead of avi ones, …
(edit) @92281850   12 years lu_zero nut: support pcm codecs not mapped in avi The native tags will be …
(edit) @6254ffe0   12 years Carl Eugen Hoyos Allow autodetection of some dnxhd files that can be decoded correctly. …
(edit) @e8b50385   12 years onemda fate: update pcx reference It changed because encoder now writes 0/1 …
(edit) @79133fd0   12 years onemda pcxenc: store sample aspect ratio Signed-off-by: Paul B Mahol …
(edit) @f2f711cd   12 years onemda pcx: read sample aspect ratio Signed-off-by: Paul B Mahol …
(edit) @92b3d8bc   12 years onemda bethsoftvideo: return meaningfull error codes Signed-off-by: Paul B …
(edit) @efb0e4e7   12 years onemda truemotion2: use more meaningful return codes Signed-off-by: Paul B …
(edit) @5d2be71b   12 years kostya.shishkov vc1: Use codec ID from AVCodecContext while parsing frame header This …
(edit) @6304f78e   12 years justin.ruggles avplay: support mid-stream sample rate changes Resample to the rate …
(edit) @f5962229   12 years justin.ruggles avplay: use audio parameters from the decoded frame instead of …
(edit) @61d5313d   12 years justin.ruggles dca: allocate a secondary buffer for extra channels when downmixing …
(edit) @ff814c7   12 years michaelni ffserver: fix return value of add_codec() Signed-off-by: Michael …
(edit) @8dc89944   12 years michaelni jpegls: increase run_index to 4 Fixes part of CID717913 …
(edit) @4acfe3d1   12 years michaelni jpegls: fix off limit Fixes part of CID717913 Signed-off-by: Michael …
(edit) @9f9307ff   12 years michaelni rv30_decode_intra_types: make check tighter This makes no differnce …
(edit) @3f01042   12 years michaelni ff_celp_lp_synthesis_filterf: change loop end check This makes no …
(edit) @3f350a48   12 years michaelni ff_celp_lp_synthesis_filterf: check that filter_length is within the …
(edit) @f657d495   12 years michaelni rtpdec_qdm2: change one assert to av_assert0 Failure of this assert …
(edit) @e47024d7   12 years michaelni wtvdec: fix memleak on error Fixes CID718002 Signed-off-by: Michael …
(edit) @120b38b9   12 years michaelni avio: redesign ffio_rewind_with_probe_data() This prevents a double …
(edit) @54b2d317   12 years michaelni ffv1: avoid checking a double for equality if 0.0 != 0.0 a out of …
(edit) @d2a618ab   12 years michaelni af_pan: fix memleak of arg Fixes CID718988 Signed-off-by: Michael …
(edit) @f374e998   12 years michaelni vf_fade: fix memleaks of args Fixes: CID718989 Signed-off-by: Michael …
(edit) @a77f01c7   12 years mans configure: use utilities from /usr/xpg4/bin if it exists Solaris …
(edit) @0daac647   12 years mans avstring-test: fix memory leaks Signed-off-by: Mans Rullgard …
(edit) @0f46825d   12 years michaelni ffserver: prevent nb_streams from becoming too large Fixes CID732249 …
(edit) @c2340831   12 years michaelni aacsbr: change order of operation to prevent out of array read Fixes …
(edit) @24778c32   12 years michaelni Fix writing 12 bit DPX The DPX encoder now writes 12 DPX that open …
(edit) @05b73154   12 years michaelni Fix DPX decoder Rewrite the DPX decoder to work with provided sample …
Note: See TracRevisionLog for help on using the revision log.