Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-02jpeg2000: Validate SOT parsingMichael Niedermayer
2013-07-02jpeg2000: Use bytestream2Michael Niedermayer
2013-07-02jpeg2000: Clean up return paths and error messagesLuca Barbato
2013-07-02jpeg2000: Define the maximum decomposition levelsLuca Barbato
2013-07-02jpeg2000: Check code-block sizeMichael Niedermayer
2013-07-02jpeg2000: Validate resolution levelsLuca Barbato
2013-07-02oggdec: do not fall back on binary search in the generic code.Anton Khirnov
2013-07-02lls/x86: use 3-operator vaddpd in ADDPD_MEMLoren Merritt
2013-07-01Revert "indeo5: reject negative motion vectors"Luca Barbato
2013-07-01indeo: check for reference when inheriting mvsLuca Barbato
2013-07-01indeo5: reject negative motion vectorsLuca Barbato
2013-07-01indeo: use proper error codeLuca Barbato
2013-07-01indeo: Properly forward the error codesLuca Barbato
2013-07-01x86: lpc: fix a segfault in av_evaluate_lls_sse2()Loren Merritt
2013-06-30mjpeg: Check the unescaped size for overflowsLuca Barbato
2013-06-30mjpeg: Move code out of else branchLuca Barbato
2013-06-29avconv: Don't include colorspace.hDerek Buitenhuis
2013-06-29wmapro: error out on impossible scale factor offsetsLuca Barbato
2013-06-29wmapro: check the min_samples_per_subframeLuca Barbato
2013-06-29pictor: use the correct logging contextLuca Barbato
2013-06-29lpc: use levinson for the first pass of multipass choleskyLoren Merritt
2013-06-29x86: lpc: simd av_evaluate_llsLoren Merritt
2013-06-29x86: lpc: simd av_update_llsLoren Merritt
2013-06-29lpc: use function pointers, in preparation for asmLoren Merritt
2013-06-29lpc: remove "decay" argumentLoren Merritt
2013-06-28wmapro: check num_vec_coeffs against the actual available bufferLuca Barbato
2013-06-28wmapro: return early on unsupported conditionLuca Barbato
2013-06-28wmapro: make sure there is room to store the current packetLuca Barbato
2013-06-28lavc: move put_bits_left in put_bits.hLuca Barbato
2013-06-27aac: return meaningful errorsLuca Barbato
2013-06-27aac: K&R formatting cosmeticsLuca Barbato
2013-06-25configure: Do not omit frame pointers for msvc/icl debug buildsAlex Smith
2013-06-25configure: Do not explicitly set Oy for msvc/iclAlex Smith
2013-06-25fate: Add Canopus Lossless YUY2 testDerek Buitenhuis
2013-06-24cllc: Use outbuf in RGB and ARGB functionsDerek Buitenhuis
2013-06-24cllc: Implement YUV supportDerek Buitenhuis
2013-06-24doc/platform: Add info about ICLDerek Buitenhuis
2013-06-24lavf: don't abort if both encoder and muxer aspect ratios are not setRafaël Carré
2013-06-24matroskaenc: restore compatibility with non referenced AVPacketRafaël Carré
2013-06-24lavc: Add option to encode MPEG-2 AAC with libfdk-aacKieran Kunhya
2013-06-23configure: whitespace cosmeticsDiego Biurrun
2013-06-23configure: Simplify an expression with enabled_all.Diego Biurrun
2013-06-23configure: More msvc/icl combiningAlex Smith
2013-06-22ogg: relax demuxer conformance checksLuca Barbato
2013-06-22avconv: report the error for codec open failureLuca Barbato
2013-06-22avconv: drop additional strerror fallbackLuca Barbato
2013-06-20lavc: free the padded last frame during audio encoding properlyAnton Khirnov
2013-06-20vsrc_movie: do not free avoption variables in uninit()Anton Khirnov
2013-06-19configure: Remove unneeded icl inline compatibility definitionAlex Smith
2013-06-18lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer()Anton Khirnov