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-30avio: make get_checksum() internal.Anton Khirnov
2011-03-30avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.hAnton Khirnov
2011-03-30avio: make init_checksum() internal.Anton Khirnov
2011-03-30Add MxPEG decoderanatoly
2011-03-30Add support for picture_ptr field in MJpegDecodeContextanatoly
2011-03-30Move MJPEG's input buffer preprocessing in separate public functionanatoly
2011-03-30Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly
2011-03-30sndio bug fixBrad
2011-03-30ac3enc: move compute_mantissa_size() to ac3dspMans Rullgard
2011-03-30ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContextMans Rullgard
2011-03-30Remove support for stripping executablesMans Rullgard
2011-03-29ac3enc: NEON optimised float_to_fixed24Mans Rullgard
2011-03-29ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard
2011-03-29dfa: protect pointer range checks against overflows.Ronald S. Bultje
2011-03-29mimic: implement multithreading.Alexander Strange
2011-03-29id3v1: change filesize to int64_t.Carl Eugen Hoyos
2011-03-29id3v1: Seek back to old position after reading.Carl Eugen Hoyos
2011-03-28ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by usingJustin Ruggles
2011-03-28Chronomaster DFA decoderKostya Shishkov
2011-03-28framebuffer device demuxerStefano Sabatini
2011-03-28cosmetics: fix dashed line length after 070c5d0Janne Grunau
2011-03-28http: header field names are case insensitiveTyler
2011-03-27ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles
2011-03-27Remove arrozcru URL from documentationRamiro Polla
2011-03-27sndio support for playback and recordBrad
2011-03-27dsputil: allow to skip drawing of top/bottom edges.Alexander Strange
2011-03-26Split fate-psx-str-v3 into a video-only and audio-only test.Ronald S. Bultje
2011-03-25mov: set audio service type for AC-3 from bitstream mode in the 'dac3' atom.Justin Ruggles
2011-03-25Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles
2011-03-25Use audio_service_type to set stream disposition.Justin Ruggles
2011-03-25Add APIchanges entry for audio_service_type.Justin Ruggles
2011-03-25Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles
2011-03-25configure: in check_ld, place new -l flags before existing onesMans Rullgard
2011-03-25support @heading, @subheading, @subsubheading, and @subsubsection inJustin Ruggles
2011-03-25doc: update build system documentationLuca Barbato
2011-03-25aacenc: indentationYoung Han Lee
2011-03-25aacenc: fix the side calculation in search_for_msYoung Han Lee
2011-03-25vp8.c: rename EDGE_* to VP8_EDGE_*.Alexander Strange
2011-03-25matroskadec: set default duration for simple blockJohn Stebbins
2011-03-25When building for MinGW32 disable strict ANSI compliancy.Diego Elio Pettenò
2011-03-24ARM: fix ff_apply_window_int16_neon() prototypeMans Rullgard
2011-03-24configure: check for --as-needed support earlyMans Rullgard
2011-03-24ARM: NEON optimised apply_window_int16()Mans Rullgard
2011-03-24ac3enc: NEON optimised shift functionsMans Rullgard
2011-03-24ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_minMans Rullgard
2011-03-24mpeg12.c: fix slice threading for mpeg2 field picture mode.Ronald S. Bultje
2011-03-24ffmetadec.c: fix compiler warnings.Ronald S. Bultje
2011-03-24configure: Don't explicitly disable ffplay or in/outdevices on dosMartin Storsjö
2011-03-24configure: Remove the explicit disabling of ffserverMartin Storsjö
2011-03-24configure: Add fork as a dependency to ffserverMartin Storsjö