35024 Commits (e8ab4bac0c81ff3d6b531a6008e2f406b174452a)
 

Author SHA1 Message Date
Reimar Döffinger e8ab4bac0c Fix compilation with YASM. 13 years ago
Reimar Döffinger 03f1caec61 HACK: fix compilation with NASM. 13 years ago
Michael Niedermayer dbb38bc389 Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 90c02ae142 vsrc_mandelbrot: increase maxiter to 7189 13 years ago
Michael Niedermayer 690860d0d5 vsrc_mandelbrot: Use threshold to detect cycles. 13 years ago
Michael Niedermayer a5dfedd381 vsrc_mandelbrot: detect edges in interpol() 13 years ago
Michael Niedermayer 4ebbcdb3eb vsrc_mandelbrot: avoid a | in interpol() 13 years ago
Michael Niedermayer c88bdafe25 lavc: translate FF_ER_EXPLODE to AV_EF_EXPLODE|COMPLIANT 13 years ago
Michael Niedermayer 5dd16af6b5 vsrc_mandelbrot: increase default zoom speed by a factor of 2 13 years ago
Michael Niedermayer ca14808275 vsrc_mandelbrot: spatial interpolation 13 years ago
John Stebbins 09d243ddd0 swscale: Fix stack alignment for SSE 13 years ago
Justin Ruggles f3a29b750a avcodec: move some AVCodecContext fields to an internal struct. 13 years ago
Michael Niedermayer 56fc4cf04f vsrc_mandelbrot: always store values for periodicity checking, this avoids a few checks. 13 years ago
Michael Niedermayer da1344e0cd vsrc_mandelbrot: simplify second bailout search by not recalculating values. 13 years ago
Michael Niedermayer e749b3780c vsrc_mandelbrot: increase zyklus array size so that optimizations can write a bit more. 13 years ago
Michael Niedermayer 649d3932db vsrc_mandelbrot: check bailout only once every 8 iterations, this is around 10% faster. 13 years ago
Michael Niedermayer fe2efc5264 vsrc_mandelbrot: factorize periodicity checking too. 13 years ago
Michael Niedermayer cf670fbc96 vsrc_mandelbrot: factorize main calculation out into a macro. 13 years ago
Justin Ruggles 513b691955 avcodec: use av_opt_set() instead of deprecated av_set_string3() 13 years ago
Justin Ruggles fa9aeb82e2 avcodec: fix some const warnings 13 years ago
Justin Ruggles 86d3730360 avcodec: remove pointless AVOption, internal_buffer_count 13 years ago
Michael Niedermayer 0af8d20755 h261dec: correct AV_EF flags. 13 years ago
Michael Niedermayer b0ccebe448 mpeg12dec: correct AV_EF flags. 13 years ago
Michael Niedermayer 7fbe87c079 lavc: remove incorrect mapping between semantically incompatible error recognization values and flags. 13 years ago
Michael Niedermayer 85ab33b87f mpegaudeiodec: correct AV_EF flags. 13 years ago
Michael Niedermayer 02bd11e969 lavc: Add AV_EF flags to restore support for the error_resilience framework in the new API. 13 years ago
Thierry Foucu c693aa6f71 imgutils: Fix illegal read. 13 years ago
Michael Niedermayer 328a3545c6 udp: update to new interrupt callback API 13 years ago
Michael Niedermayer e161b079de Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 36a60fad62 lavf: cdg has large non keyframe segments and should thus be exempt from the non keyframe check in seeking. 13 years ago
Janne Grunau ff3755cbde configure: add check for w32threads to enable it automatically 13 years ago
Michael Niedermayer fca85ce5ec rawdec: use a default sample rate if none is specified. 13 years ago
Michael Niedermayer 6f326b5054 sws: fix: 13 years ago
Michael Niedermayer 8c3ab3094b sws: Fix: 13 years ago
Michael Niedermayer 58eca5178a sws: Fix: 13 years ago
Michael Niedermayer 6ed000c8e6 sws: Fix warning: ‘abase’ may be used uninitialized in this function 13 years ago
Michael Niedermayer 0a3a125fd9 sws: update copyright dates 13 years ago
Joakim Plate babf4fe01a Don't fill in frame gaps with copied refs after flush 13 years ago
Michael Niedermayer 14db3af4f2 qdm2dec: check remaining input bits in the mainloop of qdm2_fft_decode_tones() 13 years ago
Clément Bœsch 1fbf7165d5 lavfi: reimplement MPlayer's af_pan filter for libavfilter. 13 years ago
Tomas Härdin fd1cea6549 mxfdec: Add hack that adjusts the n_delta calculation when system items are present 13 years ago
Tomas Härdin 7ddb0607f3 mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arrays 13 years ago
Josh Allmann 704af3e29c rtmp: do not hardcode invoke numbers 13 years ago
Luca Barbato b7d939d998 cinepack: return non-generic errors 13 years ago
Anton Khirnov 81ac4cda0b fate-lavf-ts: use -mpegts_transport_stream_id option. 13 years ago
Anton Khirnov f872e4d0a7 Add an APIchanges entry and a minor bump for avio changes. 13 years ago
Martin Storsjö 45f511ece7 avio: Mark the old interrupt callback mechanism as deprecated 13 years ago
Martin Storsjö 40972f7c54 avplay: Set the new interrupt callback 13 years ago
Martin Storsjö 2abe947ac0 avconv: Set new interrupt callbacks for all AVFormatContexts, use avio_open2() everywhere 13 years ago
Michael Niedermayer a4009c6a9a cinepak: remove redundant coordinate checks 13 years ago