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
2014-07-16doc/APIchanges: updaten2.4-devMichael Niedermayer
2014-07-16avcodec/hevc: clear HEVClcList[i] on allocationMichael Niedermayer
2014-07-16avfilter/drawtext: Add basic text shaping using libfribidiMarc Jeffreys
2014-07-16avdevice/avfoundation: kCVPixelFormatType_OneComponent8 only exists from 10.8...Hanspeter Niederstrasser
2014-07-16diracdec: remove unused dsputil contextJames Almer
2014-07-16avformat/matroskadec: fix declaration after statementMichael Niedermayer
2014-07-16lavf: Add WebM DASH Manifest MuxerVignesh Venkatasubramanian
2014-07-16lavf/matroska: Add functions for WebM DASH ManifestVignesh Venkatasubramanian
2014-07-16Blackframe video filter now sets metadata accordingly.Stepan Bujnak
2014-07-15avcodec/hevc: treat current_sps like sps_listMichael Niedermayer
2014-07-15avcodec/hevc_ps: prevent stale pointer in malloc failure caseMichael Niedermayer
2014-07-15avutil & avdevice: remove av_bprint_fd_contents()Michael Niedermayer
2014-07-15build: fix build with --disable-encodersClément Bœsch
2014-07-15ffmpeg_opt: remove intra_dc_precision, its handled by AVOptionsMichael Niedermayer
2014-07-15avcodec/mpegvideo_enc: make edge for interlaced mpeg2 encoding smallerMichael Niedermayer
2014-07-15avcodec/mpegvideo_enc: check intra dc precissionMichael Niedermayer
2014-07-15avcodec/mpegvideo_enc: workaround applications specifying intra dc level base...Michael Niedermayer
2014-07-15avcodec/options_table: add liberal limits to intra dc precissionMichael Niedermayer
2014-07-15avcodec/mpegvideo_enc: return proper error instead of failing assertion when ...Michael Niedermayer
2014-07-15ffmpeg: Fix copying timebase to muxer contextMichael Niedermayer
2014-07-15doc/utils: add missing `@c man end` titleTimothy Gu
2014-07-15hevc/rext: add support for Range extension toolsMickaël Raulet
2014-07-15hevc/rext: basic infrastructure for supporting range extensionMickaël Raulet
2014-07-15hevc: separate residu and prediction (needed for Range Extension)Mickaël Raulet
2014-07-15hevc: use local variable for split_cu_flagMickaël Raulet
2014-07-15hevc: move restore_tqb where it should be.Mickaël Raulet
2014-07-15hevc: simplify SAO computation, delay from one row its computationMickaël Raulet
2014-07-15RELEASE_NOTES: Mention Libav and add codenameTimothy Gu
2014-07-15Adding Maintainer for dvbsubdecAnshul Maheswhwari
2014-07-15hevc/cabac: add new context for new syntax elements related to Rext(cherry pi...Mickaël Raulet
2014-07-15hevc: cleaning up, remove unused constants(cherry picked from commit 7eed32d0...Mickaël Raulet
2014-07-15Merge commit 'f9900822fc5f0b0c7242ca318290c090bd5d0af0'Michael Niedermayer
2014-07-14ffmpeg: Use av_stream_get_parser() to avoid ABI issuesMichael Niedermayer
2014-07-14avformat: add av_stream_get_parser() to access avformat AVParserMichael Niedermayer
2014-07-14fate: Use the correct, local path to samples for opus reference filesMartin Storsjö
2014-07-14avformat/movenc: dont mark multichannel as mono tracks as containing the cent...Michael Niedermayer
2014-07-14RELEASE_NOTES: fill in lib versionsMichael Niedermayer
2014-07-14avformat/wavdec: add basic sanity check for the sample countMichael Niedermayer
2014-07-14Add a release note for 2.3Timothy Gu
2014-07-14doc/filters: fixing typoMuhammad Faiz
2014-07-14avformat/asfdec: Try to improve skip caseMichael Niedermayer
2014-07-13Merge commit 'acf91215c74a91eb3b86af01dcb1d3c78d0e2310'Michael Niedermayer
2014-07-13Merge commit 'a8552ee3eb335d2fd2d6c99363367a6090298f78'Michael Niedermayer
2014-07-13lavf: add samba protocol via libsmbclientLukasz Marek
2014-07-13MAINTAINERS: Add ubitux for text subtitlesMichael Niedermayer
2014-07-13AVFormat: LRC demuxer and muxerStar Brilliant
2014-07-13x86: dsputil: Avoid pointless CONFIG_ENCODERS indirectionDiego Biurrun
2014-07-13armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6)Ben Avison
2014-07-13x86/hevc_deblock: add ff_hevc_[hv]_loop_filter_luma_{8, 10}_sse2James Almer
2014-07-13h264: fix direct temporal mvs for bottom-field-first poc order.Ronald S. Bultje