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-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-18get rid of the last svn mentionsJanne Grunau
2011-03-18configure: use -r option for pr when listing enabled config options.Konstantin Pavlov
2011-03-18aacenc: 10l, missed a reference when refactoring the psymodel.Nathan Caldwell
2011-03-17ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextJustin Ruggles
2011-03-17asf: update seek test referenceMans Rullgard
2011-03-17nutenc: fix a memleakAnton Khirnov
2011-03-17asfdec: subtract the preroll value and thus output 0 based timestampsVladimir Pantelic
2011-03-17lavf: Make make_absolute_url a lavf internal functionMartin Storsjö
2011-03-17Add missed APIchanges and changelog entriesMartin Storsjö
2011-03-17applehttp: Fix a typo in a commentMartin Storsjö
2011-03-17lavf: make av_interleave_packet() return meaningful error codesStefano Sabatini
2011-03-17lavf: enable av_dlog message in av_interleaved_write_frame()Stefano Sabatini
2011-03-17lavf: enable av_dlog() in compute_pkt_fields2()Stefano Sabatini
2011-03-17aacenc: cosmetics, indentation, and comment clarificationNathan Caldwell
2011-03-17aacenc: Refactor the parts of the AAC psymodel.Nathan Caldwell
2011-03-17aaccoder: Change FFMAX for allzero flag to OR bit operationYoung Han Lee
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-17avio: deprecate url_close_bufAnton Khirnov
2011-03-17avio: deprecate url_open_bufAnton Khirnov
2011-03-17avio: always compile avio_printf, rather than on CONFIG_MUXERSAnton Khirnov
2011-03-17avio: avio_ prefix for url_fprintfAnton Khirnov
2011-03-17avio: change avio_tell/skip from macros to inline functionsAnton Khirnov
2011-03-17avio: make url_setbufsize internal.Anton Khirnov
2011-03-17lavf: move ff_get_v from avio.h to avio_internal.hAnton Khirnov
2011-03-17nutenc: mux chapters.Anton Khirnov
2011-03-17doc: update applehttp documentationLuca Barbato
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-17Remove occurrences of my old email addressRamiro Polla
2011-03-17dsputil: add bswap16_buf()Mans Rullgard
2011-03-17darwin: use -read_only_relocs flag only on 32-bit x86Sean McGovern
2011-03-17replace FFmpeg with Libav in doc/Janne Grunau
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2011-03-16partially rename FFmpeg to LibavJanne Grunau
2011-03-16mp3enc: remove mp3_write_packet(), use ff_raw_write_packet() insteadAnton Khirnov
2011-03-16Do not attempt to decode APE file with no framesKostya
2011-03-16jvdec: don't use deprecated url_feof()Anton Khirnov
2011-03-16mathops: fix MULL() when the compiler does not inline the function.Justin Ruggles
2011-03-15id3v2: merge TYER/TDAT/TIME to date tagAnton Khirnov
2011-03-15mathops: change "g" constraint to "rm" in x86-32 version of MUL64().Justin Ruggles
2011-03-15mathops: convert MULL/MULH/MUL64 to inline functions rather than macros.Justin Ruggles
2011-03-15Use AVERROR_EXIT with url_interrupt_cb.Nicolas George
2011-03-15Add AVERROR_EXIT.Nicolas George
2011-03-15avio: deprecate url_ferrorAnton Khirnov
2011-03-15lavf/utils: dont't explicitly check AVIOContext.errorAnton Khirnov
2011-03-15h264_mp4toannexb_bsf: Fix spurious warning when stream has SPS and PPS units.Philip Langdale
2011-03-15Delete MAINTAINERS fileMans Rullgard
2011-03-14ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles
2011-03-14ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage.Justin