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
2011-05-16Remove unused header mpegaudio3.h.Diego Biurrun
2011-05-16aacdec: Use float instead of int16_t for ltp_state to avoid needless rounding.Justin Ruggles
2011-05-15acelp: Remove unused gray_decode table.Diego Biurrun
2011-05-15dfa: Remove unused variable.Diego Biurrun
2011-05-15configure: Include AVX availability in summary output.Diego Biurrun
2011-05-15configure: use same CPPFLAGS in kFreeBSD as LinuxReinhard Tartler
2011-05-14Fix FSF address copy paste error in some license headers.Diego Biurrun
2011-05-14Add an aac sample which uses LTP to fate-aac.Justin Ruggles
2011-05-14[PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats.Ronald S. Bultje
2011-05-14arm: properly mark external symbol callMartin Aumüller
2011-05-14swscale: properly inline bits/endianness in yuv2yuvX16inC().Ronald S. Bultje
2011-05-14swscale: fix clipping of 9/10bit YUV420P.Ronald S. Bultje
2011-05-14Add av_clip_uintp2() functionMans Rullgard
2011-05-13dfa: fix buffer overflow checks to avoid integer overflows.Reimar Döffinger
2011-05-13movenc: always write esds descriptor length using 4 bytes.Baptiste Coudurier
2011-05-13ffmpeg: use parse_number_and_die() when it makes senseStefano Sabatini
2011-05-13ffmpeg: get rid of the 'q' key schizofreniaAnton Khirnov
2011-05-13rtpdec_qdm2: Don't try to parse data packet if no configuration is receivedMartin Storsjö
2011-05-12ac3enc: put the counting of stereo rematrixing bits in the same place toJustin Ruggles
2011-05-12ac3enc: clean up count_frame_bits() and count_frame_bits_fixed()Justin Ruggles
2011-05-12mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just...Michael Niedermayer
2011-05-12srtdec: make sure we don't write past the end of bufferAurelien Jacobs
2011-05-12wmaenc: improve channel count and bitrate error handling in encode_init()Tomas Härdin
2011-05-12matroskaenc: make sure we don't produce invalid file with no codec IDAurelien Jacobs
2011-05-12matroskadec: check that pointers were initialized before accessing themAurelien Jacobs
2011-05-12lavf: fix function name in compute_pkt_fields2 av_dlog messageStefano Sabatini
2011-05-12lavf: fix av_find_best_stream when providing a wanted stream.Marton Balint
2011-05-12lavf: fix av_find_best_stream when decoder_ret is given and using a related s...Marton Balint
2011-05-12ffmpeg: factorize quality calculationMichael Niedermayer
2011-05-12tiff: add support for SamplesPerPixel tag in tiff_decode_tag()Stefano Sabatini
2011-05-12tiff: Prefer enum TiffCompr over int for TiffContext.compr.Stefano Sabatini
2011-05-12mov: Support edit list atom version 1.Yusuke Nakamura
2011-05-12configure: Enable libpostproc automatically if GPL code is enabled.Måns Rullgård
2011-05-12Cosmetics: fix prototypes in oggdecClément Bœsch
2011-05-12oggdec: fix memleak with continuous streams.Clément Bœsch
2011-05-12matroskaenc: add missing new line in av_log() callAurelien Jacobs
2011-05-12dnxhdenc: add AVClass in private context.Baptiste Coudurier
2011-05-12movenc: fix yuv range in avid atoms used by dnxhd.Baptiste Coudurier
2011-05-12movenc: fix adpcm mono muxing.Alex Converse
2011-05-12mpegts: do not output known sized packet if an unbounded packet is already qu...Baptiste Coudurier
2011-05-12ffprobe: tweak error message in open_input_file()Stefano Sabatini
2011-05-12patcheck: warn about assert usagePeter Ross
2011-05-12configure: sort filter deps entriesStefano Sabatini
2011-05-12Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun
2011-05-12jfdct: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-05-12nsv: Fix misdetection of MP3 files as NSV.Thierry Foucu
2011-05-12oggdec: use explicit AVInputFormat struct initializersClément Bœsch
2011-05-12oggdec: simplify ogg_probeClément Bœsch
2011-05-12swscale: fix YUV420P 9/10bit support.Ronald S. Bultje